.shop{gap:1rem;display:flex}.shop__products{grid-template-columns:repeat(1,minmax(0,1fr));gap:78px 10px;display:grid}@media (width>=640px){.shop__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.shop__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.shop__products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1280px){.shop__products{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=1400px){.shop__products{grid-template-columns:repeat(4,minmax(0,1fr))}}.shop__products{flex-grow:1}