.product-card{display:flex;flex-direction:column;gap:var(--space-3)}.product-card__image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--color-surface);border-radius:var(--radius-md)}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__title{font-size:.9375rem;font-weight:400;line-height:1.4}.product-card__price{font-size:.875rem;color:var(--color-text-muted)}.product-card__badge{position:absolute;top:var(--space-3);left:var(--space-3);background:var(--color-primary);color:#fff;font-size:.75rem;padding:2px var(--space-2);border-radius:var(--radius-sm);letter-spacing:.04em;text-transform:uppercase}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
