.product-card .product-image{background:#fff;padding:0;height:260px}
.product-card .product-image img{object-fit:contain;opacity:1;filter:none;mix-blend-mode:normal;background:#f7f3ef}
.product-card{border-color:#e7e7eb;box-shadow:0 3px 14px #24202c06}
.product-card .product-meta{background:#fff;padding:18px}
.product-card .button{background:#28232b;border-color:#28232b;color:#fff}
.product-card .button:hover,.product-card .button.in-cart{background:var(--wine);border-color:var(--wine);color:#fff}
.product-card .price{color:#28232b}
@media(max-width:760px){
  .product-card{align-self:start}
  .product-card .product-image{height:180px}
  .product-card .product-meta{padding:10px 12px 12px}
  .product-card .product-topline{min-height:0}
  .product-card .product-description{min-height:0;margin-top:6px}
  .product-card .color-label{margin:8px 0 6px}
  .product-card .sizes{margin:2px 0 10px}
  .product-card .button{margin-top:0}
}
@media(max-width:380px){.product-card .product-image{height:160px}}
