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