:root{--bg:#f7f9fc;--surface:#fff;--surface-2:#f0f4f8;--text:#111827;--muted:#657084;--line:#e4e8ef;--accent:#075fd8;--accent-2:#4b8ee8;--dark:#0b1220;--success:#117a55;--radius:20px;--shadow:0 18px 60px rgba(15,23,42,.08);--page:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}img,svg,video{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.section{padding:72px 0}.section--tight{padding:42px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.h1,.h2,.h3,h1,h2,h3{letter-spacing:-.035em;line-height:1.05;margin:0}.h1,h1{font-size:clamp(2.45rem,5.3vw,5.7rem)}.h2,h2{font-size:clamp(2rem,3.2vw,3.7rem)}.h3,h3{font-size:clamp(1.25rem,2vw,1.65rem)}.lede{font-size:clamp(1rem,1.4vw,1.2rem);color:var(--muted);max-width:720px}.muted{color:var(--muted)}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:20px;top:20px;background:#fff;padding:12px 16px;z-index:999}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;border:1px solid transparent;background:var(--dark);color:#fff;font-weight:800;cursor:pointer;transition:.2s transform,.2s opacity,.2s box-shadow}.button:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0f172a29}.button--accent{background:var(--accent)}.button--light{background:#fff;color:var(--dark);border-color:var(--line)}.button--full{width:100%}.button[disabled]{opacity:.45;cursor:not-allowed}.announcement{background:var(--dark);color:#e9edf5;font-size:.84rem}.announcement__inner{min-height:36px;display:flex;justify-content:space-between;align-items:center;gap:24px}.site-header{position:sticky;top:0;z-index:40;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(228,232,239,.88)}.header__inner{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.logo{display:flex;align-items:center;width:170px}.logo img{display:block;max-height:42px;width:auto}.nav{display:flex;align-items:center;justify-content:center;gap:28px;font-size:.94rem;font-weight:700}.nav a:hover{color:var(--accent)}.header__actions{display:flex;align-items:center;gap:12px}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff}.cart-count{position:absolute;transform:translate(13px,-13px);display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:20px;background:var(--accent);color:#fff;font-size:10px;font-weight:800}.mobile-menu{display:none}.hero{padding:70px 0 54px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:58px}.hero__title{max-width:780px}.hero__title strong{color:var(--accent)}.hero__copy{margin:24px 0 30px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__visual{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;border-radius:36px;background:radial-gradient(circle at 50% 35%,#fff 0,#f2f6fb 44%,#e9eef6);border:1px solid #e3e8ef}.hero__visual:before{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#d51f35;opacity:.07;filter:blur(30px);right:-20px;top:20px}.hero__visual img{position:relative;width:94%;object-fit:contain}.hero-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:34px}.hero-pill{padding:17px 18px;background:#fff;border:1px solid var(--line);border-radius:16px}.hero-pill b{display:block;font-size:.95rem}.hero-pill span{font-size:.78rem;color:var(--muted)}.trust-strip{background:#fff;border-block:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust-item{padding:22px 26px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-item b{display:block}.trust-item span{font-size:.84rem;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{position:relative;min-height:300px;padding:30px;border-radius:24px;background:linear-gradient(145deg,#fff,#edf2f8);border:1px solid var(--line);overflow:hidden}.category-card:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;right:-40px;bottom:-60px;background:#d51f3514}.category-card p{max-width:270px;color:var(--muted)}.category-card .arrow{position:absolute;bottom:28px;left:30px;font-weight:800;color:var(--accent)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.2s transform,.2s box-shadow}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-card__media{aspect-ratio:1.08;background:#f2f5f9;padding:18px;display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:100%;object-fit:contain}.product-card__body{padding:18px}.product-card__title{font-size:1rem;line-height:1.35;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price{font-weight:900;font-size:1.06rem;margin-top:10px}.price s{color:var(--muted);font-weight:600;margin-left:7px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.feature-card{padding:26px;border-radius:20px;background:#fff;border:1px solid var(--line)}.feature-icon{width:46px;height:46px;border-radius:14px;background:#fbeaec;color:var(--accent);display:grid;place-items:center;font-weight:900;margin-bottom:35px}.newsletter{background:var(--dark);color:#fff;border-radius:30px;padding:44px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}.newsletter .muted{color:#aeb9c9}.newsletter-form{display:flex;gap:10px}.newsletter-form input{width:min(360px,46vw);height:50px;border-radius:999px;border:1px solid #374151;padding:0 20px;background:#111b2c;color:#fff}.site-footer{background:#0b1220;color:#d8dfeb;margin-top:72px}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:46px;padding:58px 0 38px}.footer-logo{width:175px;filter:none;background:#fff;border-radius:12px;padding:6px}.footer__brand p{color:#9eabbc;max-width:360px}.footer__heading{font-size:.88rem;color:#fff;font-weight:800;margin-bottom:14px}.footer__links{display:grid;gap:9px;color:#aeb9c9;font-size:.9rem}.footer__bottom{border-top:1px solid #243046;padding:18px 0 24px;color:#8491a5;font-size:.82rem;display:flex;justify-content:space-between;gap:20px}.breadcrumb{font-size:.8rem;color:var(--muted);padding-top:22px}.product-main{padding:28px 0 58px}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:48px;align-items:start}.product-gallery{position:sticky;top:118px}.product-gallery__main{background:#fff;border:1px solid var(--line);border-radius:24px;min-height:560px;display:grid;place-items:center;padding:24px}.product-gallery__main img{width:100%;height:540px;object-fit:contain}.thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:12px}.thumb{border:1px solid var(--line);border-radius:12px;background:#fff;aspect-ratio:1;cursor:pointer;padding:6px}.thumb.is-active{border-color:var(--dark);box-shadow:inset 0 0 0 1px var(--dark)}.thumb img{width:100%;height:100%;object-fit:contain}.product-info{background:#fff;border:1px solid var(--line);border-radius:24px;padding:32px}.product-kicker{font-size:.76rem;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);font-weight:900}.product-title{font-size:clamp(2rem,3vw,3.2rem);margin-top:8px}.product-subtitle{margin:12px 0 0;color:var(--muted)}.rating-row{display:flex;align-items:center;gap:10px;margin:16px 0}.stars{color:#f59e0b;letter-spacing:1px}.product-price{font-size:2rem;font-weight:900;margin:14px 0 20px}.compare-at{font-size:1rem;color:var(--muted);text-decoration:line-through;margin-left:8px}.product-form__row{margin:18px 0}.product-form label{display:block;font-weight:800;font-size:.86rem;margin-bottom:8px}.field,select.field{width:100%;height:50px;border:1px solid #ccd3dd;border-radius:12px;padding:0 14px;background:#fff}.qty{width:92px}.buy-buttons{display:grid;gap:10px;margin-top:20px}.shopify-payment-button__button{border-radius:999px!important;min-height:50px!important}.purchase-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:18px}.purchase-trust div{background:var(--surface-2);border-radius:12px;padding:12px;font-size:.78rem;font-weight:800;text-align:center}.quick-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.quick-spec{padding:14px;border:1px solid var(--line);border-radius:14px}.quick-spec b{display:block;font-size:.9rem}.quick-spec span{display:block;font-size:.73rem;color:var(--muted);margin-top:2px}.product-description{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:.94rem;color:#394457}.story-stack{display:grid;gap:18px}.story-panel{display:grid;grid-template-columns:1fr 1fr;min-height:440px;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden}.story-panel:nth-child(2n) .story-panel__media{order:2}.story-panel__content{padding:48px;display:flex;justify-content:center;flex-direction:column}.story-panel__media{background:radial-gradient(circle at 50% 40%,#fff,#eef3f9);display:grid;place-items:center;padding:32px}.story-panel__media img{width:100%;height:100%;max-height:390px;object-fit:contain}.story-panel p{color:var(--muted);font-size:1.04rem}.specs-wrap{background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px}.spec-row{display:grid;grid-template-columns:240px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.spec-row:last-child{border-bottom:0}.spec-label{font-weight:800}.spec-value{color:#4b5563}.review-shell{background:#fff;border:1px solid var(--line);border-radius:28px;padding:38px}.review-top{display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:center;margin-bottom:25px}.rating-big{font-size:3.7rem;font-weight:900;line-height:1}.faq-list{display:grid;gap:10px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px}.faq-item summary{cursor:pointer;list-style:none;padding:20px 0;font-weight:800;display:flex;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+"}.faq-item[open] summary:after{content:"\2212"}.faq-item__answer{padding:0 0 20px;color:var(--muted)}.collection-hero{padding:54px 0 20px}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.collection-toolbar select{width:auto}.pagination{display:flex;justify-content:center;gap:8px;margin-top:34px}.pagination a,.pagination span{min-width:40px;height:40px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);border-radius:10px}.page-hero{padding:72px 0 38px}.page-card{background:#fff;border:1px solid var(--line);border-radius:28px;padding:44px}.rte{color:#394457}.rte h2,.rte h3{margin-top:1.5em}.rte img{border-radius:18px}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:20px}.contact-side,.contact-form{background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px}.contact-points{display:grid;gap:12px;margin-top:26px}.contact-point{background:var(--surface-2);border-radius:14px;padding:16px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:grid;gap:7px}.form-group--full{grid-column:1/-1}.form-group input,.form-group textarea{width:100%;border:1px solid #ccd3dd;border-radius:12px;padding:13px 14px;background:#fff}.form-group textarea{min-height:150px;resize:vertical}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.article-card__media{aspect-ratio:1.55;background:#eef2f7}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:20px}.article-meta{font-size:.77rem;color:var(--muted);margin-bottom:9px}.article-shell{max-width:850px;margin:auto}.article-shell .rte{font-size:1.06rem;line-height:1.75}.cart-table{width:100%;border-collapse:collapse}.cart-table td,.cart-table th{padding:18px 10px;border-bottom:1px solid var(--line);text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:90px;height:70px;object-fit:contain;background:#f2f4f7;border-radius:10px}.cart-summary{display:flex;justify-content:flex-end;margin-top:30px}.cart-summary__card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.empty-state{text-align:center;padding:100px 20px}.search-form{display:flex;gap:10px;max-width:700px}.search-form input{flex:1}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;background:#effaf5;color:var(--success);font-size:.72rem;font-weight:900}.sticky-atc{display:none}@media(max-width:980px){.nav{display:none}.mobile-menu{display:block}.header__inner{grid-template-columns:auto 1fr auto}.hero__grid,.product-layout,.contact-grid{grid-template-columns:1fr}.hero__visual{min-height:420px}.hero-pills,.trust-grid,.feature-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.product-gallery{position:relative;top:auto}.story-panel{grid-template-columns:1fr}.story-panel:nth-child(2n) .story-panel__media{order:0}.footer__grid{grid-template-columns:1.3fr 1fr 1fr}.footer__grid>div:last-child{grid-column:2/4}.blog-grid{grid-template-columns:repeat(2,1fr)}.sticky-atc{display:flex;position:fixed;bottom:12px;left:12px;right:12px;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:0 18px 60px #0f172a2e;gap:10px;align-items:center}.sticky-atc .button{flex:1}.sticky-atc__price{font-weight:900;white-space:nowrap}}@media(max-width:680px){.page-width{width:min(calc(100% - 24px),var(--page))}.section{padding:52px 0}.announcement__inner{justify-content:center}.announcement__inner span:last-child{display:none}.logo{width:145px}.header__actions .account{display:none}.hero{padding-top:40px}.hero__grid{gap:28px}.hero__visual{min-height:320px;border-radius:24px}.hero-pills,.trust-grid,.category-grid,.feature-grid,.quick-specs,.purchase-trust{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item{padding:17px 13px}.category-grid,.product-grid,.blog-grid{grid-template-columns:1fr}.newsletter{grid-template-columns:1fr;padding:30px 22px}.newsletter-form{flex-direction:column}.newsletter-form input{width:100%}.footer__grid{grid-template-columns:1fr 1fr;gap:30px}.footer__brand{grid-column:1/-1}.footer__grid>div:last-child{grid-column:auto}.footer__bottom{flex-direction:column}.product-gallery__main{min-height:390px}.product-gallery__main img{height:360px}.thumbs{grid-template-columns:repeat(5,1fr)}.product-info{padding:23px}.story-panel__content{padding:32px 24px}.story-panel__media{min-height:300px}.specs-wrap,.review-shell{padding:25px 20px}.spec-row{grid-template-columns:1fr;gap:6px}.review-top,.form-grid{grid-template-columns:1fr}.form-group--full{grid-column:auto}.page-card{padding:28px 20px}.section-heading{align-items:start;flex-direction:column}.collection-toolbar{align-items:flex-start;flex-direction:column}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;margin-bottom:12px}.cart-table td{border:0}.footer__grid{padding-top:44px}}:root{--product-blue:#075fd8;--product-blue-dark:#064da8;--product-soft:#f5f7fa;--product-line:#e3e7ed;--product-ink:#111827;--product-muted:#667085}.product-v2{background:#fff}.product-v2 .breadcrumb{padding-top:14px;font-size:.74rem}.product-layout--v2{grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:34px}.product-gallery--v2{top:106px}.product-gallery__main--v2{position:relative;min-height:510px;border-radius:6px;background:#f4f6f8;border-color:#e4e8ee;padding:16px}.product-gallery__main--v2 img{height:480px}.product-media-badge{position:absolute;left:16px;top:16px;z-index:2;background:var(--accent);color:#fff;padding:5px 10px;border-radius:2px;font-size:.66rem;font-weight:900;letter-spacing:.08em}.thumbs--v2{grid-template-columns:repeat(6,1fr);gap:9px}.thumbs--v2 .thumb{border-radius:5px;background:#f6f7f9;padding:4px}.thumbs--v2 .thumb.is-active{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent)}.product-info--v2{border:0;border-radius:0;padding:2px 0;background:transparent}.product-info--v2 .product-kicker{color:#4f5968;font-size:.64rem;letter-spacing:.08em}.product-title--v2{font-size:clamp(1.55rem,2.15vw,2.05rem);line-height:1.16;letter-spacing:-.025em;margin-top:8px;font-weight:760}.product-subtitle--v2{font-size:.9rem;margin-top:6px}.product-meta-row{display:flex;align-items:center;gap:10px;margin-top:13px;min-height:24px}.rating-row--v2{margin:0;font-size:.78rem;gap:7px}.rating-row--v2 .stars{color:var(--accent);font-size:.76rem}.stars--empty{color:#9aa4b2!important}.meta-divider{height:14px;width:1px;background:var(--product-line)}.product-review-link{font-size:.74rem}.product-price-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--product-line);padding:13px 0 12px;margin-top:3px}.product-price--v2{margin:0;font-size:1.65rem;line-height:1.1}.product-price--v2 .compare-at{font-size:.86rem}.stock-state{font-size:.74rem;color:#14804a;font-weight:700}.stock-state.is-out{color:#b42318}.product-form--v2{margin-top:11px}.product-form__row--compact{margin:12px 0}.option-heading{display:flex;gap:5px;align-items:center;font-size:.78rem;margin-bottom:8px}.option-heading label{margin:0;font-size:.78rem}.option-heading span{font-weight:500;color:#465162}.variant-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.variant-card{position:relative;display:flex;min-height:58px;align-items:center;justify-content:center;flex-direction:column;border:1px solid #d5dae2;background:#fff;padding:8px 7px;cursor:pointer;text-align:center;transition:.16s border-color,.16s box-shadow,.16s background}.variant-card input{position:absolute;opacity:0;pointer-events:none}.variant-card.is-selected{border-color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent);background:#fbfdff}.variant-card.is-disabled{opacity:.45;cursor:not-allowed}.variant-card__title{font-size:.69rem;line-height:1.2;font-weight:800}.variant-card__price{font-size:.64rem;color:#5f6b7a;margin-top:3px}.quantity-stepper{display:inline-grid;grid-template-columns:32px 42px 32px;border:1px solid #d5dae2;background:#fff;height:32px}.quantity-stepper button{border:0;background:#fff;cursor:pointer;font-size:1rem}.quantity-stepper input{border:0;width:42px;text-align:center;-webkit-appearance:textfield;appearance:textfield}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-buttons--v2{gap:7px;margin-top:10px}.buy-buttons--v2 .button,.buy-buttons--v2 .shopify-payment-button__button{min-height:42px!important;border-radius:2px!important;font-size:.72rem;text-transform:uppercase;letter-spacing:.02em}.buy-buttons--v2 .button--accent{background:var(--accent)}.purchase-trust--v2{grid-template-columns:repeat(3,1fr);gap:0;margin-top:14px;border-top:1px solid var(--product-line);padding-top:14px}.purchase-trust--v2 div{display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;column-gap:7px;align-items:center;background:transparent;padding:5px 7px;text-align:left;border-radius:0}.purchase-trust--v2 .trust-mini-icon{grid-row:1/3;font-size:1rem;color:var(--accent)}.purchase-trust--v2 b{font-size:.66rem}.purchase-trust--v2 small{display:block;color:#7a8494;font-size:.58rem}.product-app-inline{margin-top:12px}.product-spec-strip{background:#f7f8fa;border-block:1px solid var(--product-line);padding:13px 0}.spec-strip-grid{display:grid;grid-template-columns:repeat(6,1fr)}.spec-strip-item{display:flex;align-items:center;gap:10px;padding:5px 18px;border-right:1px solid #dfe4ea;min-width:0}.spec-strip-item:last-child{border-right:0}.spec-strip-icon{font-size:1.1rem;color:#2e3745}.spec-strip-item b,.spec-strip-item span{display:block}.spec-strip-item b{font-size:.7rem;line-height:1.18;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.spec-strip-item span{font-size:.59rem;color:#6f7a8b;margin-top:3px}.section--product-panels{padding:14px 0 18px;background:#fff}.product-feature-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.product-feature-panel{position:relative;min-height:205px;overflow:hidden;background:#151a21;color:#fff}.product-feature-panel__copy{position:absolute;z-index:2;left:18px;top:18px;width:48%;text-shadow:0 1px 12px rgba(0,0,0,.3)}.product-feature-panel__copy h3{font-size:.86rem;letter-spacing:-.01em}.product-feature-panel__copy .rte{color:#eef2f6;font-size:.65rem;line-height:1.42}.product-feature-panel__copy .rte p{margin:.5em 0}.product-feature-panel__media{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#070c13d1,#070c132e)}.product-feature-panel__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#04090ed9 0,#04090e6b 43%,#04090e0a 78%)}.product-feature-panel__media img{width:100%;height:100%;object-fit:cover;opacity:.9}.product-anchor-nav{background:#fff;border-block:1px solid var(--product-line);position:sticky;top:76px;z-index:25}.product-anchor-nav__inner{display:flex;gap:30px;overflow:auto;scrollbar-width:none}.product-anchor-nav__inner::-webkit-scrollbar{display:none}.product-anchor-nav a{flex:0 0 auto;padding:13px 2px 11px;border-bottom:2px solid transparent;font-size:.68rem;text-transform:uppercase;font-weight:760;color:#6a7381}.product-anchor-nav a.is-active,.product-anchor-nav a:hover{color:var(--accent);border-color:var(--accent)}.product-overview-section{padding:24px 0 20px;background:#fff}.product-overview-card{display:grid;grid-template-columns:.72fr 1.28fr;min-height:330px;border-top:1px solid var(--product-line);padding-top:22px}.product-overview-copy{padding:10px 36px 20px 28px;align-self:center}.product-overview-copy h2{font-size:clamp(1.45rem,2.2vw,2.05rem);line-height:1.08;margin-top:7px}.product-overview-description{font-size:.78rem;line-height:1.55;margin-top:14px;max-height:205px;overflow:auto;padding-right:6px}.product-overview-description ul{padding-left:18px}.product-overview-description li{margin:5px 0}.product-overview-media{min-height:300px;background:#f3f5f7;overflow:hidden}.product-overview-media img{width:100%;height:100%;min-height:300px;object-fit:cover}.section--compact-product{padding:22px 0;background:#fff}.product-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:14px}.product-section-head h2{font-size:1.45rem;margin-top:5px}.product-section-head>p{font-size:.75rem;color:#6b7280;margin:0;max-width:420px;text-align:right}.specs-wrap--v2{border-radius:4px;padding:0 20px;border-color:var(--product-line);display:grid;grid-template-columns:1fr 1fr;column-gap:34px}.spec-row--v2{grid-template-columns:150px 1fr;gap:14px;padding:11px 0;font-size:.72rem}.spec-row--v2:nth-last-child(1),.spec-row--v2:nth-last-child(2){border-bottom:0}.spec-row--v2 .spec-label{font-size:.68rem}.theme-editor-note{grid-column:1/-1;margin:20px 0;padding:18px;background:#f8fafc;border:1px dashed #cbd5e1;font-size:.78rem}.product-lower-section{padding-top:8px}.product-lower-grid{display:grid;grid-template-columns:1.23fr .8fr 1fr;border:1px solid var(--product-line);background:#fff}.compare-card,.faq-card,.recommend-card{padding:18px;min-width:0}.compare-card,.faq-card{border-right:1px solid var(--product-line)}.lower-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lower-card-head h3{font-size:.85rem}.lower-card-head a{font-size:.61rem;color:var(--accent);font-weight:700}.compare-table-wrap{overflow:auto}.compare-table{border-collapse:collapse;width:100%;font-size:.58rem;min-width:500px}.compare-table th,.compare-table td{padding:6px 7px;border-bottom:1px solid #edf0f3;text-align:center;vertical-align:middle}.compare-table th:first-child,.compare-table td:first-child{text-align:left;font-weight:700;color:#384252;width:70px}.compare-table th{font-size:.59rem;background:#fafbfc}.compare-price-row td{border-bottom:0}.mini-button{display:inline-block;border:1px solid #b7c0cc;padding:5px 8px;margin-top:5px;font-size:.52rem;text-transform:uppercase;font-weight:800}.faq-compact{border-bottom:1px solid #e8ebef}.faq-compact summary{list-style:none;cursor:pointer;padding:10px 2px;font-size:.66rem;font-weight:650;display:flex;justify-content:space-between;gap:10px}.faq-compact summary::-webkit-details-marker{display:none}.faq-compact summary:after{content:"+"}.faq-compact[open] summary:after{content:"\2212"}.faq-compact .rte{font-size:.62rem;line-height:1.45;padding-bottom:9px}.recommend-mini-list{display:grid;gap:7px}.recommend-mini{display:grid;grid-template-columns:75px 1fr;gap:9px;align-items:center;border-bottom:1px solid #eef0f3;padding-bottom:7px}.recommend-mini:last-child{border-bottom:0}.recommend-mini__media{height:65px;background:#f6f7f9;display:grid;place-items:center}.recommend-mini__media img{width:100%;height:100%;object-fit:contain}.recommend-mini__title{font-size:.61rem;line-height:1.2;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mini-stars{font-size:.48rem;color:var(--accent);margin:3px 0}.recommend-mini b{font-size:.64rem}.review-shell--v2{border-radius:4px;padding:20px}.review-v2-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:16px}.review-v2-head h2{font-size:1.35rem;margin-top:5px}.review-score{display:flex;align-items:center;gap:10px}.review-score strong{font-size:2.3rem;line-height:1}.review-score .stars{font-size:.75rem;color:var(--accent)}.review-score span{font-size:.62rem;color:#707a89}.review-empty{padding:24px;border:1px dashed #b9c2ce;background:#f8fafc;font-size:.76rem}.review-empty p{margin:.4em 0 0;color:#667085}.review-empty--store{padding:16px;border-style:solid;background:#fbfcfd}.product-shipping-strip{padding:16px 0 22px;background:#f7f8fa;border-top:1px solid var(--product-line)}.product-shipping-strip__grid{display:grid;grid-template-columns:repeat(5,1fr)}.shipping-strip-item{display:flex;justify-content:center;align-items:center;gap:9px;padding:6px 13px;border-right:1px solid #e0e4e9}.shipping-strip-item:last-child{border-right:0}.shipping-strip-item>span{font-size:1rem;color:#465162}.shipping-strip-item b,.shipping-strip-item small{display:block}.shipping-strip-item b{font-size:.65rem}.shipping-strip-item small{font-size:.56rem;color:#737d8b;margin-top:2px}@media(max-width:1080px){.product-layout--v2{grid-template-columns:1fr;gap:24px}.product-gallery--v2{position:relative;top:auto}.product-info--v2{max-width:none}.spec-strip-grid{grid-template-columns:repeat(3,1fr)}.spec-strip-item:nth-child(3n){border-right:0}.spec-strip-item:nth-child(-n+3){border-bottom:1px solid #dfe4ea}.product-lower-grid{grid-template-columns:1fr 1fr}.compare-card{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--product-line)}.faq-card{border-right:1px solid var(--product-line)}}@media(max-width:760px){.product-main{padding-top:14px}.product-gallery__main--v2{min-height:360px}.product-gallery__main--v2 img{height:340px}.thumbs--v2{grid-template-columns:repeat(5,1fr)}.product-title--v2{font-size:1.45rem}.variant-grid,.purchase-trust--v2{grid-template-columns:1fr 1fr}.purchase-trust--v2>div:last-child{grid-column:1/-1}.spec-strip-grid{grid-template-columns:repeat(2,1fr)}.spec-strip-item{border-bottom:1px solid #dfe4ea!important}.spec-strip-item:nth-child(2n){border-right:0}.spec-strip-item:nth-last-child(-n+2){border-bottom:0!important}.product-feature-panels{grid-template-columns:1fr}.product-feature-panel{min-height:170px}.product-anchor-nav{top:70px}.product-anchor-nav__inner{gap:20px}.product-overview-card{grid-template-columns:1fr}.product-overview-copy{padding:14px 4px 22px}.product-overview-media{min-height:240px}.product-section-head{align-items:flex-start;flex-direction:column;gap:6px}.product-section-head>p{text-align:left}.specs-wrap--v2{grid-template-columns:1fr;padding:0 14px}.spec-row--v2{grid-template-columns:115px 1fr}.spec-row--v2:nth-last-child(2){border-bottom:1px solid var(--product-line)}.product-lower-grid{grid-template-columns:1fr}.compare-card,.faq-card{grid-column:auto;border-right:0;border-bottom:1px solid var(--product-line)}.review-v2-head{align-items:flex-start;flex-direction:column}.product-shipping-strip__grid{grid-template-columns:1fr 1fr}.shipping-strip-item{justify-content:flex-start;border-bottom:1px solid #e0e4e9}.shipping-strip-item:nth-child(2n){border-right:0}.shipping-strip-item:last-child{grid-column:1/-1;border-bottom:0}.product-gallery__main{border-radius:4px}.product-info{padding-inline:0}.section--compact-product{padding:18px 0}}.announcement{background:#f5f6f8;color:#596273;border-bottom:1px solid #e7eaf0}.announcement__inner{min-height:34px}.site-header{background:#fffffff5}
/*# sourceMappingURL=/cdn/shop/t/10/assets/base.css.map */
