.banner-carousel{--banner-carousel-height-small: 28rem;--banner-carousel-height-medium: 42rem;--banner-carousel-height-large: 56rem;--banner-carousel-content-padding: clamp(2rem, 3vw, 4rem);--banner-carousel-control-size: 4.4rem;display:block;position:relative;overflow:hidden;width:100%}.banner-carousel__track{width:100%}.banner-carousel:not(.banner-carousel--active) .banner-carousel__track{display:grid;grid-template-columns:minmax(0,1fr)}.banner-carousel__slide{position:relative;min-height:var(--banner-carousel-height-medium);overflow:hidden;isolation:isolate;background:rgb(var(--color-background))}.banner-carousel--height-small .banner-carousel__slide{min-height:var(--banner-carousel-height-small)}.banner-carousel--height-medium .banner-carousel__slide{min-height:var(--banner-carousel-height-medium)}.banner-carousel--height-large .banner-carousel__slide{min-height:var(--banner-carousel-height-large)}.banner-carousel--height-adapt .banner-carousel__slide{min-height:0}.banner-carousel__media,.banner-carousel__media picture,.banner-carousel__image,.banner-carousel__placeholder{display:block;width:100%;height:100%}.banner-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.banner-carousel--height-adapt .banner-carousel__media{position:relative;inset:auto}.banner-carousel__image,.banner-carousel__placeholder{object-fit:cover}.banner-carousel--height-adapt .banner-carousel__image,.banner-carousel--height-adapt .banner-carousel__placeholder{height:100%}.banner-carousel__placeholder{min-height:var(--banner-carousel-height-medium);background:rgba(var(--color-foreground),.04)}.banner-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,var(--banner-carousel-overlay-opacity, .35));pointer-events:none}.banner-carousel__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;background:linear-gradient(0deg,rgb(0 0 0 / 52%),transparent 80%)}.banner-carousel__content-inner{max-width:100%;color:#fff;padding:var(--banner-carousel-content-padding);padding-bottom:5rem}.banner-carousel__heading{font-family:var(--font-babas-nue);letter-spacing:5px;margin:0;color:currentColor;font-size:clamp(2.2rem,3.3vw,4.85rem);line-height:1.05;text-transform:uppercase}.banner-carousel__description{margin-top:1.4rem;color:currentColor;font-size:clamp(1.6rem,1.5vw,1.9rem);line-height:1.45}.banner-carousel__description>*{color:currentColor}.banner-carousel__button{font-family:var(--font-montserrat);display:inline-flex;align-items:center;justify-content:center;margin-top:2.2rem;padding:1.6rem 2.8rem;border-radius:999px;font-size:1.4rem;line-height:1;text-decoration:none;text-transform:uppercase;transition:opacity .16s ease,transform .16s ease}.banner-carousel__button:hover{color:var(--banner-carousel-cta-color, #ffffff);opacity:.9;transform:translateY(-1px)}.banner-carousel__button:focus-visible,.banner-carousel__arrow:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.banner-carousel__arrow,.banner-carousel__pagination{display:none}.banner-carousel--active .banner-carousel__arrow,.banner-carousel--active .banner-carousel__pagination{display:flex;bottom:14px;gap:3px;justify-content:flex-end;left:unset;right:8%}.banner-carousel__arrow{position:absolute;top:50%;z-index:3;align-items:center;justify-content:center;width:var(--banner-carousel-control-size);height:var(--banner-carousel-control-size);padding:0;border:.1rem solid rgba(255,255,255,.45);border-radius:50%;background:#00000052;color:#fff;cursor:pointer;transform:translateY(-50%)}.banner-carousel__arrow--prev{left:1.6rem}.banner-carousel__arrow--next{right:1.6rem}.banner-carousel__arrow svg{width:2.4rem;height:2.4rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.banner-carousel__arrow.swiper-button-disabled{cursor:default;opacity:.35}.banner-carousel__pagination{position:absolute;right:0;bottom:1.8rem;left:0;z-index:3;align-items:center;justify-content:center;gap:.8rem}.banner-carousel__pagination .swiper-pagination-bullet{width:1.2rem;height:1.2rem;margin:0;background:#fff;opacity:.45}.banner-carousel__pagination .swiper-pagination-bullet-active{opacity:1}.banner-carousel--desktop-position-top-left .banner-carousel__content,.banner-carousel--desktop-position-top-center .banner-carousel__content,.banner-carousel--desktop-position-top-right .banner-carousel__content{justify-content:flex-start}.banner-carousel--desktop-position-middle-left .banner-carousel__content,.banner-carousel--desktop-position-middle-center .banner-carousel__content,.banner-carousel--desktop-position-middle-right .banner-carousel__content{justify-content:center}.banner-carousel--desktop-position-bottom-left .banner-carousel__content,.banner-carousel--desktop-position-bottom-center .banner-carousel__content,.banner-carousel--desktop-position-bottom-right .banner-carousel__content{justify-content:flex-end}.banner-carousel--desktop-position-top-left .banner-carousel__content,.banner-carousel--desktop-position-middle-left .banner-carousel__content,.banner-carousel--desktop-position-bottom-left .banner-carousel__content{align-items:flex-start}.banner-carousel--desktop-position-top-center .banner-carousel__content,.banner-carousel--desktop-position-middle-center .banner-carousel__content,.banner-carousel--desktop-position-bottom-center .banner-carousel__content{align-items:center}.banner-carousel--desktop-position-top-right .banner-carousel__content,.banner-carousel--desktop-position-middle-right .banner-carousel__content,.banner-carousel--desktop-position-bottom-right .banner-carousel__content{align-items:flex-end}.banner-carousel--desktop-align-left .banner-carousel__content-inner{text-align:left}.banner-carousel--desktop-align-center .banner-carousel__content-inner{text-align:center}.banner-carousel--desktop-align-right .banner-carousel__content-inner{text-align:right}@media screen and (min-width:750px){.banner-carousel--desktop-spv-2:not(.banner-carousel--active) .banner-carousel__track{grid-template-columns:repeat(2,minmax(0,1fr))}.banner-carousel--desktop-spv-2:not(.banner-carousel--active) .banner-carousel__slide:nth-child(n+3){grid-column:1 / -1}}@media screen and (min-width:750px)and (max-width:990px){.banner-carousel__content-inner{padding-bottom:4rem}.banner-carousel__button{padding:1.2rem 2.3rem;font-size:12px;margin-top:1.6rem}..banner-carousel__button{margin-top:1rem}}@media screen and (max-width:749px){.banner-carousel{--banner-carousel-height-small: 34rem;--banner-carousel-height-medium: 46rem;--banner-carousel-height-large: 58rem;--banner-carousel-content-padding: 2rem;--banner-carousel-control-size: 3.8rem}.banner-carousel__content-inner{padding-bottom:4rem}.banner-carousel__heading{font-size:30px}.banner-carousel__description{font-size:1.6rem;margin-top:.5rem}.banner-carousel__button{padding:1.6rem 2.2rem;white-space:normal;margin-top:1rem}.banner-carousel__arrow--prev{left:1rem}.banner-carousel__arrow--next{right:1rem}.banner-carousel--mobile-position-top-left .banner-carousel__content,.banner-carousel--mobile-position-top-center .banner-carousel__content,.banner-carousel--mobile-position-top-right .banner-carousel__content{justify-content:flex-start}.banner-carousel--mobile-position-middle-left .banner-carousel__content,.banner-carousel--mobile-position-middle-center .banner-carousel__content,.banner-carousel--mobile-position-middle-right .banner-carousel__content{justify-content:center}.banner-carousel--mobile-position-bottom-left .banner-carousel__content,.banner-carousel--mobile-position-bottom-center .banner-carousel__content,.banner-carousel--mobile-position-bottom-right .banner-carousel__content{justify-content:flex-end}.banner-carousel--mobile-position-top-left .banner-carousel__content,.banner-carousel--mobile-position-middle-left .banner-carousel__content,.banner-carousel--mobile-position-bottom-left .banner-carousel__content{align-items:flex-start}.banner-carousel--mobile-position-top-center .banner-carousel__content,.banner-carousel--mobile-position-middle-center .banner-carousel__content,.banner-carousel--mobile-position-bottom-center .banner-carousel__content{align-items:center}.banner-carousel--mobile-position-top-right .banner-carousel__content,.banner-carousel--mobile-position-middle-right .banner-carousel__content,.banner-carousel--mobile-position-bottom-right .banner-carousel__content{align-items:flex-end}.banner-carousel--mobile-align-left .banner-carousel__content-inner{text-align:left}.banner-carousel--mobile-align-center .banner-carousel__content-inner{text-align:center}.banner-carousel--mobile-align-right .banner-carousel__content-inner{text-align:right}.banner-carousel__content{min-height:240px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.banner-carousel__content.banner-carousel__content--containe_style{position:relative;height:100%}.banner-carousel--active .banner-carousel__arrow,.banner-carousel--active .banner-carousel__pagination{justify-content:center;right:unset}.banner-carousel__heading,.banner-carousel__description{color:var(--commoncolor)}.banner-carousel__pagination .swiper-pagination-bullet{background:var(--commoncolor)}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/banner-carousel.css.map */
