@media (min-width: 757px) {
    :root {
        --products-grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}