@media (min-width: 768px) {
  body.template-collection .product-grid {
    display: flex !important;
    flex-wrap: wrap;
  }

  body.template-collection .product-grid > * {
    width: 50% !important;
  }
}
