.catalog-grid{display:grid;gap:.5rem;grid-template-columns:minmax(0, 1fr);opacity:1}@media screen and (min-width: 769px){.catalog-grid{gap:1.25rem 1rem;grid-template-columns:repeat(2, minmax(0, 1fr));justify-content:left}}@media screen and (min-width: 992px){.catalog-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}.catalog-grid--center{justify-content:center}.catalog-grid product-card{max-width:initial}