.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{display:flex;flex-direction:column;border:0;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(7,28,45,.08);overflow:hidden}.product-card>a:first-child{display:block;background:#e9ecef;overflow:hidden}.product-card img{display:block;width:100%;height:210px;aspect-ratio:auto;object-fit:cover;object-position:center;transition:transform .35s ease}.product-card:hover img{transform:scale(1.035)}.product-card>div{display:flex;flex:1;flex-direction:column;padding:26px 24px 24px}.product-card span{font-size:.76rem;font-weight:800;letter-spacing:.07em;color:#e45f16}.product-card h2{min-height:0;margin:9px 0 10px;font-size:1.22rem;line-height:1.3}.product-card p{min-height:3.1em;margin-bottom:18px;color:#697783;line-height:1.55}.product-card .product-link{margin-top:auto;font-weight:700;color:#e45f16}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(7,28,45,.14)}@media(max-width:1199px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.product-grid{grid-template-columns:1fr}.product-card img{height:230px}}
