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