*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.6 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body.drawer-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 32px),var(--page));margin-inline:auto}.section{padding:72px 0}.section--surface{background:var(--surface)}.eyebrow,.muted{color:var(--muted)}h1,h2,h3{line-height:1.12;margin:0 0 18px}h1{font-size:clamp(2.4rem,6vw,5.2rem);max-width:900px}h2{font-size:clamp(1.8rem,4vw,3.1rem)}p{margin:0 0 18px}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:11px 22px;border:0;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-weight:750;cursor:pointer}.button.secondary{background:transparent;border:1px solid #ffffff35}.button.small{min-height:40px;padding:7px 16px}.button[disabled]{opacity:.5;cursor:not-allowed}.button-row{display:flex;flex-wrap:wrap;gap:12px}.card{padding:24px;border:1px solid #ffffff18;border-radius:16px;background:linear-gradient(145deg,#ffffff08,#ffffff02)}.grid{display:grid;gap:20px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#168bff20;color:#77cfff;border:1px solid #168bff55;font-size:.82rem}.placeholder{aspect-ratio:4/3;display:grid;place-items:center;border-radius:12px;background:radial-gradient(circle at 50% 20%,#168bff4d,transparent 48%),linear-gradient(135deg,#101b31,#17122d);color:var(--muted)}.announcement{min-height:34px;display:grid;place-items:center;padding:6px 16px;background:linear-gradient(90deg,var(--primary),var(--accent));font-size:.85rem;font-weight:700}.announcement__item{display:none}.announcement__item.is-active{display:block}.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid #ffffff14;background:#05070de8;backdrop-filter:blur(16px)}.header__inner{height:72px;display:flex;align-items:center;gap:28px}.logo{font-size:1.2rem;font-weight:850}.logo img{max-height:44px;width:auto}.desktop-nav{display:flex;gap:24px;margin:auto}.header__actions{display:flex;align-items:center;gap:10px}.icon-button{position:relative;width:44px;height:44px;display:grid;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.icon-button svg{width:23px;fill:none;stroke:currentColor;stroke-width:1.8}.icon-button [data-cart-count]{position:absolute;right:0;top:0;min-width:19px;height:19px;border-radius:10px;background:var(--primary);font-size:11px;display:grid;place-items:center}.mobile-menu{position:fixed;inset:72px 0 auto;padding:24px;background:var(--surface);box-shadow:0 20px 40px #0008}.mobile-menu a{display:block;padding:14px;border-bottom:1px solid #ffffff14}.mobile-only{display:none}.hero{min-height:720px;display:flex;align-items:center;overflow:hidden;background:radial-gradient(circle at 80% 30%,#168bff30,transparent 30%),radial-gradient(circle at 60% 70%,#7157ff20,transparent 35%)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.hero__media{filter:drop-shadow(0 20px 70px #168bff45)}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.rating{color:#ffd45c}.steps{counter-reset:step}.step{position:relative;padding-left:72px}.step::before{counter-increment:step;content:counter(step);position:absolute;left:20px;top:18px;font-size:1.5rem;font-weight:850;color:#42c5ff}.compat-status{font-weight:750}.status-compatible{color:var(--success)}.status-check{color:#ffd45c}.status-no{color:#ff6b78}.faq details{border-bottom:1px solid #ffffff1c}.faq summary{cursor:pointer;padding:20px 4px;font-weight:750}.faq details p{color:var(--muted);padding:0 4px 18px}.site-footer{padding:60px 0 30px;background:#03050a;border-top:1px solid #ffffff14}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-grid nav a{display:block;padding:5px 0;color:var(--muted)}.legal{margin-top:40px;padding-top:24px;border-top:1px solid #ffffff14;color:var(--muted);font-size:.85rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:52px}.product-gallery{display:grid;gap:12px}.product-gallery img{width:100%;border-radius:14px;background:var(--surface)}.product-info{align-self:start;position:sticky;top:100px}.price{font-size:1.35rem;font-weight:800}.price s{font-size:.9rem;color:var(--muted);margin-left:8px}.field{display:grid;gap:6px;margin:16px 0}.field select,.field input,.field textarea{width:100%;padding:12px;border:1px solid #ffffff25;border-radius:9px;background:var(--surface);color:var(--text)}.product-form .button{width:100%}.trust-list{display:grid;gap:7px;margin:20px 0;color:var(--muted)}.cart-drawer{position:fixed;z-index:60;inset:0;visibility:hidden}.cart-drawer.is-open{visibility:visible}.drawer-overlay{position:absolute;inset:0;background:#000a;opacity:0;transition:.2s}.is-open .drawer-overlay{opacity:1}.drawer-panel{position:absolute;right:0;top:0;width:min(460px,100%);height:100%;padding:22px;background:var(--surface);transform:translateX(100%);transition:.25s;display:flex;flex-direction:column}.is-open .drawer-panel{transform:none}.drawer-head,.drawer-item,.drawer-total{display:flex;justify-content:space-between;gap:15px;align-items:center}.drawer-items{overflow:auto;flex:1}.drawer-item{padding:16px 0;border-bottom:1px solid #ffffff14}.drawer-item img{width:70px;border-radius:8px}.drawer-foot{padding-top:16px}.progress{height:7px;border-radius:5px;background:#ffffff18;overflow:hidden}.progress span{display:block;height:100%;background:var(--success)}.sticky-atc{display:none}.collection-grid{grid-template-columns:repeat(3,1fr)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:-100px;left:16px;z-index:100;background:#fff;color:#000;padding:12px}.skip-link:focus{top:16px}:focus-visible{outline:3px solid #42c5ff;outline-offset:3px}
@media(max-width:800px){.desktop-only,.desktop-nav{display:none}.mobile-only{display:grid}.section{padding:52px 0}.hero{min-height:auto;padding:70px 0}.hero-grid,.product-layout,.footer-grid{grid-template-columns:1fr}.grid-3,.grid-2,.collection-grid{grid-template-columns:1fr}.hero__media{order:-1}.product-info{position:static}.sticky-atc{position:fixed;z-index:25;bottom:0;left:0;right:0;padding:10px 16px;background:#05070df2;border-top:1px solid #ffffff20;display:flex;justify-content:space-between;align-items:center;gap:12px}.template-product{padding-bottom:76px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

.footer__copyright{text-align:center;margin-top:24px}.footer__payment{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;margin:12px 0 0;padding:0;list-style:none}.footer__payment li{display:flex;align-items:center}.footer__payment .icon{display:block;width:auto;height:28px}
@media(max-width:800px){.footer__payment .icon{height:24px}}

.quantity-bundle{min-width:0;margin:22px 0;padding:0;border:0}.quantity-bundle legend{padding:0;font-size:1.25rem;font-weight:800}.quantity-bundle__subtitle{margin:4px 0 14px;color:var(--muted)}.quantity-bundle__card{position:relative;display:block;margin-top:var(--bundle-space);border:1px solid var(--bundle-border);border-radius:14px;background:var(--surface);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.quantity-bundle__card:hover{transform:translateY(-1px)}.quantity-bundle__card.is-recommended{border-color:color-mix(in srgb,var(--bundle-color) 65%,var(--bundle-border))}.quantity-bundle__card:has(input:checked){border-color:var(--bundle-color);box-shadow:0 0 0 2px color-mix(in srgb,var(--bundle-color) 28%,transparent),0 12px 28px #0003}.quantity-bundle__card input{position:absolute;top:20px;left:16px;width:20px;height:20px;accent-color:var(--bundle-color)}.quantity-bundle__content{display:grid;gap:7px;padding:16px 16px 16px 50px}.quantity-bundle__top,.quantity-bundle__prices{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.quantity-bundle__prices small{color:var(--muted)}.quantity-bundle__prices [data-bundle-saving]{color:var(--success);font-weight:750}.quantity-bundle__notice{margin:14px 0 0;padding:10px 12px;border-left:3px solid var(--bundle-color);color:var(--muted);font-size:.85rem}.product-form>.button{margin-top:2px}.product-cross-sells{margin-top:20px}.drawer-item__content{min-width:0;flex:1}.drawer-item__content small{display:block}.drawer-quantity{display:flex;align-items:center;gap:7px}.drawer-quantity button,.drawer-quantity input{width:38px;height:38px;border:1px solid #ffffff25;background:var(--bg);color:var(--text);text-align:center;border-radius:7px}.drawer-quantity input{width:48px}.cart-saving{color:var(--success)}
@media(max-width:800px){.quantity-bundle--scroll{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.quantity-bundle--scroll legend,.quantity-bundle--scroll .quantity-bundle__subtitle,.quantity-bundle--scroll .quantity-bundle__notice{width:100%;flex:0 0 100%}.quantity-bundle--scroll .quantity-bundle__card{flex:0 0 82%;scroll-snap-align:start;margin-top:0}.quantity-bundle__content{padding-left:46px}.quantity-bundle__top,.quantity-bundle__prices{align-items:flex-start;flex-direction:column}.drawer-item{align-items:flex-start}}
