.product-card{height:100%}.product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:var(--scheme-foreground, var(--color-foreground))}.product-card__media{position:relative;aspect-ratio:var(--product-card-ratio, 3 / 4);overflow:hidden;background:var(--color-surface);border:1px solid var(--scheme-border, var(--color-border));border-radius:var(--product-card-radius, 0px)}.product-card__media--portrait{--product-card-ratio: 3 / 4}.product-card__media--square{--product-card-ratio: 1 / 1}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity var(--transition-base),transform .6s cubic-bezier(.4,0,.2,1)}.product-card__image--secondary{opacity:0}.product-card:hover .product-card__image--primary{transform:scale(1.04)}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__placeholder{width:100%;height:100%}.product-card__badges{position:absolute;inset-block-start:.75rem;inset-inline-start:.75rem;display:flex;flex-direction:column;gap:.4rem;z-index:1}.product-card__badges--top_right{inset-inline-start:auto;inset-inline-end:.75rem;align-items:flex-end}.product-card__badge{display:inline-flex;padding:.25rem .65rem;font-size:var(--type-xs);font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:100px}.product-card__badge--sale{background:var(--color-accent);color:var(--color-accent-contrast)}.product-card__badge--sold{background:var(--color-brand-dark);color:#f4f1ec}.product-card__overlay{position:absolute;inset-block-end:0;inset-inline:0;background:#1f3a38e6;color:#f4f1ec;display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;translate:0 100%;transition:translate .28s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__overlay{translate:0 0}.product-card__overlay-text{font-size:var(--type-xs);letter-spacing:.14em;text-transform:uppercase;font-weight:600}.product-card__info{display:flex;flex-direction:column;gap:.3rem;padding-block:.9rem;text-align:var(--product-card-text-align, left)}.product-card--card .product-card__link{padding:.85rem;background:var(--color-surface);border:1px solid var(--scheme-border, var(--color-border));border-radius:var(--product-card-radius, 0px)}.product-card--card .product-card__media{border:none}.product-card__vendor{font-size:var(--type-xs);letter-spacing:.12em;text-transform:uppercase;opacity:.65}.product-card__title{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:var(--type-h6);line-height:1.25;margin:0}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:var(--product-card-justify, flex-start);gap:.5rem;font-size:var(--type-base)}.product-card__price-from{font-size:var(--type-sm);opacity:.7}.product-card__price-current--sale{color:var(--color-accent);font-weight:600}.product-card__price-compare{opacity:.55}.product-card__unit-price{width:100%;font-size:var(--type-xs);opacity:.65}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
