:root{--blue:#0e5fa2;--green:#22a85b;--ink:#0f1720;--muted:#586575;--light:#f5f8fa;--line:#dbe4ea;--white:#fff;--dark:#08131d;--shadow:0 18px 55px rgba(13,25,36,.12);--radius:24px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px}.js-container{width:min(1220px,calc(100% - 32px));margin-inline:auto}.js-announcement{background:linear-gradient(90deg,var(--blue),var(--green));color:#fff;font-size:.88rem;font-weight:700}.js-announcement__inner{display:flex;justify-content:space-between;gap:16px;padding:10px 0;flex-wrap:wrap}.js-site-header{position:sticky;top:0;z-index:50;background:#fffffff0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(15,23,32,.08)}.js-header__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}.js-brand{display:flex;align-items:center;gap:12px;min-width:0}.js-brand img{height:58px;width:auto}.js-brand__mark{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;font-weight:900;display:grid;place-items:center}.js-brand__text strong{display:block;font-size:1.05rem;letter-spacing:-.03em}.js-brand__text em{font-style:normal;color:var(--green)}.js-brand__text small{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.js-main-nav{display:flex;gap:22px;align-items:center;font-weight:700;font-size:.95rem}.js-header-actions{display:flex;gap:12px;align-items:center}.js-icon-link{font-weight:800;font-size:.9rem}.js-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:900;border:1px solid transparent;white-space:nowrap;transition:.22s ease}.js-btn:hover{transform:translateY(-1px)}.js-btn--primary{background:linear-gradient(135deg,var(--green),#19884a);color:#fff;box-shadow:0 14px 30px #22a85b38}.js-btn--blue{background:var(--blue);color:#fff}.js-btn--dark{background:var(--ink);color:#fff}.js-btn--ghost{background:#ffffff1a;color:#fff;border-color:#ffffff52}.js-btn--outline{background:#fff;border-color:var(--line);color:var(--ink)}.js-eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-size:.76rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.js-eyebrow:before{content:"";width:40px;height:2px;background:linear-gradient(90deg,var(--green),var(--blue))}h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(2.2rem,4.6vw,4.6rem);line-height:.98;letter-spacing:-.055em;font-weight:900}h2{font-size:clamp(1.85rem,3.4vw,3.35rem);line-height:1;letter-spacing:-.045em;font-weight:850}h3{font-size:1.22rem;line-height:1.15}.js-text{color:var(--muted)}.js-section{padding:82px 0}.js-section--light{background:var(--light)}.js-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.js-section-head p{max-width:600px}.js-home-hero{position:relative;color:#fff;min-height:540px;display:flex;align-items:end;background-size:cover;background-position:center;isolation:isolate}.js-home-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#04101cd1,#04101c94 42%,#04101c33);z-index:-1}.js-home-hero__inner{padding:120px 0 58px}.js-home-hero__copy{max-width:760px}.js-home-hero .js-eyebrow{color:#bfe0ff}.js-home-hero .js-eyebrow:before{background:linear-gradient(90deg,#9df0bf,#bfe0ff)}.js-home-hero p{margin-top:20px;color:#dce8ef;font-size:clamp(1rem,1.5vw,1.18rem);max-width:660px}.js-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.js-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:-38px;position:relative;z-index:2}.js-shortcut{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:var(--shadow)}.js-shortcut strong{display:block}.js-shortcut span{display:block;color:var(--muted);font-size:.92rem;margin-top:5px}.js-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.js-story-img{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.js-story-img img{width:100%;height:520px;object-fit:cover}.js-callout{position:absolute;left:22px;right:22px;bottom:22px;background:#fffffff2;border-radius:20px;padding:20px;border-left:5px solid var(--green)}.js-callout small{display:block;color:var(--blue);text-transform:uppercase;letter-spacing:.14em;font-weight:900}.js-list{display:grid;gap:16px;margin-top:24px}.js-list-item{display:grid;grid-template-columns:auto 1fr;gap:13px}.js-dot{width:13px;height:13px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--blue));margin-top:7px}.js-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.js-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.js-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px #0f17200a}.js-card img{width:100%;height:235px;object-fit:cover}.js-card__body{padding:22px}.js-kicker{font-size:.74rem;color:var(--green);text-transform:uppercase;letter-spacing:.14em;font-weight:900}.js-card p{color:var(--muted);font-size:.95rem;margin-top:10px}.js-card a.js-link{display:inline-flex;color:var(--blue);font-weight:900;margin-top:16px}.js-category{position:relative;border-radius:20px;overflow:hidden;min-height:210px;color:#fff;display:flex;align-items:flex-end}.js-category img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.js-category:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(8,19,29,.75))}.js-category__body{position:relative;z-index:2;padding:20px}.js-feature{background:var(--dark);color:#fff}.js-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.js-product-img{background:linear-gradient(180deg,#10202f,#0a1520);border-radius:32px;padding:34px;border:1px solid rgba(255,255,255,.08)}.js-product-img img{width:100%;height:430px;object-fit:contain}.js-price{font-size:2rem;font-weight:900;color:#9df0bf;margin-top:14px}.js-feature p{color:#d4dee6;margin-top:14px}.js-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.js-spec{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px}.js-spec span{display:block;color:#a9bfce;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900}.js-spec strong{display:block;margin-top:7px}.js-project-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:0 10px 28px #0f17200a}.js-project-card img{width:100%;height:240px;object-fit:cover}.js-project-card div{padding:20px}.js-project-card small{display:block;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.13em}.js-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.js-step{padding:22px;border:1px solid var(--line);border-radius:20px;background:#fff}.js-step small{display:block;color:var(--green);font-weight:900;text-transform:uppercase;letter-spacing:.13em;margin-bottom:10px}.js-faq{display:grid;grid-template-columns:1fr 1fr;gap:14px}.js-faq details{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.js-faq summary{cursor:pointer;list-style:none;font-weight:900}.js-faq summary::-webkit-details-marker{display:none}.js-faq p{margin-top:10px;color:var(--muted)}.js-cta-box{border-radius:28px;padding:44px;background:linear-gradient(135deg,var(--blue),#1a7eca 55%,var(--green));color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.js-cta-box p{color:#eef8ff;margin-top:10px}.js-footer{background:#08131d;color:#d8e6ef;padding:54px 0 24px}.js-footer__grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:28px}.js-footer h3,.js-footer h4{color:#fff}.js-footer p{color:#abc0cf;max-width:520px}.js-footer a{display:block;color:#d8e6ef;margin-top:9px}.js-footer__bottom{border-top:1px solid rgba(255,255,255,.09);margin-top:28px;padding-top:18px;color:#9fb4c3;font-size:.9rem}.js-breadcrumb{font-size:.88rem;color:var(--muted);margin:22px 0}.js-product-main{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:38px;align-items:start}.js-product-gallery{display:grid;gap:12px}.js-product-main-img{border-radius:26px;background:#f3f7fa;border:1px solid var(--line);padding:28px}.js-product-main-img img{width:100%;height:520px;object-fit:contain}.js-product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.js-thumb{border:1px solid var(--line);border-radius:14px;background:#fff;padding:8px;cursor:pointer}.js-thumb img{height:92px;width:100%;object-fit:contain}.js-buy-box{position:sticky;top:102px;border:1px solid var(--line);border-radius:26px;padding:26px;background:#fff;box-shadow:var(--shadow)}.js-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e9f8ef;color:#14763d;font-weight:900;font-size:.82rem}.js-product-title{font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.04em;margin-top:14px}.js-product-price{font-size:2rem;color:var(--blue);font-weight:900;margin-top:14px}.js-buy-box .js-actions{display:grid;grid-template-columns:1fr;margin-top:20px}.js-qty{display:flex;align-items:center;gap:12px;margin-top:18px}.js-qty input{width:80px;padding:12px;border:1px solid var(--line);border-radius:12px}.js-product-nav{position:sticky;top:90px;z-index:20;background:#fff;border-block:1px solid var(--line);margin-top:34px}.js-product-nav__inner{display:flex;gap:8px;overflow:auto;padding:10px 0}.js-product-nav a{padding:10px 14px;border-radius:999px;background:#f5f8fa;font-weight:900;white-space:nowrap;font-size:.92rem}.js-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.js-info-card{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff}.js-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden}.js-table th,.js-table td{text-align:left;padding:15px;border-bottom:1px solid var(--line)}.js-table th{width:38%;background:#f7fafc}.shopify-payment-button{margin-top:10px}.product-form__submit{width:100%;cursor:pointer}.field{margin-top:14px}.field label{display:block;font-weight:900;margin-bottom:8px}.select__select,.quantity__input{width:100%;padding:13px;border:1px solid var(--line);border-radius:12px;background:#fff}@media(max-width:1050px){.js-main-nav{display:none}.js-home-hero{min-height:500px}.js-shortcuts,.js-grid-4,.js-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.js-story-grid,.js-feature-grid,.js-product-main,.js-info-grid{grid-template-columns:1fr}.js-buy-box{position:static}.js-footer__grid{grid-template-columns:1fr}.js-product-nav{top:82px}}@media(max-width:720px){.js-container{width:min(100% - 22px,1000px)}.js-announcement__inner{justify-content:center;text-align:center}.js-brand img{height:48px}.js-brand__text small,.js-header-wa{display:none}.js-icon-link{font-size:.82rem}.js-home-hero__inner{padding:96px 0 46px}.js-shortcuts,.js-grid-4,.js-grid-3,.js-steps,.js-spec-grid,.js-faq{grid-template-columns:1fr}.js-section-head{display:block}.js-section-head p{margin-top:12px}.js-story-img img{height:380px}.js-product-img img,.js-product-main-img img{height:330px}.js-cta-box{display:block;padding:30px 22px}.js-actions{flex-direction:column}.js-actions .js-btn{width:100%}.js-product-thumbs{grid-template-columns:repeat(3,1fr)}.js-product-nav{top:75px}.js-mobile-bar{position:sticky;bottom:0;z-index:60;display:flex;gap:10px;align-items:center;justify-content:space-between;background:#fff;border-top:1px solid var(--line);padding:10px 12px;box-shadow:0 -10px 30px #0f17201f}.js-mobile-bar strong{color:var(--blue)}}.js-product-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:start;margin-bottom:28px}.js-product-gallery--clean,.js-buy-box--clean{position:sticky;top:98px}.js-product-short{margin-top:14px;color:var(--muted);font-size:1rem;line-height:1.65}.js-buy-actions-note{margin-top:18px;padding:16px;border-radius:18px;background:#eef8f2;border:1px solid #d3f0df}.js-buy-actions-note strong{display:block;color:#126d3a}.js-buy-actions-note span{display:block;margin-top:5px;color:#506071;font-size:.94rem}.js-badge--muted{background:#f1f3f5;color:#5d6875}.js-mini-details{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.js-mini-details div{padding:13px;border:1px solid var(--line);border-radius:14px;background:#f8fbfd}.js-mini-details span{display:block;font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;font-weight:900;color:var(--muted)}.js-mini-details strong{display:block;margin-top:5px;font-size:.92rem}.js-product-nav--simple{margin-top:0}.js-product-content-grid{display:grid;grid-template-columns:minmax(230px,.45fr) minmax(0,1fr);gap:34px;align-items:start}.js-richtext{color:var(--ink);line-height:1.75}.js-richtext p,.js-richtext ul,.js-richtext ol{margin:0 0 14px}.js-richtext ul,.js-richtext ol{padding-left:22px}.js-richtext table{width:100%;border-collapse:collapse}.js-richtext th,.js-richtext td{padding:13px;border:1px solid var(--line);text-align:left}.js-richtext th{background:#f7fafc}.js-guidance-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.js-guidance-card span{display:block;color:var(--blue);font-weight:900;text-transform:uppercase;letter-spacing:.13em;font-size:.74rem;margin-bottom:8px}.js-guidance-card p{color:#304254}.js-help-band{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:0 12px 34px #0f17200d}@media(max-width:1050px){.js-product-layout,.js-product-content-grid{grid-template-columns:1fr}.js-product-gallery--clean,.js-buy-box--clean{position:static}.js-guidance-grid,.js-help-band{grid-template-columns:1fr}.js-mini-details{grid-template-columns:1fr 1fr}}@media(max-width:720px){.js-mini-details{grid-template-columns:1fr}.js-product-content-grid{gap:18px}.js-help-band{padding:22px;border-radius:20px}}html{scroll-behavior:smooth}.js-anchor,.js-section[id],#overview,#delivery,#help,#included,#specs,#product-faq{scroll-margin-top:150px}.js-site-header{z-index:80}.js-icon-link,.js-mobile-menu-trigger,.js-footer-cart{-webkit-appearance:none;appearance:none;border:0;background:transparent;font:inherit;color:inherit;cursor:pointer}.js-mobile-menu-trigger{display:none;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:900}.js-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#08131d70;opacity:0;pointer-events:none;transition:.22s ease}.js-mobile-menu.is-open{opacity:1;pointer-events:auto}.js-mobile-menu__panel{position:absolute;right:0;top:0;bottom:0;width:min(380px,88vw);background:#fff;box-shadow:-20px 0 60px #08131d38;padding:22px;transform:translate(100%);transition:.24s ease;display:flex;flex-direction:column;gap:20px}.js-mobile-menu.is-open .js-mobile-menu__panel{transform:none}.js-mobile-menu__top{display:flex;align-items:center;justify-content:space-between}.js-mobile-menu__top button{border:0;background:#f2f6f8;border-radius:999px;padding:10px 14px;font-weight:900}.js-mobile-menu nav a{padding:14px 0;border-bottom:1px solid var(--line);font-weight:900}.js-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;opacity:0;pointer-events:none;transition:.24s ease}.js-cart-drawer.is-open{opacity:1;pointer-events:auto}.js-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#08131d7a}.js-cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(440px,92vw);background:#fff;display:flex;flex-direction:column;box-shadow:-24px 0 70px #08131d3d;transform:translate(100%);transition:.25s ease}.js-cart-drawer.is-open .js-cart-drawer__panel{transform:none}.js-cart-drawer__head{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px;border-bottom:1px solid var(--line)}.js-cart-drawer__head span{display:block;color:var(--muted);font-size:.92rem}.js-cart-drawer-close{border:0;background:#f2f6f8;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.js-cart-drawer__items{padding:18px;overflow:auto;display:grid;gap:16px;flex:1}.js-drawer-item{display:grid;grid-template-columns:94px 1fr;gap:14px;border:1px solid var(--line);border-radius:18px;padding:10px}.js-drawer-item__image{background:#f6f9fb;border-radius:14px;display:grid;place-items:center;overflow:hidden}.js-drawer-item__image img{width:100%;height:94px;object-fit:contain}.js-drawer-item__title{font-weight:900;line-height:1.2;display:block}.js-drawer-item__content p{font-size:.88rem;color:var(--muted);margin-top:4px}.js-drawer-item__meta{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:10px}.js-drawer-item__meta label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--muted)}.js-drawer-item__meta input{display:block;margin-top:5px;width:72px;padding:9px;border:1px solid var(--line);border-radius:10px}.js-drawer-remove{margin-top:8px;border:0;background:transparent;color:#b42318;font-weight:900;cursor:pointer;padding:0}.js-cart-drawer__foot{border-top:1px solid var(--line);padding:18px;display:grid;gap:10px}.js-cart-subtotal{display:flex;justify-content:space-between;gap:16px;font-size:1.05rem}.js-cart-drawer__foot p{font-size:.9rem;color:var(--muted)}.js-cart-empty{padding:30px;display:grid;gap:12px}.js-cart-empty p{color:var(--muted)}.js-cart-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.js-cart-line{display:grid;grid-template-columns:120px minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--line);border-radius:22px;padding:14px;background:#fff}.js-cart-line__image{background:#f6f9fb;border-radius:16px;display:grid;place-items:center}.js-cart-line__image img{width:100%;height:115px;object-fit:contain}.js-cart-line__title{font-weight:900;font-size:1.05rem}.js-cart-line__info p{color:var(--muted);margin-top:5px}.js-cart-line__controls{display:flex;gap:14px;align-items:end;flex-wrap:wrap;margin-top:12px}.js-cart-line__controls label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:var(--muted)}.js-cart-page-qty{display:block;margin-top:5px;width:84px;padding:10px;border:1px solid var(--line);border-radius:10px}.js-cart-page-remove{border:0;background:#fff0f0;color:#b42318;border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}.js-cart-line__price{font-weight:900;color:var(--blue)}.js-cart-summary{position:sticky;top:110px;border:1px solid var(--line);border-radius:22px;background:#fff;padding:22px;display:grid;gap:14px;box-shadow:var(--shadow)}.js-cart-summary p{color:var(--muted)}.js-cart-empty--page{border:1px solid var(--line);border-radius:22px;background:#fff}.js-app-block{margin-top:14px}.js-card a{display:block;height:100%}@media(max-width:1050px){.js-mobile-menu-trigger{display:inline-flex}.js-header-actions{gap:8px}.js-cart-page-grid{grid-template-columns:1fr}.js-cart-summary{position:static}}@media(max-width:720px){.js-header-actions .js-icon-link[href*=search]{display:none}.js-cart-line{grid-template-columns:86px 1fr}.js-cart-line__price{grid-column:2}.js-cart-line__image img{height:86px}.js-product-nav__inner{padding:8px 0}.js-product-nav a{font-size:.86rem;padding:9px 12px}.js-anchor,.js-section[id],#overview,#delivery,#help,#included,#specs,#product-faq{scroll-margin-top:120px}.js-cart-drawer__panel{width:94vw}}.js-mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#08131d94;opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.js-mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.js-mobile-menu__panel{margin-left:auto;width:min(88vw,390px);height:100%;background:#fff;color:var(--ink);box-shadow:-20px 0 60px #0000002e;padding:24px;transform:translate(100%);transition:.24s ease;display:flex;flex-direction:column;gap:22px}.js-mobile-menu.is-open .js-mobile-menu__panel{transform:translate(0)}.js-mobile-menu__top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.js-mobile-menu__top button{background:var(--light);border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-weight:800}.js-mobile-menu nav{display:grid;gap:4px}.js-mobile-menu nav a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-weight:800;color:var(--ink)}.js-menu-open,.js-drawer-open{overflow:hidden}.js-mobile-menu-trigger{display:none;background:var(--ink);color:#fff;border:0;border-radius:999px;padding:11px 15px;font-weight:900}.js-footer-logo img{height:68px;width:auto;margin-bottom:14px}.js-footer__bottom a{display:inline;color:#d8e6ef;text-decoration:underline;text-underline-offset:3px}.js-footer button{background:none;border:0;color:#d8e6ef;padding:0;margin-top:9px;font:inherit;cursor:pointer;text-align:left}.js-home-hero--compact{min-height:470px}.js-home-hero--compact .js-home-hero__inner{padding:92px 0 54px}.js-shortcuts-section{position:relative;z-index:3}.js-lead-copy{margin-top:18px}.js-category p{margin-top:6px;color:#dce8ef}.js-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:140;opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease}.js-cart-drawer.is-open{opacity:1;visibility:visible;pointer-events:auto}.js-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#08131d8f}.js-cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:min(94vw,480px);background:#fff;color:var(--ink);box-shadow:-20px 0 60px #0000002e;display:flex;flex-direction:column;transform:translate(100%);transition:.24s ease}.js-cart-drawer.is-open .js-cart-drawer__panel{transform:translate(0)}.js-cart-drawer.is-updating .js-cart-drawer__panel{opacity:.78}.js-cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--line)}.js-cart-drawer__head strong{display:block;font-size:1.25rem}.js-cart-drawer__head span{display:block;color:var(--muted);font-size:.9rem}.js-cart-drawer-close{border:1px solid var(--line);background:var(--light);border-radius:999px;padding:9px 13px;font-weight:800}.js-cart-drawer__items{padding:18px;overflow:auto;display:grid;gap:14px}.js-drawer-item{display:grid;grid-template-columns:96px 1fr;gap:14px;border:1px solid var(--line);border-radius:18px;padding:12px}.js-drawer-item__image{background:var(--light);border-radius:14px;display:grid;place-items:center}.js-drawer-item__image img{height:86px;width:86px;object-fit:contain}.js-drawer-item__title{font-weight:900;color:var(--ink);display:block}.js-drawer-item__content p{color:var(--muted);font-size:.88rem;margin-top:3px}.js-drawer-item__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}.js-drawer-item__meta input{width:66px;padding:8px;border:1px solid var(--line);border-radius:10px}.js-drawer-remove{border:0;background:none;color:var(--blue);font-weight:900;padding:0;margin-top:8px;cursor:pointer}.js-cart-drawer__foot{border-top:1px solid var(--line);padding:18px;display:grid;gap:12px}.js-cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem}.js-cart-drawer__foot p{color:var(--muted);font-size:.92rem}.js-cart-empty{padding:28px;display:grid;gap:14px}.js-cart-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.js-cart-lines{display:grid;gap:14px}.js-cart-line{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid var(--line);border-radius:20px;padding:14px;background:#fff}.js-cart-line__image{background:var(--light);border-radius:14px;padding:8px}.js-cart-line__image img{height:90px;width:100%;object-fit:contain}.js-cart-line__title{font-weight:900}.js-cart-line__info p{color:var(--muted);margin-top:4px}.js-cart-line__controls{display:flex;gap:12px;align-items:end;margin-top:12px;flex-wrap:wrap}.js-cart-line__controls label{font-weight:800;font-size:.9rem}.js-cart-line__controls input{display:block;width:76px;padding:9px;border:1px solid var(--line);border-radius:10px;margin-top:5px}.js-cart-line__controls button{background:none;border:0;color:var(--blue);font-weight:900;cursor:pointer}.js-cart-line__price{font-weight:900}.js-cart-summary{border:1px solid var(--line);border-radius:22px;padding:22px;background:#fff;box-shadow:var(--shadow);position:sticky;top:100px}.js-cart-summary p{color:var(--muted);margin:14px 0}.js-product-main-img{border:0;cursor:zoom-in;position:relative;width:100%;text-align:center}.js-zoom-label{position:absolute;right:18px;bottom:18px;background:#08131dc7;color:#fff;padding:8px 11px;border-radius:999px;font-size:.8rem;font-weight:800}.js-thumb.is-active{outline:3px solid var(--green);border-color:var(--green)}.js-product-badges{display:flex;gap:8px;flex-wrap:wrap}.js-badge--blue{background:#e8f3ff;color:var(--blue)}.js-product-nav{top:82px}.js-anchor{scroll-margin-top:150px}.js-richtext h1,.js-richtext h2,.js-richtext h3,.js-richtext h4{line-height:1.16;letter-spacing:-.02em;margin:26px 0 14px}.js-richtext h1{font-size:2rem}.js-richtext h2{font-size:1.65rem}.js-richtext h3{font-size:1.32rem}.js-richtext h4{font-size:1.12rem}.js-richtext p,.js-richtext ul,.js-richtext ol{margin:0 0 16px;color:var(--muted)}.js-richtext li{margin-bottom:7px}.js-image-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;background:#000000db;display:none;place-items:center;padding:32px}.js-image-zoom.is-open{display:grid}.js-image-zoom img{max-height:88vh;max-width:92vw;object-fit:contain;background:#fff;border-radius:20px;padding:18px}.js-image-zoom__close{position:absolute;right:22px;top:22px;background:#fff;border:0;border-radius:999px;padding:11px 15px;font-weight:900;cursor:pointer}.js-product-short{margin-top:14px;color:var(--muted)}.js-buy-actions-note{background:var(--light);border:1px solid var(--line);border-radius:18px;padding:15px;margin-top:18px}.js-buy-actions-note strong{display:block}.js-buy-actions-note span{display:block;color:var(--muted);font-size:.93rem;margin-top:4px}.field{margin-top:16px}.field label{display:block;font-weight:900;margin-bottom:7px}.field select,.field input{width:100%;border:1px solid var(--line);border-radius:12px;padding:12px;background:#fff}.product-form__buttons{display:grid;gap:10px;margin-top:18px}.js-app-block{margin-top:16px}.js-mini-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.js-mini-details div{background:var(--light);border:1px solid var(--line);border-radius:14px;padding:12px}.js-mini-details span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:900}.js-mini-details strong{display:block;margin-top:5px}.js-help-band{display:flex;justify-content:space-between;align-items:center;gap:22px;border-radius:24px;background:#fff;border:1px solid var(--line);padding:30px;box-shadow:var(--shadow)}.js-guidance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.js-guidance-card,.js-info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px}.js-guidance-card span{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:var(--blue);font-weight:900;margin-bottom:8px}.js-mobile-bar{display:none}@media(max-width:980px){.js-main-nav,.js-header-wa,.js-search-link{display:none}.js-mobile-menu-trigger{display:inline-flex}.js-product-layout,.js-product-main{grid-template-columns:1fr}.js-buy-box{position:static}.js-grid-4,.js-grid-3,.js-steps,.js-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}.js-story-grid,.js-feature-grid,.js-product-content-grid,.js-cart-page-grid{grid-template-columns:1fr}.js-footer__grid{grid-template-columns:1fr 1fr}.js-help-band{display:grid}.js-guidance-grid{grid-template-columns:1fr}.js-cart-summary{position:static}.js-product-nav{top:75px}.js-mobile-bar{position:sticky;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 16px;box-shadow:0 -12px 35px #00000014}}@media(max-width:640px){.js-container{width:min(100% - 22px,1220px)}.js-announcement__inner{justify-content:center;text-align:center}.js-brand img{height:48px}.js-brand__text small{display:none}.js-header__inner{padding:12px 0}.js-home-hero--compact{min-height:420px}.js-home-hero--compact .js-home-hero__inner{padding:70px 0 42px}.js-shortcuts{grid-template-columns:1fr;margin-top:12px}.js-grid-4,.js-grid-3,.js-steps,.js-spec-grid,.js-product-thumbs,.js-mini-details{grid-template-columns:1fr}.js-section-head{display:grid}.js-section{padding:62px 0}.js-actions{display:grid}.js-actions .js-btn{width:100%}.js-cart-line{grid-template-columns:86px minmax(0,1fr);align-items:start}.js-cart-line__price{grid-column:2}.js-footer__grid{grid-template-columns:1fr}.js-product-main-img img{height:340px}.js-product-main-img{padding:14px}.js-zoom-label{display:none}.js-cart-drawer__panel{width:100vw}.js-drawer-item{grid-template-columns:82px 1fr}.js-drawer-item__image img{height:72px;width:72px}.js-product-title{font-size:1.8rem}.js-product-price{font-size:1.6rem}.js-faq{grid-template-columns:1fr}}.js-mobile-menu{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;background:#08131d9e!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:var(--ink)!important}.js-mobile-menu__panel{background:#fff!important;color:var(--ink)!important;opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:-24px 0 70px #08131d47!important}.js-mobile-menu__top{background:#fff!important;border-bottom:1px solid var(--line)!important;padding-bottom:14px!important}.js-mobile-menu nav{background:#fff!important;color:var(--ink)!important}.js-mobile-menu nav a{display:block!important;background:#fff!important;color:var(--ink)!important;border-bottom:1px solid var(--line)!important;padding:16px 0!important;font-weight:900!important}.js-mobile-menu .js-btn{width:100%;margin-top:auto}.js-cart-drawer.is-updating .js-cart-drawer__panel{opacity:1!important}.js-cart-drawer,.js-cart-drawer__panel{will-change:transform}.js-drawer-qty,.js-cart-page-qty{transition:none!important}.js-footer{background:#07131d!important;color:#d8e6ef!important;padding:62px 0 26px!important}.js-footer__grid{display:grid!important;grid-template-columns:minmax(280px,1.35fr) minmax(150px,.7fr) minmax(150px,.7fr) minmax(150px,.8fr)!important;gap:34px!important;align-items:start!important}.js-footer-logo{display:inline-flex!important;align-items:center!important;margin:0 0 18px!important}.js-footer-logo img{height:82px!important;width:auto!important;max-width:220px!important;object-fit:contain!important;filter:brightness(0) invert(1) saturate(0)!important;opacity:1!important}.js-footer h3{font-size:1.45rem!important;margin:0 0 10px!important}.js-footer h4{font-size:.82rem!important;text-transform:uppercase!important;letter-spacing:.15em!important;color:#9ed0ff!important;margin:0 0 14px!important}.js-footer p{line-height:1.65!important;color:#b9cbd8!important}.js-footer a,.js-footer button{display:block!important;color:#e8f3fb!important;background:transparent!important;border:0!important;padding:0!important;margin:10px 0 0!important;font:inherit!important;text-align:left!important;cursor:pointer!important}.js-footer a:hover,.js-footer button:hover{color:#9df0bf!important}.js-footer__bottom{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important;border-top:1px solid rgba(255,255,255,.12)!important;margin-top:34px!important;padding-top:20px!important}.js-footer__bottom a{display:inline!important;margin:0!important;color:#9df0bf!important}@media(max-width:980px){.js-mobile-menu__panel{width:min(420px,94vw)!important}.js-footer__grid{grid-template-columns:1fr 1fr!important}}@media(max-width:640px){.js-mobile-menu{background:#fff!important}.js-mobile-menu__panel{left:0!important;right:0!important;width:100vw!important;transform:translate(100%)!important}.js-mobile-menu.is-open .js-mobile-menu__panel{transform:translate(0)!important}.js-footer__grid{grid-template-columns:1fr!important}.js-footer-logo img{height:72px!important}}.js-product-trust-pills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.js-product-trust-pill{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;background:#f7fbfd;border:1px solid var(--line);border-radius:16px;padding:13px}.js-product-trust-pill>span{width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,var(--green),var(--blue));color:#fff;display:grid;place-items:center;font-size:.85rem;font-weight:900;line-height:1}.js-product-trust-pill strong{display:block;font-size:.92rem;line-height:1.15;color:var(--ink)}.js-product-trust-pill small{display:block;margin-top:4px;color:var(--muted);font-size:.82rem;line-height:1.35}.js-choose-setup{background:#fff}.js-setup-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.js-setup-card{display:flex;flex-direction:column;min-height:230px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,#fff,#f7fbfd);padding:22px;box-shadow:0 10px 26px #0f17200a;transition:.22s ease}.js-setup-card:hover{transform:translateY(-3px);border-color:#0e5fa259;box-shadow:0 18px 40px #0e5fa21a}.js-setup-card__tag{display:inline-flex;align-self:flex-start;background:#eaf7ef;color:#167a43;border-radius:999px;padding:7px 10px;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:14px}.js-setup-card h3{margin:0 0 10px}.js-setup-card p{color:var(--muted);font-size:.95rem;margin:0 0 18px}.js-setup-card strong{margin-top:auto;color:var(--blue)}.js-mobile-menu{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9999!important;background:#08131d8c!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .18s ease,visibility .18s ease!important;color:var(--ink)!important;display:block!important}.js-mobile-menu.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.js-mobile-menu__panel{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;width:min(420px,92vw)!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;background:#fff!important;color:var(--ink)!important;opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:-24px 0 70px #08131d47!important;transform:translate(100%)!important;transition:transform .24s ease!important;display:flex!important;flex-direction:column!important;gap:0!important;overflow-y:auto!important}.js-mobile-menu.is-open .js-mobile-menu__panel{transform:translate(0)!important}.js-mobile-menu__top{background:#fff!important;border-bottom:1px solid var(--line)!important;padding:18px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0!important}.js-mobile-menu__top strong{font-size:1.1rem!important;line-height:1!important}.js-mobile-menu__top button{background:#f2f7fa!important;border:1px solid #d9e3e8!important;border-radius:999px!important;padding:11px 16px!important;font-weight:900!important;color:var(--ink)!important}.js-mobile-menu nav{display:grid!important;gap:8px!important;background:#fff!important;color:var(--ink)!important;padding:16px 18px 20px!important;margin:0!important}.js-mobile-menu nav a{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#f8fbfd!important;color:var(--ink)!important;border:1px solid #e1e9ee!important;border-radius:16px!important;padding:15px 16px!important;margin:0!important;font-weight:900!important;line-height:1.15!important;box-shadow:none!important}.js-mobile-menu nav a:after{content:"\203a";color:var(--blue);font-size:1.25rem;line-height:1}.js-mobile-menu .js-btn{width:calc(100% - 36px)!important;margin:0 18px 20px!important}.js-menu-open .js-site-header{z-index:10000!important}.js-menu-open .js-home-hero{position:relative}.js-cart-drawer.is-open{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.js-cart-drawer.is-open .js-cart-drawer__panel{opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.js-cart-drawer.is-updating,.js-cart-drawer.is-updating .js-cart-drawer__panel,.js-cart-drawer.is-updating .js-cart-drawer__items{opacity:1!important;filter:none!important}.js-cart-drawer__panel,.js-cart-drawer__items,.js-drawer-item{backface-visibility:hidden!important}.js-drawer-qty{will-change:auto!important}@media(max-width:980px){.js-setup-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.js-product-trust-pills{grid-template-columns:1fr 1fr}.js-mobile-menu__panel{width:min(430px,94vw)!important}}@media(max-width:640px){.js-setup-grid,.js-product-trust-pills{grid-template-columns:1fr}.js-mobile-menu{background:#08131d61!important}.js-mobile-menu__panel{width:100vw!important;max-width:100vw!important}.js-mobile-menu nav{padding:14px 16px 18px!important}.js-mobile-menu nav a{padding:16px!important}.js-mobile-menu .js-btn{width:calc(100% - 32px)!important;margin-left:16px!important;margin-right:16px!important}.js-header__inner{position:relative;z-index:1}.js-product-trust-pill{padding:12px}}html,body{overflow-x:hidden!important}.template-product main,.template-product .js-container,.template-product .js-product-layout,.template-product .js-product-gallery,.template-product .js-buy-box{max-width:100%!important}.template-product .js-product-nav__inner{overflow:visible!important;flex-wrap:wrap!important}.template-product .js-product-nav{overflow:hidden!important}.template-product .js-product-thumbs{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;overflow:visible!important;max-width:100%!important}.template-product .js-thumb{min-width:0!important}.template-product .js-thumb.is-active{border-color:var(--blue)!important;box-shadow:0 0 0 2px #0e5fa21f!important}.template-product .js-product-content-grid h2,.template-product .js-help-band h2{margin-bottom:16px!important}.template-product .js-help-band .js-text,.template-product .js-product-content-grid .js-richtext,.template-product .js-product-content-grid .js-info-card{margin-top:8px!important}.template-product .js-richtext h1,.template-product .js-richtext h2,.template-product .js-richtext h3,.template-product .js-richtext h4{line-height:1.18!important;margin:1.25em 0 .65em!important;letter-spacing:-.02em!important}.template-product .js-richtext h1{font-size:clamp(1.55rem,2.4vw,2.1rem)!important}.template-product .js-richtext h2{font-size:clamp(1.35rem,2vw,1.75rem)!important}.template-product .js-richtext h3{font-size:clamp(1.15rem,1.6vw,1.35rem)!important}.template-product .js-richtext p{margin:0 0 1em!important}.template-product .js-richtext ul,.template-product .js-richtext ol{margin-top:.7em!important}@media(max-width:900px){.template-product .js-product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))!important}.template-product .js-thumb img{height:82px!important}}@media(max-width:640px){.template-product .js-product-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.template-product .js-thumb{padding:6px!important;border-radius:12px!important}.template-product .js-thumb img{height:66px!important}.template-product .js-product-main-img img{height:320px!important}.template-product .js-product-nav__inner{overflow-x:auto!important;flex-wrap:nowrap!important;scrollbar-width:none!important}.template-product .js-product-nav__inner::-webkit-scrollbar{display:none!important}.template-product .js-help-band h2{margin-bottom:14px!important}}body:not(.js-sticky-header-enabled) .js-site-header{position:relative;top:auto}.js-product-nav.is-sticky{position:sticky!important;top:82px!important}.js-mobile-bar{display:none!important}@media(max-width:980px){.js-product-nav.is-sticky{top:74px!important}body:not(.js-sticky-header-enabled) .js-product-nav.is-sticky{top:0!important}.js-product-nav__inner{scrollbar-width:none}.js-product-nav__inner::-webkit-scrollbar{display:none}}.js-site-header{position:relative!important;top:auto!important}.js-site-header.js-site-header--sticky{position:sticky!important;top:0!important;z-index:50!important}body:not(.js-sticky-header-enabled) .js-site-header{position:relative!important;top:auto!important}.js-product-nav{position:relative!important;top:auto!important}.js-product-nav.is-sticky{position:sticky!important;top:82px!important;z-index:40!important}body:not(.js-sticky-header-enabled) .js-product-nav.is-sticky{top:0!important}@media(max-width:980px){.js-product-nav.is-sticky{top:74px!important}body:not(.js-sticky-header-enabled) .js-product-nav.is-sticky{top:0!important}}.js-header-wrap--sticky{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2000!important;box-shadow:0 12px 34px #08131d14}body.js-sticky-header-enabled main{padding-top:var(--jutermal-header-height,0px)!important}body.js-sticky-header-enabled .js-mobile-menu{top:0!important}.js-site-header{position:relative!important;top:auto!important;z-index:auto!important;background:#fffffff5!important}body:not(.js-sticky-header-enabled) main{padding-top:0!important}.template-product .js-product-nav{position:relative!important;top:auto!important;z-index:90!important;background:#fff!important;max-width:100vw!important;overflow:hidden!important}.template-product .js-product-nav.is-sticky{position:sticky!important;top:var(--jutermal-header-height,0px)!important;box-shadow:0 10px 26px #08131d14!important}.template-product .js-anchor,.template-product #overview,.template-product #delivery,.template-product #help,.template-product #included,.template-product #specs,.template-product #product-faq{scroll-margin-top:calc(var(--jutermal-header-height,0px) + 76px)!important}html,body{max-width:100%!important;overflow-x:hidden!important}.template-product *{max-width:100%}.template-product .js-container{width:min(1220px,calc(100% - 32px))!important;max-width:1220px!important}.template-product .js-product-layout{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;gap:34px!important;align-items:start!important;max-width:100%!important;overflow:visible!important}.template-product .js-product-gallery,.template-product .js-buy-box,.template-product .js-product-form,.template-product .product-form__buttons{min-width:0!important;max-width:100%!important}.template-product .js-buy-box{overflow:hidden!important}.template-product .js-btn,.template-product .product-form__submit{white-space:normal!important;text-align:center!important;line-height:1.22!important;max-width:100%!important;min-width:0!important;overflow-wrap:anywhere!important}.template-product .product-form__buttons{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.template-product .js-product-nav__inner{max-width:100%!important;overflow-x:auto!important;scrollbar-width:none!important;padding-left:0!important;padding-right:0!important}.template-product .js-product-nav a{flex:0 0 auto!important}.template-product .js-product-main-img{max-width:100%!important;overflow:hidden!important}.template-product .js-product-main-img img{max-width:100%!important;height:auto!important;max-height:520px!important;object-fit:contain!important}.template-product .js-product-thumbs{max-width:100%!important;overflow:visible!important}.template-product .js-help-band h2{margin-bottom:18px!important}.template-product .js-help-band .js-text{margin-top:10px!important}.template-product .js-richtext h1,.template-product .js-richtext h2,.template-product .js-richtext h3,.template-product .js-richtext h4{margin-bottom:.75em!important}@media(max-width:1050px){.template-product .js-product-layout{grid-template-columns:1fr!important;gap:22px!important}.template-product .js-product-gallery--clean,.template-product .js-buy-box--clean{position:static!important}}@media(max-width:720px){.template-product .js-container{width:calc(100% - 22px)!important}.template-product .js-buy-box{padding:18px!important;border-radius:20px!important}.template-product .js-product-title{font-size:clamp(1.55rem,7vw,2.05rem)!important;line-height:1.05!important}.template-product .js-product-price{font-size:1.55rem!important}.template-product .js-product-main-img{padding:12px!important;border-radius:20px!important}.template-product .js-product-main-img img{max-height:330px!important}.template-product .js-product-thumbs{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.template-product .js-thumb{padding:6px!important;min-width:0!important}.template-product .js-thumb img{height:64px!important;width:100%!important;object-fit:contain!important}.template-product .js-product-nav.is-sticky{top:var(--jutermal-header-height,0px)!important}.template-product .js-product-nav__inner{width:calc(100% - 22px)!important;margin-inline:auto!important}}.shopify-design-mode .template-product .js-product-layout,.shopify-design-mode .template-product .js-buy-box,.shopify-design-mode .template-product .js-product-gallery{min-width:0!important}.js-header-wrap .js-site-header.js-site-header--sticky{position:relative!important;top:auto!important;z-index:auto!important}.js-header-wrap{position:relative;z-index:120;background:#fff;width:100%}.js-header-wrap--sticky-always{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:2000!important;box-shadow:0 12px 34px #08131d14!important}.js-header-wrap--sticky-on_scroll{position:sticky!important;top:0!important;z-index:2000!important;box-shadow:0 12px 34px #08131d14!important}body.js-sticky-header-fixed main{padding-top:var(--jutermal-header-height,0px)!important}body:not(.js-sticky-header-fixed) main{padding-top:0!important}body:not(.js-sticky-header-enabled) .js-header-wrap{position:relative!important;top:auto!important;box-shadow:none!important}.js-site-header{position:relative!important;top:auto!important;z-index:auto!important;background:#fffffff7!important}.template-product .js-product-nav.is-sticky{position:sticky!important;top:var(--jutermal-header-height,0px)!important;z-index:40!important;box-shadow:0 10px 26px #08131d14!important}body:not(.js-sticky-header-enabled) .template-product .js-product-nav.is-sticky{top:0!important}.shopify-design-mode .js-header-wrap--sticky-always{position:sticky!important}.shopify-design-mode body.js-sticky-header-fixed main{padding-top:0!important}.template-page .rte,.js-page-content{max-width:920px;line-height:1.7;color:var(--ink)}@media(max-width:980px){.js-header-wrap--sticky-always,.js-header-wrap--sticky-on_scroll{z-index:2000!important}.template-product .js-product-nav.is-sticky{top:var(--jutermal-header-height,0px)!important}}.js-header-wrap{transition:transform .24s ease,box-shadow .24s ease!important;will-change:transform;background:#fff!important}body.js-sticky-header-fixed .js-header-wrap,body.js-sticky-header-scroll-up .js-header-wrap{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:3000!important;box-shadow:0 12px 34px #08131d14!important}body.js-sticky-header-scroll-up.js-header-hidden .js-header-wrap{transform:translateY(-110%)!important;box-shadow:none!important}body.js-sticky-header-scroll-up:not(.js-header-hidden) .js-header-wrap{transform:translateY(0)!important}body.js-sticky-header-fixed main,body.js-sticky-header-scroll-up main{padding-top:var(--jutermal-header-height,0px)!important}body:not(.js-sticky-header-enabled) .js-header-wrap{position:relative!important;top:auto!important;transform:none!important;box-shadow:none!important}.shopify-design-mode body.js-sticky-header-fixed main,.shopify-design-mode body.js-sticky-header-scroll-up main{padding-top:0!important}.shopify-design-mode body.js-sticky-header-fixed .js-header-wrap,.shopify-design-mode body.js-sticky-header-scroll-up .js-header-wrap{position:sticky!important;top:0!important;transform:none!important}.template-product .js-product-nav.is-sticky{position:sticky!important;top:var(--jutermal-product-nav-top, var(--jutermal-header-height,0px))!important;z-index:2200!important;background:#fff!important;box-shadow:0 10px 26px #08131d14!important}body.js-header-hidden.template-product .js-product-nav.is-sticky{top:0!important}.template-product .js-anchor,.template-product #overview,.template-product #delivery,.template-product #help,.template-product #included,.template-product #specs,.template-product #product-faq{scroll-margin-top:calc(var(--jutermal-product-nav-top, var(--jutermal-header-height,0px)) + 88px)!important}.template-product .js-product-nav{width:100%!important;background:#fff!important;border-top:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;z-index:2500!important}.template-product .js-product-nav.is-sticky{position:relative!important;top:auto!important}.template-product .js-product-nav.is-sticky.is-fixed-product-nav{position:fixed!important;left:0!important;right:0!important;top:var(--jutermal-fixed-product-nav-top,0px)!important;width:100%!important;z-index:2990!important;box-shadow:0 12px 28px #08131d1f!important}.template-product .js-product-nav-spacer{display:none;height:0}.template-product .js-product-nav__inner{display:flex!important;align-items:center!important;gap:10px!important;overflow-x:auto!important;scrollbar-width:none!important;padding:10px 0!important}.template-product .js-product-nav__inner::-webkit-scrollbar{display:none!important}.template-product .js-product-nav a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:10px 14px!important;border-radius:999px!important;background:#f5f8fa!important;border:1px solid var(--line)!important;font-weight:900!important;color:var(--ink)!important;white-space:nowrap!important}.template-product .js-product-nav a:hover{background:var(--blue)!important;border-color:var(--blue)!important;color:#fff!important}.template-product .js-anchor,.template-product #overview,.template-product #delivery,.template-product #help,.template-product #included,.template-product #specs,.template-product #product-faq,.template-product #fit-check{scroll-margin-top:calc(var(--jutermal-fixed-product-nav-top, var(--jutermal-header-height,0px)) + 74px)!important}@media(max-width:640px){.template-product .js-product-nav__inner{width:calc(100% - 24px)!important;margin-inline:auto!important;padding:9px 0!important}.template-product .js-product-nav a{padding:9px 12px!important;font-size:.9rem!important}}.template-product .js-product-nav__inner{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:10px!important;overflow:visible!important;max-width:min(1220px,calc(100% - 32px))!important;width:100%!important;margin-inline:auto!important;padding:12px 0!important}.template-product .js-product-nav a{flex:0 1 auto!important;min-width:0!important;white-space:nowrap!important}.template-product .js-product-nav,.template-product .js-product-nav.is-sticky.is-fixed-product-nav{overflow:visible!important}@media(min-width:741px){.template-product .js-product-nav__inner{overflow:visible!important;scrollbar-width:auto!important}.template-product .js-product-nav a{padding:10px 16px!important}}@media(max-width:740px){.template-product .js-product-nav{overflow:hidden!important}.template-product .js-product-nav__inner{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-inline:auto!important;padding:9px 0!important}.template-product .js-product-nav__inner::-webkit-scrollbar{display:none!important}.template-product .js-product-nav a{flex:0 0 auto!important;padding:9px 12px!important;font-size:.9rem!important}}.js-header-actions{position:relative}.js-search-toggle{cursor:pointer}.js-inline-search{position:absolute;right:0;top:calc(100% + 12px);width:min(420px,calc(100vw - 28px));background:#fff;border:1px solid var(--line, #dbe4ea);border-radius:18px;box-shadow:0 22px 60px #08131d2e;padding:12px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;z-index:5000}.js-inline-search.is-open{opacity:1;visibility:visible;transform:translateY(0)}.js-inline-search__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.js-inline-search input[type=search],.js-mobile-search input[type=search]{width:100%;min-width:0;border:1px solid var(--line, #dbe4ea);border-radius:999px;padding:13px 16px;font:inherit;color:var(--ink, #0f1720);background:#f8fafb;outline:none}.js-inline-search input[type=search]:focus,.js-mobile-search input[type=search]:focus{border-color:var(--blue,#0e5fa2);box-shadow:0 0 0 3px #0e5fa21f;background:#fff}.js-inline-search button[type=submit],.js-mobile-search button[type=submit]{border:0;border-radius:999px;padding:13px 16px;font-weight:800;background:linear-gradient(135deg,var(--blue,#0e5fa2),var(--green,#22a85b));color:#fff;cursor:pointer}.js-mobile-search{display:none;gap:8px;padding:16px 18px 8px}@media(max-width:980px){.js-header-actions .js-search-toggle{display:inline-flex!important}.js-inline-search{display:none!important}.js-mobile-search{display:grid;grid-template-columns:minmax(0,1fr) auto}}@media(max-width:640px){.js-mobile-search{padding:14px 16px 6px!important}.js-mobile-search button[type=submit]{padding-inline:14px}}@media(max-width:720px){.js-header-actions .js-search-toggle,.js-inline-search{display:none!important}.js-mobile-menu .js-mobile-search{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center}}@media(min-width:721px){.js-mobile-menu .js-mobile-search{display:none!important}}@media(max-width:720px){.js-cart-drawer__panel{width:100vw!important;max-width:100vw!important;left:0!important;right:0!important}.js-cart-drawer__head,.js-cart-drawer__items,.js-cart-drawer__foot,.js-cart-empty{width:100%!important;max-width:460px!important;margin-left:auto!important;margin-right:auto!important}.js-cart-drawer__head{padding-left:18px!important;padding-right:18px!important}.js-cart-drawer__items{padding-left:16px!important;padding-right:16px!important;align-content:start!important;justify-items:center!important}.js-drawer-item{width:100%!important;max-width:428px!important;margin-left:auto!important;margin-right:auto!important;grid-template-columns:86px minmax(0,1fr)!important;gap:12px!important;padding:12px!important;align-items:start!important}.js-drawer-item__image{width:86px!important;min-width:86px!important;height:86px!important}.js-drawer-item__image img{width:78px!important;height:78px!important;object-fit:contain!important}.js-drawer-item__content{min-width:0!important;text-align:left!important}.js-drawer-item__title{word-break:normal!important;overflow-wrap:anywhere!important}.js-drawer-item__meta{width:100%!important;justify-content:space-between!important;align-items:flex-end!important}.js-cart-drawer__foot{padding-left:16px!important;padding-right:16px!important}.js-cart-drawer__foot .js-btn{width:100%!important;justify-content:center!important}}@media(max-width:380px){.js-drawer-item{grid-template-columns:76px minmax(0,1fr)!important}.js-drawer-item__image{width:76px!important;min-width:76px!important;height:76px!important}.js-drawer-item__image img{width:68px!important;height:68px!important}}.js-cart-drawer{z-index:12000!important}.js-cart-drawer__overlay,.js-cart-drawer__panel{z-index:12001!important}body.js-cart-open .js-header-wrap,body.js-cart-open .js-site-header,body.js-cart-open .js-header-wrap--sticky-always,body.js-cart-open .js-header-wrap--sticky-on_scroll{z-index:3000!important}body.js-cart-open .js-mobile-menu{z-index:2500!important}.template-product #warranty{scroll-margin-top:calc(var(--jutermal-fixed-product-nav-top, var(--jutermal-header-height,0px)) + 74px)!important}.template-product .js-info-card .metafield-rich_text_field,.template-product .js-info-card .metafield-multi_line_text_field,.template-product .js-info-card .metafield-single_line_text_field,.template-product .js-metafield-text .metafield-rich_text_field,.template-product .js-metafield-text .metafield-multi_line_text_field,.template-product .js-metafield-text .metafield-single_line_text_field{color:var(--muted);line-height:1.65}.template-product .js-info-card .metafield-rich_text_field p,.template-product .js-info-card .metafield-multi_line_text_field p,.template-product .js-metafield-text .metafield-rich_text_field p,.template-product .js-metafield-text .metafield-multi_line_text_field p{margin:0 0 1rem!important}.template-product .js-info-card .metafield-rich_text_field p:last-child,.template-product .js-info-card .metafield-multi_line_text_field p:last-child,.template-product .js-metafield-text .metafield-rich_text_field p:last-child,.template-product .js-metafield-text .metafield-multi_line_text_field p:last-child{margin-bottom:0!important}.template-product .js-info-card .metafield-rich_text_field ul,.template-product .js-info-card .metafield-rich_text_field ol{padding-left:1.15rem;margin:.7rem 0 0!important}.template-product .js-info-card .metafield-rich_text_field li{margin:.38rem 0;color:var(--muted)}.template-product .js-product-faq-card{display:grid;gap:12px;background:transparent;border:0;padding:0;box-shadow:none}.template-product .js-product-faq-card .metafield-rich_text_field{display:grid;gap:12px}.template-product .js-product-faq-card .metafield-rich_text_field p{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px 20px;margin:0!important;color:var(--muted);box-shadow:0 8px 20px #0f172009}.template-product .js-product-faq-card .metafield-rich_text_field strong{display:block;color:var(--ink);font-size:1.02rem;line-height:1.25;margin-bottom:8px}.template-product .js-guidance-card .js-metafield-text p{color:var(--muted)}.template-product .js-product-nav a.is-active{background:var(--blue)!important;border-color:var(--blue)!important;color:#fff!important}.template-product .js-anchor,.template-product #overview,.template-product #delivery,.template-product #help,.template-product #included,.template-product #specs,.template-product #product-faq,.template-product #fit-check,.template-product #warranty{scroll-margin-top:calc(var(--jutermal-header-height,0px) + var(--jutermal-product-nav-height,86px) + 28px)!important}@media(max-width:980px){.js-mobile-menu{display:flex!important;justify-content:center!important;align-items:flex-start!important;padding:12px!important;background:#08131d75!important}.js-mobile-menu[aria-hidden=true]{pointer-events:none!important}.js-mobile-menu__panel{width:min(430px,calc(100vw - 24px))!important;max-width:min(430px,calc(100vw - 24px))!important;margin:0 auto!important;border-radius:24px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 24px 70px #08131d47!important}.js-mobile-menu__top{padding:20px 22px 14px!important;text-align:left!important;border-bottom:1px solid var(--line)!important}.js-mobile-menu nav{width:100%!important;max-width:100%!important;padding:16px!important;margin:0!important;display:grid!important;gap:10px!important}.js-mobile-menu nav a{width:100%!important;max-width:100%!important;margin:0!important;padding:15px 16px!important;border-radius:16px!important;justify-content:space-between!important;text-align:left!important}.js-mobile-menu .js-btn{width:calc(100% - 32px)!important;margin:0 16px 18px!important}}@media(max-width:640px){.js-mobile-menu{padding:10px!important}.js-mobile-menu__panel{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important;border-radius:22px!important}}@media(min-width:741px){.template-product .js-product-nav__inner{justify-content:center!important;flex-wrap:wrap!important;overflow:visible!important}}@media(max-width:740px){.template-product .js-product-nav{position:relative!important;overflow:hidden!important}.template-product .js-product-nav:after{content:"";position:absolute;top:0;right:0;bottom:0;width:46px;pointer-events:none;background:linear-gradient(90deg,#fff0,#fff 72%);z-index:3}.template-product .js-product-nav__inner{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;margin-inline:auto!important;padding:9px 0 12px!important;scroll-padding-inline:12px!important}.template-product .js-product-nav__inner::-webkit-scrollbar{display:none!important}.template-product .js-product-nav a{flex:0 0 auto!important;padding:9px 13px!important;font-size:.9rem!important}.template-product .js-product-nav.is-fixed-product-nav{overflow:hidden!important}}@media(max-width:740px){.template-product .js-product-nav:before,.template-product .js-product-nav:after{content:""!important;position:absolute!important;top:0!important;bottom:0!important;width:44px!important;pointer-events:none!important;z-index:4!important;opacity:0!important;transition:opacity .18s ease!important}.template-product .js-product-nav:before{left:0!important;background:linear-gradient(90deg,#fff 26%,#fff0)!important}.template-product .js-product-nav:after{right:0!important;background:linear-gradient(90deg,#fff0,#fff 74%)!important}.template-product .js-product-nav.has-left-fade:before{opacity:1!important}.template-product .js-product-nav.has-right-fade:after{opacity:1!important}}@media(min-width:741px){.template-product .js-product-nav:before,.template-product .js-product-nav:after{display:none!important}}.js-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.9rem;color:var(--muted);margin:18px 0 26px}.js-breadcrumb a{color:var(--blue);font-weight:800;text-decoration:none}.js-breadcrumb a:hover{text-decoration:underline;text-underline-offset:3px}.js-breadcrumb span{color:var(--muted)}.js-breadcrumb [aria-current=page]{color:var(--ink);font-weight:750}@media(max-width:720px){.js-breadcrumb{font-size:.84rem;margin:14px 0 20px;gap:6px}}.js-image-zoom{left:0!important;right:0!important;top:0!important;bottom:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;margin:0!important;padding:24px!important;align-items:center!important;justify-content:center!important;place-items:center!important;overflow:hidden!important}.js-image-zoom.is-open{display:flex!important}.js-image-zoom img{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;margin:auto!important;width:auto!important;height:auto!important;max-width:calc(100vw - 48px)!important;max-height:calc(100dvh - 96px)!important;object-fit:contain!important;display:block!important}@media(max-width:740px){.js-image-zoom{padding:12px!important;width:100vw!important;max-width:100vw!important}.js-image-zoom img{max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 86px)!important;padding:10px!important;border-radius:14px!important}.js-image-zoom__close{right:12px!important;top:12px!important;z-index:2!important}}body.js-zoom-open{overflow:hidden!important;touch-action:none!important}.js-image-zoom{position:fixed!important;left:0!important;top:0!important;right:0!important;bottom:0!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:100dvh!important;margin:0!important;padding:0!important;transform:none!important;translate:none!important;background:#000000e0!important;z-index:9999!important;overflow:hidden!important;box-sizing:border-box!important}.js-image-zoom.is-open{display:grid!important;place-items:center!important}.js-image-zoom img{grid-area:1 / 1!important;display:block!important;position:static!important;margin:0 auto!important;transform:none!important;translate:none!important;width:auto!important;height:auto!important;max-width:min(92vw,1100px)!important;max-height:82dvh!important;object-fit:contain!important;background:#fff!important;padding:14px!important;border-radius:18px!important;box-sizing:border-box!important;justify-self:center!important;align-self:center!important}.js-image-zoom__close{position:fixed!important;right:16px!important;top:16px!important;z-index:10000!important}@media(max-width:740px){.js-image-zoom{width:100%!important;max-width:100%!important;padding:0!important}.js-image-zoom img{max-width:90vw!important;max-height:78dvh!important;padding:10px!important;border-radius:14px!important;margin-left:auto!important;margin-right:auto!important}.js-image-zoom__close{right:10px!important;top:10px!important}}.template-product .js-product-main-media{display:block;width:100%}.template-product .js-main-media-item{display:none;width:100%}.template-product .js-main-media-item.is-active{display:block}.template-product .js-product-main-video{display:grid!important;place-items:center!important;min-height:520px;overflow:hidden}.template-product .js-product-main-video video,.template-product .js-product-main-video iframe,.template-product .js-product-main-video model-viewer,.template-product .js-product-main-video .shopify-model-viewer-ui,.template-product .js-product-main-video .plyr{width:100%!important;max-width:100%!important;height:520px!important;border:0!important;border-radius:18px!important;background:#000!important;object-fit:contain!important}.template-product .js-product-main-video video{object-fit:contain!important}.template-product .js-product-thumbs .js-thumb{position:relative;overflow:hidden}.template-product .js-thumb-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#08131dc7;color:#fff;font-size:.82rem;line-height:1;padding-left:2px;box-shadow:0 8px 18px #00000040;pointer-events:none}.template-product .js-thumb[data-media-type=video]:after,.template-product .js-thumb[data-media-type=external_video]:after{content:"Video";position:absolute;right:6px;bottom:6px;background:#0e5fa2eb;color:#fff;border-radius:999px;padding:3px 7px;font-size:.65rem;font-weight:900;letter-spacing:.04em}.template-product .js-main-media-item:not([data-media-type=image]) .js-zoom-label{display:none!important}@media(max-width:740px){.template-product .js-product-main-video{min-height:320px!important;padding:12px!important}.template-product .js-product-main-video video,.template-product .js-product-main-video iframe,.template-product .js-product-main-video model-viewer,.template-product .js-product-main-video .shopify-model-viewer-ui,.template-product .js-product-main-video .plyr{height:320px!important;border-radius:14px!important}.template-product .js-thumb-play{width:28px;height:28px;font-size:.72rem}.template-product .js-thumb[data-media-type=video]:after,.template-product .js-thumb[data-media-type=external_video]:after{font-size:.58rem;padding:2px 5px;right:4px;bottom:4px}}
/*# sourceMappingURL=/cdn/shop/t/35/assets/jutermal.css.map */
