.cart-trigger{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;margin-right:15px;font-size:1.2rem;transition:color .3s;display:flex;position:relative}.cart-trigger:hover{color:#d4af37}.cart-count{color:#fff;background-color:#d4af37;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.cart-overlay{z-index:9998;opacity:0;visibility:hidden;background-color:#00000080;width:100%;height:100%;transition:all .3s;position:fixed;top:0;left:0}.cart-overlay.active{opacity:1;visibility:visible}.cart-panel{z-index:9999;background-color:#fff;flex-direction:column;width:350px;max-width:90vw;height:100%;transition:left .3s;display:flex;position:fixed;top:0;left:-400px;box-shadow:2px 0 10px #0000001a}.cart-panel.active{left:0}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:20px;display:flex}.cart-header h3{margin:0;font-size:1.2rem;font-weight:700}.close-cart{cursor:pointer;color:#999;background:0 0;border:none;font-size:1.5rem;transition:color .3s}.close-cart:hover{color:#333}.cart-items{flex:1;padding:20px;overflow-y:auto}.cart-item{border-bottom:1px solid #f5f5f5;margin-bottom:20px;padding-bottom:20px;display:flex}.cart-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-item-image{object-fit:cover;border-radius:4px;width:70px;height:70px;margin-left:15px}.cart-item-details{flex:1}.cart-item-title{margin:0 0 5px;font-size:.95rem;font-weight:500;line-height:1.4}.cart-item-price{color:#d4af37;font-size:.9rem;font-weight:700}.remove-item{color:#ff4d4f;cursor:pointer;background:0 0;border:none;margin-top:5px;padding:0;font-size:.8rem}.cart-footer{background-color:#f9f9f9;border-top:1px solid #eee;padding:20px}.cart-total{justify-content:space-between;margin-bottom:15px;font-size:1.1rem;font-weight:700;display:flex}.checkout-button{color:#fff;text-align:center;cursor:pointer;background-color:#28a745;border:none;border-radius:4px;width:100%;padding:12px;font-weight:700;text-decoration:none;transition:background-color .3s;display:block}.checkout-button:hover{background-color:#218838}.checkout-button:disabled{cursor:not-allowed;background-color:#94d3a2}.empty-cart-message{text-align:center;color:#999;margin-top:50px}.add-to-cart-btn{color:#fff;cursor:pointer;background-color:#2bbd17;border:none;border-radius:4px;align-items:center;gap:8px;padding:10px 20px;font-weight:500;transition:background-color .3s;display:inline-flex}.add-to-cart-btn:hover{background-color:#555}@media (width<=480px){.cart-panel{width:100%;left:-100%}}