:root{--black: #111111;--white: #ffffff;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-700: #374151;--gray-900: #111827;--green: #16A34A;--green-50: #F0FDF4;--green-100: #DCFCE7;--green-border: #86EFAC;--teal: #0D9488;--red: #EF4444;--orange: #F97316;--font: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max: 1100px;--header-h: 64px;--r: 10px;--r-lg: 14px;--r-xl: 20px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);font-size:16px;line-height:1.6;color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}input,textarea,select{font-family:inherit}.container{max-width:var(--max);margin-inline:auto;padding-inline:1.25rem}.section{padding-block:72px}.section--gray{background:var(--gray-50)}.section--dark{background:var(--gray-900);color:var(--white)}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.5rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.625rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.section-sub{font-size:1.0625rem;color:var(--gray-500);max-width:560px;line-height:1.7}.section-header{text-align:center;margin-bottom:3rem}.section-header .section-sub{margin-inline:auto}.rte h2{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.rte p{margin-bottom:1rem;color:var(--gray-700)}.rte ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}.rte ul li{margin-bottom:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--r);font-size:.9375rem;font-weight:700;transition:all .18s ease;cursor:pointer;border:2px solid transparent;white-space:nowrap}.btn-dark{background:var(--black);color:var(--white);border-color:var(--black)}.btn-dark:hover{background:#333;border-color:#333}.btn-outline{background:transparent;color:var(--black);border-color:var(--gray-200)}.btn-outline:hover{border-color:var(--black)}.btn-teal{background:var(--teal);color:var(--white);border-color:var(--teal)}.btn-lg{padding:1rem 2rem;font-size:1rem;border-radius:var(--r-lg)}.btn-xl{padding:1.125rem 2rem;font-size:1.0625rem;border-radius:var(--r-lg)}.btn-full{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.stars{display:inline-flex;gap:2px}.stars svg{color:#fbbf24;fill:currentColor}.star-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-500)}.star-row strong{color:var(--gray-900)}.ann-bar{background:var(--black);color:var(--white);text-align:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em}.ann-bar a{color:var(--white);text-decoration:underline;margin-left:.375rem}.site-header{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);height:var(--header-h);transition:box-shadow .2s}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;gap:1.5rem;height:100%}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:900;letter-spacing:-.03em;color:var(--black);flex-shrink:0}.logo-icon{width:32px;height:32px;border-radius:8px;background:var(--black);display:flex;align-items:center;justify-content:center}.nav-desktop{display:flex;align-items:center;gap:.25rem;margin-left:auto}.nav-link{padding:.5rem .875rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--gray-700);transition:all .15s}.nav-link:hover{color:var(--black);background:var(--gray-100)}.header-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.header-btn{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--gray-700);transition:all .15s}.header-btn:hover{color:var(--black);background:var(--gray-100)}.cart-badge{position:relative}.cart-count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:var(--black);color:var(--white);border-radius:9px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.cart-count.hidden{display:none}.burger{display:none;width:40px;height:40px;border-radius:8px;flex-direction:column;align-items:center;justify-content:center;gap:5px}.burger span{display:block;width:22px;height:2px;background:var(--black);border-radius:2px;transition:all .2s}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mob-nav{display:none;position:absolute;top:var(--header-h);left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem;flex-direction:column;gap:.25rem;box-shadow:var(--shadow-md)}.mob-nav.open{display:flex}.mob-nav a{padding:.75rem 1rem;border-radius:8px;font-weight:500;color:var(--gray-700)}.mob-nav a:hover{background:var(--gray-100)}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;visibility:hidden;pointer-events:none}.drawer.open{visibility:visible;pointer-events:all}.drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s}.drawer.open .drawer-overlay{opacity:1}.drawer-panel{position:absolute;right:0;top:0;bottom:0;width:min(420px,100vw);background:var(--white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.drawer.open .drawer-panel{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);flex-shrink:0}.drawer-title{font-size:1.125rem;font-weight:800}.drawer-close{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:all .15s}.drawer-close:hover{background:var(--gray-100);color:var(--black)}.drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.drawer-foot{padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200);flex-shrink:0}.drawer-loading{color:var(--gray-500);text-align:center;padding:2rem}.cart-empty{text-align:center;padding:3rem 0;color:var(--gray-500)}.cart-empty svg{margin:0 auto 1rem;color:var(--gray-200)}.cart-item{display:flex;gap:.875rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-100)}.cart-item:last-child{border-bottom:none}.cart-item__img{width:68px;height:68px;border-radius:8px;overflow:hidden;background:var(--gray-100);flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__name{font-size:.875rem;font-weight:600;line-height:1.3;margin-bottom:.25rem}.cart-item__price{font-size:.875rem;color:var(--gray-500)}.cart-item__actions{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.qty-ctrl{display:flex;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}.qty-ctrl button{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gray-500);transition:all .15s}.qty-ctrl button:hover{background:var(--gray-100);color:var(--black)}.qty-ctrl input{width:36px;height:30px;text-align:center;border:none;border-inline:1px solid var(--gray-200);font-size:.8125rem;font-weight:600}.qty-ctrl input:focus{outline:none}.cart-remove{font-size:.75rem;color:var(--gray-400);text-decoration:underline;cursor:pointer}.cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;margin-bottom:.875rem}.pay-icons{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.875rem;justify-content:center}.pay-icon{background:var(--gray-100);border-radius:4px;padding:.25rem .5rem;font-size:.6rem;font-weight:700;color:var(--gray-700);letter-spacing:.03em}.site-footer{background:var(--black);color:#ffffffb3;padding-block:56px 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-brand .logo{color:var(--white)}.footer-brand p{margin-top:.875rem;font-size:.875rem;line-height:1.7;max-width:240px}.footer-col h4{font-size:.875rem;font-weight:700;color:var(--white);margin-bottom:.875rem}.footer-col a{display:block;font-size:.875rem;margin-bottom:.5rem;transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;font-size:.8125rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.hero{padding-block:64px 72px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-label{display:inline-flex;align-items:center;gap:.5rem;background:var(--gray-100);border-radius:100px;padding:.375rem .875rem;font-size:.8125rem;font-weight:600;color:var(--gray-700);margin-bottom:1.25rem}.hero-label svg{color:#fbbf24}.hero-title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--black)}.hero-sub{font-size:1.0625rem;color:var(--gray-500);line-height:1.7;margin-bottom:2rem;max-width:440px}.hero-cta{display:flex;flex-direction:column;gap:.875rem}.hero-cta .btn{align-self:flex-start}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:.75rem}.hero-trust-item{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:var(--gray-700)}.hero-trust-item svg{color:var(--teal)}.hero-img{position:relative}.hero-img img{border-radius:var(--r-xl);width:100%;object-fit:cover;aspect-ratio:4/5}.hero-img-placeholder{aspect-ratio:4/5;border-radius:var(--r-xl);background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.875rem;flex-direction:column;gap:.75rem}.hero-badge{position:absolute;top:1.25rem;right:1.25rem;background:var(--black);color:var(--white);border-radius:var(--r-lg);padding:.625rem .875rem;font-size:.8125rem;font-weight:700;text-align:center;line-height:1.3}.hero-badge span{display:block;font-size:1.25rem;font-weight:900}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.5rem}.problem-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-lg);padding:1.5rem}.problem-icon{font-size:1.5rem;margin-bottom:.75rem}.problem-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem}.problem-card p{font-size:.9rem;color:var(--gray-500);line-height:1.6}.solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:2.5rem}.solution-img img{border-radius:var(--r-xl);width:100%;object-fit:cover;aspect-ratio:1}.solution-img-ph{aspect-ratio:1;border-radius:var(--r-xl);background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.875rem}.solution-features{display:flex;flex-direction:column;gap:1.25rem}.sol-feature{display:flex;gap:1rem;align-items:flex-start}.sol-icon{width:40px;height:40px;background:var(--green-100);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem}.sol-icon svg{color:var(--green)}.sol-feature h3{font-size:.9375rem;font-weight:700;margin-bottom:.25rem}.sol-feature p{font-size:.875rem;color:var(--gray-500);line-height:1.6}.testi-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2.5rem}.testi-card{background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--r-lg);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.testi-stars{display:flex;gap:2px}.testi-stars span{color:#fbbf24;font-size:1rem}.testi-head{font-size:.9375rem;font-weight:700;line-height:1.3}.testi-body{font-size:.875rem;color:var(--gray-700);line-height:1.65;flex:1}.testi-author{display:flex;align-items:center;gap:.75rem;margin-top:.25rem}.testi-avatar{width:36px;height:36px;border-radius:50%;background:var(--gray-900);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.testi-name{font-size:.8rem;font-weight:700}.testi-loc{font-size:.75rem;color:var(--gray-400)}.testi-rating-bar{text-align:center;margin-top:2rem;font-size:.9rem;color:var(--gray-500)}.testi-rating-bar strong{color:var(--black)}.cmp-wrap{overflow-x:auto;margin-top:2.5rem}.cmp-table{width:100%;border-collapse:collapse;min-width:520px}.cmp-table th{padding:1rem 1.25rem;font-size:.875rem;font-weight:700;text-align:left;border-bottom:2px solid var(--gray-200)}.cmp-table th.col-us{background:var(--black);color:var(--white);border-radius:12px 12px 0 0;text-align:center}.cmp-table td{padding:.875rem 1.25rem;font-size:.875rem;color:var(--gray-700);border-bottom:1px solid var(--gray-100)}.cmp-table td.col-us{background:#fafafa;text-align:center;font-weight:700}.cmp-table tr:last-child td{border-bottom:none}.cmp-yes{color:var(--green);font-weight:700}.cmp-no{color:var(--red)}.cmp-feat{font-weight:600;color:var(--gray-900)}.guarantee-box{text-align:center;max-width:680px;margin-inline:auto}.guarantee-icon{width:80px;height:80px;background:var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--green)}.guarantee-box h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:.875rem}.guarantee-box p{font-size:1.0625rem;color:var(--gray-500);line-height:1.7;margin-bottom:1.5rem}.guarantee-list{display:flex;flex-direction:column;gap:.625rem;text-align:left;max-width:480px;margin-inline:auto}.guarantee-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:var(--gray-700)}.guarantee-item svg{color:var(--green);flex-shrink:0;margin-top:.1rem}.pdp-wrap{padding-block:2rem 4rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-400);margin-bottom:1.75rem}.breadcrumb a:hover{color:var(--black)}.breadcrumb span{color:var(--gray-300)}.pdp-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.pdp-images{position:sticky;top:calc(var(--header-h) + 1.25rem)}.pdp-main-img{border-radius:var(--r-xl);overflow:hidden;background:var(--gray-100);margin-bottom:.75rem;aspect-ratio:1}.pdp-main-img img{width:100%;height:100%;object-fit:cover}.pdp-main-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.875rem;min-height:420px}.pdp-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.pdp-thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .15s;flex-shrink:0}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--black)}.pdp-thumb img{width:100%;height:100%;object-fit:cover}.buybox{display:flex;flex-direction:column;gap:.875rem}.buybox-stars{display:flex;align-items:center;gap:.5rem}.buybox-stars .stars{gap:1px}.buybox-stars .review-count{font-size:.8125rem;color:var(--gray-500)}.buybox-stars .review-score{font-size:.8125rem;font-weight:700;color:var(--gray-900)}.buybox h1{font-size:clamp(1.5rem,2.5vw,2rem);font-weight:900;letter-spacing:-.02em;line-height:1.2}.buybox-tagline{font-size:.9rem;color:var(--gray-500)}.viral-badge{display:inline-flex;align-items:center;gap:.5rem;background:#fef3c7;border:1px solid #FDE68A;border-radius:100px;padding:.375rem .875rem;font-size:.8rem;font-weight:700;color:#92400e}.stock-badge{background:#fef2f2;border:1px solid #FECACA;border-radius:8px;padding:.625rem .875rem;font-size:.8rem;font-weight:600;color:#991b1b;display:flex;align-items:center;gap:.5rem}.price-block{display:flex;align-items:baseline;gap:.75rem}.price-current{font-size:2.25rem;font-weight:900;color:var(--black);letter-spacing:-.03em}.price-compare{font-size:1.25rem;color:var(--gray-400);text-decoration:line-through}.price-save{font-size:.875rem;font-weight:700;color:var(--green);background:var(--green-100);padding:.25rem .625rem;border-radius:6px}.bundle-selector{display:flex;flex-direction:column;gap:.625rem}.bundle-label{font-size:.8rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.bundle-opt{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border:2px solid var(--gray-200);border-radius:var(--r-lg);cursor:pointer;transition:all .2s;position:relative;-webkit-user-select:none;user-select:none}.bundle-opt:hover{border-color:var(--gray-400)}.bundle-opt.active{border-color:var(--black);background:#fafafa}.bundle-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--gray-300);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.bundle-opt.active .bundle-radio{border-color:var(--black)}.bundle-radio-dot{width:10px;height:10px;border-radius:50%;background:var(--black);opacity:0;transition:opacity .2s}.bundle-opt.active .bundle-radio-dot{opacity:1}.bundle-info{flex:1}.bundle-name{font-size:.9375rem;font-weight:700;color:var(--black)}.bundle-sub{font-size:.8rem;color:var(--gray-500);margin-top:.1rem}.bundle-save-tag{color:var(--teal);font-weight:700}.bundle-price{font-size:.9375rem;font-weight:700;color:var(--black);white-space:nowrap}.bundle-popular{position:absolute;top:-.625rem;right:.875rem;background:var(--black);color:var(--white);font-size:.65rem;font-weight:700;padding:.2rem .625rem;border-radius:100px;letter-spacing:.04em}.ships-bar{display:flex;align-items:center;gap:.625rem;background:var(--green-100);border:1.5px solid var(--green-border);border-radius:var(--r);padding:.75rem 1rem;font-size:.875rem;font-weight:700;color:var(--green)}.ships-bar svg{flex-shrink:0}.upsell-row{display:flex;align-items:center;gap:.875rem;border:1.5px solid var(--gray-200);border-radius:var(--r-lg);padding:.875rem 1rem;cursor:pointer;transition:border-color .2s}.upsell-row:hover{border-color:var(--gray-400)}.upsell-row.checked{border-color:var(--teal)}.upsell-icon-wrap{width:48px;height:48px;background:var(--gray-100);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.5rem}.upsell-text{flex:1;min-width:0}.upsell-text strong{font-size:.875rem;font-weight:700;color:var(--black);line-height:1.3;display:block}.upsell-text span{font-size:.75rem;color:var(--gray-400)}.upsell-prices{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem;flex-shrink:0}.upsell-price-free{font-size:.9375rem;font-weight:800;color:var(--green)}.upsell-price-orig{font-size:.75rem;color:var(--gray-400);text-decoration:line-through}.toggle-switch{position:relative;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0;position:absolute}.toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--gray-200);border-radius:12px;cursor:pointer;transition:background .25s}.toggle-track:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:var(--white);border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked~.toggle-track{background:var(--teal)}.toggle-switch input:checked~.toggle-track:before{transform:translate(20px)}.atc-btn{width:100%;padding:1.125rem;font-size:1.0625rem;font-weight:800;border-radius:var(--r-lg);background:var(--black);color:var(--white);display:flex;align-items:center;justify-content:center;gap:.625rem;transition:all .2s;letter-spacing:.01em}.atc-btn:hover:not([disabled]){background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.atc-btn .spin{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.trust-item{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.375rem}.trust-item svg{color:var(--gray-500)}.trust-item span{font-size:.75rem;font-weight:600;color:var(--gray-700);line-height:1.3}.pdp-below{margin-top:4rem}.inline-quote{background:var(--gray-50);border-left:4px solid var(--black);border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin-bottom:3rem}.inline-quote p{font-size:1.0625rem;font-style:italic;color:var(--gray-700);line-height:1.6;margin-bottom:.5rem}.inline-quote cite{font-size:.8rem;font-weight:700;color:var(--gray-500);font-style:normal}.pdp-section{padding-block:3rem;border-top:1px solid var(--gray-100)}.pdp-section h2{font-size:1.625rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem}.problem-list{display:flex;flex-direction:column;gap:.875rem}.problem-item{display:flex;align-items:flex-start;gap:.875rem}.problem-item .ico{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.problem-item p{font-size:.9375rem;color:var(--gray-700);line-height:1.5}.problem-item strong{color:var(--black)}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.25rem}.how-step{text-align:center}.how-num{width:48px;height:48px;border-radius:50%;background:var(--black);color:var(--white);font-size:1.25rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto .875rem}.how-step h3{font-size:.9375rem;font-weight:700;margin-bottom:.375rem}.how-step p{font-size:.875rem;color:var(--gray-500);line-height:1.6}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center;margin-top:1.5rem}.stat-num{font-size:2.5rem;font-weight:900;letter-spacing:-.03em;color:var(--black)}.stat-label{font-size:.875rem;color:var(--gray-500);line-height:1.5;margin-top:.25rem}.pdp-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem}.pdp-gallery-item{border-radius:var(--r-lg);overflow:hidden;aspect-ratio:1;background:var(--gray-100)}.pdp-gallery-item img{width:100%;height:100%;object-fit:cover}.pdp-gallery-ph{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.75rem;flex-direction:column;gap:.5rem}.faq-list{margin-top:1.25rem}.faq-item{border-bottom:1px solid var(--gray-200)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;font-size:.9375rem;font-weight:600;color:var(--black);text-align:left;gap:1rem}.faq-q svg{flex-shrink:0;transition:transform .25s;color:var(--gray-500)}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{display:none;padding-bottom:1rem;font-size:.9rem;color:var(--gray-700);line-height:1.65}.faq-item.open .faq-a{display:block}.sticky-atc{display:none}.collection-hero{padding-block:2.5rem 2rem}.collection-hero h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;margin-bottom:.5rem}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;padding-bottom:4rem}.product-card{border:1.5px solid var(--gray-200);border-radius:var(--r-xl);overflow:hidden;transition:box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-md)}.card-img{position:relative;aspect-ratio:1;background:var(--gray-100);overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-card:hover .card-img img{transform:scale(1.03)}.card-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--black);color:var(--white);font-size:.7rem;font-weight:700;padding:.25rem .625rem;border-radius:6px}.card-body{padding:1rem}.card-title{font-size:.9375rem;font-weight:700;margin-bottom:.375rem;line-height:1.3}.card-stars{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.card-stars strong{color:var(--black)}.card-price{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.card-price-current{font-size:1.125rem;font-weight:800}.card-price-compare{font-size:.875rem;color:var(--gray-400);text-decoration:line-through}.card-atc{width:100%;padding:.75rem;background:var(--black);color:var(--white);border-radius:var(--r);font-size:.875rem;font-weight:700;transition:background .15s}.card-atc:hover{background:#333}.card-atc:disabled{opacity:.5;cursor:not-allowed}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding-bottom:3rem}.cart-page{padding-block:2.5rem 4rem}.cart-page h1{font-size:2rem;font-weight:900;margin-bottom:2rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th{text-align:left;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);padding-bottom:.875rem;border-bottom:2px solid var(--gray-200)}.cart-table td{padding:1rem 0;border-bottom:1px solid var(--gray-100);vertical-align:middle}.cart-line-img{width:64px;height:64px;border-radius:8px;object-fit:cover;margin-right:.875rem}.cart-summary{display:flex;justify-content:flex-end}.cart-summary-box{width:360px}.cart-summary-row{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;padding:1rem 0;border-top:1px solid var(--gray-200)}.page-content{padding-block:3rem 5rem;max-width:720px}.page-content h1{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900;margin-bottom:1.5rem}.not-found{text-align:center;padding-block:5rem}.not-found h1{font-size:clamp(2rem,6vw,5rem);font-weight:900;color:var(--gray-200);margin-bottom:.5rem}.not-found p{color:var(--gray-500);margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@media(max-width:1024px){.hero-grid,.solution-grid{gap:2.5rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.section{padding-block:48px}.nav-desktop{display:none}.burger{display:flex}.header-inner{position:relative}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-img{order:-1}.hero-cta .btn{align-self:stretch;width:100%}.problems-grid{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr;gap:2rem}.testi-grid,.pdp-layout{grid-template-columns:1fr}.pdp-images{position:static}.how-grid,.stats-row{grid-template-columns:1fr}.pdp-gallery{grid-template-columns:repeat(2,1fr)}.trust-row{gap:.5rem}.trust-item span{font-size:.7rem}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.cart-summary{justify-content:stretch}.cart-summary-box{width:100%}}@media(max-width:480px){.products-grid,.pdp-gallery{grid-template-columns:1fr}.price-current{font-size:1.875rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/base.css.map */
