.product-card[data-v-494cd8b8]{display:block;text-decoration:none;color:inherit;background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);overflow:hidden;cursor:pointer;transition:box-shadow var(--motion-duration-base) var(--motion-ease-standard),transform var(--motion-duration-base) var(--motion-ease-standard)}.product-card[data-v-494cd8b8]:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.product-card[data-v-494cd8b8]:focus-visible{box-shadow:var(--focus-ring)}.product-card__media[data-v-494cd8b8]{position:relative;aspect-ratio:1/1;background:var(--color-bg-soft)}.product-card__img[data-v-494cd8b8]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.product-card__badge[data-v-494cd8b8]{position:absolute;top:var(--space-2);left:var(--space-2);padding:var(--space-1) var(--space-2);border-radius:var(--radius-pill);font-size:var(--text-xs);color:var(--color-text-inverse);font-weight:var(--weight-semibold)}.product-card__badge--hot[data-v-494cd8b8]{background:var(--color-badge-hot)}.product-card__badge--new[data-v-494cd8b8]{background:var(--color-badge-new)}.product-card__badge--sale[data-v-494cd8b8]{background:var(--color-badge-sale)}.product-card__body[data-v-494cd8b8]{padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.product-card__title[data-v-494cd8b8]{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--color-text);-webkit-line-clamp:2;line-height:var(--lh-tight);min-height:calc(var(--text-md)*var(--lh-tight)*2)}.product-card__desc[data-v-494cd8b8],.product-card__title[data-v-494cd8b8]{margin:0;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.product-card__desc[data-v-494cd8b8]{font-size:var(--text-sm);color:var(--color-text-secondary);-webkit-line-clamp:1}.product-card__bottom[data-v-494cd8b8]{display:flex;align-items:center;justify-content:space-between}.product-card__price[data-v-494cd8b8]{font-family:var(--font-price);color:var(--color-price);font-weight:var(--weight-bold);font-size:var(--text-xl)}.product-card__price-sign[data-v-494cd8b8]{font-size:var(--text-sm);margin-right:var(--space-1)}.product-grid[data-v-ee5687ad]{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}@media(min-width:768px){.product-grid[data-v-ee5687ad]{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid[data-v-ee5687ad]{grid-template-columns:repeat(4,1fr)}}
