.product-carousel{display:flex;flex-direction:column;gap:var(--spacing-l);overflow:hidden;padding:var(--spacing-l) 1rem}@media(min-width:1024px){.product-carousel{padding:var(--spacing-l) 1.25rem}}.product-carousel__cards{gap:var(--gutter)}@media(min-width:1024px){.product-carousel__cards{display:flex;flex-direction:row}}.swiper-initialized .product-carousel__cards{gap:0}.product-carousel__product{opacity:1;transition:opacity .5s ease-in-out}.product-carousel__product.fade-out{opacity:0}.product-carousel__heading{display:flex;flex-direction:column;gap:var(--spacing-l);justify-content:space-between}@media(min-width:1024px){.product-carousel__heading{align-items:end;flex-direction:row;gap:1.875rem}}.product-carousel__heading strong,.product-carousel__heading strong div{font-family:var(--font-secondary);font-weight:400}.product-carousel__heading *{margin:0}.product-carousel__heading .h3 .line{line-height:1}.product-carousel__content{display:flex;flex-direction:column;gap:var(--spacing-s)}.product-carousel__actions{display:flex;gap:var(--spacing-l)}.product-carousel__btn{display:none}@media(min-width:1024px){.product-carousel__btn{display:block}}.product-carousel__filters{display:flex;gap:3rem}.product-carousel__filters .link-underline{background-color:var(--color-apparel-black);height:2px;width:0}.product-carousel__filter{align-self:center;height:auto;position:relative}.product-carousel__filter:after{background-color:var(--color-ff-blue);content:"";height:1rem;position:absolute;right:-1.5rem;width:.0625rem}.product-carousel__filter:last-child:after{display:none}.product-carousel__filter:before{background-color:var(--color-apparel-black);bottom:-.1875rem;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom left;transition:transform .3s ease-in-out;width:100%}.product-carousel__filter.active:before,.product-carousel__filter:hover:before{transform:scaleX(1)}.product-carousel__filter.active:before,.product-carousel__filter:hover:before{opacity:1}.product-carousel__cta{display:block}@media(min-width:1024px){.product-carousel__cta{display:none}}.product-carousel__wrapper{display:flex;flex-direction:column;gap:var(--spacing-xl);overflow:visible;transition:opacity .3s cubic-bezier(.4,0,.15,1.01);width:100%}.product-carousel__wrapper .carousel__controls{display:flex;justify-content:space-between}.product-carousel .carousel__scrollbar{width:100%}@media(min-width:1024px){.product-carousel .carousel__scrollbar{width:50%}}.product-carousel .carousel__pager{gap:var(--gutter)}.product-carousel .pager-next,.product-carousel .pager-prev{border-radius:100%;height:2.5rem;padding:.75rem;width:2.5rem}