.product-cards__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--product-card-gap,16px);width:100%}.product-cards__card{width:100%;min-width:0;box-sizing:border-box}@media (min-width:640px){.product-cards__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.product-cards__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}