.product-card {
    padding-top: 18px;
}

.product-card-image {
    display: block;
    height: 180px;
    margin: -18px -26px 18px;
    overflow: hidden;
    background: #fff;
}

.product-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-list-card { grid-template-columns: 150px minmax(0, 1fr) 180px; }
.product-list-card__image { display:grid;place-items:center;height:132px;overflow:hidden;border-radius:8px;background:#f7f7f8; }
.product-list-card__image img { width:100%;height:100%;object-fit:contain; }
@media (max-width:700px) {.product-list-card{grid-template-columns:1fr}.product-list-card__image{height:210px}}
