.products{width:100%;max-width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:2em 1em}@media (max-width:1920px){.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products{grid-template-columns:repeat(2,1fr);gap:1.5em .5em}}@media (max-width:768px){.products.single{grid-template-columns:repeat(1,1fr)}}@media (max-width:480px){.products{gap:1.5em .25em}}@media (max-width:480px){.products .card-product__details{padding:0 1em}}.products__product{overflow:hidden}