.product-card{--font-subheading--family:var(--font-primary--family);gap:calc(var(--spacing--base) * var(--component-product-card--gap-multiplier));color:var(--component-product-card--color);flex-direction:column;display:flex;position:relative}.product-card img{border-radius:var(--component-product-card-image--radius);aspect-ratio:var(--component-product-card-image--aspect-ratio);object-fit:var(--component-product-card-image--object-fit);width:var(--component-product-card-image--width);flex:0}.product-card a{position:absolute;inset:0}.product-card bdi{font-size:90%}.product-card__reviews{justify-content:space-between;align-items:center;font-size:90%;display:flex}.product-card__reviews .product-card__reviews__rating{align-items:center;gap:.5rem;margin:0;display:flex}.product-card__reviews .product-card__reviews__count{opacity:.8}