body.template-collection .productGrid:not(.productList) {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1025px) {
  body.template-collection .productGrid.column-2 .product,
  .productGrid.column-3 .product,
  .productGrid.column-4 .product,
  .productGrid.column-5 .product {
    margin-top: 0;
  }
}
