.product-card{flex-direction:column;gap:6px;display:flex}.product-card__thumb{aspect-ratio:1;background:var(--color-surface-1);border-radius:12px;position:relative;overflow:hidden}.product-card__thumb img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.product-card__ph{width:100%;height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.product-card__badge{position:absolute;top:8px;left:8px}.product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.4rem;font-weight:500;line-height:2rem;display:-webkit-box;overflow:hidden}.product-card__price{font-size:1.5rem;font-weight:700}
