.Product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px}@media (min-width: 640px){.Product-grid{grid-template-columns:repeat(4,1fr);gap:0}.Product-grid :nth-child(4n + 2){margin-right:16px}}@-webkit-keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
