.product-card{background-color:var(--color-background);border-radius:var(--radius-lg, 16px);overflow:hidden;border:1px solid rgba(43,45,66,.06);box-shadow:var(--shadow-sm, 0 2px 8px rgba(43, 45, 66, .06));transition:transform .3s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1)),box-shadow .3s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1)),border-color .3s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1))}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ff6b6b1f;border-color:#ff6b6b26}.product-card__link{display:block}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden}.product-card .product-card__image-wrapper{background:var(--color-surface, #F9FAFB)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1))}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--color-surface, #f8f9fa)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;z-index:2}.product-card__badge{padding:.25rem .625rem;font-family:var(--font-heading);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;color:#fff;border-radius:50rem;line-height:1.4}.product-card__badge--sale{background-color:var(--color-primary, #FF6B6B)}.product-card__badge--bestseller{display:inline-flex;align-items:center;gap:.25rem;background-color:var(--color-secondary, #4ECDC4)}.product-card__badge--popular{background-color:var(--color-accent, #FFE66D);color:var(--color-dark, #2B2D42)}.product-card__quick-view{position:absolute;bottom:.75rem;right:.75rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(43,45,66,.08);border-radius:50%;cursor:pointer;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease,box-shadow .25s ease;z-index:2;box-shadow:0 2px 8px #2b2d421a}.product-card__quick-view svg{color:var(--color-dark, #2B2D42);width:16px;height:16px}.product-card:hover .product-card__quick-view{opacity:1;transform:translateY(0)}.product-card__quick-view:hover{background:var(--color-primary, #FF6B6B);border-color:var(--color-primary, #FF6B6B);box-shadow:0 4px 12px #ff6b6b4d}.product-card__quick-view:hover svg{color:#fff}.product-card__info{padding:var(--spacing-md, 1.25rem);display:flex;flex-direction:column;gap:.5rem}.product-card__title{font-family:var(--font-heading);font-weight:600;font-size:1rem;color:var(--color-dark, #2B2D42);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none;transition:color .2s ease}.product-card__title:hover{color:var(--color-primary, #FF6B6B)}.star-rating{display:flex;align-items:center;gap:1px}.product-card__rating{display:flex;align-items:center;gap:.375rem}.product-card__review-count{font-size:.75rem;color:var(--color-text-light, #6c7a89)}.product-card__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.5rem;margin-top:.5rem}.product-card__price{flex:1 1 0;min-width:0;overflow:hidden}.price__current{font-family:var(--font-heading);font-weight:700;font-size:clamp(.875rem,2.5vw,1.125rem);color:var(--color-dark, #2B2D42);white-space:nowrap}.price--on-sale .price__current{color:var(--color-primary, #FF6B6B)}.price--on-sale{display:flex;flex-wrap:nowrap;align-items:baseline;min-width:0;overflow:hidden}.price__compare{font-size:clamp(.6875rem,1.5vw,.8125rem);color:var(--color-text-light, #6c7a89);text-decoration:line-through;margin-left:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card__btn{flex-shrink:0;box-shadow:0 3px 8px #ff6b6b4d;border-radius:var(--radius-md, 12px);font-size:clamp(.6875rem,1.5vw,.8125rem);padding:.5rem clamp(.5rem,2vw,1.25rem);white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}.product-card__btn:hover{transform:translateY(-1px);box-shadow:0 5px 12px #ff6b6b66}@media(prefers-reduced-motion:reduce){.product-card,.product-card__image,.product-card__quick-view,.product-card__btn{transition:none}.product-card:hover,.product-card:hover .product-card__image{transform:none}.product-card:hover .product-card__quick-view{opacity:1;transform:none}}@media(max-width:749px){.product-card__info{padding:var(--spacing-sm, .875rem)}.product-card__title{font-size:.875rem}.product-card__bottom{flex-wrap:wrap}.product-card__price{flex:0 1 auto;min-width:0}.product-card__btn{flex:1 0 auto}.product-card__quick-view{width:44px;height:44px;opacity:1;transform:translateY(0)}.product-card__quick-view svg{width:16px;height:16px}}.category-card{position:relative;border-radius:var(--radius-lg, 16px);overflow:hidden;aspect-ratio:4/3;display:flex;align-items:flex-end;transition:transform .3s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1))}.category-card:hover{transform:translateY(-4px)}.category-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s var(--transition-smooth, cubic-bezier(.4, 0, .2, 1))}.category-card:hover .category-card__image{transform:scale(1.05)}.category-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-surface, #f8f9fa)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(43,45,66,.8) 0%,transparent 60%)}.category-card__content{position:relative;z-index:1;padding:var(--spacing-md, 1.25rem);width:100%}.category-card__title{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:#fff}.category-card__count{font-size:.8125rem;color:#ffffffb3;margin-top:.25rem}
/*# sourceMappingURL=/cdn/shop/t/39/assets/component-card.css.map */
