@media screen and (min-width: 768px) { #pdp .list-grid { grid-template-columns: repeat(4,minmax(0,1fr)); /* Shows 4 items per row */ column-gap: 10px; } }