.product-card{position:relative;background:#fff;border-radius:var(--product-card-corner-radius, 8px);overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:#f8f9fa}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image:not(.product-card__image--secondary){transform:scale(1.05)}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__placeholder{width:100%;height:100%;background:#e9ecef}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1}.product-card__badge{display:inline-block;padding:.4rem .8rem;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.product-card__badge--renewed{background:#4caf50e6;color:#fff}.product-card__badge--sale{background:#ff5722e6;color:#fff}.product-card__badge--sold-out{background:#000000b3;color:#fff}.product-card__info{padding:1.5rem}.product-card__vendor{font-size:1.1rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(var(--color-base-text),.5);margin:0 0 .5rem}.product-card__title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.product-card__price-current{font-size:1.8rem;font-weight:700;color:rgb(var(--color-base-primary))}.product-card__price-compare{font-size:1.4rem;color:rgba(var(--color-base-text),.5);text-decoration:line-through}.product-card__rating{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.product-card__rating-count{font-size:1.2rem;color:rgba(var(--color-base-text),.6)}.product-card__form{padding:0 1.5rem 1.5rem}.product-card__add-to-cart{width:100%;padding:1rem 1.5rem;font-size:1.2rem;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.product-card:hover .product-card__add-to-cart{opacity:1;transform:translateY(0)}.star-rating{display:flex;align-items:center;gap:.2rem}.star-rating__star{width:1.4rem;height:1.4rem}.star-rating__star--full,.star-rating__star--half{color:#ffc107}.product-card--placeholder .product-card__media{background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.product-card--placeholder .product-card__vendor,.product-card--placeholder .product-card__title,.product-card--placeholder .product-card__price{background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;color:transparent}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-card.css.map */
