/** Shopify CDN: Minification failed

Line 21:1 Expected "}" to go with "{"

**/
.ProductGridContainer{
    padding:20px;

@media (max-width: 576px) {
  #product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  #product-grid li:nth-child(3) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
  }
}