.product-card{flex-direction:column;min-width:0;display:flex}.product-card__image{--product-image-height:clamp(14rem, 24vw, 18rem);height:var(--product-image-height);background:0 0;place-items:center;display:grid}.product-card__image picture{display:contents}.product-card__image img{width:auto;max-width:100%;height:auto;max-height:var(--product-image-height);object-fit:contain;object-position:center}.product-card[hidden]{display:none}.product-card__body{text-align:center;padding-top:.9rem}.product-card h2{font-family:var(--font-body);overflow-wrap:anywhere;text-wrap:balance;margin-bottom:.35rem;font-size:.86rem;font-weight:700;line-height:1.38}.product-card h2 a{text-decoration:none}.product-card h2 a:hover{color:var(--red);text-decoration:underline}.product-card__volume{color:var(--muted);margin-bottom:0;font-size:.78rem}.product-card__variants{color:var(--muted);margin:0;font-size:.72rem;line-height:1.45}.product-card__variants span{color:var(--ink-soft);font-weight:700}@media (width<=36rem){.product-card__image{--product-image-height:14rem}.product-card h2{font-size:.82rem}}
