.grid-products{grid-row-gap:24px;grid-column-gap:12px;justify-content:space-between;width:100%;display:grid}@media screen and (max-width:650px){.grid-products{grid-template-columns:repeat(auto,minmax(165.5px,auto))}}@media screen and (max-width:730px){.grid-products{grid-template-columns:repeat(auto,minmax(165.5px,auto))}}@media screen and (min-width:900px) and (max-width:1100px){.grid-products{grid-template-columns:repeat(4,minmax(165.5px,auto))}}@media screen and (min-width:1100px){.grid-products{grid-template-columns:repeat(5,minmax(165.5px,auto))}}
