.f_products-container-portrait .s-products-list-wrapper > :not([hidden]) ~ :not([hidden]){
margin-top:0 !important;
}

@media (max-width: 767px) {
    .f_products-container-portrait .s-products-list-wrapper {
        display: grid !important;
    }
}