.product-grid{-moz-column-gap:.5rem;column-gap:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1.5rem}@media (min-width:760px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:992px){.product-grid{-moz-column-gap:1rem;column-gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1224px){.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.product-grid__item.product-teaser-item{width:unset}.product-grid__item.product-teaser-item .product-tile{width:100%}
