.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0006;position:fixed;inset:0}.cart-drawer{z-index:3001;background:#fff;flex-direction:column;width:min(90%,420px);height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 40px #0000001a}.cart-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{font-family:var(--font-serif);color:var(--herb-deep);margin:0}.close-cart{cursor:pointer;color:var(--text-soft);transition:var(--transition);background:0 0;border:none;font-size:1.5rem}.close-cart:hover{color:var(--herb-primary)}.cart-items{flex:1;padding:1.5rem;overflow-y:auto}.empty-cart{text-align:center;color:var(--text-soft);padding:2rem}.cart-item{border-bottom:1px solid #0000000d;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item-image{background:var(--herb-cream);border-radius:16px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%}.cart-item-details{flex:1}.cart-item-details h4{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.25rem;font-size:1.1rem}.cart-item-details p{color:var(--herb-primary);margin-bottom:.5rem;font-weight:600}.quantity-control{background:var(--herb-light);border-radius:30px;align-items:center;gap:.5rem;width:fit-content;padding:.2rem;display:flex}.quantity-control button{cursor:pointer;width:28px;height:28px;color:var(--herb-deep);transition:var(--transition);background:#fff;border:none;border-radius:50%;font-size:1.2rem}.quantity-control button:hover{background:var(--herb-primary);color:#fff}.quantity-control span{text-align:center;min-width:30px;font-weight:600}.remove-item{color:#c0392b;cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.5rem;font-size:1rem}.remove-item:hover{color:#e74c3c;transform:scale(1.1)}.cart-footer{background:#fff;border-top:1px solid #0000000d;padding:1.5rem}.cart-total{color:var(--herb-deep);justify-content:space-between;margin-bottom:1.5rem;font-size:1.3rem;display:flex}.whatsapp-checkout{color:#fff;cursor:pointer;width:100%;transition:var(--transition);background:#25d366;border:none;border-radius:40px;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.8rem;padding:1rem;font-size:1.1rem;font-weight:600;display:flex}.whatsapp-checkout:hover{box-shadow:var(--shadow-md);background:#128c7e;transform:translateY(-2px)}.clear-cart{width:100%;color:var(--text-soft);cursor:pointer;transition:var(--transition);background:0 0;border:1px solid #0000001a;border-radius:40px;padding:.8rem;font-weight:500}.clear-cart:hover{color:#c0392b;background:#00000008;border-color:#c0392b}.cart-item-price.contact-price{color:var(--text-soft);font-style:italic;font-weight:500}.contact-note{color:var(--text-soft);margin-left:6px;font-size:.8rem;font-weight:400}.contact-info-note{color:var(--herb-primary);background:var(--herb-light);text-align:center;border-radius:30px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.8rem}
