:root{--herb-deep:#1e3b2c;--herb-primary:#2c5e3a;--herb-soft:#8ba888;--herb-light:#e8f3e9;--herb-cream:#f9fbf8;--text-dark:#1e2f23;--text-soft:#3a4e3e;--shadow-sm:0 4px 12px #1e3b2c14;--shadow-md:0 10px 30px #1e3b2c1f;--shadow-lg:0 20px 40px #1e3b2c29;--transition:all .3s cubic-bezier(.25, 1, .5, 1);--font-serif:"Cormorant Garamond", "Times New Roman", serif;--font-sans:"Inter", system-ui, -apple-system, sans-serif}.products-page{background:var(--herb-cream);min-height:100vh}.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}.products-hero{text-align:center;color:#fff;isolation:isolate;background:linear-gradient(145deg,#1a3a2a 0%,#2d5a2d 100%);padding:4.5rem 0;position:relative;overflow:hidden}.hero-bg-pattern{opacity:.6;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 15 L45 15 L38 22 L41 32 L30 26 L19 32 L22 22 L15 15 L25 15 L30 5Z' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.page-title{font-family:var(--font-serif);letter-spacing:-.02em;text-shadow:0 4px 20px #0003;justify-content:center;align-items:center;gap:1rem;margin-bottom:.75rem;font-size:clamp(2.8rem,10vw,5rem);font-weight:700;display:flex}.title-icon{color:#e8f3e9;opacity:.9;font-size:2.8rem}.page-subtitle{opacity:.95;text-shadow:0 2px 10px #00000026;max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:400}.products-container{padding:3rem 1.5rem}.search-sort-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.search-wrapper{flex:1;min-width:260px;position:relative}.search-icon{color:var(--herb-soft);font-size:1.1rem;position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.search-input{width:100%;transition:var(--transition);font-size:1rem;font-family:var(--font-sans);background:#fff;border:1.5px solid #8ba88840;border-radius:60px;padding:1rem 1.2rem 1rem 3.2rem}.search-input:focus{border-color:var(--herb-primary);outline:none;box-shadow:0 0 0 4px #2c5e3a1f}.clear-search{color:var(--text-soft);cursor:pointer;opacity:.7;transition:var(--transition);background:0 0;border:none;font-size:1.1rem;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.clear-search:hover{opacity:1;color:var(--herb-deep)}.sort-wrapper{position:relative}.sort-select{appearance:none;font-size:1rem;font-family:var(--font-sans);cursor:pointer;transition:var(--transition);background:#fff;border:1.5px solid #8ba88840;border-radius:60px;padding:1rem 3.2rem 1rem 1.8rem;font-weight:500}.sort-select:focus{border-color:var(--herb-primary);outline:none}.sort-icon{pointer-events:none;color:var(--herb-soft);font-size:1rem;position:absolute;top:50%;right:1.2rem;transform:translateY(-50%)}.mobile-filter-btn{border:1.5px solid var(--herb-soft);color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:#fff;border-radius:60px;align-items:center;gap:.6rem;padding:1rem 1.8rem;font-weight:600;display:none}.mobile-filter-btn:hover{background:var(--herb-light);border-color:var(--herb-primary)}.products-layout{grid-template-columns:300px 1fr;gap:2.5rem;display:grid}.filters-sidebar{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #8cb48c1a;border-radius:32px;height:fit-content;padding:2rem 1.8rem;position:sticky;top:110px}.filter-section{border-bottom:1px solid #0000000d;margin-bottom:2rem;padding-bottom:1.8rem}.filter-section:last-of-type{border-bottom:none;margin-bottom:1rem;padding-bottom:0}.filter-section h4{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:1.2rem;font-size:1.35rem;font-weight:600}.category-list{list-style:none}.category-list li{cursor:pointer;transition:var(--transition);color:var(--text-soft);border-radius:12px;padding:.7rem 0 .7rem .5rem;font-size:1rem;font-weight:500}.category-list li:hover{color:var(--herb-primary);background:var(--herb-light);padding-left:1rem}.category-list li.active{color:var(--herb-primary);background:#2c5e3a0f;padding-left:1rem;font-weight:700}.price-inputs{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.price-inputs input{width:100px;font-family:var(--font-sans);text-align:center;border:1.5px solid #8ba88840;border-radius:16px;padding:.7rem}.price-slider{width:100%;accent-color:var(--herb-primary);height:6px}.benefit-chips{flex-wrap:wrap;gap:.6rem;display:flex}.benefit-chip{background:var(--herb-light);cursor:pointer;transition:var(--transition);text-transform:capitalize;color:var(--text-dark);border:1.5px solid #8ba88833;border-radius:40px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:500}.benefit-chip:hover{border-color:var(--herb-soft);background:#fff}.benefit-chip.active{background:var(--herb-primary);color:#fff;border-color:var(--herb-primary);box-shadow:var(--shadow-sm)}.rating-filter{flex-wrap:wrap;gap:.6rem;display:flex}.rating-btn{background:var(--herb-light);cursor:pointer;transition:var(--transition);border:1.5px solid #8ba88833;border-radius:40px;align-items:center;gap:.3rem;padding:.5rem 1.1rem;font-weight:500;display:flex}.rating-btn:hover{border-color:var(--herb-soft);background:#fff}.rating-btn.active{background:var(--herb-primary);color:#fff;border-color:var(--herb-primary)}.checkbox-label{cursor:pointer;color:var(--text-dark);align-items:center;gap:.7rem;font-weight:500;display:flex}.checkbox-label input{width:20px;height:20px;accent-color:var(--herb-primary)}.clear-filters-btn{border:1.5px solid var(--herb-soft);width:100%;color:var(--herb-deep);cursor:pointer;transition:var(--transition);background:0 0;border-radius:40px;margin-top:1rem;padding:.9rem;font-weight:600}.clear-filters-btn:hover{background:var(--herb-soft);color:#fff;border-color:var(--herb-soft)}.products-grid-section{min-width:0}.results-info{color:var(--text-soft);justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.view-toggle{gap:.5rem;display:flex}.view-toggle button{cursor:pointer;color:var(--text-soft);transition:var(--transition);background:#fff;border:1.5px solid #8ba8884d;border-radius:16px;padding:.6rem 1.2rem;font-size:1.3rem;line-height:1}.view-toggle button.active{background:var(--herb-primary);color:#fff;border-color:var(--herb-primary)}.product-grid{gap:2rem;display:grid}.product-grid.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-grid.list{grid-template-columns:1fr}.product-card{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border:1px solid #8cb48c1a;border-radius:32px;flex-direction:column;height:100%;display:flex;overflow:hidden}.product-grid.list .product-card{grid-template-columns:240px 1fr;align-items:center;display:grid}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--herb-soft);transform:translateY(-8px)}.product-image{aspect-ratio:1;background:#f5faf5;position:relative;overflow:hidden}.product-grid.list .product-image{aspect-ratio:1;height:100%}.product-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,1,.5,1)}.product-card:hover .product-img{transform:scale(1.06)}.product-badge{background:var(--herb-primary);color:#fff;letter-spacing:.3px;box-shadow:var(--shadow-sm);border-radius:40px;padding:.4rem 1.2rem;font-size:.8rem;font-weight:700;position:absolute;top:16px;left:16px}.stock-badge{color:#fff;background:#c0392b;border-radius:40px;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;position:absolute;top:16px;right:16px}.quick-view-btn{box-shadow:var(--shadow-md);cursor:pointer;transition:var(--transition);opacity:0;color:var(--herb-deep);white-space:nowrap;background:#fff;border:1px solid #ffffff4d;border-radius:60px;padding:.8rem 2rem;font-weight:600;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.product-card:hover .quick-view-btn{opacity:1;bottom:20px}.quick-view-btn:hover{background:var(--herb-primary);color:#fff}.product-info{flex-direction:column;flex:1;padding:1.8rem;display:flex}.product-grid.list .product-info{padding:1.5rem 2rem}.product-title{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.5rem;font-size:1.4rem;font-weight:600;line-height:1.3}.product-rating{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.stars{gap:2px;display:flex}.star{color:#ddd;font-size:1rem}.star.filled{color:#f5b342}.product-price{color:var(--herb-deep);margin:.75rem 0 1.2rem;font-size:1.6rem;font-weight:700}.add-to-cart-btn{background:var(--herb-primary);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:60px;justify-content:center;align-items:center;margin-top:auto;padding:1rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 6px 14px #2c5e3a33}.add-to-cart-btn:hover:not(:disabled){background:var(--herb-deep);transform:translateY(-3px);box-shadow:0 12px 20px #2c5e3a4d}.add-to-cart-btn:disabled{box-shadow:none;cursor:not-allowed;background:#b0b0b0}.no-results{text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:40px;padding:5rem 2rem}.no-results-icon{color:var(--herb-soft);opacity:.7;margin-bottom:1.5rem;font-size:4.5rem}.no-results h3{font-family:var(--font-serif);margin-bottom:.5rem;font-size:2rem}.no-results p{color:var(--text-soft);margin-bottom:1.5rem}.mobile-filters-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1800;background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-filters-drawer{background:#fff;width:min(88%,380px);height:100%;overflow-y:auto;box-shadow:-10px 0 40px #00000026}.drawer-header{z-index:2;background:#fff;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.8rem;display:flex;position:sticky;top:0}.drawer-header h3{font-family:var(--font-serif);color:var(--herb-deep);font-size:1.8rem}.drawer-header button{cursor:pointer;color:var(--text-soft);background:0 0;border:none;font-size:1.6rem}.drawer-content{padding:1.8rem}.floating-cart-btn{background:var(--herb-primary);color:#fff;cursor:pointer;z-index:1500;width:62px;height:62px;transition:var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.8rem;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 10px 30px #2c5e3a4d}.floating-cart-btn:hover{background:var(--herb-deep);transform:scale(1.08);box-shadow:0 15px 35px #2c5e3a66}.cart-count{color:#fff;background:#e74c3c;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}.quick-view-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2500;background:#00000073;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}.quick-view-modal{background:#fff;flex-direction:column;width:100%;max-width:1280px;height:100%;max-height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #00000040}@media (min-width:768px){.quick-view-overlay{padding:2rem}.quick-view-modal{border-radius:48px;width:95%;height:auto;max-height:92vh}}.modal-close-btn{width:48px;height:48px;color:var(--herb-deep);cursor:pointer;z-index:10;transition:var(--transition);background:#fff;border:1px solid #0000000f;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;display:flex;position:absolute;top:20px;right:20px;box-shadow:0 6px 16px #00000014}.modal-close-btn:hover{background:var(--herb-primary);color:#fff;transform:scale(1.05)}.modal-inner{grid-template-columns:1fr;height:100%;display:grid;overflow-y:auto}@media (min-width:768px){.modal-inner{grid-template-columns:1.1fr 1fr;overflow:hidden}}.modal-gallery{background:#fafdfa;flex-direction:column;gap:1.8rem;padding:2rem;display:flex}.main-image-container{aspect-ratio:1;box-shadow:var(--shadow-md);background:#fff;border-radius:32px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.main-image{object-fit:contain;width:100%;height:100%;padding:1.5rem}.modal-badge{background:var(--herb-primary);color:#fff;box-shadow:var(--shadow-sm);border-radius:40px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;position:absolute;top:20px;left:20px}.modal-stock-badge{color:#fff;background:#c0392b;border-radius:40px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;position:absolute;top:20px;right:20px}.gallery-nav{width:44px;height:44px;box-shadow:var(--shadow-md);cursor:pointer;color:var(--herb-deep);transition:var(--transition);z-index:5;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gallery-nav:hover{background:var(--herb-primary);color:#fff}.gallery-nav.prev{left:16px}.gallery-nav.next{right:16px}.image-dots{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border-radius:60px;gap:10px;padding:8px 18px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;width:8px;height:8px;transition:var(--transition);background:#00000040;border:none;border-radius:50%;padding:0}.dot.active{background:var(--herb-primary);border-radius:12px;width:22px}.thumbnail-strip{flex-wrap:wrap;justify-content:center;gap:12px;display:none}@media (min-width:768px){.thumbnail-strip{display:flex}}.thumbnail{cursor:pointer;width:85px;height:85px;transition:var(--transition);box-shadow:var(--shadow-sm);background:#fff;border:2px solid #0000;border-radius:20px;overflow:hidden}.thumbnail.active{border-color:var(--herb-primary);box-shadow:0 6px 14px #2c5e3a33}.thumbnail img{object-fit:cover;width:100%;height:100%}.modal-details{background:#fff;flex-direction:column;padding:2rem;display:flex}@media (min-width:768px){.modal-details{padding:2.5rem;overflow-y:auto}}.modal-header h2{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.75rem;font-size:2.2rem;line-height:1.2}.modal-rating{flex-wrap:wrap;align-items:center;gap:10px 15px;margin-bottom:.75rem;display:flex}.reviews-count{color:var(--text-soft);font-size:.95rem}.sku-badge{background:var(--herb-light);color:var(--herb-deep);border-radius:30px;margin-left:auto;padding:.3rem 1rem;font-size:.85rem;font-weight:500}.modal-price{color:var(--herb-deep);margin:1rem 0;font-size:2.4rem;font-weight:700}.modal-short-desc{color:var(--text-soft);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.delivery-badges{flex-wrap:wrap;gap:12px;margin-bottom:2rem;display:flex}.delivery-badges span{background:var(--herb-light);color:var(--herb-deep);border-radius:60px;align-items:center;gap:8px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;display:flex}.modal-tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;border-bottom:1.5px solid #0000000f;gap:8px;margin-bottom:1.8rem;padding-bottom:2px;display:flex;overflow-x:auto}.modal-tabs button{color:var(--text-soft);cursor:pointer;transition:var(--transition);background:0 0;border:none;flex-shrink:0;padding:.9rem 1.8rem;font-size:1rem;font-weight:600;position:relative}.modal-tabs button.active{color:var(--herb-primary)}.modal-tabs button.active:after{content:"";background:var(--herb-primary);border-radius:3px 3px 0 0;width:100%;height:3px;position:absolute;bottom:-2px;left:0}.tab-content{flex:1;max-height:300px;margin-bottom:1rem;padding-right:6px;overflow-y:auto}.tab-content::-webkit-scrollbar{width:5px}.tab-content::-webkit-scrollbar-track{background:#00000008;border-radius:6px}.tab-content::-webkit-scrollbar-thumb{background:var(--herb-soft);border-radius:6px}.description-tab p{margin-bottom:1.5rem;line-height:1.8}.usage-box{background:var(--herb-cream);border-radius:24px;margin-top:1.2rem;padding:1.5rem}.usage-box h4{font-family:var(--font-serif);color:var(--herb-deep);margin-bottom:.6rem;font-size:1.3rem}.ingredients-tab ul{grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;display:grid}.ingredients-tab li{color:var(--text-dark);align-items:center;gap:10px;font-weight:500;display:flex}.review-card{border-bottom:1px solid #0000000f;margin-bottom:1.8rem;padding-bottom:1.8rem}.review-card:last-child{border-bottom:none}.review-header{flex-wrap:wrap;align-items:center;gap:10px 15px;margin-bottom:.8rem;display:flex}.review-date{color:var(--text-soft);margin-left:auto;font-size:.85rem}.no-reviews{text-align:center;color:var(--text-soft);padding:2.5rem;font-style:italic}.modal-action-bar{background:#fff;border-top:1.5px solid #0000000f;align-items:center;gap:12px;margin-top:auto;padding-top:1.5rem;display:flex}@media (min-width:768px){.modal-action-bar{flex-wrap:wrap;display:flex!important}}.quantity-selector{background:var(--herb-light);border-radius:60px;align-items:center;padding:3px;display:flex}.quantity-selector button{cursor:pointer;width:42px;height:42px;color:var(--herb-deep);transition:var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.quantity-selector button:hover{background:#fff}.quantity-selector span{text-align:center;min-width:36px;font-size:1.1rem;font-weight:700}.add-to-cart-btn-luxury{background:var(--herb-primary);color:#fff;cursor:pointer;height:52px;transition:var(--transition);border:none;border-radius:60px;flex:1;justify-content:center;align-items:center;gap:10px;padding:0 1.8rem;font-size:1.05rem;font-weight:700;display:flex;box-shadow:0 8px 18px #2c5e3a40}.add-to-cart-btn-luxury:hover:not(:disabled){background:var(--herb-deep);transform:translateY(-2px);box-shadow:0 14px 24px #2c5e3a59}.add-to-cart-btn-luxury:disabled{box-shadow:none;cursor:not-allowed;background:#b0b0b0}.add-to-cart-btn-luxury.success{background:#27ae60}.wishlist-btn-luxury,.share-btn-luxury{cursor:pointer;width:52px;height:52px;transition:var(--transition);color:var(--text-soft);background:#fff;border:1.5px solid #00000014;border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.wishlist-btn-luxury:hover,.share-btn-luxury:hover{border-color:var(--herb-soft);color:var(--herb-primary);background:var(--herb-light)}.wishlist-btn-luxury.active{color:#fff;background:#e74c3c;border-color:#e74c3c}@media (max-width:1024px){.products-layout{grid-template-columns:1fr}.desktop-filters{display:none}.mobile-filter-btn{display:flex}}@media (max-width:768px){.container{padding:0 1.2rem}.products-container{padding:2rem 1.2rem}.search-sort-bar{flex-direction:column;align-items:stretch}.sort-wrapper,.sort-select{width:100%}.product-grid.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem}.product-grid.list .product-card{grid-template-columns:1fr}.product-info{padding:1.2rem}.product-title{font-size:1.2rem}.product-price{font-size:1.4rem}.add-to-cart-btn{padding:.9rem}.modal-header h2{font-size:1.8rem}.modal-price{font-size:2rem}.ingredients-tab ul{grid-template-columns:1fr}.floating-cart-btn{width:56px;height:56px;font-size:1.6rem;bottom:20px;right:20px}.modal-action-bar{margin:0 -2rem;padding:1.2rem 2rem;position:sticky;bottom:0;box-shadow:0 -6px 16px #0000000d}}@media (max-width:480px){.page-title{font-size:2.4rem}.title-icon{font-size:2rem}.product-grid.grid{grid-template-columns:1fr}.quick-view-btn{padding:.6rem 1.2rem;font-size:.9rem}.modal-close-btn{width:40px;height:40px;top:12px;right:12px}.modal-gallery{padding:1.2rem}.modal-details{padding:1.5rem}.modal-action-bar{flex-wrap:wrap;margin:0 -1.5rem;padding:1rem 1.5rem}.add-to-cart-btn-luxury{height:48px;font-size:1rem}.wishlist-btn-luxury,.share-btn-luxury{width:46px;height:46px}}@media (max-width:767px){.quick-view-modal{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100vh}.modal-inner{flex-direction:column;height:100%;display:flex;overflow:hidden auto}.modal-gallery{flex-shrink:0;padding:1rem}.main-image-container{aspect-ratio:1;width:100%;max-height:280px}.main-image{padding:.5rem}.thumbnail-strip{display:none}.modal-details{padding:1.2rem 1.2rem 0;overflow-y:visible}.tab-content{max-height:200px;overflow-y:auto}.modal-action-bar{background:#fff;flex-wrap:wrap;margin:1rem -1.2rem 0;padding:1rem 1.2rem;position:sticky;bottom:0;box-shadow:0 -4px 12px #0000000d}.quick-view-modal *{box-sizing:border-box;max-width:100vw}.modal-header h2{word-break:break-word;font-size:1.5rem}.modal-short-desc,.description-tab p,.ingredients-tab li{word-break:break-word}.delivery-badges span{padding:.4rem .8rem;font-size:.75rem}}@media (min-width:768px){.quick-view-modal{flex-direction:column;max-height:90vh;display:flex}.modal-inner{flex:1;grid-template-columns:1.1fr 1fr;min-height:0;display:grid;overflow:hidden}.modal-gallery{padding:2rem;overflow-y:auto}.modal-details{flex-direction:column;padding:2rem 2rem 0;display:flex;overflow-y:auto}.tab-content{flex:1;min-height:0;overflow-y:auto}.modal-action-bar{z-index:2;background:#fff;border-top:1.5px solid #0000000f;margin:1rem -2rem 0;padding:1.5rem 2rem;position:sticky;bottom:0}.modal-details{flex-direction:column;display:flex}.modal-header,.modal-price,.modal-short-desc,.delivery-badges,.modal-tabs{flex-shrink:0}}
.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}
