/** Shopify CDN: Minification failed

Line 21:0 Unexpected "}"

**/
/* limit collection grid to 3 products */
.product-grid--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* @media (max-width: 767px) {
  .product-grid--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
} */

/* @media (max-width: 480px) {
  .product-grid--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  } */
}
/* end of limit */