.product_tile{width:100%;background-color:#FFFCF4;border:2px solid transparent;height:25rem;display:flex;flex-direction:column;justify-content:space-between;padding:6px 10px}.product_grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1px;background-color:black;border-bottom:1px solid black}@media (min-width:400px){.product_grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:700px){.product_grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1000px){.product_grid{grid-template-columns:repeat(4,1fr)}}