/* Loofys: altijd 2 producten per rij op mobiel */
@media screen and (max-width: 699px) {
  .shopify-section--main-collection .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
