.product-card{display:flex;flex-direction:column;gap:1.6rem;text-align:left;position:relative}.product-card__media-link{display:block;position:relative;aspect-ratio:var(--product-card-ratio, 4 / 5);overflow:hidden;background:rgb(var(--color-base-background-2));text-decoration:none}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .5s ease,transform .8s ease}.product-card__image--secondary{opacity:0}@media(hover:hover){.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}}.product-card__badge{position:absolute;top:1.2rem;left:1.2rem;padding:.5rem .9rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:1rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;z-index:2}.product-card__badge--sold-out{background:rgba(var(--color-foreground),.85)}.product-card__quick-add{position:absolute;left:1.2rem;right:1.2rem;bottom:1.2rem;padding:1.2rem 1.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;cursor:pointer;opacity:0;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease,background .2s ease,color .2s ease;z-index:2}@media(hover:hover){.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}}@media(hover:none){.product-card__quick-add{opacity:1;transform:none;position:static;margin-top:1rem}}.product-card__quick-add:disabled,.product-card__quick-add[aria-disabled=true]{cursor:not-allowed;opacity:.45;background:transparent;color:rgb(var(--color-foreground))}.product-card__quick-add.is-loading{cursor:wait}.product-card__quick-add.is-added{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product-card__info{display:flex;flex-direction:column;gap:.5rem;padding-top:.2rem}.product-card__vendor,.product-card__eyebrow{font-family:var(--font-body-family);font-size:1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin:0;line-height:1}.product-card__scent-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin:.2rem 0;text-decoration:none;align-items:center}.product-card__scent-pills .scent-pill{display:inline-flex;align-items:center;padding:.4rem .9rem;font-family:var(--font-body-family);font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;line-height:1;white-space:nowrap;transition:filter .2s ease,transform .2s ease}.product-card__scent-pills:hover .scent-pill{filter:brightness(.96)}.scent-pill--fallback{background:rgba(var(--color-foreground),.05);color:rgba(var(--color-foreground),.7);font-style:italic;letter-spacing:.06em;text-transform:none}.product-card__title{font-family:var(--font-heading-family);font-size:clamp(2rem,1.6vw + 1.4rem,2.6rem);font-weight:300;line-height:1.18;letter-spacing:.005em;margin:0;color:rgb(var(--color-foreground))}.product-card__title a{color:inherit;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-size:0 .5px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .35s ease}.product-card:hover .product-card__title a{background-size:100% .5px}.product-card__price{font-family:var(--font-body-family);font-size:1.4rem;letter-spacing:.04em;color:rgb(var(--color-foreground));margin:.2rem 0 0;display:flex;flex-wrap:wrap;gap:.6rem;align-items:baseline}.product-card__price s{color:rgba(var(--color-foreground),.4);text-decoration-thickness:.5px;font-weight:300}.product-card__price--sale{color:rgb(var(--color-foreground))}.product-card__sale-tag{font-family:var(--font-body-family);font-size:1rem;font-style:italic;color:rgba(var(--color-foreground),.6);letter-spacing:.04em;margin:.2rem 0 0;line-height:1.3}.product-card__sold-out-text{font-family:var(--font-body-family);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.5)}.product-card__feedback{position:absolute;bottom:-2.4rem;left:0;right:0;font-family:var(--font-body-family);font-size:1.1rem;color:rgba(var(--color-foreground),.7);text-align:left;opacity:0;transition:opacity .2s ease;pointer-events:none}.product-card__feedback.is-visible{opacity:1}.product-card[data-skeleton] .product-card__media-link{background:rgba(var(--color-foreground),.06)}
/*# sourceMappingURL=/cdn/shop/t/1/assets/component-product-card.css.map */
