<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:40px;max-width:var(--page-width);margin-left:auto;margin-right:auto;margin-top:20px;padding-top:20px;padding-bottom:80px}@media screen and (min-width: 768px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-grid__item{display:flex;flex-direction:column;justify-content:space-between;color:var(--color-black);line-height:1.2}.product-grid__item&gt;*{margin:0}.product-grid__item__image_wrapper{width:100%;height:auto}.product-grid__item__image_wrapper img{display:block;width:100%;height:auto;background:var(--color-white)}.product-grid__item__title{margin:8px 0 0;color:var(--color-black);text-decoration:none;text-wrap:balance;text-transform:uppercase;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-grid__item__price{margin-top:auto}.product-grid__item__title,.product-grid__item__style_type,.product-grid__item__price,.product-grid__item__price_now{font-weight:var(--font-body-weight)}.product-grid__item__upper_material,.product-grid__item__price_was,.product-grid__item__price_was_was{color:var(--color-grey);font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/36/assets/component-product-grid.css.map */
</pre></body></html>