.product-card{display:flex;flex-direction:column;height:100%;transition:all var(--transition-speed) ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;overflow:hidden;border-radius:var(--border-radius) var(--border-radius) 0 0;aspect-ratio:1;background:var(--color-bg-secondary)}.product-card__media-link{display:block;width:100%;height:100%}.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .6s ease}.product-card__img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__img--primary{opacity:0}.product-card:hover .product-card__img--secondary{opacity:1;transform:scale(1.05)}.product-card__img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--color-border)}.product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-direction:column;gap:.25rem}.product-card__actions{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;opacity:0;transform:translate(8px);transition:all var(--transition-speed) ease}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__action-btn{width:36px;height:36px;border-radius:50%;background:var(--color-bg);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);color:var(--color-text);transition:all var(--transition-speed) ease}.product-card__action-btn:hover{background:var(--color-primary);color:#fff;transform:scale(1.1)}.product-card__info{padding:.875rem;display:flex;flex-direction:column;gap:.375rem;flex:1}.product-card__vendor{text-transform:uppercase;letter-spacing:.05em;font-weight:600}.product-card__title{font-size:.875rem;font-weight:500;line-height:1.4}.product-card__title-link{transition:color var(--transition-speed) ease}.product-card__title-link:hover{color:var(--color-primary)}.product-card__specs{margin-top:-.125rem}.product-card__rating{margin-top:.125rem}.product-card__price{margin-top:auto;padding-top:.25rem}.product-card__sold{margin-top:.125rem}.product-card__quick-add{margin-top:.5rem}.product-card__add-btn{font-size:.8125rem}@media (max-width: 989px){.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000000a;border:1px solid #f0f0f0}.product-card__info{padding:.75rem;gap:.25rem}.product-card__vendor{font-size:.65rem;opacity:.6;margin-bottom:.125rem}.product-card__title{font-size:.8125rem;line-height:1.3;font-weight:600;height:2.6em;overflow:hidden}.product-card__price{padding-top:.125rem;font-size:1rem}.product-card__sold{font-size:.7rem;color:#777}.product-card__actions{opacity:1;transform:translate(0);top:.25rem;right:.25rem}.product-card__action-btn{width:32px;height:32px}.product-card__badges{top:.25rem;left:.25rem}.badge{padding:.125rem .375rem;font-size:.6rem}.product-card__quick-add{margin-top:.375rem}.product-card__quick-add .btn{font-size:.75rem;padding:.625rem .5rem;border-radius:8px;letter-spacing:0;min-height:38px}.rating__stars svg{width:10px;height:10px}.rating__count{font-size:.65rem}}@media (max-width: 749px){.product-card__title{font-size:.75rem}.product-card__info{padding:.625rem}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/component-product-card.css.map */
