.carousel{display:block}.carousel-wrapper{width:100%}.carousel__header{display:flex;position:relative;margin-bottom:3.2rem}.carousel__header-inner{flex:1;margin-right:1.6rem;padding-right:1.6rem}.carousel__title{margin:0 0 2.4rem}.carousel__aside{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.carousel__slides{display:flex;flex-wrap:nowrap;position:relative;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;column-gap:var(--space-11);padding:.5rem;margin:-.5rem;-ms-overflow-style:none;scrollbar-width:none}.carousel__slides::-webkit-scrollbar{display:none}@media screen and (min-width: 750px){.carousel__slides{column-gap:var(--space-15)}}.carousel__slides-slide{scroll-snap-align:start;min-width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text);position:relative;scroll-margin-left:4px}.carousel__slides-slide-inner{height:100%}.carousel__slides-slide>div{width:100%;height:100%}.carousel__slides-slide picture{display:flex;align-items:center}.carousel__slides-slide video{width:100%;height:100%;object-fit:contain}.carousel__slides-slide .carousel__slides-slide-background{z-index:1;position:absolute;width:100%;left:0;top:0}.carousel__slides-slide-background img{object-fit:cover;width:100%;height:100%}.carousel__nav{display:flex;align-items:center;justify-content:flex-end;margin:0;gap:var(--space-15)}.carousel__nav--hidden{display:none}.carousel__nav-buttons{display:flex;align-items:center;gap:var(--space-8);justify-content:flex-end}.carousel__nav-buttons .carousel__nav-button+.carousel__nav-button{margin:0}.carousel__nav-button{outline:none;box-shadow:none;border:none;background-color:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;min-width:var(--space-23);width:var(--space-23);height:var(--space-23);border:solid var(--space-pixel) rgb(var(--color-earth-green));border-radius:50%;color:rgb(var(--color-earth-green))}.carousel__nav-buttons--small{gap:var(--space-6)}.carousel__nav-buttons--small .carousel__nav-button{min-width:var(--space-15);width:var(--space-15);height:var(--space-15)}@media screen and (max-width: 749px){.carousel__nav-buttons{gap:var(--space-6)}.carousel__nav-button{min-width:var(--space-15);width:var(--space-15);height:var(--space-15)}}.carousel__nav-button--prev svg{transform:rotate(180deg)}.carousel__nav-button[disabled]{opacity:.4;pointer-events:none;color:rgb(var(--color-grey-900))}.carousel__nav-button svg{width:var(--space-12);min-width:var(--space-12);height:var(--space-12)}.carousel__nav-button svg path{fill:var(--color-white)}.carousel__tracker{margin:0;width:5rem;height:.4rem;background-color:rgb(var(--color-grey-350));display:flex;border-radius:.8rem;overflow:hidden;position:relative}@media screen and (min-width: 1200px){.carousel__tracker{width:6.4rem}}.carousel__tracker>span{content:"";position:absolute;top:0;left:0;width:0;height:100%;border-radius:.8rem;transition:all var(--duration-default) ease;background-color:rgb(var(--color-earth-green))}.carousel__dots{display:flex;align-items:center;justify-content:center;position:absolute;left:50%;transform:translate(-50%);bottom:var(--space-6);border-radius:var(--space-13);background:rgba(var(--color-white),.7);gap:var(--space-4);padding:var(--space-4);z-index:2}.carousel__dots>span{border-radius:50%;width:var(--space-5);height:var(--space-5);background-color:transparent;border:solid 1px rgb(var(--color-base-text));margin:0 .2rem;transition:all var(--duration-short) ease}.carousel__dots>span.active{background-color:rgb(var(--color-base-text))}.carousel--show-to-edge{max-width:100%;padding:0}.carousel--show-to-edge .carousel__slides{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}@media screen and (max-width: 2000px){.carousel--show-to-edge .carousel__slides{max-width:100%!important}}.carousel--show-to-edge .carousel__slides-slide{scroll-margin-left:var(--space-15)}.carousel--show-to-edge .carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-mobile);scroll-margin-left:var(--padding-sections-mobile)}.carousel--show-to-edge .carousel__slides-slide:last-of-type{margin-right:var(--padding-sections-mobile);scroll-margin-right:var(--padding-sections-mobile)}@media screen and (min-width: 750px){.carousel--show-to-edge .carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-desktop);scroll-margin-left:var(--padding-sections-desktop)}.carousel--show-to-edge .carousel__slides-slide:last-of-type{margin-right:var(--padding-sections-desktop);scroll-margin-right:var(--padding-sections-desktop)}}@media screen and (min-width: 1600px){.carousel--show-to-edge .carousel__slides-slide:first-of-type{margin-left:calc(50vw - 76.5rem);scroll-margin-left:calc(50vw - 76.5rem)}.carousel--show-to-edge .carousel__slides-slide:last-of-type{margin-right:var(--space-15);scroll-margin-right:var(--space-15)}}@media screen and (min-width: 2001px){.carousel--show-to-edge .carousel__slides{margin:0 auto}.carousel--show-to-edge .carousel__slides-slide:first-of-type{margin-left:var(--padding-sections-desktop);scroll-margin-left:var(--padding-sections-desktop)}.carousel--show-to-edge .carousel__slides-slide:last-of-type{margin-right:var(--padding-sections-desktop);scroll-margin-right:var(--padding-sections-desktop)}}@media screen and (min-width: 1200px){.carousel__header--center{display:grid;grid-template-columns:11rem auto 11rem;column-gap:3.2rem}.carousel__header--center .carousel__header-inner{padding:0;margin:0;grid-column:2}}@media screen and (max-width: 1200px){.carousel__header-inner{padding-right:0;margin-right:0}.carousel__header-inner--center{padding-left:0}.carousel__button{font-size:var(--font-size-body-3)}.carousel__aside{margin-top:1.6rem;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%}.carousel__nav-button svg{width:1.2rem;min-width:1.2rem;height:1.2rem}}@media screen and (max-width: 749px){.carousel--show-to-edge .carousel__slides-slide{scroll-margin-left:var(--space-8)}.carousel--show-to-edge .carousel__slides-slide:last-of-type{margin-right:var(--space-8);scroll-margin-right:var(--space-8)}}.recently-viewed .carousel__header{justify-content:space-between}.recently-viewed .carousel__slides{gap:var(--space-8)}@media screen and (min-width: 750px){.recently-viewed .carousel__slides{gap:var(--space-15)}}.recently-viewed .carousel__slides-slide{min-width:85%;max-width:85%}@media screen and (min-width: 550px){.recently-viewed .carousel__slides-slide{min-width:65%;max-width:65%}}@media screen and (min-width: 750px){.recently-viewed .carousel__slides-slide{min-width:40%;max-width:40%}}@media screen and (min-width: 990px){.recently-viewed .carousel__slides-slide{min-width:28%;max-width:28%}}@media screen and (min-width: 1200px){.recently-viewed .carousel__slides-slide{min-width:25%;max-width:25%}}@media screen and (min-width: 1400px){.recently-viewed .carousel__slides-slide{min-width:22%;max-width:22%}}@media screen and (min-width: 1600px) and (max-width: 2000px){.recently-viewed .carousel__slides-slide{min-width:18%;max-width:18%}}@media screen and (min-width: 2001px){.recently-viewed .carousel__slides-slide{min-width:22.5%;max-width:22.5%}}.recently-viewed .carousel__nav--lower{padding-left:var(--space-8);padding-right:var(--space-8);padding-top:var(--space-8)}.recently-viewed .carousel__slides-slide .card-wrapper{padding:0}
/*# sourceMappingURL=/cdn/shop/t/76/assets/carousel.css.map */
