.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.featured-product-hero{position:relative;overflow:hidden;padding:clamp(5rem,10vw,8rem) 1.5rem clamp(4rem,8vw,7rem);background:transparent;color:#191a2b}.featured-product-hero__inner{position:relative;display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:clamp(2.5rem,7vw,7rem);align-items:center;max-width:1320px;margin:0 auto}.featured-product-hero__eyebrow{margin:0 0 1rem;color:#6258c8;font-family:var(--font-body-family);font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.featured-product-hero__heading{max-width:10ch;margin:0;color:#191a2b;font-family:var(--font-heading-family);font-size:clamp(3rem,7vw,6.5rem);font-weight:700;letter-spacing:-.055em;line-height:.92}.featured-product-hero__text{max-width:36rem;margin-top:1.75rem;color:#191a2bad;font-family:var(--font-body-family);font-size:clamp(1rem,1.5vw,1.15rem);line-height:1.7}.featured-product-hero__text p{margin:0}.featured-product-hero__meta{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;align-items:center;margin-top:2rem}.featured-product-hero__price{color:#191a2b;font-family:var(--font-heading-family);font-size:1.25rem;font-weight:700}.featured-product-hero__compare-price{margin-left:.45rem;color:#666776;font-size:.9em;font-weight:400}.featured-product-hero__button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:.95rem 1.5rem;border-radius:6px;color:#fff;background:#213183;font-family:var(--font-body-family);font-size:.8rem;font-weight:700;letter-spacing:.07em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.featured-product-hero__button:hover{background:#182766;box-shadow:0 12px 28px #2131833d;transform:translateY(-2px)}.featured-product-hero__button:focus-visible{outline:2px solid #213183;outline-offset:4px}.featured-product-hero__media{position:relative;overflow:hidden;aspect-ratio:1;border:1px solid rgb(25 26 43 / 8%);border-radius:22px;background:transparent;box-shadow:0 30px 80px #191a2b1a}.featured-product-hero__image{display:block;width:100%;height:100%;object-fit:cover}.featured-product-hero__placeholder{display:grid;place-items:center;width:100%;height:100%;color:#191a2b73;font-family:var(--font-body-family)}@media(prefers-reduced-motion:reduce){.featured-product-hero__button{transition:none}.featured-product-hero__button:hover{transform:none}}@media screen and (max-width:800px){.featured-product-hero{padding:4.5rem 1rem 3rem}.featured-product-hero__inner{grid-template-columns:1fr;gap:2.5rem}.featured-product-hero__heading{max-width:11ch;font-size:clamp(2.75rem,14vw,4.5rem)}.featured-product-hero__media{border-radius:16px}}.site-footer{background:var(--footer-bg, #f7f7f7);color:var(--footer-fg, #1a1a1a);margin-top:4rem;border-top:1px solid rgba(0,0,0,.06)}.site-footer__inner{padding-block:4rem 2rem;display:grid;grid-template-columns:minmax(0,1fr);gap:3rem;align-items:start}@media(min-width:750px){.site-footer__inner{grid-template-columns:minmax(0,1.2fr) minmax(0,2fr)}}.site-footer__brand{display:flex;flex-direction:column;gap:.75rem;max-width:28rem}.site-footer__brand-link{text-decoration:none;color:inherit}.site-footer__brand-name{font-family:var(--font-heading-family, "Sansation", sans-serif);font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.site-footer__tagline{margin:0;font-size:.875rem;color:var(--footer-muted, #666);letter-spacing:.02em}.site-footer__about{margin:0;font-size:.9375rem;line-height:1.6;color:var(--footer-muted, #666)}.site-footer__newsletter{display:block;margin-top:.5rem}.site-footer__newsletter-row{display:flex;gap:.5rem}.site-footer__newsletter-consent{display:flex;align-items:flex-start;gap:.5rem;margin-top:.65rem;color:var(--footer-muted, #666);font-size:.75rem;line-height:1.4;cursor:pointer;min-height:44px}.site-footer__newsletter-consent input{flex:0 0 auto;margin-top:.15rem}.site-footer__newsletter-message{margin:.75rem 0 0;font-size:.8125rem;line-height:1.5}.site-footer__newsletter-message--success{color:#166534}.site-footer__newsletter-message--error{color:#b42318}.site-footer__newsletter-message--error ul{margin:.4rem 0 0;padding-left:1.1rem;list-style:disc}.site-footer__newsletter-input{flex:1;min-width:0;padding:.75rem 1rem;border:2px solid rgba(0,0,0,.08);border-radius:4px;background:#fff;color:var(--footer-fg, #1a1a1a);font-family:inherit;font-size:.9375rem;min-height:44px;transition:border-color .2s ease,box-shadow .2s ease}.site-footer__newsletter-input:focus-visible{outline:none;border-color:var(--footer-accent, #213183);box-shadow:0 0 0 3px #2131831f}.site-footer__newsletter-btn{padding:.75rem 1.25rem;background:var(--footer-accent, #213183);color:#fff;border:none;border-radius:4px;font-family:var(--font-heading-family, "Sansation", sans-serif);font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;min-height:44px;transition:background .2s ease,transform .2s ease}.site-footer__newsletter-btn:hover,.site-footer__newsletter-btn:focus-visible{background:#152560;transform:translateY(-1px)}.site-footer__columns{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}.site-footer__column{display:flex;flex-direction:column;gap:1rem}.site-footer__column-title{margin:0;font-family:var(--font-heading-family, "Sansation", sans-serif);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--footer-muted, #999)}.site-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.site-footer__list--social{flex-direction:row;gap:.75rem;flex-wrap:wrap}.site-footer__link{color:var(--footer-fg, #1a1a1a);text-decoration:none;font-size:.9375rem;line-height:1.6;transition:color .2s ease,padding-left .2s ease}.site-footer__list .site-footer__link,.site-footer__policies .site-footer__link{display:inline-flex;align-items:center;min-height:44px}.site-footer__link:hover,.site-footer__link:focus-visible{color:var(--footer-accent, #213183);padding-left:.25rem}.site-footer__social{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid rgba(0,0,0,.12);border-radius:50%;padding:0;transition:border-color .2s ease,color .2s ease,transform .2s ease}.site-footer__social:hover,.site-footer__social:focus-visible{color:var(--footer-accent, #213183);border-color:var(--footer-accent, #213183);transform:translateY(-2px);padding-left:0}.site-footer__richtext{font-size:.9375rem;line-height:1.6;color:var(--footer-muted, #666)}.site-footer__richtext p{margin:0 0 .5rem}.site-footer__empty{margin:0;font-size:.8125rem;color:var(--footer-muted, #999);font-style:italic}.site-footer__bar{border-top:1px solid rgba(0,0,0,.06);background:#00000005}.site-footer__bar-inner{padding-block:1.25rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;justify-content:space-between}.site-footer__copyright{margin:0;font-size:.8125rem;color:var(--footer-muted, #666)}.site-footer__policies{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}.site-footer__policies .site-footer__link{font-size:.8125rem;color:var(--footer-muted, #666)}.site-footer__payments{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0;align-items:center}.site-footer__payments svg{height:1.5rem;width:auto}@media(max-width:990px){.site-footer__inner{gap:2.5rem;padding-block:3rem 1.5rem}.site-footer__bar-inner{flex-direction:column;align-items:flex-start;gap:.75rem}}@media(max-width:640px){.site-footer{margin-top:2.5rem}.site-footer__newsletter-row{flex-direction:column}.site-footer__newsletter-btn{width:100%}.site-footer__columns{gap:1.5rem}}@media(prefers-reduced-motion:reduce){.site-footer__newsletter-input,.site-footer__newsletter-btn,.site-footer__link,.site-footer__social{transition:none!important}}.site-header{background:var(--header-bg, #fff);color:var(--header-fg, #1a1a1a);border-bottom:1px solid rgba(0,0,0,.06);position:relative;z-index:50}.site-header--sticky{position:sticky;top:0;transition:box-shadow .2s ease,transform .3s ease}.site-header--sticky.is-scrolled{box-shadow:0 2px 16px #0000000f}.site-header--transparent{position:absolute;top:0;left:0;right:0;background:transparent;border-bottom-color:transparent}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:5rem}.site-header__brand{display:inline-flex;align-items:center;min-height:44px;color:inherit;text-decoration:none;flex-shrink:0}.site-header__brand-logo{display:block;width:auto;max-width:11rem;height:2.375rem}.site-header__nav{flex:1;display:flex;justify-content:center}.site-header__menu{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.site-header__menu-link{position:relative;color:inherit;text-decoration:none;font-family:var(--font-body-family, "Sansation", sans-serif);font-size:1rem;font-weight:600;padding:.5rem 0;transition:color .2s ease}.site-header__menu-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--header-accent, #213183);transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.site-header__menu-link:hover,.site-header__menu-link:focus-visible{color:var(--header-accent, #213183)}.site-header__menu-link:hover:after,.site-header__menu-link:focus-visible:after,.site-header__menu-link.is-active:after{transform:scaleX(1)}.site-header__menu-link.is-active{color:var(--header-accent, #213183)}.site-header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:inherit;border-radius:50%;text-decoration:none;transition:background .2s ease,color .2s ease;position:relative}.site-header__icon svg{width:1.5rem;height:1.5rem}.site-header__icon:hover,.site-header__icon:focus-visible{background:#21318314;color:var(--header-accent, #213183)}.site-header__cart-count{position:absolute;top:.25rem;right:.25rem;background:var(--header-accent, #213183);color:#fff;font-size:.625rem;font-weight:700;min-width:1.125rem;height:1.125rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;padding:0 .25rem;line-height:1}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.site-header__toggle{display:none;background:transparent;border:none;width:2.75rem;height:2.75rem;color:inherit;cursor:pointer;border-radius:50%;align-items:center;justify-content:center;transition:background .2s ease}.site-header__toggle:hover,.site-header__toggle:focus-visible{background:#21318314}.site-header__drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--header-bg, #fff);z-index:60;min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));overflow-y:auto;overscroll-behavior:contain;transform:translateY(-100%);transition:transform .3s ease}.site-header__drawer[hidden]{display:none}.site-header__drawer:not([hidden]){transform:translateY(0)}.site-header__drawer-inner{display:flex;flex-direction:column;gap:1.5rem}.site-header__drawer-close{align-self:flex-end;background:transparent;border:none;width:2.75rem;height:2.75rem;color:inherit;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.site-header__drawer-close:hover,.site-header__drawer-close:focus-visible{background:#21318314}.site-header__drawer-menu,.site-header__drawer-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.site-header__drawer-link{display:flex;align-items:center;min-height:44px;padding:.75rem 0;color:inherit;text-decoration:none;font-family:var(--font-heading-family, "Sansation", sans-serif);font-size:1.25rem;font-weight:600;border-bottom:1px solid rgba(0,0,0,.06);transition:color .2s ease,padding-left .2s ease}.site-header__drawer-link:hover,.site-header__drawer-link:focus-visible{color:var(--header-accent, #213183);padding-left:.5rem}.site-header__drawer-link.is-active{color:var(--header-accent, #213183)}@media(max-width:990px){.site-header--transparent{position:relative;background:var(--header-bg, #fff);border-bottom-color:#0000000f}.site-header--transparent.site-header--sticky{position:sticky}.site-header__menu,.site-header__actions .site-header__icon--account{display:none}.site-header__inner{display:grid;grid-template-columns:2.75rem minmax(0,1fr) 2.75rem;grid-template-areas:"menu brand actions";gap:.5rem;height:4rem}.site-header__nav{display:flex;grid-area:menu;justify-content:flex-start}.site-header__brand{grid-area:brand;min-width:0;align-self:center;justify-self:center}.site-header__brand-logo{max-width:100%;height:1.75rem}.site-header__toggle{display:inline-flex}.site-header__actions{grid-area:actions;align-self:center;justify-self:end;gap:0}}@media(prefers-reduced-motion:reduce){.site-header--sticky,.site-header__menu-link,.site-header__icon,.site-header__toggle,.site-header__brand-logo,.site-header__drawer,.site-header__drawer-link,.site-header__menu-link:after{transition:none!important}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.product-final-cta{padding:clamp(4rem,8vw,7rem) 1.5rem;background:#f8f9fb}.product-final-cta__inner{position:relative;max-width:1200px;margin:0 auto;overflow:hidden;border-radius:24px;color:#fff;background:radial-gradient(circle at 12% 0%,rgb(127 119 221 / 42%),transparent 42%),linear-gradient(135deg,#15172d,#1a1a2e 55%,#20295d);box-shadow:0 24px 70px #1a1a2e2e}.product-final-cta__inner:after{content:"";position:absolute;right:-10%;bottom:-45%;width:32rem;height:32rem;border:1px solid rgb(255 255 255 / 10%);border-radius:50%;box-shadow:0 0 0 5rem #ffffff08,0 0 0 10rem #ffffff05;pointer-events:none}.product-final-cta__layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(2.5rem,6vw,6rem);align-items:center;padding:clamp(2rem,6vw,5.5rem)}.product-final-cta__eyebrow{margin:0 0 1rem;color:#b9b5ff;font-family:var(--font-body-family);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-final-cta__heading{max-width:13ch;margin:0;color:#fff;font-family:var(--font-heading-family);font-size:clamp(2.25rem,5vw,4.75rem);font-weight:700;line-height:.98;letter-spacing:-.045em}.product-final-cta__copy{max-width:34rem;margin-top:1.5rem;color:#ffffffad;font-family:var(--font-body-family);font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.7}.product-final-cta__copy p{margin:0}.product-final-cta__assurances{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem;margin:2rem 0 0;padding:0;list-style:none}.product-final-cta__assurance{display:inline-flex;gap:.55rem;align-items:center;color:#ffffffd1;font-family:var(--font-body-family);font-size:.8rem}.product-final-cta__assurance svg{width:1rem;height:1rem;color:#b9b5ff;flex:0 0 auto}.product-final-cta__panel{padding:clamp(1.25rem,3vw,2rem);border:1px solid rgb(255 255 255 / 14%);border-radius:16px;background:#ffffff17;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.product-final-cta__product{display:grid;grid-template-columns:76px minmax(0,1fr);gap:1rem;align-items:center;margin-bottom:1.5rem}.product-final-cta__image-wrap{display:grid;place-items:center;width:76px;height:76px;overflow:hidden;border-radius:12px;background:#ffffffeb}.product-final-cta__image{display:block;width:100%;height:100%;object-fit:contain}.product-final-cta__product-title{margin:0 0 .35rem;color:#fff;font-family:var(--font-heading-family);font-size:1rem;font-weight:600;line-height:1.3}.product-final-cta__price{display:flex;flex-wrap:wrap;gap:.55rem;align-items:baseline;margin:0}.product-final-cta__price-current{color:#fff;font-family:var(--font-heading-family);font-size:1.35rem;font-weight:700}.product-final-cta__price-compare{color:#ffffffb8;font-size:.85rem}.product-final-cta__field{margin-bottom:1rem}.product-final-cta__label{display:block;margin-bottom:.5rem;color:#ffffffb8;font-family:var(--font-body-family);font-size:.75rem;font-weight:600}.product-final-cta__select{width:100%;min-height:48px;padding:.75rem 2.75rem .75rem 1rem;border:1px solid rgb(255 255 255 / 20%);border-radius:8px;color:#fff;background-color:#0a0c1fb8;font:inherit;cursor:pointer}.product-final-cta__select:focus-visible,.product-final-cta__button:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.product-final-cta__button{display:inline-flex;justify-content:center;align-items:center;gap:.7rem;width:100%;min-height:54px;padding:.9rem 1.5rem;border:0;border-radius:8px;color:#fff;background:linear-gradient(135deg,#6258c8,#3f51c6);box-shadow:0 10px 28px #5568e852;font-family:var(--font-body-family);font-size:.875rem;font-weight:700;letter-spacing:.035em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.product-final-cta__button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 34px #5568e86b}.product-final-cta__button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.product-final-cta__button svg{width:1.1rem;height:1.1rem}.product-final-cta__availability{display:flex;gap:.45rem;align-items:center;justify-content:center;min-height:1.25rem;margin:.75rem 0 0;color:#ffffff9e;font-family:var(--font-body-family);font-size:.72rem}.product-final-cta__availability-dot{width:.4rem;height:.4rem;border-radius:50%;background:#67d69c;box-shadow:0 0 0 3px #67d69c24}.product-final-cta__availability.is-sold-out .product-final-cta__availability-dot{background:#ff8b8b;box-shadow:0 0 0 3px #ff8b8b24}@media(prefers-reduced-motion:reduce){.product-final-cta__button{transition:none}.product-final-cta__button:hover:not(:disabled){transform:none}}@media screen and (max-width:768px){.product-final-cta{padding:3rem 1rem}.product-final-cta__inner{border-radius:18px}.product-final-cta__layout{grid-template-columns:1fr;gap:2.25rem;padding:2rem 1.25rem 1.25rem}.product-final-cta__heading{max-width:11ch;font-size:clamp(2.4rem,12vw,3.6rem)}.product-final-cta__assurances{display:grid;gap:.65rem}.product-final-cta__panel{padding:1rem}}.product-hero-mask{--mask-cover-opacity: 0;--mask-text-opacity: 0;position:relative;height:var(--mask-desktop-height);min-height:100vh;background:var(--mask-color);z-index:1}.product-hero-mask__sticky{position:sticky;top:0;width:100%;height:100vh;height:100svh;overflow:hidden;isolation:isolate;background:var(--mask-color)}.product-hero-mask__media,.product-hero-mask__video-mask,.product-hero-mask__cover,.product-hero-mask__text{position:absolute;top:0;right:0;bottom:0;left:0}.product-hero-mask__media{z-index:0}.product-hero-mask__media-image,.product-hero-mask__media video{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--mask-image-position)}.product-hero-mask__cover{z-index:1;background:var(--mask-color);opacity:var(--mask-cover-opacity);will-change:opacity}.product-hero-mask__video-mask{z-index:1;display:block;width:100%;height:100%;pointer-events:none}.product-hero-mask[data-media-kind=video] .product-hero-mask__cover{display:none}.product-hero-mask[data-media-kind=video] .product-hero-mask__text{opacity:1}.product-hero-mask[data-media-kind=video] .product-hero-mask__line{color:transparent;background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:transparent}.product-hero-mask__text{z-index:2;display:flex;flex-direction:column;justify-content:center;gap:clamp(.15rem,.6vw,.75rem);padding:clamp(1.5rem,4vw,4rem);opacity:var(--mask-text-opacity);pointer-events:none}.product-hero-mask[data-text-align=left] .product-hero-mask__text{align-items:flex-start;text-align:left}.product-hero-mask[data-text-align=center] .product-hero-mask__text{align-items:center;text-align:center}.product-hero-mask[data-text-align=right] .product-hero-mask__text{align-items:flex-end;text-align:right}.product-hero-mask__line{width:100%;margin:0;padding:0;color:transparent;font-family:var(--font-heading-family);font-size:var(--line-font-size);font-weight:var(--line-font-weight);line-height:1.04;letter-spacing:-.035em;white-space:pre-wrap;background-image:var(--mask-background-image, none);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0;will-change:opacity}.product-hero-mask__line--solid{color:var(--mask-solid-text-color);background:none;-webkit-background-clip:border-box;background-clip:border-box;-webkit-text-fill-color:currentColor}.product-hero-mask__video-toggle{position:absolute;right:1rem;bottom:1rem;z-index:3;min-width:44px;min-height:44px;padding:.65rem .9rem;border:1px solid rgb(255 255 255 / 55%);border-radius:999px;color:#fff;background:#0000008c;font:inherit;cursor:pointer}.product-hero-mask__video-toggle:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@media screen and (max-width:768px){.product-hero-mask{height:auto;min-height:0}.product-hero-mask__sticky{position:relative;top:auto;height:auto;aspect-ratio:var(--mask-media-aspect-ratio)}.product-hero-mask__text{gap:.35rem;padding:1.5rem}.product-hero-mask__line{font-size:var(--line-mobile-font-size);line-height:1.08;letter-spacing:-.025em}}@media screen and (max-width:900px){.product-hero-mask__media video{object-fit:contain;object-position:center}}@media(prefers-reduced-motion:reduce){.product-hero-mask{--mask-cover-opacity: 1;--mask-text-opacity: 1;height:auto;min-height:100vh;min-height:100svh}.product-hero-mask__sticky{position:relative}.product-hero-mask__line{opacity:1;will-change:auto}}@media screen and (max-width:768px)and (prefers-reduced-motion:reduce){.product-hero-mask{min-height:0}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.support-center{display:block;color:var(--support-text);background:rgb(var(--color-background))}.support-center__shell{padding-top:var(--support-padding-top);padding-bottom:var(--support-padding-bottom)}.support-center__hero{display:grid;gap:2rem;align-items:end;padding-bottom:clamp(2.5rem,6vw,5rem);border-bottom:1px solid var(--support-border)}.support-center__hero-copy{max-width:54rem}.support-center__eyebrow,.support-center__help-kicker,.support-topic__category{margin:0 0 1rem;color:var(--support-accent);font-size:.75rem;font-weight:700;letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.support-center__title{max-width:14ch;margin:0;color:var(--support-heading);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.support-center__description{max-width:48rem;margin-top:1.5rem;color:var(--support-text);font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.65}.support-center__description>:first-child,.support-center__description>:last-child{margin-top:0;margin-bottom:0}.support-center__catalog-count{display:flex;gap:.75rem;align-items:baseline;margin:0;color:var(--support-text);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.support-center__catalog-number{color:var(--support-accent);font-size:2.5rem;font-weight:300;letter-spacing:-.05em;line-height:1}.support-center__finder{display:grid;gap:.75rem;margin:clamp(2rem,5vw,4rem) 0 2rem}.support-center__search-label{color:var(--support-heading);font-size:.875rem;font-weight:700}.support-center__search-control{position:relative;max-width:42rem}.support-center__search-icon{position:absolute;top:50%;left:1.125rem;width:1.375rem;height:1.375rem;color:var(--support-accent);pointer-events:none;transform:translateY(-50%)}.support-center__search-input{width:100%;min-height:3.5rem;padding:.875rem 1rem .875rem 3.25rem;border:1px solid var(--support-border);border-radius:.5rem;color:var(--support-heading);background:var(--support-surface);font:inherit;font-size:1rem;line-height:1.4;transition:border-color .18s ease,box-shadow .18s ease}.support-center__search-input::placeholder{color:var(--support-text);opacity:1}.support-center__search-input:focus-visible{border-color:var(--support-accent);outline:2px solid var(--support-accent);outline-offset:2px;box-shadow:none}.support-center__search-status{min-height:1.25rem;margin:0;color:var(--support-text);font-size:.8125rem;line-height:1.4}.support-center__grid,.support-topic-grid{display:grid;gap:1.5rem;margin:0;padding:0;list-style:none}.support-product[hidden],.support-document[hidden]{display:none}.support-product__card,.support-topic__card{overflow:hidden;border:1px solid var(--support-border);border-radius:1rem;background:var(--support-surface);box-shadow:0 1px 2px #0f172a05}.support-product__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;align-items:center;padding:clamp(1.5rem,4vw,2.5rem);border-bottom:1px solid var(--support-border)}.support-product__identity{max-width:46rem}.support-product__model{margin:0 0 .625rem;color:var(--support-accent);font-size:.75rem;font-weight:700;letter-spacing:.13em;line-height:1.4;text-transform:uppercase}.support-product__title{margin:0;color:var(--support-heading);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;line-height:1.35}.support-product__description{max-width:58ch;margin:.875rem 0 0;color:var(--support-text);font-size:.9375rem;line-height:1.65}.support-product__media,.support-product__model-mark{width:clamp(6rem,15vw,10rem);aspect-ratio:1;border-radius:50%;background:color-mix(in srgb,var(--support-accent) 6%,rgb(var(--color-background)))}.support-product__media{overflow:hidden}.support-product__image{width:100%;height:100%;object-fit:contain}.support-product__model-mark{display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--support-accent) 18%,var(--support-border));color:var(--support-accent);font-size:clamp(1rem,2vw,1.5rem);font-weight:700}.support-product__documents{padding:clamp(1.25rem,3vw,2rem) clamp(1.5rem,4vw,2.5rem) clamp(1.5rem,4vw,2.5rem)}.support-product__documents-label{display:flex;justify-content:space-between;margin:0 0 .75rem;color:var(--support-text);font-size:.6875rem;font-weight:700;letter-spacing:.12em;line-height:1.4;text-transform:uppercase}.support-product__documents-label span{display:grid;min-width:1.5rem;height:1.5rem;place-items:center;border-radius:999px;color:var(--support-accent);background:color-mix(in srgb,var(--support-accent) 8%,transparent);font-size:.6875rem}.support-document-list{margin:0;padding:0;border-top:1px solid var(--support-border);list-style:none}.support-document{border-bottom:1px solid var(--support-border)}.support-document__link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:1rem;align-items:center;min-height:5.5rem;padding:1rem .25rem;color:inherit;text-decoration:none;transition:color .18s ease,background-color .18s ease}.support-document__link:hover{color:var(--support-accent);background:color-mix(in srgb,var(--support-accent) 3%,transparent)}.support-document__link:focus-visible,.support-topic__link:focus-visible{border-radius:.25rem;outline:2px solid var(--support-accent);outline-offset:3px;box-shadow:none}.support-document__icon{display:grid;width:2.75rem;height:2.75rem;place-items:center;border-radius:.5rem;color:var(--support-accent);background:color-mix(in srgb,var(--support-accent) 7%,transparent)}.support-document__icon svg{width:1.5rem;height:1.75rem}.support-document__icon--video svg{width:1.65rem;height:1.65rem}.support-video{display:grid;gap:1rem;padding:1.25rem .25rem 1.5rem}.support-video__header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center}.support-video__player{display:block;width:100%;max-width:64rem;aspect-ratio:16 / 9;border-radius:.75rem;background:#000;object-fit:contain}.support-video__description{max-width:64rem;margin:0;color:rgb(var(--color-foreground) / .72);font-size:.9rem;line-height:1.6}.support-document__copy{min-width:0}.support-document__title{display:block;overflow-wrap:anywhere;color:var(--support-heading);font-size:1rem;font-weight:700;line-height:1.35}.support-document__meta{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.4rem;color:var(--support-text);font-size:.75rem;line-height:1.45}.support-document__meta span+span:before{margin-right:.75rem;content:"\b7"}.support-document__action{display:inline-flex;gap:.5rem;align-items:center;justify-content:center;min-height:2.75rem;padding:.6rem .9rem;border:1px solid var(--support-border);border-radius:.375rem;color:var(--support-accent);font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.support-document__action svg{width:1.1rem;height:1.1rem}.support-product__footer{padding:0 2.5rem 1.75rem}.support-product__product-link,.support-center__help-link,.support-topic__link{display:inline-flex;gap:.5rem;align-items:center;min-height:2.75rem;color:var(--support-accent);font-size:.875rem;font-weight:700;text-underline-offset:.25rem}.support-product__editor-note{margin:0;padding:1.5rem 2.5rem;color:var(--support-text);background:color-mix(in srgb,var(--support-accent) 5%,transparent)}.support-center__empty{display:grid;justify-items:center;max-width:44rem;margin:clamp(3rem,8vw,7rem) auto;padding:clamp(2rem,6vw,4rem);border:1px dashed var(--support-border);border-radius:1rem;text-align:center;background:var(--support-surface)}.support-center__empty svg{width:3rem;color:var(--support-accent)}.support-center__empty h2,.support-center__topics h2{margin:1.25rem 0 0;color:var(--support-heading);font-size:1.5rem;font-weight:700}.support-center__empty p{max-width:38rem;margin:.75rem 0 0;line-height:1.6}.support-center__topics{margin-top:clamp(3rem,7vw,6rem)}.support-center__topics-header{display:flex;gap:1.5rem;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.support-center__topics-header .support-center__eyebrow{margin-bottom:0}.support-center__topics h2{margin-top:.5rem}.support-center__topics-copy>p:last-child{max-width:44rem;margin:.75rem 0 0;line-height:1.65}.support-topic-viewport{overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory}.support-center.is-topic-enhanced .support-topic-viewport{scrollbar-width:none}.support-center.is-topic-enhanced .support-topic-viewport::-webkit-scrollbar{display:none}.support-topic-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - 4.5rem)/4)}.support-topic{min-width:0;scroll-snap-align:start}.support-topic-controls{display:flex;flex:0 0 auto;gap:.625rem}.support-topic-control{display:grid;width:2.75rem;height:2.75rem;place-items:center;border:1px solid var(--support-border);border-radius:50%;color:var(--support-accent);background:var(--support-surface);cursor:pointer}.support-topic-control:hover:not(:disabled){border-color:var(--support-accent);color:#fff;background:var(--support-accent)}.support-topic-control:focus-visible{outline:2px solid var(--support-accent);outline-offset:3px}.support-topic-control:disabled{cursor:default;opacity:.35}.support-topic-control svg{width:1.25rem;height:1.25rem}.support-topic__card{display:flex;flex-direction:column;height:100%;padding:clamp(1.25rem,3vw,2rem)}.support-topic__header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:start}.support-topic__number{display:grid;width:2.25rem;height:2.25rem;place-items:center;border-radius:50%;color:var(--support-accent);background:color-mix(in srgb,var(--support-accent) 8%,transparent);font-size:.75rem;font-weight:700;letter-spacing:.08em;line-height:1}.support-topic__category{margin-bottom:.5rem}.support-topic__card h3{margin:0;color:var(--support-heading);font-size:1.125rem;font-weight:700;line-height:1.35}.support-topic__model,.support-topic__summary,.support-topic__items{color:var(--support-text);font-size:.875rem;line-height:1.6}.support-topic__model{margin:.5rem 0 0;font-weight:700}.support-topic__summary{margin:1rem 0 0}.support-topic__items{display:grid;gap:.625rem;margin:1.25rem 0 0;padding-top:1.25rem;padding-left:1.25rem;border-top:1px solid var(--support-border)}.support-topic__items li::marker{color:var(--support-accent)}.support-topic__link{margin-top:auto;padding-top:1.25rem}.support-center__help{display:grid;gap:1.5rem;align-items:end;margin-top:clamp(2.5rem,6vw,5rem);padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--support-border);border-radius:var(--text-boxes-radius, 1rem);color:var(--support-text);background:var(--support-surface);box-shadow:0 1px 2px #0f172a05}.support-center__help .support-center__help-kicker,.support-center__help h2{color:var(--support-heading)}.support-center__help .support-center__help-kicker{color:var(--support-accent)}.support-center__help h2{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.035em}.support-center__help p:not(.support-center__help-kicker){max-width:48rem;margin:.75rem 0 0;font-size:.9375rem;line-height:1.65}.support-center__help-link{justify-self:start;padding:.625rem 1rem;border:1px solid var(--support-accent);border-radius:var(--buttons-radius-outset, .375rem);color:#fff;background:var(--support-accent);text-decoration:none}.support-center__help-link:hover{color:var(--support-accent);background:transparent}.support-center__help-link:focus-visible{outline:2px solid var(--support-accent);outline-offset:3px;box-shadow:none}@media(min-width:750px){.support-center__hero,.support-center__help{grid-template-columns:minmax(0,1fr) auto}.support-center__catalog-count,.support-center__help-link{justify-self:end}}@media(max-width:749px){.support-center__topics-header{align-items:center}.support-topic-grid{grid-auto-columns:100%}.support-product__header{grid-template-columns:minmax(0,1fr)}.support-product__media,.support-product__model-mark{grid-row:1;width:5.5rem}.support-document__link{grid-template-columns:auto minmax(0,1fr);padding:1rem 0}.support-document__action{grid-column:2;justify-self:start}.support-product__footer{padding-right:1.5rem;padding-left:1.5rem}}@media(prefers-reduced-motion:reduce){.support-center__search-input,.support-document__link{transition:none}.support-topic-viewport{scroll-behavior:auto}}@media(min-width:750px)and (max-width:989px){.support-topic-grid{grid-auto-columns:calc((100% - 1.5rem)/2)}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
