.products-grid-range{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;justify-content:center}@media (min-width:480px){.products-grid-range{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}@media (min-width:768px){.products-grid-range{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.product-item-card-range{width:100%;height:auto}