.product-card{position:relative;overflow:hidden}.product-card__media{position:relative;overflow:hidden;background:var(--color-background-secondary)}.product-card__media--portrait{aspect-ratio:2/3}.product-card__media--square{aspect-ratio:1}.product-card__media--landscape{aspect-ratio:4/3}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__badges{position:absolute;top:1.2rem;left:1.2rem;display:flex;flex-direction:column;gap:.4rem;z-index:2}.product-card__actions{position:absolute;top:1.2rem;right:1.2rem;display:flex;flex-direction:column;gap:.8rem;z-index:2;opacity:0;transform:translate(1rem);transition:all .35s ease}.product-card:hover .product-card__actions{opacity:1;transform:translate(0)}.product-card__action-btn{width:3.6rem;height:3.6rem;background:var(--color-white);color:var(--color-text);display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 10px #0000001a;transition:all .3s}.product-card__action-btn:hover{background:var(--color-primary);color:var(--color-white)}.product-card__action-btn.is-wishlisted{background:var(--color-accent);color:var(--color-white)}.product-card__action-btn svg{width:1.6rem;height:1.6rem}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:1.2rem;transform:translateY(100%);transition:transform .35s cubic-bezier(.25,.46,.45,.94);z-index:2}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__info{padding:1.6rem 0 0}.product-card__vendor{font-size:1.1rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-light);margin-bottom:.4rem}.product-card__title{font-size:1.4rem;font-weight:500;margin-bottom:.6rem;line-height:1.4;transition:color .3s}.product-card__title a:hover{color:var(--color-primary)}.product-card__price{display:flex;align-items:center;gap:.8rem;font-size:1.4rem}.product-card__price--regular{font-weight:600}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-light);font-weight:400;font-size:1.3rem}.product-card__price--sale{color:var(--color-accent);font-weight:600}.color-swatch{width:2rem;height:2rem;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .3s;position:relative;display:inline-block}.color-swatch:hover,.color-swatch.is-active{border-color:var(--color-text);transform:scale(1.15)}.color-swatch:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}.color-swatch.is-active:after{border-color:var(--color-primary)}.color-swatch__more{font-size:1.1rem;color:var(--color-text-light);display:inline-flex;align-items:center;padding:0 .4rem;height:2rem}.product-card{transition:transform .4s ease}.product-card:hover{transform:translateY(-4px)}@media(max-width:767px){.product-card__quick-add .btn{font-size:1.1rem;padding:.9rem 1.2rem;letter-spacing:.06em}.product-card__action-btn{width:3rem;height:3rem}.product-card__action-btn svg{width:1.4rem;height:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/component-product-card.css.map */
