@media (min-width:1300px){.catalog-grid{grid-template-columns:repeat(4,1fr)}}
@media (min-width:1800px){.catalog-grid{grid-template-columns:repeat(5,1fr)}}
@media (max-width:850px){.catalog-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:520px){.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.catalog-card .product-image{height:88px;padding:7px;font-size:35px}.catalog-card .product-image:after{width:58px;height:58px;top:7px;right:7px}.catalog-card .product-info{padding:9px}.catalog-card .product-meta{font-size:8px}.catalog-card h3{font-size:11px;line-height:1.22;margin:4px 0 9px}.catalog-card .product-description{display:none}.catalog-card .price{font-size:12px}.catalog-card .add{width:27px;height:27px;font-size:17px}.catalog-card .out-stock{top:5px;left:5px;font-size:7px;padding:3px}.wholesale-label{font-size:7px}}
