.nord-slideshow{--gutter: 1.25rem;display:block;position:relative;overflow:hidden;width:100%;height:var(--ns-h-mobile, auto);aspect-ratio:var(--ns-ratio-mobile, auto);background:#321e1e}@media screen and (min-width:1000px){.nord-slideshow{--gutter: 2rem;height:var(--ns-h-desktop, auto);aspect-ratio:var(--ns-ratio-desktop, auto)}}@media screen and (min-width:1000px){.nord-slideshow{--gutter: 3rem}}.nord-slideshow .nord-slideshow__track{position:relative;width:100%;height:100%}.nord-slideshow .nord-slideshow__slide{position:absolute;top:0;right:0;bottom:0;left:0;visibility:hidden;z-index:0}.nord-slideshow .nord-slideshow__slide.is-active{visibility:visible;z-index:2}.nord-slideshow .nord-slideshow__slide.is-prev{visibility:visible;z-index:1}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide.is-active{transition:clip-path .8s cubic-bezier(.65,0,.35,1);clip-path:inset(0 0 0 0)}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide .nord-slideshow__media img,.nord-slideshow[data-transition=curtain] .nord-slideshow__slide .nord-slideshow__placeholder{transition:transform .8s cubic-bezier(.65,0,.35,1);transform:translate(0)}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide.is-active.is-entering-next{clip-path:inset(0 0 0 100%)}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide.is-active.is-entering-next .nord-slideshow__media img{transform:translate(4%)}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide.is-active.is-entering-prev{clip-path:inset(0 100% 0 0)}.nord-slideshow[data-transition=curtain] .nord-slideshow__slide.is-active.is-entering-prev .nord-slideshow__media img{transform:translate(-4%)}.nord-slideshow[data-transition=fade] .nord-slideshow__slide.is-active{transition:opacity .6s ease;opacity:1}.nord-slideshow[data-transition=fade] .nord-slideshow__slide.is-active.is-entering-next,.nord-slideshow[data-transition=fade] .nord-slideshow__slide.is-active.is-entering-prev{opacity:0}@media(prefers-reduced-motion:reduce){.nord-slideshow .nord-slideshow__slide,.nord-slideshow .nord-slideshow__slide .nord-slideshow__media img{transition-duration:.01ms!important}}.nord-slideshow .nord-slideshow__media,.nord-slideshow .nord-slideshow__media img,.nord-slideshow .nord-slideshow__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.nord-slideshow .nord-slideshow__media img,.nord-slideshow .nord-slideshow__placeholder{object-fit:cover;display:block}.nord-slideshow .nord-slideshow__placeholder{background:#ebe9e9}.nord-slideshow .nord-slideshow__media--desktop{display:none}.nord-slideshow .nord-slideshow__media--mobile{display:block}@media screen and (min-width:1000px){.nord-slideshow .nord-slideshow__media--desktop{display:block}.nord-slideshow .nord-slideshow__media--mobile{display:none}}.nord-slideshow .nord-slideshow__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;pointer-events:none}.nord-slideshow .nord-slideshow__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:block}.nord-slideshow .nord-slideshow__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;padding:var(--gutter);padding-bottom:calc(var(--gutter) + 2rem);pointer-events:none}.nord-slideshow .nord-slideshow__content>*{pointer-events:auto}.nord-slideshow .nord-slideshow__content--top-left,.nord-slideshow .nord-slideshow__content--top-center,.nord-slideshow .nord-slideshow__content--top-right{align-items:flex-start}.nord-slideshow .nord-slideshow__content--middle-left,.nord-slideshow .nord-slideshow__content--middle-center,.nord-slideshow .nord-slideshow__content--middle-right{align-items:center}.nord-slideshow .nord-slideshow__content--bottom-left,.nord-slideshow .nord-slideshow__content--bottom-center,.nord-slideshow .nord-slideshow__content--bottom-right{align-items:flex-end}.nord-slideshow .nord-slideshow__content--top-left,.nord-slideshow .nord-slideshow__content--middle-left,.nord-slideshow .nord-slideshow__content--bottom-left{justify-content:flex-start;text-align:left}.nord-slideshow .nord-slideshow__content--top-center,.nord-slideshow .nord-slideshow__content--middle-center,.nord-slideshow .nord-slideshow__content--bottom-center{justify-content:center;text-align:center}.nord-slideshow .nord-slideshow__content--top-right,.nord-slideshow .nord-slideshow__content--middle-right,.nord-slideshow .nord-slideshow__content--bottom-right{justify-content:flex-end;text-align:right}.nord-slideshow .nord-slideshow__box{max-width:44rem}.nord-slideshow .nord-slideshow__box--white-text{color:#eff0f2}.nord-slideshow .nord-slideshow__box--brown-text{color:#321e1e}.nord-slideshow .nord-slideshow__subheading{display:block;margin:0 0 .75rem;font-size:11px;font-weight:500;line-height:1.3;text-transform:lowercase;letter-spacing:.02em}.nord-slideshow .nord-slideshow__heading{margin:0;font-family:var(--font-heading-family, var(--font-body-family, "Montserrat", sans-serif));font-size:var(--ns-heading-mobile);font-weight:400;line-height:.9;letter-spacing:-.05em;text-transform:lowercase}@media screen and (min-width:1000px){.nord-slideshow .nord-slideshow__heading{font-size:var(--ns-heading-desktop)}}.nord-slideshow .nord-slideshow__text{margin-top:1rem;font-size:12px;line-height:1.3;letter-spacing:-.005em}@media screen and (min-width:1000px){.nord-slideshow .nord-slideshow__text{font-size:13px}}.nord-slideshow .nord-slideshow__text p{margin:0 0 .5rem}.nord-slideshow .nord-slideshow__text p:last-child{margin-bottom:0}.nord-slideshow .nord-slideshow__button{display:inline-block;margin-top:1.5rem;padding:.75rem 1.75rem;font-family:inherit;font-size:13px;font-weight:400;line-height:1.3;text-transform:lowercase;text-decoration:none;border:1px solid transparent;border-radius:1.875rem;cursor:pointer;transition:opacity .2s ease}.nord-slideshow .nord-slideshow__button:hover{opacity:.85}.nord-slideshow .nord-slideshow__box--white-text .nord-slideshow__button{background:#fff;color:#321e1e}.nord-slideshow .nord-slideshow__box--brown-text .nord-slideshow__button{background:#321e1e;color:#fff}.nord-slideshow .nord-slideshow__controls{position:absolute;right:var(--gutter);bottom:1.75rem;z-index:3;display:flex;align-items:center;gap:.25rem;filter:drop-shadow(0 1px 2px rgb(0 0 0 / .35))}.nord-slideshow .nord-slideshow__dot,.nord-slideshow .nord-slideshow__pause{appearance:none;-webkit-appearance:none;background:transparent;border:0;margin:0;padding:.75rem .375rem;cursor:pointer;display:inline-flex;align-items:center;color:#fff}.nord-slideshow .nord-slideshow__dot span{display:block;width:14px;height:2px;border-radius:1px;background:currentColor;opacity:.55;transition:width .3s ease,opacity .3s ease}.nord-slideshow .nord-slideshow__dot[aria-current=true] span{width:26px;opacity:1}.nord-slideshow .nord-slideshow__pause{margin-left:.375rem}.nord-slideshow .nord-slideshow__pause svg{display:block;width:10px;height:12px}.nord-slideshow .nord-slideshow__pause .icon-play{display:none}.nord-slideshow .nord-slideshow__pause[aria-pressed=true] .icon-play{display:block}.nord-slideshow .nord-slideshow__pause[aria-pressed=true] .icon-pause{display:none}.nord-slideshow .nord-slideshow__dot:focus-visible,.nord-slideshow .nord-slideshow__pause:focus-visible{outline:2px solid #FFFFFF;outline-offset:2px;border-radius:2px}.nord-slideshow .nord-visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nord-slideshow.css.map */
