.cuero-hero-slideshow{position:relative;display:block;width:100%;overflow:hidden;background:#171717;color:var(--cuero-hero-text)}.cuero-hero-slideshow--arrows{overflow:visible}.cuero-hero-slideshow *,.cuero-hero-slideshow *:before,.cuero-hero-slideshow *:after{box-sizing:border-box}.cuero-hero__stage{position:relative;height:var(--cuero-hero-height);min-height:320px;overflow:visible}.cuero-hero__track{overflow:hidden}.cuero-hero-slideshow.is-natural .cuero-hero__stage{height:auto;min-height:0;aspect-ratio:var(--cuero-hero-ratio)}.cuero-hero__track,.cuero-hero__slide,.cuero-hero__media,.cuero-hero__picture,.cuero-hero__image,.cuero-hero__image-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cuero-hero__slide{z-index:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;isolation:isolate;transition:opacity .85s cubic-bezier(.4,0,.2,1),visibility .85s}.cuero-hero__slide.is-active{z-index:1;opacity:1;visibility:visible;pointer-events:auto}.cuero-hero__picture{display:block}.cuero-hero__image{display:block;max-width:none;object-fit:cover;object-position:var(--cuero-slide-focal-point);transform:translate3d(0,var(--cuero-parallax-y, 0px),0) scale(1.045);transition:transform 1.6s cubic-bezier(.16,1,.3,1);will-change:transform}.cuero-hero__slide.is-active .cuero-hero__image{transform:translate3d(0,var(--cuero-parallax-y, 0px),0) scale(1)}.cuero-hero__image-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#243725,#738568)}.cuero-hero__image-placeholder svg{width:100%;height:100%;object-fit:cover}.cuero-hero__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none}.cuero-hero-slideshow.has-multiple-slides .cuero-hero__slide:after{content:"";position:absolute;right:0;bottom:0;left:0;z-index:7;height:2px;background:#fff;transform:scaleX(0) translateZ(0);transform-origin:0 50%;transition:transform 0s linear 0s;pointer-events:none}.cuero-hero-slideshow.has-multiple-slides .cuero-hero__slide.is-active:after{transform:scaleX(1)}.cuero-hero-slideshow.has-multiple-slides.is-playing .cuero-hero__slide.is-active:after{transition-delay:1.5s;transition-duration:var(--cuero-hero-progress-duration)}.cuero-hero__bottom-overlay{position:absolute;right:0;bottom:0;left:0;z-index:4;height:var(--cuero-hero-overlay-height-desktop);background:linear-gradient(to top,var(--cuero-hero-overlay-color) 0%,var(--cuero-hero-overlay-color) 34%,transparent 100%);opacity:var(--cuero-hero-overlay-opacity);pointer-events:none}.cuero-hero__full-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4}.cuero-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;justify-content:space-between;gap:clamp(28px,5vw,86px);padding:0 var(--cuero-hero-content-side-desktop) var(--cuero-hero-content-bottom-desktop);pointer-events:none}.cuero-hero__content.vertical-center{align-items:center}.cuero-hero__content.vertical-bottom{align-items:end}.cuero-hero__content.horizontal-left .cuero-hero__copy{text-align:left}.cuero-hero__content.horizontal-center .cuero-hero__copy{margin-inline:auto;text-align:center}.cuero-hero__content.horizontal-center .cuero-hero__title{margin-inline:auto}.cuero-hero__content.horizontal-center .cuero-hero__buttons{justify-content:center}.cuero-hero__content.horizontal-right .cuero-hero__copy{margin-left:auto;text-align:right}.cuero-hero__content.horizontal-right .cuero-hero__title{margin-left:auto}.cuero-hero__content.horizontal-right .cuero-hero__buttons{justify-content:flex-end}.cuero-hero__copy,.cuero-hero__buttons{pointer-events:auto}.cuero-hero__copy{max-width:min(720px,58vw);color:var(--cuero-hero-text)}.cuero-hero__eyebrow{margin:0 0 1.55rem;color:var(--cuero-hero-eyebrow);font-family:var(--font-body-family),sans-serif;font-size:11px;font-weight:400;line-height:1.3;letter-spacing:3px;text-transform:uppercase}.cuero-hero__title{max-width:11ch;margin:0;color:var(--cuero-hero-text);font-family:var(--font-heading-family),Georgia,serif;font-size:var(--cuero-slide-title-size);font-weight:400;line-height:.96;letter-spacing:0;text-transform:uppercase}.cuero-hero__reveal{display:block;overflow:hidden}.cuero-hero__reveal>span,.cuero-hero__reveal>a{transform:translateY(115%);opacity:0;transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .4s ease}.cuero-hero__slide.is-active .cuero-hero__reveal>span,.cuero-hero__slide.is-active .cuero-hero__reveal>a{transform:translateY(0);opacity:1}.cuero-hero__slide.is-active .cuero-hero__eyebrow .cuero-hero__reveal>span{transition-delay:.18s}.cuero-hero__slide.is-active .cuero-hero__title .cuero-hero__reveal>span{transition-delay:.25s}.cuero-hero__buttons{display:flex;align-items:center;justify-content:flex-end;gap:var(--cuero-hero-button-gap);padding-bottom:.85rem}.cuero-hero__buttons .cuero-hero__reveal:first-child>*{transition-delay:.33s}.cuero-hero__buttons .cuero-hero__reveal:nth-child(2)>*{transition-delay:.39s}.cuero-hero__button{min-width:var(--cuero-hero-button-min-width);min-height:var(--cuero-hero-button-height);display:inline-flex;align-items:center;justify-content:center;padding:0 1.85rem;border:1px solid transparent;color:inherit;font-family:var(--font-body-family),sans-serif;font-size:11px;font-weight:400;line-height:1;letter-spacing:3px;text-align:center;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:background-color .26s ease,border-color .26s ease,color .26s ease}.cuero-hero__button--solid{color:var(--cuero-hero-button-fill-text);background:var(--cuero-hero-button-fill-bg);border-color:var(--cuero-hero-button-fill-bg)}.cuero-hero__button--outline{color:var(--cuero-hero-button-outline-text);background:transparent;border-color:var(--cuero-hero-button-outline)}.cuero-hero__button--ghost{color:var(--cuero-hero-button-outline-text);background:#ffffff14;border-color:#ffffff57;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cuero-hero__button:hover,.cuero-hero__button:focus-visible{color:var(--cuero-hero-button-hover-text);background:var(--cuero-hero-button-hover-bg);border-color:var(--cuero-hero-button-hover-bg)}.cuero-hero__button--disabled{cursor:default;opacity:.7}.cuero-hero__arrow{position:absolute;top:auto;bottom:-20px;z-index:8;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgb(255 255 255 / 45%);border-radius:50%;color:#fff;background:#00000024;cursor:pointer;transform:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:color .24s ease,background .24s ease,border-color .24s ease}.cuero-hero__arrow:hover{color:#111;background:#fff;border-color:#fff;transform:scale(1.12)}.cuero-hero__arrow:active{transform:scale(1)}.cuero-hero__arrow--previous{right:90px;left:auto}.cuero-hero__arrow--next{right:40px}.cuero-hero__arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4}.cuero-hero__dots{position:absolute;z-index:8;right:20px;bottom:20px;left:auto;display:flex;justify-content:center;gap:9px}.cuero-hero__dot{width:9px;height:9px;margin:0 5px;padding:0;border:2px solid currentColor;border-radius:50%;color:#fff;background:transparent;cursor:pointer}.cuero-hero__dot[aria-current=true]{background:currentColor}@media screen and (max-width:768px){.cuero-hero__stage{height:var(--cuero-hero-mobile-height);min-height:250px}.cuero-hero-slideshow.is-mobile-auto .cuero-hero__stage{height:auto;min-height:0;aspect-ratio:var(--cuero-hero-mobile-ratio)}.cuero-hero__bottom-overlay{height:var(--cuero-hero-overlay-height-mobile)}.cuero-hero__content{grid-template-columns:1fr;align-content:end;align-items:start;gap:1.15rem;padding:0 var(--cuero-hero-content-side-mobile) var(--cuero-hero-content-bottom-mobile)}.cuero-hero__content.vertical-center{align-content:center}.cuero-hero__content.vertical-bottom{align-content:end}.cuero-hero__copy{max-width:100%}.cuero-hero__eyebrow{margin-bottom:.85rem;font-size:9px;letter-spacing:2.2px}.cuero-hero__title{max-width:10ch;font-size:calc(var(--cuero-slide-title-size) * .5)}.cuero-hero__buttons{width:100%;justify-content:flex-start;gap:10px;padding:0}.cuero-hero__buttons .cuero-hero__reveal{min-width:0;flex:1 1 0}.cuero-hero__button{width:100%;min-width:0;min-height:44px;padding:0 .9rem;font-size:9px;letter-spacing:2px;white-space:normal}.cuero-hero__arrow{width:40px;height:40px;bottom:-16px}.cuero-hero__arrow--previous{right:60px;left:auto}.cuero-hero__arrow--next{right:20px}}@media(prefers-reduced-motion:reduce){.cuero-hero__slide,.cuero-hero__image,.cuero-hero__reveal>span,.cuero-hero__reveal>a{transition-duration:.01ms!important}.cuero-hero-slideshow.has-multiple-slides .cuero-hero__slide:after{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/cuero-hero-slideshow.css.map */
