.topbar-section{--topbar-height: var(--sp-12);--color-foreground: var(--color-background);--color-muted: var(--color-background);height:var(--topbar-height);color:rgb(var(--color-background));background-color:rgb(var(--color-brand));font-size:var(--text-2sm);transition:height var(--animation-nav)}@media screen and (min-width:1536px){.topbar-section{--topbar-height: var(--sp-14);height:var(--topbar-height);font-size:var(--text-sm)}}.topbar-section[data-scheme=accent]{background-color:rgb(var(--color-accent))}.topbar{display:flex;align-items:center;justify-content:center;gap:min(1.5vw,3.5rem);height:100%}@media screen and (min-width:1024px){.topbar{grid-template-areas:"socials announcement localization";grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr);display:grid;align-items:center}}.social-icons{grid-area:socials;display:flex;align-items:center;gap:var(--space-md);margin:0;padding:0;list-style:none}.social-icons__link{display:flex;color:inherit}.announcement-bar{grid-area:announcement;display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative;overflow:hidden}.topbar__spacer{grid-area:localization}@media screen and (max-width:1023px){.social-icons,.topbar__spacer{display:none}.topbar{display:flex}}.announcement__slides{display:flex;width:100%;height:100%;position:relative}.flickity-enabled .announcement__slides{display:flex}.announcement__slide{display:flex;align-items:center;justify-content:center;width:100%;height:100%;flex-shrink:0;position:relative}.flickity-enabled .announcement__slide{position:absolute;top:0;left:0;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity var(--animation-smooth) var(--ease-smooth),transform var(--animation-smooth) var(--ease-smooth),visibility var(--animation-smooth) var(--ease-smooth)}.flickity-enabled .announcement__slide.is-selected{position:relative;opacity:1;visibility:visible;transform:translateY(0);z-index:1}@media(prefers-reduced-motion:reduce){.flickity-enabled .announcement__slide{transition:none;transform:translateY(0)}.flickity-enabled .announcement__slide:not(.is-selected){opacity:0;visibility:hidden}}.announcement__content{display:flex;align-items:center;gap:var(--sp-2);white-space:nowrap}.announcement-icon{flex-shrink:0}.announcement-text{font-weight:var(--font-medium)}.fader{display:none;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;padding-inline:var(--sp-3d5);color:inherit;background:none;border:0;z-index:2}.flickity-enabled .fader{display:flex}.fader.left{left:0;order:-1;margin-inline-start:calc(var(--sp-3d5) * -1)}.fader.right{right:0;margin-inline-end:calc(var(--sp-3d5) * -1)}.fader .icon--xsmall{width:var(--sp-3);height:var(--sp-3)}.slideshow-control{display:none;align-items:center;justify-content:center;position:absolute;right:var(--space-sm);top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:var(--radius-full);color:inherit;background:none;border:0;z-index:3}.flickity-enabled .slideshow-control{display:flex}.slideshow-control:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:2px}.slideshow-control__pause,.slideshow-control__play{display:flex;width:var(--sp-5);height:var(--sp-5)}.slideshow-control[aria-pressed=true] .slideshow-control__pause{display:none}.slideshow-control:not([aria-pressed=true]) .slideshow-control__play{display:none}.no-js .announcement__slide:not(:first-child){display:none}.no-js .fader,.no-js .slideshow-control{display:none!important}.blog-posts__heading{text-align:center;margin:0 0 var(--space-xl)}.blog-posts__grid{display:grid;gap:var(--space-lg)}@media screen and (min-width:768px){.blog-posts__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1024px){.blog-posts__grid{grid-template-columns:repeat(3,1fr)}}.blog-posts__card{border-radius:var(--radius-lg);overflow:hidden;background-color:rgb(var(--color-surface));transition:transform var(--duration-short) var(--ease-smooth)}.blog-posts__card:hover{transform:translateY(-4px)}.blog-posts__link{display:block;text-decoration:none}.blog-posts__media{aspect-ratio:16 / 9;overflow:hidden}.blog-posts__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-smooth)}.blog-posts__card:hover .blog-posts__image{transform:scale(1.05)}.blog-posts__content{padding:var(--space-lg)}.blog-posts__date{display:block;margin-bottom:var(--space-2xs);text-transform:uppercase;letter-spacing:.05em}.blog-posts__title{margin:0 0 var(--space-sm);font-size:var(--text-lg);font-weight:500;line-height:var(--leading-tight)}.blog-posts__excerpt{margin:0;font-size:var(--text-sm);line-height:var(--leading-prose)}.blog-posts__empty{text-align:center;padding:var(--space-2xl);background-color:rgb(var(--color-surface));border-radius:var(--radius-lg)}.blog-posts__action{display:flex;justify-content:center;margin-top:var(--space-xl)}.collection-banner{position:relative;--section-padding-start: 0px;--section-padding-end: 0px}.collection-banner__content{padding-block:clamp(calc(var(--space-lg) + var(--space-2xs)),3.368vw,var(--space-2xl))}.collection-banner__content>*+*:not(.collection-banner__lead){margin-block-start:var(--space-sm-md)}@media screen and (min-width:768px){.collection-banner__content{max-width:64rem}}.collection-banner__lead{height:0}@media screen and (min-width:768px){.collection-banner__lead{height:var(--lead-height)}}.collection-banner__breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-breadcrumb);margin:0;padding:0;list-style:none;font-size:clamp(var(--text-2sm),1.2vw,var(--text-base));color:rgb(var(--color-foreground))}.collection-banner__breadcrumb li{display:flex;align-items:center;gap:var(--space-breadcrumb);height:var(--size-icon-trail)}.collection-banner__breadcrumb{--size-icon-trail: clamp(var(--size-icon-xsmall), 3vw, var(--size-icon-small))}.collection-banner__breadcrumb .icon{width:var(--size-icon-trail);height:var(--size-icon-trail)}.collection-banner__breadcrumb li+li:before{content:"";width:1px;height:60%;background-color:var(--color-border-default);transform:translateY(5%) rotate(25deg)}.collection-banner__title{margin:0;font-size:var(--title-xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading)}.collection-banner__description{max-width:none}.collection-banner:not(.collection-banner--media) .collection-banner__description{color:rgb(var(--color-muted))}.collection-banner--h-small{--banner-h: 500}.collection-banner--h-medium{--banner-h: 650}.collection-banner--h-large{--banner-h: 750}.collection-banner--media{overflow:hidden}.collection-banner--media .collection-banner__media{position:relative;overflow:hidden;transform:translateZ(0)}.collection-banner--mh-auto .collection-banner__media{aspect-ratio:var(--banner-ratio-mobile, var(--banner-ratio, 1.5))}.collection-banner--mh-compact .collection-banner__media{height:calc(var(--banner-h) * .65 * 1px)}.collection-banner--mh-tall .collection-banner__media{height:500px}@media screen and (min-width:768px){.collection-banner--media .collection-banner__media{height:calc(var(--banner-h) * .85 * 1px);aspect-ratio:auto}}@media screen and (min-width:1536px){.collection-banner--media .collection-banner__media{height:calc(var(--banner-h) * 1px)}}.collection-banner--media .responsive-picture{display:block;width:100%;height:100%}.collection-banner--media .collection-banner__image{width:100%;height:100%;object-fit:cover;object-position:var(--focal-point, 50% 50%)}.collection-banner--media .collection-banner__image{animation:collection-banner-zoom calc(var(--duration-slow) * 2) var(--ease-reveal) both}@keyframes collection-banner-zoom{0%{transform:scale(1.3)}to{transform:scale(1)}}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgb(var(--color-shadow) / 0),rgb(var(--color-shadow) / .07) 40%,rgb(var(--color-shadow) / .72))}.collection-banner--media .collection-banner__content{position:absolute;inset-block-end:0;inset-inline:0;max-width:none;padding-inline:var(--page-margin);padding-block:clamp(var(--space-md),3.368vw,var(--space-xl));color:rgb(var(--color-background))}.collection-banner--media .collection-banner__breadcrumb ol{color:rgb(var(--color-background))}.collection-banner--media .collection-banner__breadcrumb a{color:inherit}.collection-banner--media .collection-banner__breadcrumb li+li:before{background-color:rgb(var(--color-background) / .4)}@media(prefers-reduced-motion:reduce){.collection-banner--media .collection-banner__image{animation:none}}collection-carousel{display:block}.collection-carousel__heading{margin-block-end:var(--space-lg)}.collection-carousel__viewport{position:relative}.collection-carousel__indicators{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;display:none;align-items:center;pointer-events:none;opacity:0;transition:opacity var(--duration-slow) var(--ease-smooth)}.collection-carousel--pageable:is(:hover,:focus-within) .collection-carousel__indicators{opacity:1}@media screen and (min-width:1024px){.collection-carousel--pageable .collection-carousel__indicators{display:flex}}.collection-carousel__arrow:first-child{margin-inline-end:auto}.collection-carousel__arrow:last-child{margin-inline-start:auto}.collection-carousel__arrow{width:calc(var(--space-xl) + var(--space-2xs));height:calc(var(--space-xl) + var(--space-2xs));flex:none;padding:0;border-radius:var(--radius-full);opacity:.7;pointer-events:auto;transition:color var(--duration-base) var(--ease-primary) .1s,background-color var(--duration-fast) var(--ease-primary),border-color var(--duration-fast) var(--ease-primary),opacity var(--duration-base) var(--ease-primary)}.collection-carousel__arrow:is(:hover,:focus-visible){opacity:1}.collection-carousel__arrow[disabled]{opacity:0;cursor:default;pointer-events:none}.collection-carousel__chevron{width:calc(var(--space-md) - var(--space-3xs) / 2);height:calc(var(--space-md) - var(--space-3xs) / 2);transition:transform var(--duration-base) var(--ease-smooth)}.collection-carousel__arrow[data-prev]:is(:hover,:focus-visible) .collection-carousel__chevron{transform:translate(-3px)}.collection-carousel__arrow[data-next]:is(:hover,:focus-visible) .collection-carousel__chevron{transform:translate(3px)}.collection-carousel__scroller{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);scroll-padding-inline:var(--page-margin);scrollbar-width:none;-ms-overflow-style:none}.collection-carousel__scroller::-webkit-scrollbar{display:none}.collection-carousel__grid{--slider-container: min(var(--page-width), calc(100vw - var(--page-margin) * 2));--card-grid-gap: var(--space-xs);--slider-item-width: 74vw;display:grid;grid:auto / auto-flow var(--slider-item-width);gap:var(--card-grid-gap);margin:0;padding:0;list-style:none}@media screen and (min-width:640px){.collection-carousel__grid{--slider-item-width: 36vw}}@media screen and (min-width:768px){.collection-carousel__grid{--card-grid-gap: clamp(var(--space-sm), 1.263vw, var(--space-md))}}@media screen and (min-width:1024px){.collection-carousel__grid{--card-grid-per-row: 4;--slider-item-width: calc( var(--slider-container) / var(--card-grid-per-row) - var(--card-grid-gap) * (var(--card-grid-per-row) - 1) / var(--card-grid-per-row) )}}.collection-card{background-color:rgb(var(--color-surface));border-radius:var(--radius-card);scroll-snap-align:start}.collection-card__link{display:flex;flex-direction:column;position:relative;width:100%;height:100%;text-decoration:none;color:inherit}.collection-card__media{position:relative;aspect-ratio:1;overflow:hidden;border-start-start-radius:var(--radius-card);border-start-end-radius:var(--radius-card)}.collection-card__media :is(img,svg){width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-smooth);backface-visibility:hidden}.collection-card__link:hover .collection-card__media :is(img,svg),.collection-card__link:focus-visible .collection-card__media :is(img,svg){transform:scale(1.05)}.collection-card__content{display:flex;justify-content:space-between;align-items:center;gap:var(--space-sm);padding-block:clamp(var(--space-sm),1.263vw,var(--space-md)) clamp(var(--space-sm),2.105vw,calc(var(--space-md) + var(--space-sm)));padding-inline:clamp(var(--space-sm),2.105vw,calc(var(--space-md) + var(--space-sm)))}.collection-card__text{display:grid;gap:calc(var(--space-3xs) / 2)}.collection-card__title{margin:0;font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);font-size:var(--text-fluid-2xl);letter-spacing:-.05em;line-height:1.25}.collection-card__title-text{background:linear-gradient(currentcolor,currentcolor) 100% min(100%,1.35em) / 0 1.35px no-repeat;transition:background-size var(--duration-base) var(--ease-smooth)}.collection-card__link:hover .collection-card__title-text,.collection-card__link:focus-visible .collection-card__title-text{background-position-x:0;background-size:100% 1.35px}.collection-card__tagline{margin:0;font-size:var(--text-xs);line-height:1}@media screen and (min-width:1280px){.collection-card__tagline{font-size:var(--text-sm)}}.collection-card__arrow{transition:transform var(--duration-base) var(--ease-smooth)}.collection-card__link:hover .collection-card__arrow,.collection-card__link:focus-visible .collection-card__arrow{transform:rotate(90deg)}.collection-card--overlap .collection-card__media{aspect-ratio:auto;height:100%;border-radius:var(--radius-card)}.collection-card--overlap .collection-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-foreground) / .3)}.collection-card--overlap .collection-card__content{position:absolute;inset-block-end:0;inset-inline:0;padding-block-start:0;padding-block-end:calc(var(--space-sm) + var(--space-3xs));padding-inline:var(--space-md);color:rgb(var(--color-background))}@media screen and (min-width:1536px){.collection-card--overlap .collection-card__content{padding-block-end:calc(var(--space-md) + var(--space-3xs));padding-inline:calc(var(--space-md) + var(--space-sm))}}@media(prefers-reduced-motion:reduce){.collection-carousel__scroller{scroll-behavior:auto}.collection-carousel__indicators,.collection-carousel__chevron{transition:none}.collection-carousel__arrow:is(:hover,:focus-visible) .collection-carousel__chevron{transform:none}.collection-card__media :is(img,svg),.collection-card__arrow,.collection-card__title-text{transition:none}}.collection{--section-padding-start: 40px;--section-padding-end: 100px;margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);background-color:rgb(var(--color-background))}.collection__layout{display:grid;gap:var(--space-lg)}.collection__facets{display:none}@media(min-width:1280px){.collection--facets-sidebar .collection__layout--with-facets{grid-template-columns:minmax(0,15rem) minmax(0,1fr);align-items:start}.collection--facets-sidebar .collection__facets{display:block;position:sticky;top:calc(var(--sticky-header-height) + var(--space-md))}.collection--facets-sidebar .results-filter-toggle{display:none}}.collection-list__title{margin:0 0 var(--space-lg)}.collection-list__title--section{font-size:var(--title-md);line-height:var(--leading-tight)}.collection-list__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-xs);margin:0;padding:0;list-style:none}@media(min-width:640px){.collection-list__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.collection-list__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(var(--space-sm),1.263vw,var(--space-md))}}@media(min-width:1280px){.collection-list__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.collection-tile{position:relative;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;border-radius:var(--radius-card);background-color:rgb(var(--color-surface));text-decoration:none}.collection-tile:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:2px}.collection-tile__media{position:relative;overflow:hidden;aspect-ratio:1}.collection-tile__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-base) var(--ease-primary)}@media(hover:hover){.collection-tile:hover .collection-tile__image{transform:scale(1.05)}}.collection-tile__content{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex:1 1 auto;padding-block-start:clamp(var(--space-sm),1.263vw,var(--space-md));padding-block-end:clamp(var(--space-sm),2.105vw,var(--space-lg-xl));padding-inline:clamp(var(--space-sm),2.105vw,var(--space-lg-xl))}.collection-tile__text{display:grid;gap:var(--space-3xs);min-width:0}.collection-tile__name{margin:0;font-size:var(--text-fluid-2xl)}.collection-tile__name-text{position:relative;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:100% min(100%,1.35em);background-size:0 1px;transition:background-size var(--duration-base) var(--ease-primary)}@media(hover:hover){.collection-tile:hover .collection-tile__name-text{background-position-x:0;background-size:100% 1px}}.collection-tile__count{position:absolute;inset-inline-start:calc(100% + .3em);font-size:var(--text-xs);font-weight:var(--font-body--weight-medium);white-space:nowrap}.collection-tile__tagline{margin:0;font-size:var(--text-fluid-xs);line-height:var(--leading-snug)}.collection-tile__arrow{display:inline-flex;flex-shrink:0}.collection-tile__arrow .icon{width:var(--space-sm);height:auto;transition:transform var(--duration-base) var(--ease-primary)}@media(min-width:1280px){.collection-tile__arrow .icon{width:var(--space-sm-md)}}@media(hover:hover){.collection-tile:hover .collection-tile__arrow .icon{transform:rotate(90deg)}}.collection-tile--overlay .collection-tile__media{flex:1 1 auto}.collection-tile--overlay .collection-tile__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-shadow) / .3);pointer-events:none}.collection-tile--overlay .collection-tile__content{position:absolute;inset-block-end:0;inset-inline:0;color:rgb(var(--color-background))}@media screen and (max-width:767.98px){.contact-page.section-spacing{padding-block-start:var(--section-padding-start);padding-block-end:var(--section-padding-end)}}.contact-page__masthead{text-align:start}.contact-page__title{max-width:18ch;font-size:var(--title-xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading)}.contact-page__intro{margin-block-start:calc(var(--space-md) - var(--space-3xs));max-width:56ch;font-size:var(--text-fluid-lg);line-height:var(--leading-normal)}.contact{display:flex;flex-direction:column;margin-block-start:44px;gap:60px}@media screen and (min-width:768px){.contact{margin-block-start:120px}}@media screen and (min-width:1024px){.contact{flex-direction:row}}.contact__form{flex-grow:1}.contact__status{margin:0 0 var(--space-md);display:flex;align-items:center;gap:var(--space-2xs)}.contact__status-icon{width:var(--space-md);height:var(--space-md)}.contact__status--error{color:rgb(var(--color-error))}.contact__submit{align-self:start}.contact__sidebar{display:grid;gap:calc(var(--space-lg) + var(--space-2xs));margin:0;padding:0}@media screen and (min-width:1024px){.contact__sidebar{flex-shrink:0;width:clamp(340px,25vw,430px)}}.contact__item{display:grid;gap:calc(var(--space-2xs) + var(--space-3xs))}.contact__item--social{gap:calc(var(--space-md) - var(--space-3xs))}.contact__subtitle{margin:0;font-size:var(--text-xs);line-height:1.25;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-brand))}.contact__detail{line-height:var(--leading-normal)}.contact__detail p{margin:0}.contact__socials{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--space-md) + var(--space-3xs));margin:0;padding:0;list-style:none}.contact__social-link{display:block;color:rgb(var(--color-foreground))}.contact__social-icon{width:var(--space-md);height:var(--space-md)}.countdown{text-align:center}.countdown__heading{margin:0 0 var(--space-sm)}.countdown__subheading{margin:0 0 var(--space-xl);font-size:var(--text-lg)}.countdown__timer{display:flex;justify-content:center;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl)}.countdown__unit{display:grid;gap:var(--space-2xs)}.countdown__value{display:flex;align-items:center;justify-content:center;min-width:80px;height:80px;padding:var(--space-md);border-radius:var(--radius-lg);background-color:rgb(var(--color-surface));font-size:var(--title-lg);font-weight:700;line-height:1}@media screen and (min-width:768px){.countdown__value{min-width:100px;height:100px;font-size:var(--title-xl)}}.countdown__label{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em}.countdown__separator{font-size:var(--title-lg);font-weight:700;line-height:1;padding-bottom:var(--space-lg)}.countdown__action{display:flex;justify-content:center}.countdown.is-complete .countdown__timer{display:none}.countdown__completed{display:none;font-size:var(--text-xl);font-weight:500}.countdown.is-complete .countdown__completed{display:block}.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-margin) var(--content-width) var(--content-margin)}.custom-section__content>*{grid-column:2}.faq-page__intro{display:grid;gap:var(--space-sm);margin-block-end:var(--space-2xl)}.faq-page__title{max-width:18ch;font-size:var(--title-xl);letter-spacing:var(--tracking-heading)}.faq-page__lead{max-width:52ch;font-size:var(--text-fluid-md);line-height:var(--leading-normal);color:rgb(var(--color-foreground) / .75)}.faq-page__group+.faq-page__group{margin-block-start:var(--space-2xl)}.faq-page__group-head{display:grid;gap:var(--space-2xs);margin-block-end:var(--space-sm)}.faq-page__group-title{font-size:var(--text-fluid-xl);color:rgb(var(--color-brand))}.faq-page__group-text{color:rgb(var(--color-foreground) / .75)}.faq-page__list{border-block-start:1px solid var(--color-border-default)}.faq-page__group:last-of-type .faq-page__list{border-block-end:1px solid var(--color-border-default)}.faq-page__contact{display:grid;gap:var(--space-md);margin-block-start:var(--space-2xl);padding:var(--space-lg);border:1px solid var(--color-border-default);border-radius:var(--radius-card);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.faq-page__contact-text{display:grid;gap:var(--space-2xs)}.faq-page__contact-title{font-size:var(--text-fluid-xl)}.faq-page__contact-body{max-width:46ch;color:rgb(var(--color-foreground) / .75)}.faq-page__contact .button--primary{justify-self:start}@media screen and (min-width:1024px){.faq-page__group{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:var(--space-xl);align-items:start}.faq-page__group-head{margin-block-end:0;position:sticky;top:calc(var(--header-height, 0px) + var(--space-lg))}.faq-page__contact{grid-template-columns:1fr auto;align-items:center;padding:var(--space-xl)}.faq-page__contact .button--primary{justify-self:end}}.faqs__panel{--color-background: var(--color-ink);--color-foreground: var(--color-paper);--color-muted: var(--color-foreground);--color-border-subtle: rgb(var(--color-foreground) / .06);--color-border-default: rgb(var(--color-foreground) / .1);display:flex;flex-direction:column;overflow:hidden;border-radius:var(--radius-card);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.faqs__main,.faqs__form{padding:var(--space-lg-xl)}.faqs__main{flex-grow:1;min-width:0}.faqs__title-wrapper{display:grid;gap:var(--space-md);margin-block-end:var(--space-lg)}.faqs__note{padding:var(--space-sm) var(--space-sm-md);border-radius:var(--radius-card);background-color:rgb(var(--color-foreground) / .04);color:rgb(var(--color-foreground) / .6);font-size:var(--text-sm)}.faqs__note p{margin:0}.faqs__note a{color:rgb(var(--color-foreground))}.faqs .faqs__question{font-size:var(--text-base);line-height:var(--leading-snug)}@media screen and (min-width:1024px){.faqs .faqs__question{font-size:var(--text-md)}}@media screen and (min-width:1280px){.faqs .faqs__question{font-size:var(--text-lg)}}.faqs__form{flex-grow:0}.faqs__form-inner{display:grid;gap:var(--space-lg)}.faqs__form-intro{display:grid;gap:var(--space-2xs-xs)}.faqs__form-title{margin:0;font-size:var(--text-fluid-2xl);letter-spacing:var(--tracking-heading)}.faqs__form-text{color:rgb(var(--color-foreground) / .6)}.faqs__form-text p{margin:0}.faqs__status{display:flex;align-items:center;gap:var(--space-2xs);margin:0;font-size:var(--text-sm)}.faqs__status--error{color:rgb(var(--color-error))}.faqs__form .field__input,.faqs__form .field__textarea{background-color:rgb(var(--color-paper) / .85);color:rgb(var(--color-ink))}.faqs__form .field__input:focus,.faqs__form .field__textarea:focus{background-color:rgb(var(--color-paper) / .95)}.faqs__form .field__label{color:rgb(var(--color-ink))}.faqs__submit{width:100%}.faqs .faqs__submit{--button-ring-color: rgb(var(--color-paper));background-color:rgb(var(--color-paper));color:rgb(var(--color-ink))}.faqs .faqs__submit:before{background-color:rgb(var(--color-ink))}@media(hover:hover){.faqs .faqs__submit:hover:not([disabled]){color:rgb(var(--color-paper))}}@media screen and (min-width:768px){.faqs__title-wrapper{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-md) var(--space-lg)}.faqs__note{flex:0 1 auto;min-width:0;max-width:46ch}}@media screen and (min-width:1024px){.faqs__panel{flex-direction:row;align-items:flex-start}.faqs__form{position:sticky;inset-block-start:0;flex-shrink:0;align-self:stretch}.faqs__form-inner{width:clamp(340px,25vw,430px)}}@media screen and (min-width:1280px){.faqs__main,.faqs__form{padding:calc(var(--space-2xl) - var(--space-2xs))}.faqs__note{padding:var(--space-sm-md) calc(var(--space-md) + var(--space-3xs) + 2px)}}@media screen and (min-width:1536px){.faqs__main,.faqs__form{padding:clamp(var(--space-3xl),6.737vw,calc(var(--space-2xl) * 2))}}.featured-collection__header{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-sm);margin-block-end:clamp(var(--space-lg),2.526vw,var(--space-xl))}@media(min-width:768px){.featured-collection__header{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media(min-width:1024px){.featured-collection__header{gap:var(--space-lg)}}@media(max-width:767px){.featured-collection__header .button{max-height:2.75rem;padding:var(--space-xs-sm) var(--space-sm);font-size:var(--text-xs);gap:var(--space-2xs)}.featured-collection__header .button .icon{width:var(--size-icon-xsmall);height:var(--size-icon-xsmall)}}.featured-collection__heading{font-size:var(--title-md);margin:0}.featured-collections__heading{margin-block-end:var(--space-md)}.featured-collections__bar{display:flex;align-items:stretch;justify-content:space-between;gap:var(--space-md);margin-block-end:clamp(var(--space-lg),2.526vw,var(--space-xl))}.featured-collections__tab-list{display:flex;gap:var(--space-sm);overflow-x:auto;margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);scrollbar-width:none;-ms-overflow-style:none}.featured-collections__tab-list::-webkit-scrollbar{display:none}.featured-collections__tab{--button-ring-color: transparent;white-space:nowrap;flex:0 0 auto}.featured-collections__tab.button--secondary{background-color:rgb(var(--color-foreground) / .025);color:rgb(var(--color-foreground))}@media(hover:hover){.featured-collections__tab.button--secondary:hover:not([disabled]){color:rgb(var(--color-background))}}.featured-collections__tab[disabled]{cursor:default;opacity:1}@media screen and (max-width:767px){.featured-collections__tab.button{max-height:2.75rem;padding:calc(var(--space-xs) + var(--space-3xs) / 2) var(--space-sm);font-size:var(--text-xs)}}.featured-collections__nav{display:none}@media screen and (min-width:1024px){.featured-collections__nav{display:flex;gap:calc(var(--space-xs) - var(--space-3xs) / 2)}}.featured-collections__arrow{--button-ring-color: rgb(var(--color-brand));width:calc(var(--space-xl) + var(--space-2xs));height:calc(var(--space-xl) + var(--space-2xs));padding:0;border-radius:var(--radius-full);color:rgb(var(--color-foreground))}.featured-collections__arrow[disabled]{cursor:default;opacity:1}.featured-collections__arrow .icon{width:calc(var(--space-md) - var(--space-3xs) / 2);height:calc(var(--space-md) - var(--space-3xs) / 2)}.featured-collections__scroller{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scroll-behavior:smooth;margin-inline:calc(var(--page-margin) * -1);padding-inline:var(--page-margin);scroll-padding-inline:var(--page-margin);scrollbar-width:none;-ms-overflow-style:none}.featured-collections__scroller::-webkit-scrollbar{display:none}.featured-collections__grid{--slider-container: min(var(--page-width), calc(100vw - var(--page-margin) * 2));--card-grid-gap: var(--space-xs);--slider-item-width: 74vw;display:grid;grid:auto / auto-flow var(--slider-item-width);gap:var(--card-grid-gap);margin:0;padding:0;list-style:none}@media screen and (min-width:640px){.featured-collections__grid{--slider-item-width: 36vw}}@media screen and (min-width:768px){.featured-collections__grid{--card-grid-gap: clamp(var(--space-sm), 1.263vw, var(--space-md))}}@media screen and (min-width:1024px){.featured-collections__grid{--card-grid-per-row: 4;--slider-item-width: calc( var(--slider-container) / var(--card-grid-per-row) - var(--card-grid-gap) * (var(--card-grid-per-row) - 1) / var(--card-grid-per-row) )}}.featured-collections__slide{scroll-snap-align:start}.featured-product{background-color:rgb(var(--color-background))}.featured-product__layout{width:100%;max-width:var(--content-width);margin-inline:auto;display:grid;overflow-x:clip;gap:clamp(var(--space-xl),4.73vw,calc(var(--space-3xl) - var(--space-3xs)))}@media screen and (min-width:1024px){.featured-product__layout{grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr);align-items:start}}.featured-product__gallery{position:relative;display:grid;gap:var(--space-sm)}@media screen and (min-width:1024px){.featured-product__gallery{grid-template-columns:minmax(0,12.07fr) minmax(0,87.93fr);align-items:start}}.featured-product__media{display:flex;gap:var(--space-3xs);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.featured-product__media::-webkit-scrollbar{display:none}.featured-product__media-item{flex:0 0 100%;aspect-ratio:1;border-radius:var(--radius-card);overflow:hidden;background-color:rgb(var(--color-surface));scroll-snap-align:start}@media screen and (min-width:768px)and (max-width:1023px){.featured-product__media-item{flex-basis:75%}}@media screen and (min-width:1024px){.featured-product__media{display:block;position:relative;aspect-ratio:1;border-radius:var(--radius-card);overflow:hidden;background-color:rgb(var(--color-surface))}.featured-product__media-item{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;opacity:0;transition:opacity var(--duration-short) var(--ease-smooth)}.featured-product__media-item.is-active{opacity:1}}.featured-product__image{width:100%;height:100%;object-fit:cover}.featured-product__thumbs{display:flex;justify-content:center;order:1;overflow-x:auto;scrollbar-width:none}.featured-product__thumbs::-webkit-scrollbar{display:none}@media screen and (min-width:1024px){.featured-product__thumbs{display:grid;grid-auto-flow:row;justify-content:start;gap:var(--space-sm);order:0;max-height:630px;overflow-y:auto}}.featured-product__thumb{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--space-md);height:var(--space-md);min-width:var(--space-md);min-height:var(--space-md);padding:0;border:0;border-radius:var(--radius-full);background-color:transparent;cursor:pointer}.featured-product__thumb:before{content:"";width:5px;height:5px;border-radius:var(--radius-full);background-color:rgb(var(--color-foreground));transition:background-color var(--duration-short) var(--ease-smooth),box-shadow var(--duration-short) var(--ease-smooth)}.featured-product__thumb[aria-selected=true]:before{background-color:transparent;box-shadow:0 0 0 2px rgb(var(--color-foreground))}.featured-product__thumb-image{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media screen and (min-width:1024px){.featured-product__thumb{display:block;width:auto;height:auto;aspect-ratio:1;border-radius:calc(var(--space-3xs) * 2.5);overflow:hidden;background-color:rgb(var(--color-surface));opacity:.55;transition:opacity var(--duration-short) var(--ease-smooth)}.featured-product__thumb:before{content:none}.featured-product__thumb:hover,.featured-product__thumb[aria-selected=true]{opacity:1}.featured-product__thumb-image{visibility:visible;position:static;width:100%;height:100%;object-fit:cover}}.featured-product__thumb:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:2px}.featured-product__spinning{--spin-angle: calc(360deg / var(--char-count));--spin-radius: calc(2/sin(var(--spin-angle))*-1ch) ;position:absolute;inset-block-start:0;inset-inline-start:50%;margin-inline-start:calc(var(--spin-radius) * 2);z-index:1;pointer-events:none;display:grid;place-items:center;text-transform:uppercase;font-size:var(--text-xs);line-height:1;transition:opacity var(--duration-fast) var(--ease-smooth)}.featured-product__gallery.is-beyond-first .featured-product__spinning{opacity:0}@media screen and (min-width:768px){.featured-product__spinning{font-size:var(--text-base)}}@media screen and (min-width:1024px){.featured-product__spinning{inset-inline-start:100%;margin-inline-start:var(--spin-radius);font-size:var(--text-md)}}.featured-product__spinning-track{position:absolute;width:0;height:0}@media(prefers-reduced-motion:no-preference){.featured-product__spinning-track{animation:featured-product-spin 12s linear infinite}}@keyframes featured-product-spin{to{rotate:-360deg}}.featured-product__spinning-char{position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%) rotate(calc(var(--spin-angle) * var(--char-index))) translateY(var(--spin-radius))}.featured-product__spinning-icon{width:clamp(var(--space-md),2.105vw,calc(var(--space-lg) + var(--space-2xs)));height:clamp(var(--space-md),2.105vw,calc(var(--space-lg) + var(--space-2xs)))}@media screen and (min-width:1024px){.featured-product__info{position:sticky;inset-block-start:var(--space-xl)}}.featured-product__title-row{display:grid;grid-template-columns:auto auto;justify-content:space-between;align-items:end;gap:var(--space-xs)}.featured-product__title{margin:0;font-size:var(--title-product)}.featured-product__text{margin-block-start:var(--space-md);font-size:var(--text-base);line-height:var(--leading-normal)}.featured-product__form{margin-block-start:var(--space-lg);display:grid;gap:var(--space-sm)}.featured-product__variant-select{width:100%;padding:var(--space-xs) var(--space-sm);border:1px solid var(--color-border-default);border-radius:var(--radius-input);background-color:rgb(var(--color-background));font-family:inherit;font-size:var(--text-fluid-sm);color:rgb(var(--color-foreground))}.featured-product__submit{width:100%}@media screen and (min-width:640px){.featured-product__submit{min-height:calc(var(--space-2xl) - var(--space-3xs))}}.featured-product__share-row{margin-block-start:var(--space-md);display:flex;justify-content:space-between;align-items:center;min-height:calc(var(--space-lg) + var(--space-2xs))}.featured-product__share{display:flex;align-items:center;gap:var(--space-xs)}.featured-product__share-label{margin:0}.featured-product__share-list{display:flex;align-items:center;margin:0;padding:0;list-style:none}.featured-product__share-link{display:grid;place-items:center;width:calc(var(--space-lg) + var(--space-2xs));height:calc(var(--space-lg) + var(--space-2xs));color:rgb(var(--color-foreground));transition:opacity var(--duration-short) var(--ease-smooth)}.featured-product__share-link .icon{width:1.125rem;height:1.125rem}@media(hover:hover){.featured-product__share-link:hover{opacity:.6}}.featured-product__help{color:rgb(var(--color-foreground));font-size:var(--text-fluid-sm);font-weight:var(--font-body--weight-medium);text-decoration:none}@media(hover:hover){.featured-product__help:hover{text-decoration:underline}}.featured-product__perks{margin-block-start:var(--space-md);display:grid;gap:var(--space-md);padding:var(--space-md);background-color:rgb(var(--color-foreground) / .025);border-radius:calc(var(--space-3xs) * 2.5)}.featured-product__perk{display:flex;align-items:center;gap:calc(var(--space-3xs) * 2.5);font-size:var(--text-base)}.featured-product__perk .icon{flex-shrink:0}.featured-product__more{margin-block-start:var(--space-sm);display:flex;justify-content:space-between;align-items:center;width:100%;padding-block:clamp(1.125rem,1.2vw,1.375rem);color:rgb(var(--color-foreground));font-size:var(--text-fluid-sm);font-weight:var(--font-body--weight-medium);line-height:1;text-decoration:none}.featured-product__more .icon{width:1.125rem;height:1.125rem;transition:transform var(--duration-short) var(--ease-smooth)}@media(hover:hover){.featured-product__more:hover .icon{transform:translate(var(--space-3xs))}}.featured-product__placeholder{display:grid;place-items:center;min-height:calc(var(--space-3xl) * 3);color:rgb(var(--color-muted))}.footer-copyright-band{position:relative;z-index:1;margin-block-start:calc(var(--radius-section) * -1);border-start-start-radius:var(--radius-section);border-start-end-radius:var(--radius-section);background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.footer-copyright{display:flex;flex-direction:column;align-items:center;gap:var(--space-3xs);padding-block-start:calc(var(--radius-section) + clamp(var(--space-md) + var(--space-3xs),1.789vw,var(--space-lg) + var(--space-3xs) / 2));padding-block-end:clamp(var(--space-md) + var(--space-3xs),1.789vw,var(--space-lg) + var(--space-3xs) / 2);font-size:var(--text-2sm);line-height:normal;text-align:center}@media screen and (min-width:1024px){.footer-copyright{flex-direction:row;align-items:center;justify-content:space-between;gap:0;font-size:var(--text-sm);text-align:start}}.footer-copyright__notice{margin:0}.footer-copyright__notice a{color:rgb(var(--color-background));text-decoration:none}.footer-copyright__notice a:hover{text-decoration:underline}.footer-copyright__policies{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xs);margin:var(--space-sm) 0 0;padding:0;list-style:none}.footer-copyright__policies small{font-size:.8em}@media screen and (min-width:1024px){.footer-copyright__policies{justify-content:flex-start}}.footer-copyright__policy-link{display:block;color:rgb(var(--color-background));text-decoration:none}.footer-copyright__policy-link:hover{text-decoration:underline}.footer-copyright__payment-list{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2xs);margin:0;padding:0;list-style:none}.footer-copyright__payment-icon{display:block;width:2rem;height:auto}@media screen and (min-width:1024px){.footer-copyright__payment-icon{width:2.5rem}}@media screen and (max-width:767px){.footer-copyright{padding-block-end:calc(clamp(var(--space-md) + var(--space-3xs),1.789vw,var(--space-lg) + var(--space-3xs) / 2) + var(--mobile-dock-height, 0px))}}.footer{position:relative;z-index:2;padding-block:calc(var(--space-2xl) + var(--space-2xs));border-radius:var(--radius-section);background-color:color-mix(in srgb,rgb(var(--color-foreground)) 92%,rgb(var(--color-background)));color:rgb(var(--color-background))}.footer__inner{display:grid;gap:var(--space-xl)}@media screen and (min-width:1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:0}.footer__left{border-inline-end:1px solid rgb(var(--color-background) / .114)}.footer__right{padding-inline:clamp(calc(var(--space-lg) + var(--space-2xs)),8.421vw,calc(var(--space-3xl) + var(--space-2xl)))}}.footer__menus{display:flex;flex-wrap:wrap;gap:var(--space-xl)}.footer__column{width:100%}@media screen and (min-width:768px)and (max-width:1023px){.footer__left{display:flex;gap:var(--space-xl)}.footer__column{width:9rem}.footer__right{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:calc(var(--space-lg) + var(--space-2xs));padding-block-start:var(--space-xl)}}@media screen and (min-width:1024px){.footer__column{flex:1 1 auto;width:auto;min-width:0}}.footer__column-summary{display:flex;align-items:center;justify-content:space-between;padding-block-end:calc(var(--space-md) - var(--space-3xs));cursor:pointer;list-style:none}.footer__column-summary::-webkit-details-marker{display:none}.footer__column-title{font-size:clamp(var(--text-base),1.463vw,var(--text-lg-plus, 1.5rem));font-weight:var(--font-body--weight-bold, 700)}.footer__column-chevron{width:var(--space-sm);height:var(--space-sm);transition:rotate var(--animation-quick, .2s ease)}.footer__column[open] .footer__column-chevron{rotate:180deg}@media screen and (min-width:768px){.footer__column-summary{pointer-events:none}.footer__column-chevron{display:none}}.footer__column-content{padding-block-start:var(--space-2xs)}.footer__links{display:flex;flex-direction:column;gap:var(--space-xs);margin:0;padding:0;list-style:none}.footer__link{color:rgb(var(--color-background));text-decoration:none;font-size:clamp(var(--text-sm),1.148vw,var(--text-md))}.footer__link:hover{text-decoration:underline}.footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3xs);margin-block-start:var(--space-xl)}@media screen and (min-width:768px)and (max-width:1023px){.footer__contact{margin-block-start:0}}.footer__contact-link{color:rgb(var(--color-background));text-decoration:none;font-size:clamp(var(--text-lg),1.578vw,calc(var(--text-lg) + .625rem))}.footer__contact-link:hover{text-decoration:underline}.footer__right{display:grid;gap:calc(var(--space-lg) + var(--space-2xs));align-content:start}.footer__newsletter{display:grid;gap:var(--space-md)}.footer__newsletter-heading{margin:0;font-size:var(--title-sm);color:rgb(var(--color-background))}.footer__field{position:relative;height:calc(var(--space-2xl) - var(--space-3xs) / 2)}.footer__email{width:100%;height:100%;padding:var(--space-sm) calc(var(--space-2xl) + var(--space-2xs)) 0 calc(var(--space-md) + var(--space-3xs) / 2);border:0;border-radius:var(--radius-input);background-color:rgb(var(--color-background) / .043);color:rgb(var(--color-background));font-size:var(--text-base)}.footer__email:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:-2px}.footer__label{position:absolute;inset-block-start:50%;inset-inline-start:calc(var(--space-md) + var(--space-3xs) / 2);translate:0 -50%;font-size:var(--text-base);opacity:.6;pointer-events:none;transform-origin:0 0;transition:.5s cubic-bezier(.3,1,.3,1)}.footer__email:focus+.footer__label,.footer__email:not(:placeholder-shown)+.footer__label{translate:0 -100%;scale:.75}.footer__submit{position:absolute;inset-block-start:50%;inset-inline-end:var(--space-sm);translate:0 -50%;display:flex;align-items:center;justify-content:center;width:calc(var(--space-lg) + var(--space-2xs));height:calc(var(--space-lg) + var(--space-2xs));padding:0;border:0;border-radius:var(--radius-full);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer}.footer__submit .icon{width:var(--space-sm);height:var(--space-sm)}.footer__newsletter-success,.footer__newsletter-error{margin:0;font-size:var(--text-sm)}.footer__socials{display:flex;gap:calc(var(--space-md) + var(--space-3xs));margin:0;padding:0;list-style:none;align-self:end}.footer__social-link{display:block;color:rgb(var(--color-background))}.footer__social-icon{width:var(--space-md);height:var(--space-md)}.shopify-section.header-section{--header-items-gap: .75rem;--header-nav-gap: clamp(1rem, 2vw, 24px);position:sticky;top:0;z-index:var(--z-sticky-header);transition-property:opacity,transform;transition-duration:var(--duration-base);transition-timing-function:var(--ease-primary)}@media screen and (min-width:768px){.shopify-section.header-section{--header-items-gap: 2rem;--header-nav-gap: 2rem}}@media screen and (min-width:1024px){.shopify-section.header-section{--header-items-gap: 2.5rem;--header-nav-gap: 2.5rem}}@media screen and (max-width:767px){.header-section--hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.header-section--hidden:focus-within{transform:none;opacity:1;pointer-events:auto}.header-section--hidden dialog[open]{pointer-events:auto}}.header{position:relative;--animation-nav-delay: .1s;--header-grid-template: "tools logo icons" / minmax(0, 1fr) auto minmax(0, 1fr);--header-background-opacity: 1;--header-logo-opacity: 1;column-gap:var(--header-items-gap);grid-template:var(--header-grid-template);background:none;padding-block:var(--space-md)}@media screen and (min-width:768px){.header{padding-block:var(--space-lg)}}@media screen and (min-width:1024px){.header{--header-grid-template: "logo navigation icons" / minmax(0, 1fr) fit-content(70%) minmax(0, 1fr)}}.header-section .header:before{content:"";z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;background-color:rgb(var(--color-background));opacity:var(--header-background-opacity);transition:opacity var(--animation-nav) var(--animation-nav-delay)}:is(.topbar-section,.timer-section)+.header-section .header:before{transition-property:opacity,border-radius}.header__inner>*{position:relative;z-index:2}.header{background-color:transparent;border-start-start-radius:var(--radius-section);border-start-end-radius:var(--radius-section);box-shadow:inset 0 -1px 0 var(--color-border-subtle)}.header__inner{display:grid;grid-template:var(--header-grid-template);column-gap:var(--header-items-gap);align-items:center;width:100%}.header__brand{grid-area:logo;display:flex;justify-content:center}@media screen and (min-width:1024px){.header__brand{justify-content:flex-start;justify-self:start}}.header__nav{grid-area:navigation;justify-self:center}.header__actions{grid-area:icons;justify-self:end}.header__logo{grid-area:logo;margin:0;max-width:max-content;font-size:inherit;line-height:inherit}.header__logo-link{display:block;text-decoration:none;color:rgb(var(--color-brand))}.header__logo-media{position:relative;display:block;width:var(--header-logo-width)}@media screen and (max-width:989px){.header__logo-media{width:min(var(--header-logo-width),108px)}}@media screen and (max-width:749px){.header__logo-media{width:min(var(--header-logo-width),96px)}}.header__logo-img{display:block;width:100%;height:auto}.header__logo-img--light{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:contain;object-position:left center;opacity:0}.header__logo :is(a,img){transition:opacity var(--animation-nav) var(--animation-nav-delay)}.header__nav-list{display:flex;align-items:center;margin:0;padding:0;list-style:none}.header__nav-list.with-block{gap:0}.menu__item{display:flex;align-items:center;height:2.625rem;padding:0 var(--space-sm-md);border-radius:var(--radius-button);font-family:var(--font-body--family);font-size:var(--text-fluid-md);font-weight:var(--font-body--weight-medium);text-decoration:none;color:inherit;position:relative;overflow:hidden;transition:color var(--duration-short) var(--ease-primary)}.menu__item .btn-text{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:var(--space-2xs);width:100%;height:100%;pointer-events:none}.menu__item [data-text]{transition:transform var(--duration-base) var(--ease-primary),opacity var(--duration-base) var(--ease-primary)}.menu__item .btn-duplicate{position:absolute;top:0;left:0;width:100%;height:100%;padding-inline:var(--space-sm-md);border-radius:var(--radius-button);color:rgb(var(--color-background));background-color:rgb(var(--color-brand));transition:transform var(--duration-base) var(--ease-primary);transform:translateY(100%) scale(.6)}@media screen and (pointer:fine){.menu__item:hover [data-text]{transform:translateY(-10%) scale(.6);opacity:0}.menu__item:hover .btn-duplicate{transform:translateY(0) scale(1)}}.header__nav-item{position:relative}.header__submenu>summary{cursor:pointer;list-style:none}.header__submenu>summary::-webkit-details-marker{display:none}.header__submenu-chevron{width:calc(var(--size-icon) * .66);height:calc(var(--size-icon) * .66);transition:transform var(--duration-fast) var(--ease-nav)}.header__submenu[open] .header__submenu-chevron{transform:rotate(180deg)}.header__submenu-panel{--header-submenu-offset: calc(var(--space-md) + 1px);position:absolute;inset-block-start:calc(100% + var(--header-submenu-offset));inset-inline-start:0;z-index:3;min-width:16.5rem;overscroll-behavior-y:contain;max-block-size:calc(100dvh - var(--header-overlay-height, 7rem) - var(--space-2xl));overflow-y:auto;padding:var(--space-xs);border-radius:var(--radius-panel);background-color:rgb(var(--color-background));box-shadow:var(--shadow-lg);color:rgb(var(--color-foreground));opacity:1;transform:translateY(0);transition:opacity var(--duration-fast) var(--ease-nav),transform var(--duration-fast) var(--ease-nav)}.header__submenu[data-align=end] .header__submenu-panel{inset-inline-start:auto;inset-inline-end:0}.header__submenu-panel:before{content:"";position:absolute;inset-block-end:100%;inset-inline:0;height:var(--header-submenu-offset)}@media screen and (min-width:768px){.header__submenu-panel{--header-submenu-offset: calc(var(--space-lg) + 1px)}}.header-scrolled .header__submenu-panel{--header-submenu-offset: calc(var(--space-md) * .75 + 1px)}@media screen and (min-width:768px){.header-scrolled .header__submenu-panel{--header-submenu-offset: calc(var(--space-lg) * .75 + 1px)}}@starting-style{.header__submenu[open] .header__submenu-panel{opacity:0;transform:translateY(calc(var(--space-2xs) * -1))}}.header__submenu[data-closing] .header__submenu-panel{opacity:0;transform:translateY(calc(var(--space-2xs) * -1))}@media screen and (min-width:1024px){.header__nav,.header__nav-item--mega{position:static}}.header__mega{position:absolute;inset-inline:0;inset-block-start:100%;z-index:3;overflow:hidden;border-end-start-radius:var(--radius-section);border-end-end-radius:var(--radius-section);pointer-events:none}.header__submenu--mega[open] .header__mega{pointer-events:auto}.header__mega-inner{transform:translateY(-100%);background-color:rgb(var(--color-background));box-shadow:var(--shadow-lg);color:rgb(var(--color-foreground));transition:transform var(--duration-slow) var(--ease-nav)}.header__submenu--mega[open] .header__mega-inner{transform:translateY(0)}@starting-style{.header__submenu--mega[open] .header__mega-inner{transform:translateY(-100%)}}.header__submenu--mega[data-closing] .header__mega-inner{transform:translateY(-100%)}.header__mega-layout{display:grid;grid-template-columns:15.5rem 1fr;gap:var(--space-2xl);padding-block:var(--space-2xl)}.header__mega-nav{display:flex;flex-direction:column;gap:var(--space-2xs)}.header__mega-title,.header__mega-label{margin:0;color:rgb(var(--color-muted));font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase}.header__mega-title{margin-block-end:var(--space-xs)}.header__mega-tabs{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.header__mega-tab{display:flex;gap:var(--space-xs);align-items:center;padding:var(--space-2xs) var(--space-xs);border-radius:var(--radius-panel);color:rgb(var(--color-muted));font-size:var(--text-md);font-weight:var(--font-body--weight-bold);text-decoration:none;transition:color var(--duration-fast) var(--ease-nav)}.header__mega-tab:is(:hover,:focus-visible),.header__mega-tab[data-active]{color:rgb(var(--color-foreground))}.header__mega-tab-icon{display:grid;flex:none;place-items:center;inline-size:1.75rem;block-size:1.75rem}.header__mega-tab-icon svg{inline-size:1.375rem;block-size:1.375rem}.header__mega-tab-label,.header__mega-all-label,.header__mega-more-text,.header__submenu-link-label{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-position:100% min(100%,1.35em);background-size:0 1px;transition:background-size var(--duration-base) var(--ease-primary)}.header__mega-tab:focus-visible .header__mega-tab-label,.header__mega-all:focus-visible .header__mega-all-label,.header__mega-more:focus-visible .header__mega-more-text,.header__submenu-link:focus-visible .header__submenu-link-label{background-position-x:0;background-size:100% 1px}@media screen and (pointer:fine){.header__mega-tab:hover .header__mega-tab-label,.header__mega-all:hover .header__mega-all-label,.header__mega-more:hover .header__mega-more-text,.header__submenu-link:hover .header__submenu-link-label{background-position-x:0;background-size:100% 1px}}.header__mega-all{display:flex;gap:var(--space-2xs);align-items:center;margin-block-start:var(--space-md);padding:var(--space-sm) var(--space-xs) var(--space-xs);border-block-start:1px solid var(--color-border-subtle);color:rgb(var(--color-foreground));font-size:var(--text-md);font-weight:var(--font-body--weight-bold);text-decoration:none}.header__mega-all svg,.header__mega-more svg{inline-size:1rem;block-size:1rem;transition:transform var(--duration-fast) var(--ease-nav)}.header__mega-all:hover svg,.header__mega-more:hover svg{transform:translate(var(--space-3xs))}.header__mega-main{display:flex;gap:var(--space-lg);align-items:stretch;min-inline-size:0}.header__mega-panels{display:grid;flex:1;min-inline-size:0}.header__mega-panel{grid-area:1 / 1;visibility:hidden;opacity:0;transition:opacity var(--duration-fast) var(--ease-nav),visibility var(--duration-fast)}.header__mega-panel[data-active]{visibility:visible;opacity:1}.header__mega-panel-head{display:flex;gap:var(--space-md);align-items:baseline;justify-content:space-between;margin-block-end:var(--space-sm)}.header__mega-more{display:flex;gap:var(--space-2xs);align-items:center;color:rgb(var(--color-foreground));font-size:var(--text-sm);text-decoration:none;white-space:nowrap}.header__mega-count{color:rgb(var(--color-muted))}.header__mega-products{display:flex;gap:var(--space-md);align-items:stretch}.header__mega-products>*{flex:1 1 0;min-inline-size:0;max-inline-size:16.25rem}.header__mega-products>.card{block-size:auto}.header__mega-promo{display:flex;flex:none;flex-direction:column;inline-size:16.25rem;overflow:hidden;border-radius:var(--radius-card);background-color:rgb(var(--color-surface));color:rgb(var(--color-foreground));text-decoration:none}.header__mega-promo-image{display:block;inline-size:100%;aspect-ratio:9 / 16;object-fit:cover}.header__mega-promo-content{display:flex;gap:var(--space-sm);align-items:center;justify-content:space-between;padding:var(--space-sm)}.header__mega-promo-text{display:flex;flex-direction:column;gap:var(--space-3xs)}.header__mega-promo-heading{font-size:var(--text-sm);font-weight:var(--font-body--weight-medium)}.header__mega-promo-sub{color:rgb(var(--color-muted));font-size:var(--text-xs)}.header__mega-promo svg{flex:none;inline-size:1rem;block-size:1rem;transition:transform var(--duration-fast) var(--ease-nav)}.header__mega-promo:hover svg{transform:translate(var(--space-3xs))}.header__submenu-list,.header__submenu-sublist{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.header__submenu-list:has(.header__submenu-heading){display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:var(--space-sm)}.header__submenu-heading{display:block;padding:var(--space-2xs) var(--space-xs);font-family:var(--font-body--family);font-size:var(--text-2sm);font-weight:var(--font-body--weight-medium);letter-spacing:var(--tracking-heading);text-transform:uppercase;color:rgb(var(--color-muted))}.header__submenu-link{display:block;padding:var(--space-2xs) var(--space-xs);border-radius:var(--radius-button);font-size:var(--text-fluid-md);text-decoration:none;color:inherit;transition:background-color var(--duration-short) var(--ease-primary),color var(--duration-short) var(--ease-primary)}.header__submenu-link[aria-current=page]{font-weight:var(--font-body--weight-medium)}body:has(#SiteHeader[data-transparent]) #MainContent{margin-block-start:calc(var(--header-overlay-height, calc(2.75rem + var(--space-md) * 2)) * -1)}@media screen and (min-width:768px){body:has(#SiteHeader[data-transparent]) #MainContent{margin-block-start:calc(var(--header-overlay-height, calc(2.75rem + var(--space-lg) * 2)) * -1)}}.header-section:has(.header[data-transparent]):not(.header-scrolled):not(:has(.header__submenu[open])) .header{--header-background-opacity: 0;color:rgb(var(--color-white));box-shadow:none;transition:color var(--animation-nav) var(--animation-nav-delay)}.header-section:has(.header[data-transparent]):not(.header-scrolled):not(:has(.header__submenu[open])) .header__logo-img--dark{opacity:0}.header-section:has(.header[data-transparent]):not(.header-scrolled):not(:has(.header__submenu[open])) .header__logo-img--light{opacity:1}.header-section:has(.header[data-transparent]):not(.header-scrolled):not(:has(.header__submenu[open])) .menu__item .btn-duplicate{background-color:rgb(var(--color-white));color:rgb(var(--color-brand))}.header__buttons{display:flex;align-items:center;gap:var(--space-2xs);margin-inline:calc(var(--sp-2d5) * -1);transition:color var(--animation-nav) var(--animation-nav-delay)}.header__buttons>:is(a,button){min-width:2.75rem;height:2.75rem}.header__action{position:relative;display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;color:inherit;text-decoration:none}.header__action .icon{width:var(--size-icon);height:var(--size-icon)}.header__cart-count{position:absolute;top:0;inset-inline-end:0;min-width:1.1rem;padding:0 .25rem;border-radius:var(--radius-full);background-color:rgb(var(--color-accent));color:rgb(var(--color-background));font-size:var(--text-3xs);line-height:1.1rem;text-align:center}.corner{position:absolute;display:flex;pointer-events:none;width:var(--radius-section);height:var(--radius-section);color:rgb(var(--color-background));transform:rotate(var(--tw-rotate, 0deg)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)) translate(var(--tw-translate-x, 0));transition:all var(--animation-nav)}.corner svg{width:100%;height:100%}.corner path:last-child{stroke-width:.225em;stroke:rgb(var(--color-foreground) / .115);opacity:0;transition:opacity var(--animation-nav)}.corner.top{inset-block-end:100%}.corner.bottom{inset-block-start:100%}.corner.left{left:0}.corner.right{right:0}.corner.bottom.right{--tw-scale-x: -1}.corner.top.left{--tw-rotate: -90deg}.corner.top.right{--tw-scale-y: -1;--tw-rotate: -90deg}.cutout{position:absolute;inset-inline-start:0;inset-block-start:100%;width:100%;opacity:0;z-index:-1;height:1px;background-color:rgb(var(--color-foreground) / .115);transition:opacity var(--animation-nav)}.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner{color:transparent;width:0;height:0}.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner.left{--tw-translate-x: calc(var(--radius-section) * -1)}.header-section:not(.header-scrolled) .header:not(.section--next-rounded) .header__corner.right{--tw-translate-x: var(--radius-section)}.header-scrolled .header__corner path:first-child{fill:rgb(var(--color-background))}.header-scrolled .header__corner path:last-child,.header-scrolled .header__cutout{opacity:1}.header-scrolled .header{padding-block-start:calc(var(--space-md) * .75);padding-block-end:calc(var(--space-md) * .75)}@media screen and (min-width:1024px){.header-scrolled .header{padding-block-start:calc(var(--space-lg) * .75);padding-block-end:calc(var(--space-lg) * .75)}}.header-section.header-scrolled .header:before{border-radius:0}#MenuDrawer .drawer__body{padding:0;overflow:hidden}.menu-drawer{position:relative;height:100%;overflow:hidden}.menu-drawer__list{display:flex;flex-direction:column;height:100%;margin:0;padding:var(--space-md) 0;overflow-y:auto;overscroll-behavior:contain;list-style:none}.menu-drawer__link{display:block;padding:var(--space-xs) var(--space-md);border-bottom:1px solid var(--color-border-subtle);text-decoration:none}.menu-drawer__link--toggle{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xs);cursor:pointer;list-style:none}.menu-drawer__link--toggle::-webkit-details-marker{display:none}.menu-drawer__chevron{flex:0 0 auto;width:calc(var(--size-icon) * .75);height:calc(var(--size-icon) * .75);transition:transform var(--duration-fast) var(--ease-nav)}.menu-drawer[data-menu-enhanced] .menu-drawer__panel{position:absolute;inset-block:0;inset-inline:0;z-index:1;display:flex;flex-direction:column;background-color:rgb(var(--color-background));transform:translate(100%);transition:transform var(--duration-base) var(--ease-primary)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel{z-index:2;transform:none}.menu-drawer[data-menu-enhanced] .is-shifted>li>:is(a,details>summary){transform:translate(-30%);transition:transform var(--duration-base) var(--ease-primary)}.menu-drawer__panel-body{flex:1;padding-block:var(--space-sm) var(--space-md);overflow-y:auto;overscroll-behavior:contain}.menu-drawer__back{display:flex;flex:none;gap:var(--space-xs);align-items:center;width:100%;min-height:var(--sp-11);padding:var(--space-xs) var(--space-md);border:0;border-block-end:1px solid var(--color-border-subtle);background-color:transparent;color:inherit;font-size:var(--text-base);font-weight:var(--font-body--weight-bold);text-align:start;cursor:pointer}.menu-drawer[data-menu-enhanced] .menu-drawer__back{display:flex}.menu-drawer:not([data-menu-enhanced]) .menu-drawer__back{display:none}.menu-drawer__back-icon{flex:0 0 auto;width:calc(var(--size-icon) * .75);height:calc(var(--size-icon) * .75);transition:transform var(--duration-fast) var(--ease-nav)}.menu-drawer__sublist{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.menu-drawer__sublist--nested{padding:0}.menu-drawer__sublink{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xs);min-height:var(--sp-11);padding-inline:var(--space-md);text-decoration:none;color:inherit}.menu-drawer__sublist--nested .menu-drawer__sublink{padding-inline-start:calc(var(--space-md) + var(--space-sm))}.menu-drawer__sublink[aria-current=page]{font-weight:var(--font-body--weight-medium)}.menu-drawer__link:active,.menu-drawer__sublink:active,.menu-drawer__back:active,.menu-drawer__product:active{background-color:rgb(var(--color-foreground) / .045)}.menu-drawer__link--toggle:active .menu-drawer__chevron{transform:translate(var(--space-3xs))}.menu-drawer__back:active .menu-drawer__back-icon{transform:translate(calc(var(--space-3xs) * -1))}.menu-drawer__label{margin:0 0 var(--space-2xs);padding-inline:var(--space-md);color:rgb(var(--color-muted));font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase}.menu-drawer__products{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.menu-drawer__product{display:flex;gap:var(--space-sm);align-items:center;padding:var(--space-2xs) var(--space-md);color:inherit;text-decoration:none}.menu-drawer__product-media{flex:none;width:var(--sp-20);height:var(--sp-20);overflow:hidden;border-radius:var(--radius-card);background-color:rgb(var(--color-surface))}.menu-drawer__product-details{display:flex;flex-direction:column;gap:var(--sp-0d5);min-width:0}.menu-drawer__product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:var(--text-sm)}.menu-drawer__product-price{font-size:var(--text-xs)}.menu-drawer__promo{display:flex;flex-direction:column;margin:var(--space-sm) var(--space-md) 0;overflow:hidden;border-radius:var(--radius-card);background-color:rgb(var(--color-surface));color:rgb(var(--color-foreground));text-decoration:none}.menu-drawer__promo-content{display:flex;gap:var(--space-sm);align-items:center;justify-content:space-between;padding:var(--space-sm)}.menu-drawer__promo-text{display:flex;flex-direction:column}.menu-drawer__promo-heading{font-size:var(--text-sm);font-weight:var(--font-body--weight-medium)}.menu-drawer__promo-sub{color:rgb(var(--color-muted));font-size:var(--text-xs)}.menu-drawer__promo svg{flex:0 0 auto;width:calc(var(--size-icon) * .75);height:calc(var(--size-icon) * .75)}.menu-drawer__sticky{flex:none;padding:var(--space-xs) var(--space-md) var(--space-md);border-block-start:1px solid var(--color-border-subtle);background-color:rgb(var(--color-background))}.menu-drawer__cta{justify-content:space-between;text-align:start}.menu-drawer__cta svg{flex:0 0 auto;width:calc(var(--size-icon) * .75);height:calc(var(--size-icon) * .75)}.menu-drawer[data-menu-enhanced] .menu-drawer__list>li,.menu-drawer[data-menu-enhanced] .menu-drawer__panel-body>.menu-drawer__label,.menu-drawer[data-menu-enhanced] .menu-drawer__panel-body>.menu-drawer__promo,.menu-drawer[data-menu-enhanced] .menu-drawer__panel-body>ul>li{opacity:0;transform:translate(var(--space-sm-md))}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li,.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>:is(.menu-drawer__label,.menu-drawer__promo),.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li{opacity:1;transform:none;transition:opacity var(--duration-menu-item) var(--ease-menu-item),transform var(--duration-menu-item) var(--ease-menu-item)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>.menu-drawer__label{transition-delay:0s}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>.menu-drawer__promo{transition-delay:calc(var(--delay-menu-stagger) * 5)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li{transition-delay:calc(var(--delay-menu-stagger) * 1)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+2){transition-delay:calc(var(--delay-menu-stagger) * 2)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+3){transition-delay:calc(var(--delay-menu-stagger) * 3)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+4){transition-delay:calc(var(--delay-menu-stagger) * 4)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+5){transition-delay:calc(var(--delay-menu-stagger) * 5)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+6){transition-delay:calc(var(--delay-menu-stagger) * 6)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+7){transition-delay:calc(var(--delay-menu-stagger) * 7)}.menu-drawer[data-menu-enhanced] .is-active>.menu-drawer__panel>.menu-drawer__panel-body>ul>li:nth-child(n+8){transition-delay:calc(var(--delay-menu-stagger) * 8)}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li{transition-delay:calc(var(--delay-drawer-content-in) + var(--delay-menu-stagger))}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li:nth-child(n+2){transition-delay:calc(var(--delay-drawer-content-in) + var(--delay-menu-stagger) * 2)}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li:nth-child(n+3){transition-delay:calc(var(--delay-drawer-content-in) + var(--delay-menu-stagger) * 3)}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li:nth-child(n+4){transition-delay:calc(var(--delay-drawer-content-in) + var(--delay-menu-stagger) * 4)}.drawer[data-state=open] .menu-drawer[data-menu-enhanced] .menu-drawer__list>li:nth-child(n+5){transition-delay:calc(var(--delay-drawer-content-in) + var(--delay-menu-stagger) * 5)}.search-form{display:flex;gap:var(--space-2xs)}@media(prefers-reduced-motion:reduce){.corner,.cutout,.header-section .header:before,.header__logo :is(a,img),.header__submenu-chevron,.menu-drawer__chevron,.menu-drawer__back-icon,.menu-drawer[data-menu-enhanced] .is-shifted>li>:is(a,details>summary),.header__buttons{transition:none}.header__submenu-panel,.menu-drawer[data-menu-enhanced] .menu-drawer__panel{transition-duration:1ms}}.hero{--hero-height: calc(var(--space-4xl) * 4);position:relative;display:grid;align-content:end;isolation:isolate;overflow:hidden}.hero--cover,.hero--product{min-height:var(--hero-height)}@media screen and (min-width:768px){.hero{--hero-height: calc(var(--space-4xl) * 5.25)}}@media screen and (min-width:1536px){.hero{--hero-height: calc(var(--space-4xl) * 6.25)}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2}.hero__image{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,rgb(var(--color-shadow) / 0) 45%,rgb(var(--color-shadow) / .55))}.hero--cover .hero__content{color:rgb(var(--color-background))}.hero--product{background-color:rgb(var(--color-surface))}.hero--product .hero__image{object-fit:contain;object-position:center;opacity:.35}@media screen and (min-width:768px){.hero--product .hero__media{inset-inline-start:50%}.hero--product .hero__image{opacity:1}}.hero--plain{background-color:rgb(var(--color-surface))}.hero__content{display:grid;gap:var(--space-md);padding-block:clamp(var(--space-2xl),3.4vw,var(--space-3xl))}@media screen and (min-width:768px){.hero__content{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--space-lg)}}.hero__box{display:grid;gap:var(--space-sm);max-width:32rem}.hero__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em}.hero__heading{margin:0;font-size:var(--title-md);line-height:var(--leading-tight)}.hero__body{animation:hero-rise var(--duration-slow) var(--ease-smooth) calc(var(--duration-short) * 2) both}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-2xs);animation:hero-rise var(--duration-slow) var(--ease-smooth) calc(var(--duration-short) * 2.75) both}.hero--cover .hero__actions .button--primary{--button-ring-color: rgb(var(--color-background));background-color:rgb(var(--color-background));border-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hero--cover .hero__actions .button--primary:before{background-color:rgb(var(--color-brand))}@media(hover:hover){.hero--cover .hero__actions .button--primary:hover:not([disabled]){color:rgb(var(--color-background))}}.hero--cover .hero__actions .button--primary:focus-visible:not([disabled]){color:rgb(var(--color-background))}.hero--cover .hero__actions .button--secondary{border-color:rgb(var(--color-background));color:rgb(var(--color-background))}.hero__spotlight{position:absolute;z-index:1;inset-block-end:var(--space-sm);inset-inline-end:var(--space-sm);display:none;align-items:baseline;gap:var(--space-2xs);padding:var(--space-2xs) var(--space-sm);border-radius:var(--radius-full);background-color:rgb(var(--color-background));text-decoration:none}@media screen and (min-width:768px){.hero__spotlight{display:inline-flex}}@media(hover:hover){.hero__spotlight:hover .hero__spotlight-name{color:rgb(var(--color-brand))}}@keyframes hero-rise{0%{opacity:0;transform:translateY(60%)}to{opacity:1;transform:translateY(0)}}.image-comparison__inner{width:100%;max-width:var(--content-width);margin-inline:auto}.image-comparison__header{display:grid;justify-items:center;gap:var(--space-sm);text-align:center;margin-block-end:clamp(var(--space-lg),2.526vw,calc(var(--space-lg) + var(--space-2xs)))}.image-comparison__eyebrow{margin:0;font-size:var(--text-fluid-lg);font-weight:var(--font-body--weight-medium)}.image-comparison__heading{margin:0;font-size:var(--title-md)}.image-comparison__heading em{font-style:normal;background-image:linear-gradient(90deg,rgb(var(--color-accent)),rgb(var(--color-foreground)));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-repeat:no-repeat;background-position:0 100%;background-size:100% 100%}html.js .image-comparison__heading[data-reveal]:not(.is-revealed) em{background-size:0 100%}html.js .image-comparison__heading em{transition:background-size var(--animation-smooth)}.image-comparison__frame{--percent: 50%;--button-touch: 44px;--button-line: 3px;--button-width: 28px;--button-height: 48px;--drag-icon-width: 10px;display:block;position:relative;height:300px;border-radius:var(--radius-card);overflow:hidden}@media screen and (min-width:768px){.image-comparison__frame{--button-line: 4px;--button-width: 38px;--button-height: 64px;--drag-icon-width: 12px;height:637.5px}}@media screen and (min-width:1536px){.image-comparison__frame{height:750px}}.image-comparison__before,.image-comparison__after{position:absolute;top:0;right:0;bottom:0;left:0}.image-comparison__after{z-index:1;clip-path:inset(0 0 0 var(--percent))}.image-comparison__frame.is-animating .image-comparison__after{transition:clip-path var(--animation-smooth)}.image-comparison__image{width:100%;height:100%;object-fit:cover}.image-comparison__placeholder-art{background-color:rgb(var(--color-surface))}.image-comparison__placeholder-art--after{background-color:rgb(var(--color-foreground) / .6)}.image-comparison__button{position:absolute;z-index:2;inset-block-start:0;inset-inline-start:var(--percent);width:var(--button-touch);height:100%;margin-inline-start:calc(var(--button-touch) / -2);padding:0;border:0;background:none;color:rgb(var(--color-foreground));cursor:col-resize}.image-comparison__frame.is-animating .image-comparison__button{transition:inset-inline-start var(--animation-smooth)}.image-comparison__button:before,.image-comparison__button:after{content:"";position:absolute;z-index:-1;width:var(--button-line);height:50%;inset-inline-start:50%;margin-inline-start:calc(var(--button-line) / -2);background-color:rgb(var(--color-background))}.image-comparison__button:before{inset-block-start:0}.image-comparison__button:after{inset-block-end:0}.image-comparison__handle{position:absolute;inset-block-start:50%;inset-inline-start:50%;width:var(--button-width);height:var(--button-height);margin-inline-start:calc(var(--button-width) / -2);margin-block-start:calc(var(--button-height) / -2);display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);background-color:rgb(var(--color-background));pointer-events:none}.image-comparison__drag-icon{width:var(--drag-icon-width)}.image-comparison__button:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:-2px}.image-comparison__label{position:absolute;inset-block-end:var(--space-md);padding:var(--space-2xs) var(--space-sm);background-color:rgb(var(--color-background));border-radius:var(--radius-full);font-size:var(--text-fluid-sm);font-weight:var(--font-body--weight-medium)}.image-comparison__label--before{inset-inline-start:var(--space-md)}.image-comparison__label--after{inset-inline-end:var(--space-md)}.images-overlay{position:relative;overflow:hidden;display:grid;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));min-height:500px}@media screen and (min-width:768px){.images-overlay{min-height:552.5px}}@media screen and (min-width:1536px){.images-overlay{min-height:650px}}.images-overlay__collage{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.images-overlay__main{--tiles-height: 52vw;--tileswrap-height: calc(var(--tiles-height) * 3.5);--tile-margin: 1vw;position:absolute;inset-block-start:50%;inset-inline-start:55%;height:var(--tileswrap-height);transform:translate(-50%,-50%) rotate(50deg);display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:768px){.images-overlay__main{--tileswrap-height: calc(var(--tiles-height) * 2);inset-block-start:20%;inset-inline-start:60%}}@media screen and (min-width:1024px){.images-overlay__main{--tileswrap-height: calc(var(--tiles-height) * 1.8);inset-block-start:50%}}.images-overlay__row{display:flex;will-change:transform}.images-overlay__row:nth-child(1){opacity:.3}.images-overlay__row:nth-child(2){opacity:.2}.images-overlay__row:nth-child(3){opacity:.1}.images-overlay__tile{flex:none;width:calc(var(--tileswrap-height) / 4 - var(--tile-margin) * 2);height:calc(var(--tileswrap-height) / 4 - var(--tile-margin) * 2);margin:var(--tile-margin);border-radius:var(--radius-card);overflow:hidden;transform:rotate(-90deg)}.images-overlay__tile img,.images-overlay__placeholder{width:100%;height:100%;object-fit:cover}.images-overlay__content{position:relative;z-index:1;grid-area:1 / 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:var(--page-width);width:100%;margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-2xl)}.images-overlay__tagline{margin:0 0 var(--space-sm);font-size:var(--text-xs);font-weight:var(--font-body--weight-medium);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:rgb(var(--color-accent))}.images-overlay__heading{margin:0;max-width:22ch}.images-overlay__text{margin-block-start:var(--space-md);max-width:45ch;opacity:.75}.images-overlay__link{margin-block-start:var(--space-lg)}.images-overlay .button--secondary{--button-ring-color: rgb(var(--color-background));color:rgb(var(--color-background))}.images-overlay .button--secondary:before{background-color:rgb(var(--color-background))}@media(hover:hover){.images-overlay .button--secondary:hover:not([disabled]){color:rgb(var(--color-foreground))}}.logo-marquee{overflow-x:clip;overflow-y:visible}.logo-marquee--tint-accent{--band-tint: rgb(var(--color-accent) / .12)}.logo-marquee--tint-surface{--band-tint: rgb(var(--color-surface))}.logo-marquee--tint-none{--band-tint: transparent}.logo-marquee__band{position:relative;z-index:1;padding-block:calc(var(--section-padding-start) * .75) calc(var(--section-padding-end) * .75);transform:rotate(-3deg)}@media screen and (min-width:768px){.logo-marquee__band{padding-block:var(--section-padding-start) var(--section-padding-end)}}.logo-marquee--left .logo-marquee__band{transform:rotate(3deg)}.logo-marquee__band:before{content:"";position:absolute;z-index:-1;inset-block-start:0;inset-inline-start:-5%;width:110%;height:100%;background-color:var(--band-tint)}.logo-marquee__band--ghost{z-index:0;margin-block-start:-1%;transform:rotate(3deg);filter:grayscale(1);opacity:.25}.logo-marquee--left .logo-marquee__band--ghost{transform:rotate(-3deg)}.logo-marquee__scroll{--band-gap: 70px;display:flex;align-items:center}@media screen and (min-width:1024px){.logo-marquee__scroll{--band-gap: 140px}}.logo-marquee__scroll:not(.is-ready){justify-content:center}.logo-marquee__scroll .marquee{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;gap:var(--band-gap);padding-inline:calc(var(--band-gap) / 2)}.logo-marquee__scroll.is-ready .marquee{animation:marquee-left var(--marquee-duration, 26s) linear infinite}.logo-marquee__scroll[data-direction=right].is-ready .marquee{animation-name:marquee-right}.logo-marquee__scroll:hover .marquee,.logo-marquee__scroll.is-paused .marquee{animation-play-state:paused}.logo-marquee__item{display:flex;align-items:center;flex-shrink:0;min-height:calc(var(--logo-height, 60px) * .75);color:rgb(var(--color-foreground) / .7)}@media screen and (min-width:1024px){.logo-marquee__item{min-height:var(--logo-height, 60px)}}.logo-marquee__image{width:auto;height:calc(var(--logo-height, 60px) * .75)}@media screen and (min-width:1024px){.logo-marquee__image{height:var(--logo-height, 60px)}}.logo-marquee__text{font-size:var(--title-sm)}@media(prefers-reduced-motion:reduce){.logo-marquee__scroll.is-ready .marquee{animation:none}}.newsletter-bar{position:fixed;left:0;inset-block-start:50vh;transform:translateY(-50%);z-index:calc(var(--z-sticky-header) - 1);display:grid;gap:var(--sp-3);width:var(--sp-13);margin-inline:var(--space-md);padding-block:var(--sp-2);border-radius:var(--radius-full);background-color:rgb(var(--color-background) / .8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 0 0 1px var(--color-border-default);transition:opacity var(--duration-short) var(--ease-smooth),backdrop-filter var(--duration-short) var(--ease-smooth)}.newsletter-bar--dimmed:not(:hover,:focus-within){opacity:.4;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}@supports (height: 100svh){.newsletter-bar{inset-block-start:50svh}}.newsletter-bar__list{display:flex;flex-direction:column;align-items:center;gap:var(--sp-0d5);padding-block-start:var(--space-3xs);margin:0;padding-inline:0;list-style:none}.newsletter-bar:not(:has(.newsletter-bar__button)) .newsletter-bar__list{padding-block-start:0}.newsletter-bar__item{width:var(--sp-10);height:var(--sp-10)}.newsletter-bar__social-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:var(--radius-full);color:rgb(var(--color-foreground));background-color:transparent;transition:background-color var(--duration-short) var(--ease-smooth)}@media screen and (pointer:fine){.newsletter-bar__social-link:hover{background-color:rgb(var(--color-foreground) / .045)}}.newsletter-bar__social-link:focus-visible{background-color:rgb(var(--color-foreground) / .045)}.newsletter-bar__icon{width:var(--space-sm-md);height:var(--space-sm-md)}.newsletter-bar__button{writing-mode:vertical-rl;transform:rotate(-180deg);display:flex;align-items:center;justify-content:center;padding-inline:var(--space-sm);margin-block:var(--sp-2);border-radius:var(--radius-full);font-size:var(--text-3xs);line-height:var(--leading-normal);letter-spacing:var(--tracking-wider);text-transform:uppercase;text-decoration:none;color:rgb(var(--color-foreground));background-color:rgb(var(--color-foreground) / .045);transition:background-color var(--duration-short) var(--ease-smooth)}.newsletter-bar__button--static{cursor:default}@media screen and (pointer:fine){a.newsletter-bar__button:hover{background-color:rgb(var(--color-foreground) / .09)}a.newsletter-bar__button:hover .newsletter-bar__label{animation:newsletter-bar-beat var(--duration-beat) infinite ease}}a.newsletter-bar__button:focus-visible{background-color:rgb(var(--color-foreground) / .09)}@keyframes newsletter-bar-beat{0%,to{transform:scale(1)}50%{transform:scale(var(--scale-beat))}}@media(prefers-reduced-motion:reduce){a.newsletter-bar__button:hover .newsletter-bar__label{animation:none}}.newsletter-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden;transition:visibility 0s linear var(--duration-slow)}.newsletter-modal.is-visible{pointer-events:auto;visibility:visible}.newsletter-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-shadow) / .6);opacity:0;transition:opacity var(--duration-slow) var(--ease-smooth)}.newsletter-modal.is-visible .newsletter-modal__overlay{opacity:1}.newsletter-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:min(90vw,800px);max-height:90vh;overflow-y:auto;border-radius:var(--radius-lg);background-color:rgb(var(--color-background));box-shadow:0 20px 60px rgb(var(--color-shadow) / .3);opacity:0;transition:opacity var(--duration-slow) var(--ease-smooth),transform var(--duration-slow) var(--ease-smooth)}.newsletter-modal.is-visible .newsletter-modal__content{opacity:1;transform:translate(-50%,-50%) scale(1)}.newsletter-modal__close{position:absolute;top:var(--space-md);right:var(--space-md);z-index:10}.newsletter-modal__body{display:grid}@media screen and (min-width:768px){.newsletter-modal__body{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.newsletter-modal__media{aspect-ratio:4 / 3;overflow:hidden}@media screen and (min-width:768px){.newsletter-modal__media{aspect-ratio:3 / 4}}.newsletter-modal__image{width:100%;height:100%;object-fit:cover}.newsletter-modal__form{display:grid;gap:var(--space-md);padding:var(--space-xl);align-content:center}.newsletter-modal__heading{margin:0;font-size:var(--title-md);line-height:var(--leading-tight)}.newsletter-modal__subheading{margin:0;font-size:var(--text-base);line-height:var(--leading-prose)}.newsletter-modal__input-group{display:grid;gap:var(--space-sm)}@media screen and (min-width:480px){.newsletter-modal__input-group{grid-template-columns:1fr auto}}.newsletter-modal__input{padding:var(--space-sm) var(--space-md);border:1px solid rgb(var(--color-foreground) / .1);border-radius:var(--radius-md);background-color:transparent;font-size:var(--text-base)}.newsletter-modal__success{margin:0;font-size:var(--text-sm)}.newsletter-modal__incentive{margin:0;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.05em}.newsletter-modal__social{display:grid;gap:var(--space-sm);padding-top:var(--space-md);border-top:1px solid rgb(var(--color-foreground) / .1);margin-top:var(--space-md)}.newsletter-modal__social-label{margin:0;text-transform:uppercase;letter-spacing:.05em}.newsletter-modal__social-links{display:flex;gap:var(--space-sm)}.newsletter-modal__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-full);background-color:rgb(var(--color-surface));color:rgb(var(--color-foreground));transition:background-color var(--duration-short) var(--ease-smooth)}.newsletter-modal__social-link:hover{background-color:rgb(var(--color-brand));color:rgb(var(--color-background))}.page-masthead{position:relative;display:grid;gap:var(--space-lg)}.page-masthead__text{display:grid;gap:var(--space-sm);max-width:22ch}.page-masthead__eyebrow{color:rgb(var(--color-brand))}.page-masthead__heading{font-size:var(--title-xl);letter-spacing:var(--tracking-heading)}.page-masthead__body{max-width:46ch;font-size:var(--text-fluid-md);line-height:var(--leading-normal);color:rgb(var(--color-foreground) / .75)}@media screen and (min-width:1024px){.page-masthead__text{max-width:18ch}}.page-masthead--media{--section-padding-start: 0px;--section-padding-end: 0px;--masthead-h: 750}.page-masthead--media .page-masthead__media{position:relative;overflow:hidden;transform:translateZ(0);height:calc(var(--masthead-h) * .65 * 1px)}@media screen and (min-width:768px){.page-masthead--media .page-masthead__media{height:calc(var(--masthead-h) * .85 * 1px)}}@media screen and (min-width:1536px){.page-masthead--media .page-masthead__media{height:calc(var(--masthead-h) * 1px)}}.page-masthead--media .responsive-picture{display:block;width:100%;height:100%}.page-masthead--media .page-masthead__image{width:100%;height:100%;object-fit:cover;object-position:var(--focal-point, 50% 50%);animation:page-masthead-zoom calc(var(--duration-slow) * 2) var(--ease-reveal) both}@keyframes page-masthead-zoom{0%{transform:scale(1.3)}to{transform:scale(1)}}.page-masthead__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,rgb(var(--color-shadow) / 0),rgb(var(--color-shadow) / .07) 40%,rgb(var(--color-shadow) / .72))}.page-masthead--media .page-masthead__media:after{content:"";position:absolute;inset-block-end:0;inset-inline:0;height:var(--radius-section);background-color:rgb(var(--color-background));border-start-start-radius:var(--radius-section);border-start-end-radius:var(--radius-section)}.page-masthead--media .page-masthead__text{position:absolute;inset-block-end:0;inset-inline:0;z-index:1;max-width:none;padding-inline:var(--page-margin);padding-block-end:calc(clamp(var(--space-lg-xl),3.368vw,var(--space-2xl)) + var(--radius-section));color:rgb(var(--color-white))}.page-masthead--media .page-masthead__eyebrow,.page-masthead--media .page-masthead__body{color:rgb(var(--color-white))}.page__title{max-width:24ch;margin-inline:auto;margin-block-end:var(--space-xl);font-size:var(--title-xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading);text-align:center}.page__content{max-width:68ch;margin-inline:auto;padding-block-start:var(--space-xl);border-block-start:1px solid var(--color-border-subtle)}.page__content>*+*{margin-block-start:var(--space-md)}.page__content :is(h2,h3,h4){margin-block-start:var(--space-xl);color:rgb(var(--color-brand))}.page__content :is(ul,ol){padding-inline-start:var(--space-lg)}.page__content li+li{margin-block-start:var(--space-2xs)}.page__content li::marker{color:rgb(var(--color-brand) / .55)}.page__content a:not(.button){color:rgb(var(--color-brand));text-decoration-color:rgb(var(--color-brand) / .35);transition:text-decoration-color var(--duration-fast) var(--ease-primary)}@media(hover:hover){.page__content a:not(.button):hover{text-decoration-color:rgb(var(--color-brand))}}.page__content table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;font-size:var(--text-sm)}.page__content :is(th,td){padding:var(--space-2xs) var(--space-sm);border-block-end:1px solid var(--color-border-subtle);text-align:start;vertical-align:top}.page__content th{color:rgb(var(--color-brand));font-weight:var(--font-body--weight-medium);white-space:nowrap}.page__content hr{margin-block:var(--space-xl);border:0;border-block-start:1px solid var(--color-border-subtle)}.page__content img{border-radius:var(--radius-card)}.product-bundle__heading{text-align:center;margin:0 0 var(--space-sm)}.product-bundle__subheading{text-align:center;margin:0 0 var(--space-xl);font-size:var(--text-lg)}.product-bundle__content{display:grid;gap:var(--space-xl)}@media screen and (min-width:1024px){.product-bundle__content{grid-template-columns:minmax(0,1fr) minmax(0,300px);align-items:start}}.product-bundle__products{display:grid;gap:var(--space-lg)}.product-bundle__item{display:grid;grid-template-columns:100px 1fr auto;gap:var(--space-md);align-items:center;padding:var(--space-md);border-radius:var(--radius-lg);background-color:rgb(var(--color-surface))}.product-bundle__media{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden}.product-bundle__image{width:100%;height:100%;object-fit:cover}.product-bundle__info{display:grid;gap:var(--space-2xs)}.product-bundle__title{margin:0;font-size:var(--text-base);font-weight:500}.product-bundle__variant{width:100%;padding:var(--space-2xs) var(--space-sm);border:1px solid rgb(var(--color-foreground) / .1);border-radius:var(--radius-md);background-color:transparent;font-size:var(--text-sm)}.product-bundle__quantity{display:flex;align-items:center;gap:var(--space-2xs)}.product-bundle__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(var(--color-foreground) / .1);border-radius:var(--radius-md);background-color:transparent;font-size:var(--text-lg);cursor:pointer;transition:background-color var(--duration-short) var(--ease-smooth)}.product-bundle__qty-btn:hover{background-color:rgb(var(--color-surface))}.product-bundle__qty-input{width:48px;height:32px;text-align:center;border:1px solid rgb(var(--color-foreground) / .1);border-radius:var(--radius-md);background-color:transparent;font-size:var(--text-base)}.product-bundle__sidebar{position:sticky;top:var(--space-xl)}.product-bundle__summary{padding:var(--space-lg);border-radius:var(--radius-lg);background-color:rgb(var(--color-surface))}.product-bundle__summary-title{margin:0 0 var(--space-md);font-size:var(--text-lg);font-weight:500}.product-bundle__total{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;border-top:1px solid rgb(var(--color-foreground) / .1);border-bottom:1px solid rgb(var(--color-foreground) / .1);margin-bottom:var(--space-md)}.product-bundle__total-value{font-size:var(--title-md);font-weight:700}.product-bundle__savings{font-size:var(--text-sm);margin:0 0 var(--space-md)}.product-bundle__submit{width:100%}.product-bundle__info-text{text-align:center;margin:var(--space-xl) 0 0;font-size:var(--text-sm)}.product-bundle__placeholder{grid-column:span 3;display:flex;align-items:center;justify-content:center;min-height:100px}.product-details__title-wrapper{margin-block-end:clamp(var(--space-lg),2.526vw,var(--space-xl))}.product-details .accordion__content{color:rgb(var(--color-foreground) / .6);max-width:100%}.product-details .spec-list{margin:0}.product-details .spec-list__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-sm);padding-block:var(--space-2xs)}.product-details .spec-list__row+.spec-list__row{border-top:1px solid var(--color-border-subtle)}.product-details .spec-list__label{margin:0;min-width:0}.product-details .spec-list__value{margin:0;min-width:0;text-align:end;color:rgb(var(--color-foreground))}.product-details .device-list{display:flex;flex-wrap:wrap;gap:var(--space-3xs);margin:0;padding:0;list-style:none}.product-details .device-list__item{padding:var(--space-3xs) var(--space-2xs);border-radius:var(--radius-input);background-color:rgb(var(--color-surface))}.product-details__list{display:flex;flex-direction:column;gap:var(--space-3xs);margin:0;padding:0;list-style:none}.product-details__list li{display:flex;align-items:center;gap:var(--space-2xs)}.product-details__warranty{margin:0}.recommendations{--section-padding-start: 0px}.recommendations__title{margin:0 0 var(--space-md);font-size:var(--text-h3);line-height:var(--leading-tight)}.shopify-section.product-scrollspy-section{position:sticky;top:calc(var(--sticky-header-height) + var(--space-2xs));z-index:var(--z-scrollspy);pointer-events:none;transition:top var(--duration-base) var(--ease-primary)}@media screen and (max-width:767px){body:has(.header-section--hidden:not(:focus-within)) .shopify-section.product-scrollspy-section{top:var(--space-2xs)}}.product-scrollspy{display:none}.product-scrollspy[data-ready]{display:block;padding-block:var(--space-2xs)}.product-scrollspy__nav{display:inline-flex;max-width:100%;pointer-events:auto;border-radius:var(--radius-button);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:inset 0 0 0 1px var(--color-border-default)}.product-scrollspy__list{display:flex;align-items:center;gap:var(--space-3xs);padding:var(--space-3xs);margin:0;list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-scrollspy__list::-webkit-scrollbar{display:none}.product-scrollspy__item{flex:0 0 auto;scroll-snap-align:start}.product-scrollspy__link{display:inline-flex;align-items:center;justify-content:center;height:2.625rem;padding-inline:var(--space-sm-md);border:0;border-radius:var(--radius-button);background-color:transparent;color:inherit;font-family:inherit;font-size:var(--text-fluid-md);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color var(--duration-short) var(--ease-primary),color var(--duration-short) var(--ease-primary)}@media(hover:hover){.product-scrollspy__link:hover{background-color:rgb(var(--color-surface))}}.product-scrollspy__link[aria-current=location]{background-color:rgb(var(--color-surface));color:rgb(var(--color-foreground))}.product-scrollspy__top{width:2.625rem;padding-inline:0}.product-scrollspy__link:focus-visible{outline-offset:calc(var(--focus-ring-offset) * -1)}.pull-quote__quote{position:relative;max-width:64rem;margin:0 auto;padding-block-start:calc(var(--space-lg) + var(--space-md));font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);font-size:var(--text-h2);line-height:1.3;text-align:center}@media screen and (min-width:768px){.pull-quote__quote{padding-block-start:calc(var(--space-xl) + var(--space-lg))}}.pull-quote__icon{position:absolute;top:0;left:50%;transform:translate(-50%);width:var(--space-xl);height:var(--space-xl);fill:currentcolor;stroke:none}.pull-quote__cite{display:block;margin-block-start:calc(var(--space-lg) + var(--space-3xs) / 2);font-family:var(--font-body--family);font-size:var(--text-md);font-style:normal;font-weight:500;line-height:var(--leading-normal);letter-spacing:0;opacity:.6}.statement:is(.section--surface,.section--solid){padding-inline:var(--space-lg);border-radius:var(--radius-card)}@media screen and (min-width:1024px){.statement:is(.section--surface,.section--solid){padding-inline:var(--space-xl)}}@media screen and (min-width:1536px){.statement:is(.section--surface,.section--solid):not(.statement--stacked) .statement__grid{padding-inline:0}}.statement__grid{display:grid;align-items:start;gap:clamp(var(--space-lg),2.526vw,var(--space-xl))}@media screen and (min-width:1024px){.statement__grid{grid-template-columns:2fr 3fr;gap:var(--space-xl)}}@media screen and (min-width:1536px){.statement:not(.statement--stacked) .statement__grid{grid-template-columns:3fr 4fr;gap:0;padding-inline:var(--space-xl)}.statement:not(.statement--stacked) .statement__grid>*{padding-inline:var(--space-xl)}}@media screen and (min-width:1024px){.statement--stacked .statement__grid{grid-template-columns:1.5fr 1fr;gap:calc(var(--space-2xl) - var(--space-3xs))}.statement--stacked .statement__lead{gap:var(--space-sm);padding-inline-end:calc(var(--space-2xl) - var(--space-3xs))}}.statement--stacked .statement__lead .statement__body{margin-block-start:var(--space-2xs)}.statement__collage{position:relative;padding:var(--space-sm)}.statement__collage-frame{aspect-ratio:1;overflow:hidden;border:1px solid var(--color-border-default);border-radius:var(--radius-card);background-color:rgb(var(--color-background))}.statement__collage-frame--first{width:75%;margin-inline-start:auto;transform:rotate(3deg)}.statement__collage-frame--second{position:absolute;inset-block-start:50%;inset-inline-start:0;z-index:1;width:40%;transform:translateY(-50%) rotate(-4deg)}.statement__collage-image{width:100%;height:100%;object-fit:cover}@media screen and (min-width:1024px){.statement__collage{align-self:center}}@media screen and (max-width:1023px){.statement--stacked .statement__collage{order:-1}}@media screen and (max-width:767px){.statement__lead .button{max-height:2.75rem;padding:calc(var(--space-xs) + var(--space-3xs) / 2) var(--space-sm);font-size:var(--text-xs);gap:calc(var(--space-xs) / 2)}.statement__lead .button .icon{width:var(--space-sm);height:var(--space-sm)}}.statement__lead{display:grid;justify-items:start;gap:var(--space-sm)}@media screen and (min-width:1024px){.statement__lead{gap:var(--space-lg)}}.statement__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.08em}.statement__heading{margin:0}.statement__cta{margin:0;margin-block-start:var(--space-xs)}.statement__body{font-size:clamp(var(--text-base),1.052vw,var(--text-lg));line-height:var(--leading-normal)}.scrolling-text-section{overflow-x:clip;overflow-y:visible}.scrolling-text{--marquee-gap: 70px;--gap: calc(var(--marquee-gap) / 2);display:flex;align-items:center}@media screen and (min-width:1024px){.scrolling-text{--gap: var(--marquee-gap)}}.scrolling-text:not(.is-ready){justify-content:center}.scrolling-text .marquee{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;gap:var(--gap);padding-inline:calc(var(--gap) / 2)}.scrolling-text.is-ready .marquee{animation:marquee-left var(--marquee-duration, 26s) linear infinite}.scrolling-text--right.is-ready .marquee{animation-name:marquee-right}.scrolling-text:hover .marquee,.scrolling-text.is-paused .marquee{animation-play-state:paused}.scrolling-text__item{display:flex;align-items:center;flex-shrink:0;gap:var(--gap)}.scrolling-text--dot .scrolling-text__item:before{content:"";display:block;flex-shrink:0;width:calc(var(--space-md) - var(--space-3xs));height:calc(var(--space-md) - var(--space-3xs));border:1px solid currentColor;border-radius:var(--radius-full)}.scrolling-text__text{margin:0;font-size:max(.75rem,calc(var(--font-size) * .6));letter-spacing:-.04em}@media screen and (min-width:1024px){.scrolling-text__text{font-size:calc(var(--font-size) * .75)}}@media screen and (min-width:1280px){.scrolling-text__text{font-size:var(--font-size)}}.scrolling-text .highlighted-text[data-style=stencil]{--stencil-stroke-width: 2px;-webkit-text-fill-color:rgb(var(--color-background));paint-order:stroke fill}@keyframes marquee-left{0%{transform:translate3d(-100%,0,0)}to{transform:translate3d(-200%,0,0)}}@keyframes marquee-right{0%{transform:translate3d(-200%,0,0)}to{transform:translate3d(-100%,0,0)}}@media(prefers-reduced-motion:reduce){.scrolling-text.is-ready .marquee{animation:none}}.search-page__form{max-width:46rem;margin-block-end:var(--space-lg)}.search-page__field{display:flex;align-items:center;gap:var(--space-2xs);padding:var(--space-3xs) var(--space-3xs) var(--space-3xs) var(--space-sm);border:1px solid var(--color-border-default);border-radius:var(--radius-full);background-color:rgb(var(--color-background))}.search-page__field:focus-within{border-color:rgb(var(--color-brand))}.search-page__icon{flex:0 0 auto;color:rgb(var(--color-muted))}.search-page__input{flex:1 1 auto;min-width:0;min-height:44px;border:0;background:none;color:inherit;font-size:var(--text-md)}.search-page__input:focus{outline:none}.search-page__submit{flex:0 0 auto;border-radius:var(--radius-button)}.search__title{margin:0 0 var(--space-md);font-size:var(--title-xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading)}.search__suggestions{display:flex;flex-wrap:wrap;gap:var(--space-2xs);margin:var(--space-2xs) 0 0;padding:0;list-style:none}.search__suggestion{display:block;padding:var(--space-2xs) var(--space-sm);border:1px solid var(--color-border-default);border-radius:var(--radius-full);font-size:var(--text-sm);text-decoration:none}@media(hover:hover){.search__suggestion:hover{border-color:rgb(var(--color-brand));color:rgb(var(--color-brand))}}.search__pages{margin-block-start:var(--space-xl);padding-block-start:var(--space-md);border-top:1px solid var(--color-border-subtle)}.search__pages-title{margin:0 0 var(--space-2xs);font-size:var(--text-md)}.search__pages-list{display:flex;flex-direction:column;gap:var(--space-3xs);margin:0;padding:0;list-style:none}.shop-hero{--shop-hero-height: calc(var(--space-4xl) * 2.5);--shop-hero-align: center;--shop-hero-text-align: center;position:relative;display:grid;align-content:center;justify-items:var(--shop-hero-align);isolation:isolate;overflow:hidden;min-height:var(--shop-hero-height);text-align:var(--shop-hero-text-align)}.shop-hero--medium{--shop-hero-height: calc(var(--space-4xl) * 3.5)}.shop-hero--large{--shop-hero-height: calc(var(--space-4xl) * 4.5)}.shop-hero--align-left{--shop-hero-align: start;--shop-hero-text-align: left}.shop-hero--align-right{--shop-hero-align: end;--shop-hero-text-align: right}body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero{padding-block-start:var(--header-overlay-height, calc(2.75rem + var(--space-md) * 2))}@media screen and (min-width:768px){body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero{padding-block-start:var(--header-overlay-height, calc(2.75rem + var(--space-lg) * 2))}}.shop-hero__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;display:block}.shop-hero__image{width:100%;height:100%;object-fit:var(--shop-hero-fit);object-position:var(--shop-hero-position)}.shop-hero__scrim{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--color-brand) / var(--shop-hero-overlay))}.shop-hero__content{display:grid;justify-items:inherit;max-width:64rem;padding-block:clamp(calc(var(--space-lg) + var(--space-2xs)),3.368vw,var(--space-2xl))}.shop-hero__content>*+*{margin-block-start:var(--space-sm-md)}.shop-hero__heading{margin:0;font-size:var(--title-xl);line-height:var(--leading-tight);letter-spacing:var(--tracking-heading)}.shop-hero__description{max-width:none}.shop-hero--has-media .shop-hero__content{color:rgb(var(--color-white))}.shop-hero--has-media .button--primary,body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .button--primary{--button-ring-color: rgb(var(--color-background));border-color:rgb(var(--color-background));background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.shop-hero--has-media .button--primary:before,body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .button--primary:before{background-color:rgb(var(--color-brand))}@media(hover:hover){.shop-hero--has-media .button--primary:hover:not([disabled]),body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .button--primary:hover:not([disabled]){color:rgb(var(--color-background))}}.shop-hero--has-media .button--primary:focus-visible:not([disabled]),body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .button--primary:focus-visible:not([disabled]){color:rgb(var(--color-background))}.shop-hero:not(.shop-hero--has-media) .shop-hero__description{color:rgb(var(--color-muted))}body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media){background-color:rgb(var(--color-brand))}body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .shop-hero__content,body:has(#SiteHeader[data-transparent]) #MainContent>*:first-child .shop-hero:not(.shop-hero--has-media) .shop-hero__description{color:rgb(var(--color-white))}.shop-the-feed__heading{text-align:center;margin:0 0 var(--space-xl)}.shop-the-feed__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}@media screen and (min-width:768px){.shop-the-feed__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1024px){.shop-the-feed__grid{grid-template-columns:repeat(4,1fr)}}.shop-the-feed__item{position:relative;aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden}.shop-the-feed__media{position:relative;width:100%;height:100%}.shop-the-feed__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease-smooth)}.shop-the-feed__item:hover .shop-the-feed__image{transform:scale(1.05)}.shop-the-feed__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2xs);background-color:rgb(var(--color-shadow) / .7);opacity:0;transition:opacity var(--duration-short) var(--ease-smooth);text-decoration:none;color:rgb(var(--color-background))}.shop-the-feed__item:hover .shop-the-feed__overlay{opacity:1}.shop-the-feed__product-title{font-weight:500;text-align:center}.shop-the-feed__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgb(var(--color-surface))}.shop-the-feed__empty{grid-column:1 / -1;text-align:center;padding:var(--space-2xl)}.shop-the-feed__action{display:flex;justify-content:center;margin-top:var(--space-xl)}.shop-the-look__heading{text-align:center;margin:0 0 var(--space-sm)}.shop-the-look__subheading{text-align:center;margin:0 0 var(--space-xl);font-size:var(--text-lg)}.shop-the-look__content{display:grid;gap:var(--space-xl)}@media screen and (min-width:1024px){.shop-the-look__content{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start}}.shop-the-look__media{position:relative;aspect-ratio:4 / 3;border-radius:var(--radius-lg);overflow:hidden;background-color:rgb(var(--color-surface))}.shop-the-look__image{width:100%;height:100%;object-fit:cover}.shop-the-look__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.shop-the-look__hotspot{position:absolute;left:var(--hotspot-x, 50%);top:var(--hotspot-y, 50%);transform:translate(-50%,-50%);padding:0;border:none;background:transparent;cursor:pointer;z-index:5}.shop-the-look__hotspot-dot{display:block;width:24px;height:24px;border-radius:var(--radius-full);background-color:rgb(var(--color-background));border:2px solid rgb(var(--color-foreground));transition:transform var(--duration-short) var(--ease-smooth)}.shop-the-look__hotspot:hover .shop-the-look__hotspot-dot{transform:scale(1.2)}.shop-the-look__products{display:grid;gap:var(--space-md)}.shop-the-look__product{border-radius:var(--radius-md);background-color:rgb(var(--color-surface));overflow:hidden}.shop-the-look__product-link{display:grid;grid-template-columns:80px 1fr;gap:var(--space-md);align-items:center;padding:var(--space-sm);text-decoration:none}.shop-the-look__product-media{aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden}.shop-the-look__product-image{width:100%;height:100%;object-fit:cover}.shop-the-look__product-info{display:grid;gap:var(--space-2xs)}.shop-the-look__product-title{margin:0;font-size:var(--text-sm);font-weight:500}.shop-the-look__empty{text-align:center;padding:var(--space-xl)}.testimonials{position:relative;overflow:hidden;display:grid;min-height:500px}@media screen and (min-width:768px){.testimonials{min-height:637.5px}}@media screen and (min-width:1536px){.testimonials{min-height:750px}}.testimonials__media{position:absolute;top:0;right:0;bottom:0;left:0}.testimonials__image,.testimonials__placeholder,.testimonials__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.testimonials__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgb(var(--color-foreground) / .3)}.testimonials__content{position:relative;grid-area:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:64rem;width:100%;margin-inline:auto;padding-inline:var(--page-margin);padding-block:var(--space-lg);text-align:center;color:rgb(var(--color-background))}.testimonials__heading{margin:0 0 var(--space-lg)}.testimonials__carousel{width:100%}.testimonials__track{display:grid}.testimonials__slide{grid-area:1 / 1;align-self:center;visibility:hidden;opacity:0}.testimonials__slide.is-active{visibility:visible;opacity:1;animation:testimonial-fade var(--duration-slow) var(--ease-smooth)}@keyframes testimonial-fade{0%{opacity:0}to{opacity:1}}.testimonials__quote{position:relative;margin:0;padding-block-start:calc(var(--space-lg) + var(--space-md));font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);font-size:var(--text-h3);line-height:1.3}@media screen and (min-width:768px){.testimonials__quote{padding-block-start:calc(var(--space-xl) + var(--space-lg))}}.testimonials__quote-icon{position:absolute;top:0;left:50%;transform:translate(-50%);width:var(--space-xl);height:var(--space-xl);fill:currentcolor;stroke:none}.testimonials__cite{display:block;margin-block-start:calc(var(--space-lg) + var(--space-3xs) / 2);font-family:var(--font-body--family);font-size:var(--text-md);font-style:normal;font-weight:500;line-height:var(--leading-normal);letter-spacing:0;opacity:.6}.testimonials__dots{display:flex;justify-content:center;margin-block-start:clamp(var(--space-md),2.105vw,calc(var(--space-lg) + var(--space-2xs)))}.testimonials__dot{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:var(--space-md);height:var(--space-md);padding:0;border:0;border-radius:var(--radius-full);background-color:transparent;cursor:pointer;color:rgb(var(--color-background))}.testimonials__dot:before{content:"";width:5px;height:5px;border-radius:var(--radius-full);background-color:currentcolor;transition:background-color var(--duration-short) var(--ease-smooth),box-shadow var(--duration-short) var(--ease-smooth)}.testimonials__dot.is-active:before{background-color:transparent;box-shadow:0 0 0 2px currentcolor}.testimonials__empty{padding:var(--space-xl)}.trust-bar{display:block}.shopify-section:has(>.trust-bar):before{content:"";position:absolute;inset-block-start:0;inset-inline:0;border-block-start:1px solid var(--color-border-default)}@media screen and (min-width:1024px){.template-index .shopify-section:has(>.trust-bar){margin-block-start:var(--space-2xl)}}.trust-bar__grid{display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;margin:0;padding:0;list-style:none}.trust-bar__grid::-webkit-scrollbar{display:none}.trust-bar__item{scroll-snap-align:center}@media screen and (min-width:1024px){.trust-bar__grid{grid-auto-flow:row;grid-template-columns:repeat(4,1fr);overflow-x:visible;scroll-snap-type:none;gap:clamp(var(--space-md),2.105vw,calc(var(--space-lg) + var(--space-2xs))) 0}}.trust-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--space-md) - var(--space-3xs));text-align:center}@media screen and (min-width:1024px){.trust-bar__item{gap:var(--space-xs);padding-inline:clamp(var(--space-sm),2.105vw,calc(var(--space-lg) - var(--space-3xs) / 2))}.trust-bar__item:nth-child(n+2){border-inline-start:1px solid rgb(var(--color-foreground) / .1)}.trust-bar__item:first-child{padding-inline-start:0}.trust-bar__item:last-child{padding-inline-end:0}}@media screen and (min-width:1280px){.trust-bar__item{flex-direction:row;align-items:flex-start;gap:calc(var(--space-md) - var(--space-3xs));text-align:start}}.trust-bar__copy{display:grid;gap:var(--space-2xs)}.trust-bar__icon{flex-shrink:0;width:var(--space-md);height:var(--space-md)}.trust-bar__title{margin:0;font-size:var(--text-md);font-weight:var(--font-body--weight-medium);line-height:var(--leading-snug)}.trust-bar__text{margin:0;font-size:var(--text-2sm);line-height:normal}.trust-bar__dots{display:none}.trust-bar--pageable .trust-bar__dots{display:flex;align-items:center;justify-content:center;margin-block-start:var(--space-md)}.trust-bar__dot{display:flex;align-items:center;justify-content:center;width:var(--space-md);height:var(--space-md);padding:0;border:0;background:none;cursor:pointer}.trust-bar__dot:before{content:"";display:block;width:var(--size-dot);height:var(--size-dot);border-radius:var(--radius-full);background-color:currentColor;transition:box-shadow var(--duration-base) var(--ease-smooth),background-color var(--duration-base) var(--ease-smooth)}.trust-bar__dot[aria-current=true]:before{background-color:transparent;box-shadow:0 0 0 2px currentColor}.trust-bar__dot:focus-visible{outline:2px solid rgb(var(--color-focus));outline-offset:2px}.video-hero{position:relative;height:487.5px;overflow:hidden}@media(min-width:768px){.video-hero{height:637.5px}}@media(min-width:1536px){.video-hero{height:750px}}.video-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.video-hero__player,.video-hero__placeholder{display:block;width:100%;height:100%}.video-hero__player iframe,.video-hero__player video,.video-hero__cover,.video-hero__flat{width:100%;height:100%;object-fit:cover}.video-hero__flat{background-color:rgb(var(--color-surface))}.video-hero__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;padding:0;border:0;background:transparent;cursor:pointer}.video-hero__play{position:absolute;inset-block-end:calc(var(--space-sm) + var(--space-3xs));inset-inline-end:calc(var(--space-sm) + var(--space-3xs));display:grid;place-items:center;width:var(--space-xl);height:var(--space-xl);border-radius:50%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:transform var(--duration-short) var(--ease-smooth)}@media(hover:hover){.video-hero__poster:hover .video-hero__play{transform:scale(1.1)}}.video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-color:rgb(var(--color-foreground) / .3)}.video-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center;padding-inline:var(--page-margin);pointer-events:none;color:rgb(var(--color-background))}.video-hero__box{pointer-events:auto;padding-block:clamp(calc(var(--space-lg) + var(--space-2xs)),3.368vw,var(--space-2xl));max-width:42rem}@media(min-width:1280px){.video-hero__box{max-width:58rem}}.video-hero__box>*+*{margin-block-start:calc(var(--space-sm) + var(--space-3xs))}.video-hero__box>.video-hero__actions{margin-block-start:calc(var(--space-lg) + var(--space-2xs))}.video-hero__eyebrow,.video-hero__heading{margin:0}.video-hero__body{font-size:clamp(var(--text-base),1.052vw,1.25rem);line-height:var(--leading-normal);color:rgb(var(--color-background) / .6)}.video-hero__actions{display:flex;justify-content:center}.video-hero .button--primary{--button-ring-color: rgb(var(--color-background));background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.video-hero .button--primary:before{background-color:rgb(var(--color-brand))}@media(hover:hover){.video-hero .button--primary:hover{color:rgb(var(--color-background))}}@media(prefers-reduced-motion:reduce){.video-hero__poster:hover .video-hero__play{transform:none}}.whatsapp-float{position:fixed;inset-inline-end:var(--space-md);inset-block-end:var(--space-md);z-index:calc(var(--z-sticky-header) - 1);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:var(--radius-full);color:var(--color-brand-whatsapp);background-color:rgb(var(--color-background) / .8);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:0 0 0 1px var(--color-border-default);transition:transform var(--duration-base) var(--ease-primary),color var(--duration-fast) var(--ease-primary),background-color var(--duration-fast) var(--ease-primary),opacity var(--duration-fast) var(--ease-primary),visibility var(--duration-fast) var(--ease-primary)}.whatsapp-float__icon{width:var(--size-icon-small);height:var(--size-icon-small)}.whatsapp-float:hover,.whatsapp-float:focus-visible{color:rgb(var(--color-background));background-color:var(--color-brand-whatsapp)}[data-mobile-dock-visible] .whatsapp-float,body:has(.mobile-dock:focus-within) .whatsapp-float{transform:translateY(calc(-1 * var(--mobile-dock-height, 0px)))}body:has(.sticky-buy.is-visible) .whatsapp-float{opacity:0;visibility:hidden;pointer-events:none}@media(max-width:767px){.whatsapp-float--no-phone{display:none}}@media(min-width:768px){.whatsapp-float{width:3rem;height:3rem}.whatsapp-float__icon{width:var(--size-icon);height:var(--size-icon)}}.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/3/compiled_assets/styles.css.map */
