.products-grid{display:grid;width:100%;grid-template-columns:repeat(1,1fr);list-style-type:none;grid-gap:1px;padding:1px;overflow:hidden}@media screen and (width > 576px){.products-grid .product__energy-label{flex-direction:column;height:fit-content;gap:var(--space--xxx-sm);align-items:start}.products-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width >= 1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.products-grid .product__energy-label{flex-direction:row;gap:var(--space--xx-sm);align-items:center}}@media screen and (width >= 1200px){.products-grid{grid-template-columns:repeat(4,1fr)}}.products-grid__item{display:flex;width:100%;box-sizing:content-box;height:100%;box-shadow:0 0 0 1px var(--border-color--subdued);min-width:0}.products-grid .product-card{width:100%;border:none}@media (width >= 360px) and (width <= 1024px){.products-grid .product-card{padding:var(--space--md) var(--space--sm)}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/productsGrid.css.map */
