/* Homepage "From the Shop": 4 per row × 2 rows = 8 */
@media (min-width: 701px) {
  .fp-values .product-grid.home-shop-grid,
  .product-grid.home-shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
