.catalog-page .product-grid{grid-template-columns:repeat(2,1fr);gap:40px 22px;margin:0;padding:0;list-style:none;display:grid}@media only screen and (min-width:750px){.catalog-page .product-grid{grid-template-columns:repeat(4,1fr);column-gap:30px}}.catalog-page .product-card{text-align:center;text-decoration:none;display:block;position:relative}.catalog-page .product-card__image{aspect-ratio:1;justify-content:center;align-items:center;transition:opacity .2s;display:flex}.catalog-page .product-card__image img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.catalog-page .product-card:hover .product-card__image,.catalog-page .product-card:focus-within .product-card__image{opacity:.8}.catalog-page .product-card__title{color:#333;border-bottom:1px solid #0000;margin-top:15px;font-family:biennale-bold,Roboto Bold;font-size:13pt;line-height:1.3;display:inline}.catalog-page .product-card:hover .product-card__title,.catalog-page .product-card:focus-within .product-card__title{border-bottom-color:#007cba}
