.product-card{display:flex;flex-direction:column;height:100%}.product-card img{transition:transform .3s ease}.product-card:hover img{transform:scale(1.05)}.marketplace-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}@media (min-width:640px){.marketplace-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:768px){.marketplace-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.marketplace-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1280px){.marketplace-grid{grid-template-columns:repeat(6,1fr)}}.fullBody{max-width:90%;margin:0 auto}