.product-card{display:flex;flex-direction:column;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px)}.product-card__media{position:relative;overflow:hidden;border-radius:var(--space-3);background:var(--color-surface-subtle)}.product-card__media-link{display:block;aspect-ratio:1 / 1}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__image--secondary{opacity:1}.product-card__placeholder-img{width:100%;aspect-ratio:1 / 1;background:var(--color-surface-muted);border-radius:var(--space-3)}.product-card__placeholder{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--color-surface-muted);border-radius:var(--space-3)}.product-card__placeholder .placeholder-svg{width:60%;height:auto;opacity:.3}.product-card-swatches{position:relative;display:flex;gap:var(--space-1-5);padding:var(--space-3) 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;mask-image:linear-gradient(to right,black calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(to right,black calc(100% - 24px),transparent 100%)}.product-card-swatches::-webkit-scrollbar{display:none}.product-card-swatch{width:var(--space-5);height:var(--space-5);border-radius:50%;border:1.5px solid rgba(var(--color-foreground, 26, 26, 26),.15);padding:0;cursor:pointer;background-color:#ddd;background-size:cover;background-position:center;background-repeat:no-repeat;transition:border-color .15s ease,transform .15s ease;flex-shrink:0}.product-card-swatch:hover{transform:scale(1.15)}.product-card-swatch.is-active{border-color:rgb(var(--color-foreground, 26, 26, 26));border-width:2px}.product-card-swatch:focus-visible{outline:2px solid var(--color-brand-purple);outline-offset:2px}.product-card__info{display:flex;flex-direction:column;gap:var(--space-3);padding-top:var(--space-3)}.product-card__title{font-family:var(--font-heading);font-weight:900;font-size:var(--space-3-5);line-height:var(--space-5);letter-spacing:-.15px;margin:0}.product-card__title a{text-decoration:none;color:var(--color-text-body)}.product-card__title a:hover{text-decoration:underline}.product-card__meta{display:block;font-family:var(--font-body);font-size:var(--space-3-5);font-weight:500;line-height:var(--space-4);letter-spacing:1.2px;text-transform:uppercase;color:var(--color-text-muted)}.product-card__price{font-family:var(--font-body);font-size:var(--space-3-5);font-weight:500;line-height:var(--space-4);letter-spacing:1.2px;text-transform:uppercase;color:var(--color-text-muted)}.product-card__vendor{font-size:.75rem;color:rgba(var(--color-foreground, 26, 26, 26),.5);margin-top:var(--space-1)}
/*# sourceMappingURL=/cdn/shop/t/23/assets/component-card.css.map */
