@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap";
:root{--primary:#004c97;--primary-light:#e6f0fa;--primary-dark:#036;--accent:#00a9e0;--accent-light:#e0f4fc;--bg-main:#f4f7f9;--bg-card:#fff;--bg-card-hover:#edf2f7;--surface:#fff;--border:#d1d9e0;--text-primary:#102a43;--text-secondary:#334e68;--text-muted:#627d98;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--info:#004c97;--shadow-sm:0 1px 3px 0 #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-primary);min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3,h4{color:var(--text-primary);font-family:Plus Jakarta Sans,sans-serif;font-weight:700;line-height:1.2}h1{font-weight:800}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{border-radius:8px;max-width:100%;display:block}.navbar-container{transition:transform 1.2s cubic-bezier(.4,0,.2,1),opacity 1s!important}.navbar-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:72px;box-shadow:var(--shadow-sm);background:#ffffffe6;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.hamburger-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}@media (max-width:900px){.navbar{height:72px!important;padding:0 1rem!important}.navbar-links,.navbar-search,.navbar-title{display:none!important}.navbar-logo{height:60px!important;margin-right:0!important}.navbar-actions{gap:.75rem!important}.cart-btn{justify-content:center;min-width:44px;height:44px;border-radius:50%!important;padding:.6rem!important}.cart-text{display:none!important}.cart-icon{display:block!important}.cart-badge{position:absolute;top:-5px;right:-5px;padding:2px 5px!important;font-size:.7rem!important}.hamburger-btn{font-size:1.8rem!important;display:block!important}}.mobile-menu{border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;flex-direction:column;gap:1rem;padding:1rem;display:flex;position:absolute;top:72px;left:0;right:0}.mobile-menu a{color:var(--text-primary);border-radius:8px;padding:.8rem;font-weight:600;text-decoration:none}.mobile-menu a:hover{background:var(--bg-main);color:var(--primary)}.navbar-brand{color:var(--primary);align-items:center;gap:.5rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:800;display:flex}.navbar-brand span{color:var(--text-primary)}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-links a{color:var(--text-secondary);font-size:.9rem;font-weight:600;transition:color .2s}.navbar-links a:hover{color:var(--primary)}.cart-btn{background:var(--primary-light);color:var(--primary);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;transition:all .2s;display:flex;position:relative}.cart-btn:hover{background:var(--primary);color:#fff;transform:translateY(-1px)}.cart-badge{color:var(--primary);background:#fff;border-radius:6px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:.75rem;font-weight:800;display:flex}.cart-icon{display:none}.hero{text-align:left;background-color:#fff;justify-content:center;align-items:center;min-height:85vh;padding:10rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1200px;display:grid}.hero-image-container{border-radius:2.5rem;width:100%;height:550px;overflow:hidden;box-shadow:0 20px 50px #0000001a}@media (max-width:900px){.hero{text-align:center;min-height:auto;padding:8rem 1.5rem 4rem}.hero-grid{grid-template-columns:1fr;gap:4rem}.hero-image-container{border-radius:2rem;height:400px}.hero-cta{flex-direction:column;justify-content:center}.hero-trust-stat{justify-content:center;margin-top:2rem}}.hero:after{content:"";background:linear-gradient(to top,var(--bg-main),transparent);height:100px;position:absolute;bottom:0;left:0;right:0}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-light);border-radius:50px;margin-bottom:2rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.hero h1{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.1}.hero h1 em{color:var(--primary);font-style:normal}.hero p{color:var(--text-secondary);max-width:650px;margin:0 auto 3rem;font-size:1.15rem;line-height:1.6}.btn-primary{background:var(--primary);color:#fff;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s;display:inline-block;box-shadow:0 4px 6px -1px #06c3}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 15px -3px #0066cc4d}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);background:#fff;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--bg-main);border-color:var(--text-muted)}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.section{max-width:1240px;margin:0 auto;padding:6rem 2rem}.section-title{text-align:center;color:var(--text-primary);margin-bottom:.75rem;font-size:clamp(1.8rem,3.5vw,2.5rem)}.section-subtitle{color:var(--text-secondary);text-align:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.divider{background:var(--primary);border-radius:2px;width:50px;height:4px;margin:1.5rem auto 3rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:24px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-light);transform:translateY(-8px)}.product-image-container{aspect-ratio:1;background:#f8f9fa;border-radius:16px;justify-content:center;align-items:center;width:100%;margin-bottom:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.product-image-container img{object-fit:contain;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image-container img{transform:scale(1.05)}@media (min-width:768px){.product-image-container{aspect-ratio:3/4;min-height:380px}}.product-placeholder-icon{font-size:5rem;transition:transform .4s}.product-card:hover .product-placeholder-icon{transform:scale(1.15)}.product-badge{background:var(--accent);color:#fff;text-transform:uppercase;border-radius:50px;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:16px;left:16px}.product-badge-sale{background:var(--error);color:#fff;border-radius:50px;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:16px;right:16px}.product-info{flex-direction:column;flex:1;padding:1.75rem;display:flex}.product-scent-family{text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.8rem;font-weight:700}.product-name{color:var(--text-primary);margin-bottom:.75rem;font-size:1.4rem}.product-short-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex}.product-price{color:var(--primary);font-size:1.5rem;font-weight:800}.product-price-compare{color:var(--text-muted);margin-left:.5rem;font-size:.9rem;text-decoration:line-through}.product-volume{color:var(--text-muted);font-size:.8rem;font-weight:500}.add-to-cart-btn{background:var(--primary);color:#fff;border-radius:12px;padding:.7rem 1.4rem;font-size:.9rem;font-weight:700;transition:all .2s}.add-to-cart-btn:hover{background:var(--primary-dark)}.btn-gradient{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 4px 15px #004c974d}.category-filters{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;display:flex}.category-filter-btn{border:1px solid var(--border);color:var(--text-secondary);background:#fff;border-radius:50px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.category-filter-btn:hover,.category-filter-btn.active{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.cart-overlay{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a66;animation:.3s fadeIn;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-sidebar{border-left:1px solid var(--border);z-index:201;background:#fff;flex-direction:column;width:min(440px,100vw);height:100vh;animation:.4s cubic-bezier(.16,1,.3,1) slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-10px 0 30px #0000001a}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cart-header h2{font-size:1.25rem;font-weight:800}.close-btn{background:var(--bg-main);color:var(--text-secondary);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.close-btn:hover{color:var(--error);background:#fee2e2}.cart-items{flex-direction:column;flex:1;gap:1.25rem;padding:2rem;display:flex;overflow-y:auto}.cart-item{background:var(--bg-main);border:1px solid var(--border);border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item-icon{font-size:2.5rem}.cart-item-info{flex:1}.cart-item-name{color:var(--text-primary);font-size:1rem;font-weight:700}.cart-item-price{color:var(--primary);font-size:.95rem;font-weight:700}.quantity-controls{align-items:center;gap:.6rem;margin-top:.75rem;display:flex}.qty-btn{color:var(--text-primary);border:1px solid var(--border);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.qty-btn:hover{border-color:var(--primary);color:var(--primary)}.qty-display{text-align:center;min-width:20px;font-size:.95rem;font-weight:700}.remove-btn{color:var(--text-muted);background:0 0;padding:.5rem;transition:all .2s}.remove-btn:hover{color:var(--error);transform:scale(1.1)}.cart-footer{border-top:1px solid var(--border);background:var(--bg-main);padding:2rem}.cart-total{justify-content:space-between;margin-bottom:2rem;font-size:1.2rem;font-weight:800;display:flex}.cart-total-price{color:var(--primary)}.checkout-btn{background:var(--primary);color:#fff;border-radius:14px;width:100%;padding:1.1rem;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #06c3}.checkout-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #0066cc4d}.empty-cart{height:300px;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.empty-cart-icon{opacity:.5;font-size:4rem}.product-detail{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem}.back-btn{color:var(--text-secondary);background:0 0;align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.back-btn:hover{color:var(--primary)}.product-detail-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:5rem;display:grid}.product-detail-image{border:1px solid var(--border);height:550px;box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;justify-content:center;align-items:center;display:flex}.product-detail-icon{font-size:12rem}.product-detail-info{flex-direction:column;gap:2rem;display:flex}.product-detail-scent{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.9rem;font-weight:800}.product-detail-name{letter-spacing:-.01em;font-size:clamp(1.8rem,4vw,3.2rem)}.product-detail-desc{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.product-detail-price-row{align-items:baseline;gap:1.5rem;display:flex}.product-detail-price{color:var(--primary);font-size:2.5rem;font-weight:800}.product-detail-compare{color:var(--text-muted);font-size:1.25rem;text-decoration:line-through}.info-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.info-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1.25rem}.info-card-label{text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.info-card-value{color:var(--text-primary);font-size:1.1rem;font-weight:700}.notes-card{background:var(--primary-light);border:1px solid var(--primary-light);border-radius:20px;padding:2rem}.notes-card h4{color:var(--primary-dark);margin-bottom:1.5rem;font-size:1.1rem}.notes-list{flex-direction:column;gap:1rem;display:flex}.notes-row{align-items:center;gap:1rem;display:flex}.notes-label{color:var(--primary);text-transform:uppercase;min-width:80px;font-size:.8rem;font-weight:800}.notes-value{color:var(--text-primary);font-weight:500}.detail-add-btn{background:var(--primary);color:#fff;border-radius:16px;width:100%;padding:1.2rem;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #06c3}.detail-add-btn:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 10px 20px #0066cc4d}.checkout-container{max-width:1200px;margin:0 auto;padding:10rem 2rem 6rem}.checkout-grid{grid-template-columns:1fr 420px;align-items:start;gap:4rem;display:grid}@media (max-width:1000px){.checkout-grid{grid-template-columns:1fr}}.checkout-section{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;margin-bottom:2rem;padding:2.5rem}.checkout-title{align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.3rem;font-weight:800;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group.full-width{grid-column:span 2}.form-label{text-transform:uppercase;color:var(--text-secondary);font-size:.8rem;font-weight:700}.form-input{background:var(--bg-main);border:1px solid var(--border);color:var(--text-primary);border-radius:10px;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-light);background:#fff;outline:none}.summary-card{border:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;border-radius:24px;padding:2.5rem;position:sticky;top:112px}.summary-item{color:var(--text-secondary);justify-content:space-between;margin-bottom:1.25rem;font-size:1rem;font-weight:500;display:flex}.summary-total{border-top:1px solid var(--border);color:var(--primary);justify-content:space-between;margin-top:2rem;padding-top:2rem;font-size:1.5rem;font-weight:800;display:flex}.place-order-btn{background:var(--primary);color:#fff;border-radius:16px;width:100%;margin-top:2.5rem;padding:1.2rem;font-size:1.1rem;font-weight:800;transition:all .2s}.place-order-btn:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px #0066cc4d}.place-order-btn:disabled{opacity:.4;cursor:not-allowed}.features-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;margin-top:4rem;display:grid}.feature-card{border:1px solid var(--border);text-align:center;box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;padding:3rem 2rem;transition:all .3s}.feature-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.feature-icon{margin-bottom:1.5rem;font-size:3.5rem}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.feature-desc{color:var(--text-secondary);font-size:1rem;line-height:1.6}.toast{z-index:300;border:1px solid var(--primary-light);box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 2rem;font-weight:700;display:flex;position:fixed;bottom:2.5rem;right:2.5rem}.footer{border-top:1px solid var(--border);text-align:left;background:#fff;padding:5rem 2rem}.footer-brand{color:var(--primary);margin-bottom:1rem;font-size:1.75rem;font-weight:800}.footer p{color:var(--text-secondary);font-size:.95rem}.footer-link{color:var(--text-secondary);font-size:.85rem;text-decoration:none;transition:all .2s}.footer-link:hover{color:var(--primary);padding-left:5px}@media (max-width:768px){.footer div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:2.5rem!important}.footer{padding:4rem 1.5rem}}.spinner{border:4px solid var(--primary-light);border-top-color:var(--primary);border-radius:50%;width:50px;height:50px;margin:6rem auto;animation:1s cubic-bezier(.4,0,.2,1) infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInToast{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.product-detail-images-column{flex-direction:column;gap:1.5rem;display:flex}.product-detail-image-main{aspect-ratio:1;border:1px solid var(--border);background:#fff;border-radius:24px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000008}.product-detail-image-main img{object-fit:cover;width:100%;height:100%}.product-detail-thumbnails{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.thumbnail-wrapper{border:2px solid var(--border);cursor:pointer;border-radius:12px;flex-shrink:0;width:80px;height:80px;transition:all .2s;overflow:hidden}.thumbnail-wrapper:hover{border-color:var(--primary);transform:translateY(-2px)}.thumbnail-wrapper img{object-fit:cover;width:100%;height:100%}.clinical-warning-banner{background:#fff1f2;border:1px solid #fda4af;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.25rem;display:flex}.warning-icon{font-size:1.5rem}.warning-content{flex:1}.warning-title{color:#9f1239;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.9rem;font-weight:800}.warning-text{color:#be123c;font-size:.95rem;font-weight:500;line-height:1.5}.medical-table-container{border:1px solid var(--border);background:#fff;border-radius:16px;margin-top:2rem;overflow:hidden}.medical-table{border-collapse:collapse;width:100%;font-size:.9rem}.medical-table th{background:var(--bg-main);text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);padding:1rem;font-weight:700}.medical-table td{border-bottom:1px solid var(--border);color:var(--text-primary);padding:1rem}.medical-table tr:last-child td{border-bottom:none}@media (max-width:640px){.navbar{padding:0 1.5rem}.navbar-links{display:none}.section{padding:4rem 1.5rem}.hero{padding:8rem 1.5rem 4rem}.hero-cta{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.category-section-header{margin-bottom:4rem}.category-section-title{color:var(--text-primary);z-index:1;font-size:2.2rem;font-weight:800;display:inline-block;position:relative}.category-section-title:after{content:"";background:var(--primary-light);z-index:-1;opacity:.8;border-radius:4px;width:100%;height:12px;position:absolute;bottom:8px;left:0}.category-card{background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;height:100%;padding:1.75rem;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.category-card:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 12px 30px #00000014}.category-card-icon-box{border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:flex}.category-card-icon-box img{object-fit:contain;width:32px;height:32px}.category-card-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.35rem;font-weight:800;line-height:1.3}.category-card-description{color:var(--text-muted);flex:1;margin-bottom:2rem;font-size:.9rem;line-height:1.6}.category-card-arrow{color:var(--accent);justify-content:flex-end;align-items:center;font-size:1.25rem;transition:transform .3s;display:flex}.category-card:hover .category-card-arrow{transform:translate(5px)}.cart-page{max-width:1200px;margin:0 auto;padding:8rem 2rem 6rem}.cart-page-title{color:var(--text-primary);margin-bottom:3rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.cart-page-grid{grid-template-columns:1fr 380px;align-items:start;gap:3rem;display:grid}.cart-page-left{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:2rem}.cart-table-header{border-bottom:2px solid var(--border);grid-template-columns:2fr 1fr 1fr .5fr;gap:1rem;margin-bottom:.5rem;padding:.75rem 1rem;display:grid}.cart-table-header span{text-transform:uppercase;color:var(--text-muted);letter-spacing:.04em;font-size:.8rem;font-weight:700}.cart-table-row{border-bottom:1px solid #f0f2f5;grid-template-columns:2fr 1fr 1fr .5fr;align-items:center;gap:1rem;padding:1.25rem 1rem;transition:background .2s;display:grid}.cart-table-row:last-of-type{border-bottom:none}.cart-table-row:hover{background:var(--bg-main)}.cart-col-product{align-items:center;gap:1rem;display:flex}.cart-product-thumb{background:#f8f9fa;border:1px solid #edf0f3;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.cart-product-thumb img{object-fit:cover;border-radius:0;width:100%;height:100%}.cart-product-thumb-placeholder{font-size:2rem}.cart-product-details{flex-direction:column;gap:.25rem;display:flex}.cart-product-name{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.3}.cart-product-variant{color:var(--text-muted);font-size:.82rem;font-weight:500}.cart-col-qty{align-items:center;display:flex}.cart-qty-controls{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:center;display:inline-flex;overflow:hidden}.cart-qty-btn{width:34px;height:34px;color:var(--text-primary);background:0 0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;transition:all .15s;display:flex}.cart-qty-btn:hover{background:var(--primary-light);color:var(--primary)}.cart-qty-value{text-align:center;min-width:32px;color:var(--text-primary);border-left:1px solid var(--border);border-right:1px solid var(--border);padding:.25rem 0;font-size:.95rem;font-weight:700}.cart-col-total{align-items:center;display:flex}.cart-line-total{color:var(--text-primary);font-size:1.05rem;font-weight:700}.cart-col-action{justify-content:center;align-items:center;display:flex}.cart-delete-btn{color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:.5rem;font-size:1.2rem;transition:all .2s;display:flex}.cart-delete-btn:hover{color:var(--error);background:#fee2e2;transform:scale(1.1)}.cart-table-actions{border-top:1px solid #f0f2f5;gap:1rem;margin-top:.5rem;padding-top:1.5rem;display:flex}.cart-update-btn{background:var(--text-primary);color:#fff;border-radius:50px;padding:.75rem 2rem;font-size:.85rem;font-weight:700;transition:all .2s}.cart-update-btn:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.cart-clear-btn{color:var(--text-muted);border:1px solid var(--border);background:0 0;border-radius:50px;padding:.75rem 2rem;font-size:.85rem;font-weight:600;transition:all .2s}.cart-clear-btn:hover{border-color:var(--error);color:var(--error);background:#fff5f5}.cart-page-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.cart-page-empty-icon{opacity:.4;margin-bottom:.5rem;font-size:4rem}.cart-page-empty h3{color:var(--text-primary);font-size:1.4rem;font-weight:800}.cart-page-empty p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.cart-page-right{position:sticky;top:100px}.order-summary-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;padding:2rem}.order-summary-title{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.15rem;font-weight:800}.voucher-row{gap:.5rem;margin-bottom:2rem;display:flex}.voucher-input{border:1px solid var(--border);color:var(--text-primary);background:var(--bg-main);border-radius:10px;flex:1;padding:.7rem 1rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.voucher-input::placeholder{color:var(--text-muted)}.voucher-input:focus{border-color:var(--primary);background:#fff;outline:none}.voucher-apply-btn{color:var(--text-primary);border:1px solid var(--border);background:#fff;border-radius:10px;padding:.7rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s}.voucher-apply-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.order-summary-lines{border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.summary-line{color:var(--text-secondary);justify-content:space-between;font-size:.95rem;font-weight:500;display:flex}.summary-line span:last-child{color:var(--text-primary);font-weight:600}.summary-line-discount span:last-child{color:var(--success);font-weight:700}.order-summary-total{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding:1.5rem 0;display:flex}.order-summary-total span:first-child{color:var(--text-primary);font-size:1rem;font-weight:700}.order-summary-total-price{color:var(--text-primary);font-size:1.6rem;font-weight:800}.order-summary-note{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:1.25rem 0;display:flex}.order-summary-note-icon{flex-shrink:0;margin-top:2px;font-size:1.2rem}.order-summary-note p{color:var(--text-muted);font-size:.8rem;line-height:1.5}.order-summary-note a{color:var(--primary);font-weight:700;text-decoration:underline}.order-summary-note a:hover{color:var(--primary-dark)}.cart-checkout-btn{background:var(--text-primary);color:#fff;text-align:center;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:1.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0000001a}.cart-checkout-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media (max-width:768px){.checkout-container{padding:6rem 1rem 3rem}.checkout-grid{grid-template-columns:1fr;gap:1.5rem}.checkout-section{border-radius:14px;margin-bottom:1rem;padding:1.25rem}.checkout-title{gap:.5rem;margin-bottom:1.25rem;font-size:1.05rem}.form-grid{grid-template-columns:1fr;gap:1rem}.form-group.full-width{grid-column:span 1}.summary-card{border-radius:14px;padding:1.25rem;position:static}.summary-total{font-size:1.15rem}.place-order-btn{border-radius:12px;margin-top:1.5rem;padding:1rem;font-size:1rem}.cart-page{padding:6rem 1rem 3rem}.cart-page-title{margin-bottom:1.5rem;font-size:1.5rem}.cart-page-grid{grid-template-columns:1fr;gap:1.5rem}.cart-page-left{border-radius:14px;padding:.75rem}.cart-table-header{display:none}.cart-table-row{border:1px solid var(--border);background:var(--bg-main);border-radius:12px;grid-template-columns:1fr;gap:.75rem;margin-bottom:.75rem;padding:1rem}.cart-col-product{gap:.75rem}.cart-product-thumb{border-radius:10px;width:52px;height:52px}.cart-product-name{font-size:.9rem}.cart-col-qty,.cart-col-total,.cart-col-action{justify-content:flex-start}.cart-table-actions{flex-direction:column;gap:.75rem}.cart-update-btn,.cart-clear-btn{text-align:center;width:100%}.cart-page-right{position:static}.order-summary-card{border-radius:14px;padding:1.25rem}.product-detail{padding:6rem 1rem 3rem}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-image{border-radius:16px;height:280px}.product-detail-icon{font-size:6rem}.product-detail-price{font-size:2rem}.back-btn{margin-bottom:1.5rem}.info-grid{gap:.75rem}.info-card{border-radius:12px;padding:1rem}.notes-card{border-radius:14px;padding:1.25rem}.detail-add-btn{border-radius:12px;padding:1rem;font-size:1rem}.product-detail-image-main{border-radius:16px}.thumbnail-wrapper{width:56px;height:56px}.hero{min-height:auto;padding:6rem 1rem 3rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:2rem}.hero-image-container{border-radius:16px;height:240px}.hero-cta{flex-direction:column;justify-content:center}.hero p{margin-bottom:2rem;font-size:1rem}.btn-primary,.btn-secondary{text-align:center;width:100%;padding:.9rem 1.5rem}.section{padding:3rem 1rem}.section-title{font-size:1.5rem}.section-subtitle{margin-bottom:2rem;font-size:.95rem}.products-grid{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.product-card{border-radius:14px}.product-info{padding:1rem}.product-name{margin-bottom:.4rem;font-size:.9rem}.product-short-desc{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.6rem;font-size:.78rem;display:-webkit-box;overflow:hidden}.product-footer{padding-top:.6rem}.product-price{font-size:1rem}.add-to-cart-btn{border-radius:8px;padding:.45rem .7rem;font-size:.7rem}.product-image-container{border-radius:10px;margin-bottom:0;min-height:unset!important}.features-grid{grid-template-columns:1fr;gap:1rem;margin-top:2rem}.feature-card{border-radius:14px;padding:1.5rem}.footer{padding:3rem 1rem!important}.toast{border-radius:12px;padding:1rem;font-size:.85rem;bottom:1.5rem;left:1rem;right:1rem}.cart-sidebar{width:100vw}.cart-items{padding:1rem}.cart-footer{padding:1.25rem}.navbar{padding:0 1rem!important}.navbar-links{display:none}}
