
@media screen and (min-width: 750px){

    .featured-collection{
        --gutter-width: 2.4rem;
    }
}



.featured-collection .slider.slider--everywhere{
    align-items: stretch;
}

@media screen and (max-width: 749px){
    .featured-collection .slider .product-card{
        flex-basis: 14.5rem;
        max-width: 14.5rem;
    }
}