@media screen and (min-width: 1200px) {
  .products-grid .collection-product-list {
    grid-template-columns: repeat(4, 1fr);
  }
}