.product-carousel{display:flex;flex-direction:column;overflow:hidden}.product-carousel__cards{gap:var(--gutter)}@media(min-width: 1024px){.product-carousel__cards{display:flex;gap:var(--gutter);flex-direction:row}}.swiper-initialized .product-carousel__cards{gap:0}.swiper-initialized .product-carousel__cards .product-carousel__card{flex:none}.product-carousel__cards .product-carousel__card{flex:1;position:relative;width:100%}@media(min-width: 1024px){.product-carousel__cards .product-carousel__card{flex:0 0 calc(25% - var(--gutter))}}.product-carousel__heading{display:flex;flex-direction:column;justify-content:space-between;padding:var(--section-padding);padding-bottom:0;position:relative}@media(min-width: 1024px){.product-carousel__heading{align-items:end;flex-direction:row}}.product-carousel__heading *{margin:0}.product-carousel__heading div{display:flex;flex-direction:column;gap:var(--space-40)}.product-carousel__heading .btn{display:none}@media(min-width: 1024px){.product-carousel__heading .btn{display:block}}.product-carousel__content{position:relative;display:grid;gap:var(--space-40)}.product-carousel__content.color-light{color:var(--color-font-light)}.product-carousel__background{display:flex;flex-direction:column;min-height:16.25rem;width:100%}.product-carousel__background .image{flex:1 0 100%}.product-carousel__background+.product-carousel__heading{bottom:0;padding:var(--block-padding);position:absolute;width:100%}.product-carousel__cta{display:block}@media(min-width: 1024px){.product-carousel__cta{display:none}}.product-carousel__wrapper{display:flex;flex-direction:column;gap:2rem;overflow:visible;padding:var(--block-padding);transition:opacity .3s cubic-bezier(0.4, 0, 0.15, 1.01);width:100%}@media(min-width: 1024px){.product-carousel__wrapper{gap:2.5rem}}.product-carousel__wrapper .carousel__controls{display:flex;justify-content:space-between;position:absolute;left:0;right:0;top:50%;bottom:50%;z-index:1}.product-carousel__wrapper .carousel__controls .carousel__scrollbar{display:none}.product-carousel__wrapper .carousel__controls .carousel__pager{width:99%;margin:0 auto;justify-content:space-between;pointer-events:none}.product-carousel__wrapper .carousel__controls .pager-next,.product-carousel__wrapper .carousel__controls .pager-prev{height:3.25rem;width:3.25rem;background:var(--color-white);border-radius:100%;pointer-events:initial}.product-carousel__wrapper .carousel__controls .swiper-button-disabled{opacity:0;pointer-events:none}.product-carousel__filters{align-items:center;display:flex;gap:.625rem;white-space:nowrap;padding:0 .9375rem}@media(min-width: 1024px){.product-carousel__filters{padding:0 2.5rem}}.product-carousel__filters::-webkit-scrollbar{display:none}.product-carousel__filters li{list-style-type:none}.product-carousel__filter{position:relative;color:var(--color-medium-grey);transition:color .33s cubic-bezier(0.4, 0, 0.15, 1.01);opacity:.8}.product-carousel__filter--active,.product-carousel__filter:hover{color:var(--color-charcoal);opacity:1}
