@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap";:root{--color-background: #f8fafc;--color-foreground: #1e293b;--color-card: #ffffff;--color-card-foreground: #1e293b;--color-primary: #2a9d8f;--color-primary-light: #3ab7a7;--color-primary-dark: #1f7a6e;--color-accent: #e76f51;--color-accent-light: #f4a261;--color-accent-dark: #d65a3a;--color-secondary: #7c3aed;--color-muted: #f1f5f9;--color-muted-foreground: #64748b;--color-border: #e2e8f0;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Poppins", system-ui, sans-serif;--container-max: 1280px;--radius: .75rem;--radius-lg: 1rem;--radius-sm: .5rem;--shadow-soft: 0 4px 20px -5px rgba(42, 157, 143, .2);--shadow-card: 0 2px 12px -3px rgba(30, 41, 59, .08);--shadow-card-hover: 0 12px 40px -10px rgba(30, 41, 59, .15);--shadow-accent: 0 4px 20px -5px rgba(231, 111, 81, .35)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-body);font-weight:400;background:var(--color-background);color:var(--color-foreground);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 2rem}}.desktop-only{display:none}.mobile-only{display:block}@media(min-width:768px){.desktop-only{display:flex}.mobile-only{display:none!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}@keyframes slowZoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes slowZoomOut{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1);opacity:1}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.animate-fade-in-up{opacity:0;animation:fadeInUp .6s ease-out forwards}.animate-slow-zoom{animation:slowZoomIn 4s ease-out forwards}.zoom-animate{animation:slowZoomIn 1.5s ease-out forwards}.zoom-hover:hover{transform:scale(1.08)}.scroll-reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.4,0,.2,1);transition-delay:var(--delay, 0s)}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal.reveal-left{transform:translate(-60px)}.scroll-reveal.reveal-left.revealed{transform:translate(0)}.scroll-reveal.reveal-right{transform:translate(60px)}.scroll-reveal.reveal-right.revealed{transform:translate(0)}.stagger-grid .stagger-item{opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:var(--delay, 0s)}.stagger-grid .stagger-item.revealed{opacity:1;transform:translateY(0)}.typing-text{display:inline-block;border-right:3px solid var(--color-primary);animation:blink .7s infinite;white-space:nowrap;overflow:hidden}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px;font-family:var(--font-display);font-weight:600;font-size:.875rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:none}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--color-primary-light);transform:translateY(-2px);box-shadow:0 8px 30px -5px #2a9d8f66}.btn-cta{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;box-shadow:var(--shadow-accent)}.btn-cta:hover{background:linear-gradient(135deg,var(--color-accent-light),var(--color-accent));transform:translateY(-2px);box-shadow:0 8px 30px -5px #e76f5180}.btn-cta:active{transform:translateY(0)}.btn-secondary{background:transparent;color:var(--color-primary);border:2px solid var(--color-primary)}.btn-secondary:hover{background:var(--color-primary);color:#fff}.btn-full{width:100%}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-small{padding:.5rem 1rem;font-size:.75rem}.add-to-cart-btn,.add-to-cart-main{position:relative}.add-to-cart-btn .btn-loading,.add-to-cart-main .btn-loading{display:none;align-items:center;gap:.5rem}.add-to-cart-btn.loading .btn-text,.add-to-cart-main.loading .btn-text{opacity:0}.add-to-cart-btn.loading .btn-loading,.add-to-cart-main.loading .btn-loading{display:flex}.add-to-cart-btn.loading svg:not(.spinner),.add-to-cart-main.loading svg:not(.spinner){opacity:0}.add-to-cart-btn.success,.add-to-cart-main.success{background:var(--color-success)!important;box-shadow:0 4px 20px -5px #10b98166!important}.announcement-bar{background:linear-gradient(135deg,var(--color-primary),#0ea5e9,var(--color-secondary));color:#fff;padding:.625rem 0;text-align:center;font-size:.875rem;font-weight:500}.site-header{position:sticky;top:0;z-index:100;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 4px 20px #00000014}.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:.625rem}.logo-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--color-primary),#0ea5e9);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:1.25rem}.logo-text{font-family:var(--font-display);font-weight:700;font-size:1.375rem;color:var(--color-foreground)}.logo-img{height:40px;width:auto}.main-nav .nav-list{display:flex;list-style:none;gap:2.5rem}.nav-link{display:flex;align-items:center;gap:.25rem;font-size:.9rem;font-weight:500;color:var(--color-muted-foreground);transition:color .2s;padding:.5rem 0}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);min-width:200px;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-card-hover);border:1px solid var(--color-border);padding:.75rem 0;opacity:0;visibility:hidden;transition:all .3s ease}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-link{display:block;padding:.625rem 1.25rem;font-size:.875rem;color:var(--color-foreground);transition:all .2s}.dropdown-link:hover{background:var(--color-muted);color:var(--color-primary)}.dropdown-link.view-all{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:.75rem;font-weight:600;color:var(--color-primary)}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-btn{width:44px;height:44px;border-radius:10px;border:none;background:transparent;color:var(--color-muted-foreground);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn:hover{background:var(--color-muted);color:var(--color-foreground)}.cart-btn{position:relative}.cart-count{position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:200;opacity:0;visibility:hidden;transition:all .3s ease}.search-overlay.active{opacity:1;visibility:visible}.search-container{max-width:600px;margin:0 auto;padding:2rem 1rem}.search-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.search-form{flex:1}.search-input-wrapper{display:flex;align-items:center;gap:.75rem;background:var(--color-muted);border:2px solid transparent;border-radius:9999px;padding:.875rem 1.25rem;transition:all .3s ease}.search-input-wrapper:focus-within{background:#fff;border-color:var(--color-primary);box-shadow:0 0 0 4px #2a9d8f1a}.search-input-wrapper svg{color:var(--color-muted-foreground);flex-shrink:0}.search-input-wrapper input{flex:1;border:none;background:transparent;font-size:1rem;color:var(--color-foreground);outline:none}.search-input-wrapper input::placeholder{color:var(--color-muted-foreground)}.search-clear{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer;padding:.25rem;opacity:.7}.search-clear:hover{opacity:1}.search-close{background:none;border:none;color:var(--color-primary);font-weight:600;cursor:pointer;font-size:.9rem}.search-results{padding-top:1rem}.search-loading{display:none;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:var(--color-muted-foreground)}.search-empty{display:none;flex-direction:column;align-items:center;gap:1rem;padding:3rem;color:var(--color-muted-foreground);text-align:center}.search-suggestions h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted-foreground);margin-bottom:1rem}.suggestion-tags{display:flex;flex-wrap:wrap;gap:.5rem}.suggestion-tag{padding:.5rem 1rem;background:var(--color-muted);border-radius:9999px;font-size:.875rem;color:var(--color-foreground);transition:all .2s}.suggestion-tag:hover{background:var(--color-primary);color:#fff}.search-products{display:flex;flex-direction:column;gap:.75rem}.search-product-item{display:flex;align-items:center;gap:1rem;padding:.75rem;border-radius:var(--radius);transition:background .2s}.search-product-item:hover{background:var(--color-muted)}.search-product-image{width:60px;height:60px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-muted);flex-shrink:0}.search-product-image img{width:100%;height:100%;object-fit:cover}.search-product-info{flex:1;min-width:0}.search-product-title{display:block;font-weight:500;color:var(--color-foreground);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-product-price{font-weight:600;color:var(--color-primary)}.mini-cart-drawer{position:fixed;top:0;right:-400px;width:100%;max-width:400px;height:100vh;background:#fff;z-index:150;display:flex;flex-direction:column;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 40px #0000001a}.mini-cart-drawer.open{right:0}.mini-cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.mini-cart-header h3{display:flex;align-items:center;gap:.75rem;font-family:var(--font-display);font-weight:600;font-size:1.125rem}.close-mini-cart{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer;padding:.25rem;transition:color .2s}.close-mini-cart:hover{color:var(--color-foreground)}.mini-cart-content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.mini-cart-items{display:flex;flex-direction:column;gap:1rem}.mini-cart-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.mini-cart-image{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-muted);flex-shrink:0}.mini-cart-image img{width:100%;height:100%;object-fit:cover}.mini-cart-item-info{flex:1;min-width:0}.mini-cart-item-title{display:block;font-weight:500;color:var(--color-foreground);margin-bottom:.25rem;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-cart-variant{display:block;font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:.375rem}.mini-cart-item-price{display:flex;align-items:center;gap:.375rem;font-weight:600;color:var(--color-primary);font-size:.9rem}.mini-cart-qty{font-weight:400;color:var(--color-muted-foreground)}.mini-cart-remove{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer;padding:.25rem;transition:color .2s;align-self:flex-start}.mini-cart-remove:hover{color:var(--color-error)}.mini-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;color:var(--color-muted-foreground);gap:1rem}.mini-cart-footer{padding:1.5rem;border-top:1px solid var(--color-border);background:var(--color-muted)}.mini-cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mini-cart-subtotal span:first-child{font-weight:500}.mini-cart-total-price{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--color-foreground)}.mini-cart-note{font-size:.75rem;color:var(--color-muted-foreground);margin-bottom:1rem}.mini-cart-buttons{display:flex;gap:.75rem}.mini-cart-buttons .btn{flex:1}.mobile-menu{position:fixed;top:0;right:-320px;width:320px;height:100vh;background:#fff;z-index:150;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 40px #0000001a}.mobile-menu.open{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.mobile-menu-title{font-family:var(--font-display);font-weight:600;font-size:1.125rem}.close-mobile-menu{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer}.mobile-nav{padding:1rem 0}.mobile-nav-link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-foreground);border-bottom:1px solid var(--color-border);transition:all .2s}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--color-primary);background:var(--color-muted)}.mobile-nav-collections{padding:.75rem 1.5rem}.mobile-nav-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted-foreground);margin-bottom:.75rem}.mobile-nav-sublink{display:block;padding:.625rem 0;font-size:.9rem;color:var(--color-muted-foreground)}.mobile-nav-sublink:hover{color:var(--color-primary)}.header-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:140;opacity:0;visibility:hidden;transition:all .3s ease}.header-overlay.active{opacity:1;visibility:visible}@keyframes heroZoomOut{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(180deg,#e0f7fa 0%,#b2ebf2 50%,var(--color-background) 100%)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;animation:heroZoomOut 1.5s ease-out forwards}.hero-bg:before{content:"";position:absolute;top:25%;left:25%;width:300px;height:300px;background:#2a9d8f1a;border-radius:50%;filter:blur(80px);animation:pulse 4s ease-in-out infinite}.hero-bg:after{content:"";position:absolute;bottom:25%;right:25%;width:250px;height:250px;background:#0ea5e91a;border-radius:50%;filter:blur(60px);animation:pulse 4s ease-in-out infinite 2s}.hero-content{position:relative;text-align:center;max-width:800px;margin:0 auto;padding:4rem 0;animation:heroZoomOut 1.2s ease-out forwards}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2a9d8f1a;border:1px solid rgba(42,157,143,.2);color:var(--color-primary);padding:.625rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-title{font-family:var(--font-display);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;color:var(--color-foreground);line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-description{font-size:1.125rem;color:var(--color-muted-foreground);max-width:600px;margin:0 auto 2rem;line-height:1.7}.hero-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.trust-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.trust-tag{padding:.5rem 1rem;background:#fffc;border:1px solid var(--color-border);border-radius:9999px;font-size:.875rem;color:var(--color-muted-foreground);box-shadow:var(--shadow-card)}.hero-slider{position:relative;width:100%;overflow:hidden;margin-top:-2rem}.slider-container{position:relative}.slider-track{display:flex;transition:transform .5s ease-in-out}.slide{min-width:100%;position:relative;height:400px}@media(min-width:768px){.slide{height:500px}}.slide img{width:100%;height:100%;object-fit:cover}.slide-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--color-primary),#0ea5e9);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-family:var(--font-display)}.slide-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000000b3);color:#fff;text-align:center}.slide-title{font-family:var(--font-display);font-size:2rem;font-weight:700;margin-bottom:.5rem}.slide-text{font-size:1rem;margin-bottom:1rem;opacity:.9}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:all .3s;z-index:10}.slider-arrow:hover{background:#fff;box-shadow:var(--shadow-card-hover);transform:translateY(-50%) scale(1.05)}.slider-prev{left:1rem}.slider-next{right:1rem}.slider-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.625rem;z-index:10}.slider-dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.slider-dot.active{background:#fff;transform:scale(1.25)}.section-header{text-align:center;margin-bottom:3rem}.section-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2a9d8f1a;border:1px solid rgba(42,157,143,.2);color:var(--color-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.gradient-text{background:linear-gradient(135deg,var(--color-primary),#0ea5e9,var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-description{color:var(--color-muted-foreground);max-width:500px;margin:0 auto}.section-cta{text-align:center;margin-top:3rem}.featured-products{padding:5rem 0;background:var(--color-muted)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.products-grid{gap:1.25rem}}@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card:hover{border-color:#2a9d8f66;box-shadow:var(--shadow-card-hover);transform:translateY(-8px)}.product-link{display:block}.product-media,.product-image{position:relative;aspect-ratio:1;background:var(--color-muted);overflow:hidden}.product-media img,.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-media img:not(.slider-img),.product-card:hover .product-image img{transform:scale(1.08)}.product-image-slider{position:relative;width:100%;height:100%}.product-image-slider .slider-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:all .8s ease}.product-image-slider .slider-img.active{opacity:1}.product-image-slider .slider-img.zoom-animate{animation:slowZoomIn 1.5s ease-out forwards}.slider-dots-mini{position:absolute;bottom:.5rem;left:50%;transform:translate(-50%);display:flex;gap:.375rem;z-index:5}.dot-mini{width:6px;height:6px;border-radius:50%;background:#ffffff80;transition:all .3s}.dot-mini.active{background:#fff;transform:scale(1.3)}.skeleton-loader{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--color-muted) 25%,#e8eef3 50%,var(--color-muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;z-index:2}.skeleton-overlay{display:none}.product-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:5}.product-badge{padding:.25rem .625rem;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;border-radius:9999px}.product-badge.sale{background:var(--color-accent)}.product-badge.bogo{background:var(--color-secondary)}.product-badge.flash{background:linear-gradient(135deg,var(--color-warning),var(--color-accent))}.product-info{padding:1rem}.product-title{font-family:var(--font-display);font-size:.95rem;font-weight:600;color:var(--color-foreground);margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s;line-height:1.4}.product-card:hover .product-title{color:var(--color-primary)}.product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-compare{font-size:.875rem;color:var(--color-muted-foreground);text-decoration:line-through}.price-current{font-size:1.125rem;font-weight:700;color:var(--color-primary)}.price-current.large{font-size:1.75rem}.discount-badge{padding:.25rem .5rem;background:#e76f511a;color:var(--color-accent);font-size:.75rem;font-weight:600;border-radius:4px}.product-card form,.product-form-inline{padding:0 1rem 1rem}.collection-page{padding:2rem 0 4rem}.collection-header{margin-bottom:2.5rem}.collection-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:1rem}.collection-breadcrumb a:hover{color:var(--color-primary)}.collection-breadcrumb .current{color:var(--color-foreground)}.collection-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.collection-description{font-size:1rem;color:var(--color-muted-foreground);max-width:600px;margin-bottom:1rem}.collection-stats{display:flex;gap:1rem}.product-count{font-size:.875rem;color:var(--color-muted-foreground);padding:.375rem .875rem;background:var(--color-muted);border-radius:9999px}.collection-layout{display:grid;gap:2rem}@media(min-width:1024px){.collection-layout{grid-template-columns:260px 1fr}}.filters-sidebar{display:none}@media(min-width:1024px){.filters-sidebar{display:block;position:sticky;top:90px;height:fit-content}}.filters-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.filters-header h3{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:1rem}.clear-filters{font-size:.8rem;color:var(--color-primary);font-weight:500}.filter-group{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.filter-title{font-family:var(--font-display);font-weight:600;font-size:.875rem;margin-bottom:1rem;color:var(--color-foreground)}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.875rem}.filter-checkbox input{display:none}.filter-checkbox .checkmark{width:18px;height:18px;border:2px solid var(--color-border);border-radius:4px;position:relative;transition:all .2s;flex-shrink:0}.filter-checkbox input:checked+.checkmark{background:var(--color-primary);border-color:var(--color-primary)}.filter-checkbox input:checked+.checkmark:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-label{flex:1;color:var(--color-foreground)}.filter-count{color:var(--color-muted-foreground);font-size:.75rem}.deal-filter .filter-label{font-weight:500}.price-range-filter{display:flex;flex-direction:column;gap:.75rem}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-input{flex:1;padding:.625rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem}.price-input:focus{outline:none;border-color:var(--color-primary)}.price-separator{color:var(--color-muted-foreground)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.mobile-filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:9999px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s}.mobile-filter-toggle:hover{border-color:var(--color-primary);color:var(--color-primary)}.sort-dropdown{display:flex;align-items:center;gap:.75rem}.sort-dropdown label{font-size:.875rem;color:var(--color-muted-foreground);display:none}@media(min-width:640px){.sort-dropdown label{display:block}}.sort-select{padding:.625rem 2rem .625rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;background:var(--color-card);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#2a9d8f1a;color:var(--color-primary);border-radius:9999px;font-size:.8rem;font-weight:500;transition:all .2s}.active-filter-tag:hover{background:var(--color-primary);color:#fff}.filter-drawer{position:fixed;top:0;left:-100%;width:300px;height:100vh;background:#fff;z-index:200;display:flex;flex-direction:column;transition:left .3s cubic-bezier(.4,0,.2,1)}.filter-drawer.open{left:0}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.filter-drawer-header h3{font-family:var(--font-display);font-weight:600;font-size:1.125rem}.close-drawer{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer}.filter-drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.filter-drawer-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid var(--color-border)}.filter-drawer-footer .btn{flex:1}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:190;opacity:0;visibility:hidden;transition:all .3s ease}.drawer-overlay.active{opacity:1;visibility:visible}.no-products{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:var(--color-muted-foreground);gap:1rem}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.pagination-btn{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--color-foreground);transition:all .2s}.pagination-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination-numbers{display:flex;gap:.25rem}.pagination-num{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);transition:all .2s}.pagination-num:hover{background:var(--color-muted);color:var(--color-foreground)}.pagination-num.active{background:var(--color-primary);color:#fff}.pagination-num.dots{pointer-events:none}.product-page{padding:2rem 0 4rem}.product-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-muted-foreground);margin-bottom:1rem;flex-wrap:wrap}.product-breadcrumb a:hover{color:var(--color-primary)}.product-breadcrumb .current{color:var(--color-foreground)}.product-layout{display:grid;gap:2.5rem}.product-layout.amazon-style{display:grid;gap:2rem}@media(min-width:1024px){.product-layout{grid-template-columns:1.2fr 1fr;gap:4rem}.product-layout.amazon-style{grid-template-columns:60% 40%;gap:3rem;align-items:start}}.product-gallery{position:relative}@media(min-width:1024px){.product-gallery{position:sticky;top:100px;align-self:start}}.main-image{position:relative;aspect-ratio:1;background:var(--color-muted);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:1rem}.main-image img,.main-image video{width:100%;height:100%;object-fit:cover}.zoom-image{transition:transform .3s ease;cursor:zoom-in}.thumbnail-gallery{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{width:70px;height:70px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-muted);border:2px solid transparent;cursor:pointer;transition:all .2s;flex-shrink:0}.thumbnail:hover{border-color:var(--color-muted-foreground)}.thumbnail.active{border-color:var(--color-primary)}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumb-video-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-foreground);color:#fff;font-size:1rem}.product-slider-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.product-slider-dot{width:10px;height:10px;border-radius:50%;background:var(--color-border);border:none;cursor:pointer;transition:all .3s}.product-slider-dot.active{background:var(--color-primary);transform:scale(1.2)}.product-details{padding-top:1rem}.product-details-sticky{position:relative}@media(min-width:1024px){.product-details-sticky{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}.product-details-inner{padding-right:1rem}}.product-page-title{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--color-foreground);line-height:1.2;margin-bottom:1rem}.product-page-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.pro-highlights{background:linear-gradient(135deg,#2a9d8f0d,#0ea5e90d);border:1px solid rgba(42,157,143,.2);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.5rem}.highlights-title{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--color-primary);margin-bottom:1rem}.highlights-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.highlights-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.9rem;color:var(--color-foreground);line-height:1.5}.highlights-list li svg{color:var(--color-primary);flex-shrink:0;margin-top:3px}.product-trust-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--color-muted);border-radius:var(--radius)}.trust-feature{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--color-foreground)}.trust-feature svg{color:var(--color-primary)}.product-form{margin-bottom:1.5rem}.variant-selector{margin-bottom:1.25rem}.variant-selector label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.5rem}.variant-select{width:100%;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;background:var(--color-card);cursor:pointer}.variant-select:focus{outline:none;border-color:var(--color-primary)}.quantity-selector{margin-bottom:1.25rem}.quantity-selector label{display:block;font-weight:500;font-size:.875rem;margin-bottom:.5rem}.quantity-controls-inline{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.qty-btn{width:44px;height:44px;background:var(--color-muted);border:none;cursor:pointer;font-size:1.25rem;color:var(--color-foreground);transition:all .2s;display:flex;align-items:center;justify-content:center}.qty-btn:hover{background:var(--color-primary);color:#fff}.quantity-input{width:60px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:600;background:var(--color-card)}.product-details-section{border-top:1px solid var(--color-border);padding-top:1.5rem;margin-top:1.5rem}.details-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:1rem;color:var(--color-foreground)}.details-toggle svg{transition:transform .3s}.details-toggle.open svg{transform:rotate(180deg)}.details-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.details-content.open{max-height:1000px}.product-description{font-size:.95rem;line-height:1.7;color:var(--color-muted-foreground)}.product-description ul{margin:1rem 0;padding-left:1.25rem}.product-description li{margin-bottom:.5rem}.product-trust{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1.5rem;background:var(--color-muted);border-radius:var(--radius);margin-top:1.5rem}.trust-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;font-weight:500;color:var(--color-foreground)}.trust-item svg{color:var(--color-primary)}.full-width-content{width:100%;max-width:100%;clear:both}.product-description-section{margin-top:4rem;padding:3rem 0;border-top:1px solid var(--color-border)}.product-description-section.full-width-content{padding-top:4rem;margin-bottom:2rem}.aplus-gallery-fullwidth{display:flex;flex-direction:column;gap:1rem}.aplus-item-full{width:100%;border-radius:.75rem;overflow:hidden;box-shadow:var(--shadow-card)}.aplus-item-full img{width:100%;height:auto;display:block}.description-header{margin-bottom:2rem}.product-description-full{font-family:var(--font-body);font-weight:400;font-size:1rem;line-height:1.8;color:var(--color-foreground);max-width:900px}.product-description-full ul{margin:1.5rem 0;padding-left:1.5rem}.product-description-full li{margin-bottom:.75rem;color:var(--color-muted-foreground)}.product-description-full h2,.product-description-full h3,.product-description-full h4{font-family:var(--font-display);font-weight:700;margin:1.5rem 0 1rem;color:var(--color-foreground)}.product-description-full p{margin-bottom:1rem}.aplus-section{margin-top:4rem;padding:4rem 0;border-top:1px solid var(--color-border)}.aplus-gallery{display:flex;flex-direction:column;gap:1.5rem}.aplus-gallery.full-width{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.aplus-gallery.full-width{grid-template-columns:repeat(2,1fr)}}.aplus-item{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .3s,box-shadow .3s}.aplus-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.aplus-item img{width:100%;height:auto;display:block}.aplus-block{display:grid;gap:2rem;align-items:center}@media(min-width:768px){.aplus-block{grid-template-columns:1fr 1fr;gap:3rem}.aplus-block.reverse{direction:rtl}.aplus-block.reverse>*{direction:ltr}}.aplus-image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.aplus-image img{width:100%;height:auto}.aplus-text{padding:1rem 0}.aplus-number{font-family:var(--font-display);font-size:3rem;font-weight:800;color:#2a9d8f26;line-height:1;margin-bottom:.5rem}.aplus-text h4{font-family:var(--font-display);font-weight:700;font-size:1.25rem;color:var(--color-foreground);margin-bottom:.75rem}.aplus-text p{color:var(--color-muted-foreground);line-height:1.7}.frequently-bought{margin-top:4rem;padding:2.5rem;background:var(--color-muted);border-radius:var(--radius-lg)}.bundle-container{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.bundle-container{flex-direction:row;align-items:center;justify-content:space-between}}.bundle-products{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.bundle-item{text-align:center;position:relative}.bundle-item input[type=checkbox]{position:absolute;top:.5rem;right:.5rem;width:20px;height:20px;accent-color:var(--color-primary);cursor:pointer}.bundle-item.current{pointer-events:none}.bundle-item label{cursor:pointer;display:block}.bundle-image{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;background:var(--color-card);margin-bottom:.5rem;border:2px solid var(--color-border);transition:border-color .2s}.bundle-item:hover .bundle-image,.bundle-item.current .bundle-image{border-color:var(--color-primary)}.bundle-image img{width:100%;height:100%;object-fit:cover}.bundle-title{display:block;font-size:.8rem;font-weight:500;color:var(--color-foreground);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0 auto .25rem}.bundle-price{font-weight:600;color:var(--color-primary);font-size:.9rem}.bundle-plus{font-size:1.5rem;font-weight:300;color:var(--color-muted-foreground)}.bundle-total{text-align:center}@media(min-width:1024px){.bundle-total{text-align:right}}.bundle-total-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.bundle-price-total{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--color-foreground)}.related-products{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--color-border)}.related-grid{grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.related-grid{grid-template-columns:repeat(4,1fr)}}.sticky-cart-bar{position:fixed;bottom:-100px;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--color-border);z-index:90;padding:1rem 0;transition:bottom .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -4px 20px #00000014}.sticky-cart-bar.visible{bottom:0}.sticky-cart-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-product-info{display:flex;align-items:center;gap:.75rem}.sticky-thumb{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--color-border)}.sticky-title{font-weight:600;font-size:.9rem;color:var(--color-foreground);display:none}.sticky-price{font-size:1rem;color:var(--color-primary);font-weight:700}@media(min-width:640px){.sticky-title{display:block}}.sticky-add-btn{padding:.75rem 2rem;font-weight:600}.trust-badges-section{padding:4rem 0;background:var(--color-background)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr)}}.trust-badge-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.75rem 1.25rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);text-align:center;transition:all .3s ease}.trust-badge-card:hover{border-color:#2a9d8f4d;box-shadow:var(--shadow-soft);transform:translateY(-4px)}.badge-icon{width:56px;height:56px;border-radius:var(--radius);background:var(--color-muted);color:var(--color-primary);display:flex;align-items:center;justify-content:center}.badge-title{font-family:var(--font-display);font-weight:600;font-size:.9rem;color:var(--color-foreground)}.badge-description{font-size:.8rem;color:var(--color-muted-foreground)}.why-choose-section{padding:5rem 0;background:var(--color-muted)}.features-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.feature-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:var(--radius);background:#2a9d8f1a;color:var(--color-primary);display:flex;align-items:center;justify-content:center}.feature-title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--color-foreground);margin-bottom:.5rem}.feature-description{font-size:.875rem;color:var(--color-muted-foreground);line-height:1.6}.newsletter-section{position:relative;padding:5rem 0;overflow:hidden}.newsletter-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,var(--color-background),var(--color-muted),var(--color-background))}.newsletter-bg:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:350px;background:#0ea5e91a;border-radius:50%;filter:blur(100px)}.newsletter-content{position:relative;max-width:600px;margin:0 auto;text-align:center}.newsletter-badge{display:inline-flex;align-items:center;gap:.5rem;background:#2a9d8f1a;border:1px solid rgba(42,157,143,.2);color:var(--color-primary);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.newsletter-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-foreground);margin-bottom:.75rem}.newsletter-description{color:var(--color-muted-foreground);margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:400px;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;height:52px;padding:0 1.25rem;border:1px solid var(--color-border);border-radius:9999px;background:var(--color-card);font-size:.9rem;color:var(--color-foreground)}.newsletter-input:focus{outline:none;border-color:var(--color-primary)}.newsletter-privacy{font-size:.75rem;color:var(--color-muted-foreground);margin-top:1rem}.site-footer{background:var(--color-foreground);color:#fffc;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr repeat(3,1fr)}}.footer-brand{grid-column:span 2}@media(min-width:768px){.footer-brand{grid-column:span 1}}.footer-logo{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.footer-logo .logo-icon{width:36px;height:36px}.footer-logo .logo-text{color:#fff;font-size:1.25rem}.footer-description{font-size:.875rem;line-height:1.7;margin-bottom:1.5rem;max-width:280px}.footer-social{display:flex;gap:.75rem}.social-link{width:40px;height:40px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .2s}.social-link:hover{background:var(--color-primary)}.footer-column h4{font-family:var(--font-display);font-weight:600;color:#fff;font-size:.9rem;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.625rem}.footer-link{font-size:.875rem;color:#ffffffb3;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.8rem;color:#ffffff80}.footer-payments{display:flex;gap:.5rem}.payment-icon{width:40px;height:24px;background:#ffffff1a;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;color:#ffffffb3}.cart-page{padding:2rem 0 4rem}.cart-header{margin-bottom:2rem}.cart-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--color-foreground)}.cart-layout{display:grid;gap:2rem}@media(min-width:1024px){.cart-layout{grid-template-columns:1.5fr 1fr;gap:3rem}}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;padding:1.25rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius)}.cart-item-image{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-muted);flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;min-width:0}.cart-item-title{font-family:var(--font-display);font-weight:600;color:var(--color-foreground);margin-bottom:.25rem}.cart-item-variant{font-size:.8rem;color:var(--color-muted-foreground);margin-bottom:.75rem}.cart-item-quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);overflow:hidden}.cart-item-quantity button{width:32px;height:32px;background:var(--color-muted);border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.cart-item-quantity input{width:40px;height:32px;border:none;text-align:center;font-weight:600;font-size:.875rem}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-price{font-weight:700;color:var(--color-primary);font-size:1.125rem}.cart-item-remove{background:none;border:none;color:var(--color-muted-foreground);cursor:pointer;font-size:.8rem;transition:color .2s}.cart-item-remove:hover{color:var(--color-error)}.cart-summary{position:sticky;top:100px;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem;height:fit-content}.cart-summary-title{font-family:var(--font-display);font-weight:600;font-size:1.125rem;margin-bottom:1.5rem;color:var(--color-foreground)}.cart-summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.9rem}.cart-summary-row.total{padding-top:1rem;margin-top:1rem;border-top:1px solid var(--color-border);font-weight:600;font-size:1.125rem}.cart-summary-row.total span:last-child{color:var(--color-primary);font-size:1.375rem}.cart-summary .btn{margin-top:1.5rem}.cart-empty{text-align:center;padding:4rem 2rem}.cart-empty svg{margin-bottom:1rem;color:var(--color-muted-foreground)}.cart-empty p{color:var(--color-muted-foreground);margin-bottom:1.5rem}.policy-page,.about-page,.contact-page{padding:3rem 0 5rem}.policy-header,.about-header,.contact-header{text-align:center;margin-bottom:3rem}.policy-title,.about-title,.contact-title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--color-foreground);margin-bottom:.5rem}.policy-updated{font-size:.875rem;color:var(--color-muted-foreground)}.policy-content{max-width:800px;margin:0 auto;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.5rem}.policy-section{margin-bottom:2rem}.policy-section:last-child{margin-bottom:0}.policy-section h2{font-family:var(--font-display);font-weight:600;font-size:1.25rem;color:var(--color-foreground);margin-bottom:1rem}.policy-section p{color:var(--color-muted-foreground);line-height:1.7;margin-bottom:1rem}.policy-section ul{padding-left:1.25rem;color:var(--color-muted-foreground)}.policy-section li{margin-bottom:.5rem;line-height:1.6}.about-content{display:grid;gap:3rem}@media(min-width:768px){.about-content{grid-template-columns:1fr 1fr;gap:4rem}}.about-image{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-muted);aspect-ratio:4/3}.about-image img{width:100%;height:100%;object-fit:cover}.about-text h2{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:var(--color-foreground);margin-bottom:1rem}.about-text p{color:var(--color-muted-foreground);line-height:1.7;margin-bottom:1rem}.contact-layout{display:grid;gap:3rem}@media(min-width:768px){.contact-layout{grid-template-columns:1fr 1fr;gap:4rem}}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius)}.contact-card-icon{width:48px;height:48px;border-radius:var(--radius);background:#2a9d8f1a;color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card h3{font-family:var(--font-display);font-weight:600;font-size:.95rem;color:var(--color-foreground);margin-bottom:.25rem}.contact-card p{font-size:.875rem;color:var(--color-muted-foreground)}.contact-form-container{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;font-size:.875rem;color:var(--color-foreground)}.form-group input,.form-group textarea{padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);font-size:.9rem;background:var(--color-background);color:var(--color-foreground);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-primary)}.form-group textarea{min-height:120px;resize:vertical}.category-filter{padding:1rem 0;background:var(--color-card);border-bottom:1px solid var(--color-border);position:sticky;top:70px;z-index:40}.category-filter-inner{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.category-filter-inner::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;padding:.625rem 1.25rem;background:var(--color-muted);border:1px solid transparent;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--color-muted-foreground);cursor:pointer;transition:all .2s;white-space:nowrap;text-decoration:none}.category-tab:hover{border-color:var(--color-primary);color:var(--color-primary)}.category-tab.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.product-layout.amazon-fold{display:grid;gap:2rem}@media(min-width:1024px){.product-layout.amazon-fold{grid-template-columns:60% 40%;gap:3rem;align-items:start}}.product-gallery-section{position:relative}@media(min-width:1024px){.product-gallery-section{position:sticky;top:100px;align-self:start}}.main-image-wrapper{background:var(--color-muted);border-radius:var(--radius-lg);overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:360px;max-height:520px;margin-bottom:1rem}.main-product-img{width:100%;height:100%;max-height:520px;object-fit:contain;transition:transform .3s ease}.main-product-video{width:100%;height:100%;max-height:520px;object-fit:contain}@media(max-width:767px){.main-image-wrapper{min-height:280px;max-height:360px}.main-product-img,.main-product-video{max-height:360px}}.thumbnail-gallery-container{width:100%}.thumbnail-row{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.thumbnail-row::-webkit-scrollbar{height:4px}.thumbnail-row::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.thumb-btn{width:70px;height:70px;min-width:70px;border-radius:var(--radius-sm);overflow:hidden;background:var(--color-muted);border:2px solid transparent;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0}.thumb-btn:hover{border-color:var(--color-muted-foreground);transform:scale(1.05)}.thumb-btn.active{border-color:var(--color-primary);box-shadow:0 0 0 2px #2a9d8f33}.thumb-btn img{width:100%;height:100%;object-fit:cover}.thumb-video-indicator{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#334155)}.see-all-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a9d8f1a,#0ea5e91a);border:2px dashed var(--color-primary)}.see-all-btn:hover{background:#2a9d8f26;border-style:solid}.see-all-count{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-primary)}.see-all-text{font-size:.625rem;font-weight:600;color:var(--color-primary);text-transform:uppercase;letter-spacing:.02em}.product-buybox-sticky{position:relative}@media(min-width:1024px){.product-buybox-sticky{position:sticky;top:90px;align-self:start;max-height:calc(100vh - 100px);overflow-y:auto}}.buybox-inner{background:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.5rem}.product-title-main{font-family:var(--font-display);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:var(--color-foreground);line-height:1.3;margin-bottom:1rem}.product-price-section{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1.25rem}.price-original{font-size:1rem;color:var(--color-muted-foreground);text-decoration:line-through}.price-current-large{font-size:1.75rem;font-weight:700;color:var(--color-primary)}.discount-pill{padding:.25rem .75rem;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;font-size:.75rem;font-weight:700;border-radius:9999px;text-transform:uppercase}.pro-highlights-box{background:linear-gradient(135deg,#2a9d8f0d,#0ea5e90d);border:1px solid rgba(42,157,143,.2);border-radius:var(--radius);padding:1rem;margin-bottom:1.25rem}.highlights-heading{display:flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;font-size:.875rem;color:var(--color-primary);margin-bottom:.75rem}.highlights-list-dynamic{list-style:none;display:flex;flex-direction:column;gap:.5rem}.highlights-list-dynamic li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--color-foreground);line-height:1.4}.highlights-list-dynamic li svg{flex-shrink:0;margin-top:2px}.variant-option-group{margin-bottom:1rem}.variant-label{display:block;font-weight:600;font-size:.875rem;color:var(--color-foreground);margin-bottom:.5rem}.variant-buttons-premium{display:flex;flex-wrap:wrap;gap:.5rem}.variant-chip{padding:.5rem 1rem;background:var(--color-card);border:2px solid var(--color-border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--color-foreground);cursor:pointer;transition:all .2s ease}.variant-chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.variant-chip.selected{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.hidden-variant-select{position:absolute;opacity:0;pointer-events:none}.quantity-row-premium{margin-bottom:1.25rem}.qty-label{display:block;font-weight:600;font-size:.875rem;color:var(--color-foreground);margin-bottom:.5rem}.qty-controls-premium{display:inline-flex;align-items:center;border:2px solid var(--color-border);border-radius:var(--radius);overflow:hidden}.qty-btn-premium{width:44px;height:44px;background:var(--color-muted);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-foreground);transition:all .2s ease}.qty-btn-premium:hover{background:var(--color-primary);color:#fff}.qty-input-premium{width:60px;height:44px;border:none;text-align:center;font-size:1rem;font-weight:600;background:var(--color-card);color:var(--color-foreground)}.btn-add-to-cart-main{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;font-family:var(--font-display);font-weight:700;font-size:1rem;border:none;border-radius:9999px;cursor:pointer;box-shadow:var(--shadow-accent);transition:all .3s ease;position:relative;overflow:hidden}.btn-add-to-cart-main:hover:not(:disabled){background:linear-gradient(135deg,var(--color-accent-light),var(--color-accent));transform:translateY(-2px);box-shadow:0 8px 30px -5px #e76f5180}.btn-add-to-cart-main:disabled{opacity:.6;cursor:not-allowed}.btn-add-to-cart-main .btn-loading-state,.btn-add-to-cart-main.loading .btn-text{display:none}.btn-add-to-cart-main.loading .btn-loading-state{display:flex;align-items:center;gap:.5rem}.spinner-icon{width:20px;height:20px;animation:spin 1s linear infinite}.btn-add-to-cart-sm{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-dark));color:#fff;font-family:var(--font-display);font-weight:600;font-size:.8rem;border:none;border-radius:9999px;cursor:pointer;transition:all .3s ease}.btn-add-to-cart-sm:hover{background:linear-gradient(135deg,var(--color-accent-light),var(--color-accent));transform:translateY(-1px)}.trust-features-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.25rem;padding:1rem;background:var(--color-muted);border-radius:var(--radius)}.trust-features-row .trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;color:var(--color-foreground)}.product-description-fullwidth{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--color-border)}.section-header-alt{margin-bottom:2rem}.section-title-clean{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-foreground)}.text-teal{color:var(--color-primary)}.description-content-area{font-family:var(--font-body);font-size:1rem;line-height:1.8;color:var(--color-muted-foreground)}.description-content-area ul{margin:1rem 0;padding-left:1.5rem}.description-content-area li{margin-bottom:.5rem}.aplus-premium-section{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--color-border)}.section-tag{display:inline-block;font-size:.875rem;color:var(--color-muted-foreground);margin-bottom:.5rem}.aplus-grid-fullwidth{display:flex;flex-direction:column;gap:1rem}.aplus-image-item{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card)}.aplus-image-item img{width:100%;height:auto}.frequently-bought-section{margin-top:3rem;padding:2rem;background:var(--color-muted);border-radius:var(--radius-lg)}.bundle-wrapper{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.bundle-wrapper{flex-direction:row;align-items:center;justify-content:space-between}}.bundle-items-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.bundle-product-card{text-align:center;position:relative}.bundle-product-card.current{opacity:.9}.bundle-product-card.selectable label{cursor:pointer}.bundle-checkbox{position:absolute;top:.5rem;right:.5rem;width:18px;height:18px;accent-color:var(--color-primary);cursor:pointer;z-index:2}.bundle-img-wrap{width:100px;height:100px;border-radius:var(--radius);overflow:hidden;background:var(--color-card);margin-bottom:.5rem;border:2px solid var(--color-border);transition:border-color .2s}.bundle-product-card:hover .bundle-img-wrap{border-color:var(--color-primary)}.bundle-img-wrap img{width:100%;height:100%;object-fit:cover}.bundle-product-title{display:block;font-size:.75rem;font-weight:500;color:var(--color-foreground);max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-product-price{display:block;font-weight:600;color:var(--color-primary);font-size:.875rem;margin-top:.25rem}.bundle-plus-sign{font-size:1.5rem;font-weight:300;color:var(--color-muted-foreground)}.bundle-total-section{text-align:center}@media(min-width:1024px){.bundle-total-section{text-align:right}}.bundle-total-info{margin-bottom:1rem}.bundle-label{font-size:.875rem;color:var(--color-muted-foreground)}.bundle-total-price{display:block;font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--color-foreground)}.related-products-section{margin-top:4rem;padding-top:3rem;border-top:1px solid var(--color-border)}.related-products-grid-fixed{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.related-products-grid-fixed{gap:1.25rem}}@media(min-width:768px){.related-products-grid-fixed{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.related-product-card{background:var(--color-card);border:1px solid var(--color-border);border-radius:.75rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.related-product-card:hover{border-color:#2a9d8f66;box-shadow:var(--shadow-card-hover);transform:translateY(-6px)}.related-card-link{display:block}.related-card-media{position:relative;aspect-ratio:1;background:var(--color-muted);overflow:hidden}.related-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.related-product-card:hover .related-card-img{transform:scale(1.08)}.related-badge{position:absolute;top:.5rem;left:.5rem;padding:.25rem .5rem;background:var(--color-accent);color:#fff;font-size:.625rem;font-weight:700;border-radius:9999px;text-transform:uppercase}.related-card-info{padding:.875rem}.related-card-title{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--color-foreground);margin-bottom:.375rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;transition:color .2s}.related-product-card:hover .related-card-title{color:var(--color-primary)}.related-card-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.price-strike{font-size:.75rem;color:var(--color-muted-foreground);text-decoration:line-through}.price-now{font-size:1rem;font-weight:700;color:var(--color-primary)}.related-card-form{padding:0 .875rem .875rem}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.gallery-modal.open{opacity:1;visibility:visible}.gallery-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;cursor:pointer}.gallery-modal-content{position:relative;background:var(--color-card);border-radius:var(--radius-lg);padding:2rem;max-width:800px;max-height:90vh;width:90%;overflow-y:auto;z-index:1;animation:scaleIn .3s ease}.gallery-modal.open .gallery-modal-content{animation:scaleIn .3s ease}.gallery-modal-close-btn{position:absolute;top:1rem;right:1rem;width:40px;height:40px;background:var(--color-muted);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.gallery-modal-close-btn:hover{background:var(--color-primary);color:#fff}.gallery-modal-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--color-foreground);margin-bottom:1.5rem;padding-right:3rem}.gallery-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(max-width:640px){.gallery-modal-grid{grid-template-columns:repeat(2,1fr)}}.gallery-thumb-large{aspect-ratio:1;background:var(--color-muted);border:2px solid transparent;border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:all .2s;padding:0}.gallery-thumb-large:hover{border-color:var(--color-primary);transform:scale(1.02)}.gallery-thumb-large img{width:100%;height:100%;object-fit:cover}.sticky-bar-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-product-preview{display:flex;align-items:center;gap:.75rem}.sticky-thumb-img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--color-border)}.sticky-product-info{display:flex;flex-direction:column}.sticky-product-title{font-weight:600;font-size:.85rem;color:var(--color-foreground);display:none}@media(min-width:640px){.sticky-product-title{display:block}}.sticky-product-price{font-size:1rem;font-weight:700;color:var(--color-primary)}.sticky-add-btn{padding:.75rem 1.5rem}@media(max-width:767px){.hero-title{font-size:clamp(2rem,8vw,3rem)}.product-page-title{font-size:1.5rem}.collection-title{font-size:1.75rem}.product-trust-row{flex-direction:column;gap:.75rem}.bundle-products,.bundle-items-row{flex-direction:column}.bundle-plus,.bundle-plus-sign{transform:rotate(90deg)}.sticky-cart-bar{padding:.75rem 0}.sticky-form{max-width:none;flex:1}.trust-features-row{flex-direction:column;gap:.625rem}}@media print{.site-header,.site-footer,.sticky-cart-bar,.mini-cart-drawer,.mobile-menu,.search-overlay,.gallery-modal{display:none!important}body{background:#fff;color:#000}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
