.builds-grid-range{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1rem}@media (min-width:768px){.builds-grid-range{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}.builds-item-max-width-range{max-width:100%;height:auto}.products-grid-range{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1rem;justify-content:center}@media (min-width:768px){.products-grid-range{grid-template-columns:repeat(auto-fill,minmax(420px,1fr))}}.product-item-max-width-range{max-width:100%;height:auto}