.multi-banner-hero{position:relative;color:var(--fg)}.multi-banner-hero__viewport{position:relative;overflow:hidden}.multi-banner-hero__items{display:grid;gap:var(--item-gap);grid-auto-flow:row;grid-template-columns:1fr;width:100%}@media(min-width:768px){.multi-banner-hero:not([data-slider-active=true]) .multi-banner-hero__items{grid-template-columns:repeat(var(--columns),minmax(0,1fr))}}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__items{display:flex;align-items:stretch;gap:0;transition:transform .48s ease;will-change:transform;width:100%}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__item{width:100%;min-width:100%}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__viewport{overflow:hidden}.multi-banner-hero__item{position:relative;background:var(--bg);color:var(--fg);width:100%}.multi-banner-hero__item:focus-within{outline:2px solid currentColor;outline-offset:2px}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__item{flex:0 0 100%;max-width:100%;min-width:100%}.multi-banner-hero__progress{position:absolute;top:.5rem;left:.5rem;width:14px;height:14px;display:none;align-items:center;justify-content:center;pointer-events:none;z-index:5;opacity:.7;color:var(--progress-color, rgba(128, 128, 128, .7))}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__progress{display:inline-flex}.multi-banner-hero__progress-fill{width:14px;height:14px;display:block;border-radius:50%;background:conic-gradient(currentColor var(--banner-progress, 0deg),rgba(255,255,255,.18) 0deg)}.multi-banner-hero__progress-fill.is-active{animation:mini-banner-progress var(--slide-duration) linear forwards}.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-ring{width:20px;height:20px;display:block}.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-track,.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-fill{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-track{opacity:.35}.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-fill{stroke-dasharray:113.1;stroke-dashoffset:113.1;transform:rotate(-90deg);transform-origin:50% 50%;background:none}.multi-banner-hero[data-progress-style=ring] .multi-banner-hero__progress-fill.is-active{animation:mini-banner-stroke var(--slide-duration) linear forwards}@property --banner-progress{syntax: "<angle>"; inherits: false; initial-value: 0deg;}.multi-banner-hero__clickwrap{display:block;text-decoration:none;color:inherit;position:relative}.multi-banner-hero__item-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.multi-banner-hero__inner{isolation:isolate;min-height:var(--min-h-mobile);display:grid;place-items:center;overflow:hidden;position:relative;z-index:3;pointer-events:none}@media(min-width:768px){.multi-banner-hero__inner{min-height:var(--min-h)}}.multi-banner-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-2;display:block}.multi-banner-hero__bg--mobile{display:block}.multi-banner-hero__bg:not(.multi-banner-hero__bg--mobile){display:none}@media(min-width:768px){.multi-banner-hero__bg--mobile{display:none}.multi-banner-hero__bg:not(.multi-banner-hero__bg--mobile){display:block}}.multi-banner-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--overlay);opacity:var(--overlay-opacity);z-index:-1}.multi-banner-hero__content{text-align:center;padding:var(--pad-top) 1rem var(--pad-bottom);width:min(100%,1000px);margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:0}.multi-banner-hero__text-group{display:flex;flex-direction:column;align-items:center;gap:var(--gap)}.multi-banner-hero__buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:var(--buttons-offset);pointer-events:auto}.multi-banner-hero__buttons .button-block__button{margin:0}.multi-banner-hero__buttons .btn.btn--small{font-size:calc(var(--font-size-body-100) * .916667);min-height:32px;padding:calc(.5em * var(--button-padding-multiplier)) calc(1.1em * var(--button-padding-multiplier))}.multi-banner-hero__buttons .btn.btn--x-small{font-size:calc(var(--font-size-body-100) * .833333);min-height:26px;padding:calc(.35em * var(--button-padding-multiplier)) calc(.8em * var(--button-padding-multiplier))}.multi-banner-hero__buttons .btn.btn--callout:is(.btn--small,.btn--x-small){min-height:initial;padding:0 0 .444em}.multi-banner-hero__line{margin:0;line-height:1.1}.multi-banner-hero__line--1{font-weight:var(--fw1);font-size:var(--fs1)}.multi-banner-hero__line--2{font-weight:var(--fw2);font-size:var(--fs2);opacity:.95}.multi-banner-hero__line--3{font-weight:var(--fw3);font-size:var(--fs3);opacity:.9}@media(max-width:767px){.multi-banner-hero__line--1{font-size:var(--fs1-mobile)}.multi-banner-hero__line--2{font-size:var(--fs2-mobile)}.multi-banner-hero__line--3{font-size:var(--fs3-mobile)}}.multi-banner-hero__line.is-upper{text-transform:uppercase}.multi-banner-hero.section--pad-none,.multi-banner-hero.section--pad-sm,.multi-banner-hero.section--pad-md,.multi-banner-hero.section--pad-lg{padding-top:var(--section-pad-top);padding-bottom:var(--section-pad-bottom)}.multi-banner-hero--full{width:100vw;margin-left:50%;transform:translate(-50%)}.multi-banner-hero__dots{display:none;position:absolute;inset-inline:0;bottom:.55rem;justify-content:center;gap:.35rem;z-index:6;color:var(--progress-color, currentColor)}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__dots{display:flex}.multi-banner-hero__dot{width:6px;height:6px;border-radius:999px;border:none;background:currentColor;opacity:.3;padding:0;position:relative;overflow:hidden;cursor:pointer;color:inherit;transition:opacity .2s ease,background-color .2s ease}.multi-banner-hero__dot-progress{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:999px;background:radial-gradient(circle,currentColor 40%,transparent 41%),conic-gradient(currentColor var(--banner-progress, 0deg),transparent 0deg);-webkit-mask:radial-gradient(circle at center,transparent 48%,black 49%);mask:radial-gradient(circle at center,transparent 48%,black 49%)}.multi-banner-hero__dot.is-active .multi-banner-hero__dot-progress{animation:mini-banner-progress var(--slide-duration) linear forwards;background:radial-gradient(circle,currentColor 42%,transparent 43%),conic-gradient(currentColor var(--banner-progress, 0deg),transparent 0deg)}.multi-banner-hero__dot.is-active{opacity:.65}.multi-banner-hero[data-autoplay=false] .multi-banner-hero__dot-progress,.multi-banner-hero:not([data-slider-active=true]) .multi-banner-hero__dot-progress{animation:none;--banner-progress: 0deg}.multi-banner-hero[data-slider-active=true] .multi-banner-hero__items[data-slider-track]{transform:translate(calc(var(--current) * -100%));touch-action:pan-y}@keyframes mini-banner-progress{0%{--banner-progress: 0deg}to{--banner-progress: 360deg}}@keyframes mini-banner-stroke{0%{stroke-dashoffset:113.1}to{stroke-dashoffset:0}}
/*# sourceMappingURL=/cdn/shop/t/28/compiled_assets/styles.css.map?subset=AAAAAAAAAAE */
