:root{--c-bg: #ffffff;--c-bg-light: #f7f8fa;--c-bg-dark: #111827;--c-text: #111827;--c-text-muted: #6b7280;--c-accent: #2563eb;--c-accent-hover: #1d4ed8;--c-border: #e5e7eb;--c-success: #16a34a;--font-body: "Inter", system-ui, sans-serif;--font-head: "Sora", "Inter", sans-serif;--radius: 10px;--radius-sm: 6px;--shadow: 0 4px 24px rgba(0,0,0,.08);--transition: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--c-text);background:var(--c-bg);line-height:1.65}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{max-width:1160px;margin:0 auto;padding:0 1.5rem}.container-narrow{max-width:760px}.section-pad{padding:5rem 0}.text-center{text-align:center}.bg-light{background:var(--c-bg-light)}.bg-dark{background:var(--c-bg-dark)}h1,h2,h3,h4{font-family:var(--font-head);font-weight:800;line-height:1.15}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.75rem}.section-h2{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:1.25rem}.section-h2.light,.section-body.light,.offer-trust.light{color:#fff}.section-label.light{color:#93c5fd}.section-body{font-size:1.0625rem;color:var(--c-text-muted);max-width:580px}.text-center .section-body{margin:0 auto}.disclaimer-text{font-size:.82rem;color:var(--c-text-muted);font-style:italic;margin-top:1rem}.rte p{margin-bottom:1rem}.rte ul{list-style:disc;padding-left:1.5rem}.rte ul li{margin-bottom:.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-weight:700;font-size:1rem;transition:all var(--transition);text-decoration:none;border:2px solid transparent}.btn-primary{background:var(--c-accent);color:#fff}.btn-primary:hover{background:var(--c-accent-hover);color:#fff;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--c-text);border-color:var(--c-border)}.btn-secondary:hover{border-color:var(--c-accent);color:var(--c-accent)}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem}.btn-full{width:100%}.announcement-bar{text-align:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500}.announcement-bar p{margin:0}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--c-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:1.5rem}.logo-text{font-family:var(--font-head);font-size:1.4rem;font-weight:800;color:var(--c-text)}.main-nav{display:flex;gap:2rem}.main-nav a{font-size:.9375rem;font-weight:500;color:var(--c-text-muted);transition:color var(--transition)}.main-nav a:hover{color:var(--c-accent)}.header-icons{display:flex;align-items:center;gap:1rem}.cart-icon{position:relative;display:flex}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--c-accent);color:#fff;font-size:.65rem;width:18px;height:18px;border-radius:50%;display:grid;place-items:center;font-weight:700}.nav-toggle{display:none;flex-direction:column;gap:5px}.nav-toggle span{width:24px;height:2px;background:var(--c-text);border-radius:2px;transition:all var(--transition)}.hero{position:relative;min-height:88vh;display:flex;align-items:center;background:var(--c-bg-light);overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;opacity:.15}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;width:100%}.hero-content{display:flex;flex-direction:column;gap:0}.hero-eyebrow{font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1rem}.hero-h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.1;margin-bottom:1.25rem}.hero-sub{font-size:1.0625rem;color:var(--c-text-muted);margin-bottom:2rem;max-width:480px;line-height:1.75}.hero-cta-wrap{margin-bottom:1.25rem}.hero-trust{font-size:.82rem;color:var(--c-text-muted)}.hero-image img{border-radius:var(--radius);box-shadow:var(--shadow);width:100%}.img-placeholder{background:#e5e7eb;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;min-height:380px;text-align:center;padding:2rem;color:var(--c-text-muted);font-size:.9rem;border:2px dashed #d1d5db}.img-placeholder.dark{background:#ffffff0f;border-color:#ffffff26;color:#ffffff80}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.problem-card{background:#fff;border:1px solid var(--c-border);border-radius:var(--radius);padding:1.75rem;text-align:center}.problem-icon{font-size:2rem;margin-bottom:.75rem}.problem-card p{font-size:1rem;color:var(--c-text-muted)}.solution-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.solution-content{display:flex;flex-direction:column;gap:0}.solution-content .section-h2{margin-bottom:1rem}.solution-content .section-body{margin-bottom:1.5rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem}.benefit-card{padding:1.75rem;border:1px solid var(--c-border);border-radius:var(--radius);text-align:center;transition:box-shadow var(--transition),transform var(--transition)}.benefit-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.benefit-icon{font-size:2rem;margin-bottom:.75rem}.benefit-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.benefit-card p{font-size:.9375rem;color:var(--c-text-muted)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem;margin-top:3rem}.step-card{text-align:center}.step-number{width:52px;height:52px;border-radius:50%;background:var(--c-accent);color:#fff;font-family:var(--font-head);font-size:1.25rem;font-weight:800;display:grid;place-items:center;margin:0 auto 1rem}.step-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.step-card p{font-size:.9375rem;color:var(--c-text-muted)}.comparison-table-wrap{overflow-x:auto;margin-top:3rem}.comparison-table{width:100%;border-collapse:collapse;font-size:.9375rem}.comparison-table th,.comparison-table td{padding:.875rem 1.25rem;text-align:center;border-bottom:1px solid var(--c-border)}.comparison-table th{font-weight:700;font-size:.875rem;background:var(--c-bg-light)}.comparison-table .highlight-col{background:#eff6ff;color:var(--c-accent);font-weight:700}.comparison-table thead .highlight-col{background:var(--c-accent);color:#fff;border-radius:var(--radius-sm)}.offer-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.offer-content{display:flex;flex-direction:column;gap:0}.offer-price{font-family:var(--font-head);font-size:1.75rem;font-weight:800;margin-bottom:1.5rem}.offer-bullets{margin-bottom:2rem;display:flex;flex-direction:column;gap:.6rem}.offer-bullets li{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#ffffffd9}.offer-bullets li:before{content:"\2713";color:#34d399;font-weight:800;flex-shrink:0}.offer-trust{font-size:.82rem;color:#ffffff80;margin-top:1rem}.reviews-placeholder{display:flex;justify-content:center;margin-top:2.5rem}.review-coming-soon{background:#fff;border:1px solid var(--c-border);border-radius:var(--radius);padding:2.5rem 3rem;text-align:center;max-width:500px}.stars{color:#f59e0b;font-size:1.4rem;display:block;margin-bottom:1rem;letter-spacing:3px}.review-coming-soon p{color:var(--c-text-muted);font-style:italic}.faq-container{max-width:760px}.faq-list{margin-top:3rem}.faq-item{border-bottom:1px solid var(--c-border)}.faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:1.0625rem;font-weight:600;text-align:left;gap:1rem;transition:color var(--transition);background:none;border:none}.faq-q:hover{color:var(--c-accent)}.faq-icon{font-size:1.5rem;font-weight:400;flex-shrink:0;transition:transform var(--transition);color:var(--c-accent)}.faq-q[aria-expanded=true] .faq-icon{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s}.faq-a.open{max-height:500px;padding-bottom:1.25rem}.faq-a p{color:var(--c-text-muted);font-size:.9375rem;line-height:1.75}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.main-product-img{border-radius:var(--radius);width:100%}.product-thumbs{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.product-thumbs .thumb{width:72px;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:border-color var(--transition)}.product-thumbs .thumb.active,.product-thumbs .thumb:hover{border-color:var(--c-accent)}.product-title{font-size:clamp(1.5rem,3vw,2rem);margin-bottom:1rem}.price-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.price-current{font-size:1.6rem;font-weight:800;color:var(--c-text)}.price-compare{font-size:1.1rem;color:var(--c-text-muted);text-decoration:line-through}.price-current.sale{color:#dc2626}.badge-sale{background:#fef2f2;color:#dc2626;font-size:.8rem;font-weight:700;padding:.25rem .6rem;border-radius:4px}.shipping-note{font-size:.875rem;color:var(--c-success);margin-bottom:1.5rem;font-weight:500}.benefit-bullets{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.benefit-bullets li{display:flex;align-items:flex-start;gap:.6rem;font-size:.9375rem}.benefit-bullets li:before{content:"\2713";color:var(--c-success);font-weight:800;flex-shrink:0;margin-top:1px}.option-label{display:block;font-size:.875rem;font-weight:700;margin-bottom:.4rem}.option-select{width:100%;padding:.65rem 1rem;border:1px solid var(--c-border);border-radius:var(--radius-sm);font-size:1rem;background:#fff;margin-bottom:1rem}.option-wrap{margin-bottom:.5rem}.qty-wrap{margin-bottom:1.25rem}.qty-stepper{display:flex;align-items:center;border:1px solid var(--c-border);border-radius:var(--radius-sm);overflow:hidden;width:fit-content}.qty-btn{width:40px;height:44px;font-size:1.25rem;background:var(--c-bg-light);color:var(--c-text);transition:background var(--transition)}.qty-btn:hover{background:#e5e7eb}.qty-input{width:56px;height:44px;text-align:center;border:none;border-left:1px solid var(--c-border);border-right:1px solid var(--c-border);font-size:1rem;font-weight:600}.form-btns{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.trust-badges{display:flex;gap:1rem;font-size:.82rem;color:var(--c-text-muted);font-weight:500;margin-bottom:2rem;flex-wrap:wrap}.product-details-tabs{margin-top:2.5rem;border:1px solid var(--c-border);border-radius:var(--radius);overflow:hidden}.tab-nav{display:flex;border-bottom:1px solid var(--c-border)}.tab-btn{flex:1;padding:.875rem;font-size:.875rem;font-weight:600;background:var(--c-bg-light);border-right:1px solid var(--c-border);transition:all var(--transition)}.tab-btn:last-child{border-right:none}.tab-btn.active{background:#fff;color:var(--c-accent)}.tab-content{display:none;padding:1.5rem}.tab-content.active{display:block}.specs-table{width:100%;font-size:.9rem;border-collapse:collapse}.specs-table th,.specs-table td{padding:.6rem .75rem;border-bottom:1px solid var(--c-border);text-align:left}.specs-table th{font-weight:600;color:var(--c-text-muted);width:45%}.included-list{display:flex;flex-direction:column;gap:.5rem;list-style:none}.included-list li:before{content:"\1f4e6  "}.product-policies{margin-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;background:var(--c-bg-light);border-radius:var(--radius-sm);padding:1.25rem}.product-policies p{font-size:.875rem;color:var(--c-text-muted)}.final-cta .section-h2{margin-bottom:1rem}.final-cta .section-body{margin:0 auto 2rem;max-width:520px}.cart-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--c-border)}.cart-item img{border-radius:var(--radius-sm);flex-shrink:0;width:80px}.cart-item-info{flex:1}.cart-item-title{font-weight:600;margin-bottom:.25rem}.cart-item-price{font-size:.9375rem;color:var(--c-text-muted)}.qty-input{width:56px;text-align:center;border:1px solid var(--c-border);border-radius:var(--radius-sm);padding:.4rem;font-size:1rem}.remove-item{font-size:.8rem;color:var(--c-text-muted);text-decoration:underline}.cart-totals{padding:1.5rem 0;text-align:right}.cart-total{font-size:1.125rem;margin-bottom:.25rem}.cart-note{font-size:.82rem;color:var(--c-text-muted)}.cart-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.page-content h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:2rem}.site-footer{background:#111827;color:#fffc}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 1.5rem;max-width:1160px;margin:0 auto}.footer-brand .footer-logo{font-family:var(--font-head);font-size:1.5rem;font-weight:800;color:#fff;display:block;margin-bottom:.75rem}.footer-brand p{font-size:.9rem;color:#ffffff80;max-width:240px}.footer-col h4{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.9375rem;color:#ffffffb3;transition:color var(--transition)}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}.footer-bottom .container{max-width:1160px;padding:1.5rem;display:flex;justify-content:center}.footer-bottom p{font-size:.82rem;color:#ffffff59}@media(max-width:900px){.hero-inner,.solution-inner,.offer-inner,.product-layout{grid-template-columns:1fr;gap:2.5rem}.hero{min-height:auto;padding:4rem 0}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.main-nav{display:none}.main-nav.open{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--c-border);padding:1.5rem;gap:1.25rem;z-index:200}.nav-toggle{display:flex}.offer-inner{direction:ltr}.offer-image{order:-1}}@media(max-width:600px){.section-pad{padding:3rem 0}.benefits-grid,.problem-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:2rem}.footer-inner{grid-template-columns:1fr}.tab-nav{flex-direction:column}.comparison-table th,.comparison-table td{padding:.6rem .75rem;font-size:.82rem}}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.product-card{border:1px solid var(--c-border);border-radius:var(--radius);overflow:hidden;transition:box-shadow var(--transition),transform var(--transition)}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.product-card a{display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card img{width:100%;aspect-ratio:1;object-fit:cover}.product-card-info{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.product-card-info h3{font-size:1rem;font-weight:700}.product-card-price{font-size:1.125rem;font-weight:700;color:var(--c-accent)}.product-card .btn{margin-top:.5rem;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/8/assets/base.css.map */
