.product-card{display:flex;flex-direction:column;position:relative;opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.25,.8,.25,1)}.product-card.is-revealed{opacity:1;transform:translateY(0)}.product-card__favorite{position:absolute;top:-14px;right:-14px;z-index:4;width:40px;height:40px;border-radius:50%;border:none;background:#fff;color:#111;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;isolation:isolate;box-shadow:0 3px 10px #00000026;transition:color .3s ease}.product-card__favorite:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-terracotta);transform:scaleX(0);transform-origin:right center;transition:transform .4s ease;z-index:-1}.product-card__favorite:hover:before{transform:scaleX(1)}.product-card__favorite:hover{color:#fff}.product-card__favorite svg{width:18px;height:18px;position:relative;z-index:1}.product-card__favorite.is-active{color:var(--color-terracotta)}.product-card__favorite.is-active .heart-shape{fill:currentColor;stroke:currentColor}.product-card__favorite .heart-crack{display:none}.product-card__favorite.is-active:hover{color:#fff}.product-card__favorite.is-active:hover .heart-shape{fill:none;stroke:currentColor}.product-card__favorite.is-active:hover .heart-crack{display:inline}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4 / 5;background:#f3f3f3}.product-card__media-link{display:block;width:100%;height:100%}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease,transform .8s 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;transform:scale(1.03)}.product-card:hover .product-card__image--primary:only-child{opacity:1;transform:scale(1.03)}.product-card.has-variant-image .product-card__image--primary,.product-card.has-variant-image:hover .product-card__image--primary{opacity:1;transform:none}.product-card.has-variant-image .product-card__image--secondary,.product-card.has-variant-image:hover .product-card__image--secondary{opacity:0}.product-card__quick-add{position:absolute;left:50%;bottom:1rem;width:calc(100% - 2rem);max-width:260px;overflow:hidden;isolation:isolate;display:block;background-color:var(--color-terracotta);color:#fff;text-align:center;text-decoration:none;border:1px solid var(--color-terracotta);border-radius:999px;padding:.85rem 1rem;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transform:translate(-50%,calc(100% + 2rem));transition:transform .4s cubic-bezier(.25,.8,.25,1);z-index:3}.product-card__quick-add:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-terracotta-dark);transform:scaleX(0);transform-origin:right center;transition:transform .4s ease;z-index:-1}.product-card__media:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{transform:translate(-50%)}.product-card__quick-add:hover:before{transform:scaleX(1)}.product-card__quick-add-label{position:relative;z-index:1}.product-card__quick-add.is-loading{opacity:.7;cursor:wait}.product-card__quick-add.is-added{border-color:#2a7a2a;color:#2a7a2a}.product-card__quick-add.is-added:before{background:#2a7a2a1f;transform:scaleX(1)}.product-card__swatches{position:absolute;left:0;right:0;bottom:4rem;display:flex;justify-content:center;gap:.5rem;padding:.5rem;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;z-index:2;pointer-events:none}.product-card__media:hover .product-card__swatches,.product-card:focus-within .product-card__swatches{opacity:1;transform:translateY(0);pointer-events:auto}.product-card__swatch{width:16px;height:16px;border-radius:50%;border:1.5px solid #fff;background:var(--swatch-color, #fff);padding:0;cursor:pointer;overflow:hidden;box-shadow:0 2px 6px #00000026;transition:transform .2s ease,border-color .2s ease}.product-card__swatch img{width:100%;height:100%;object-fit:cover;display:block}.product-card__swatch:hover,.product-card__swatch.is-active{transform:scale(1.1);border-color:#111}.product-card__info{margin-top:1rem;text-align:left}.product-card__title{font-size:1.1rem;font-weight:500;margin:0 0 .35rem;letter-spacing:.02em}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{text-decoration:underline}.product-card__price-wrap{height:1.6rem;overflow:hidden;margin-top:.25rem}.product-card__price{font-size:.9rem;margin:0;color:#555;transform:translateY(-120%);opacity:0;transition:transform .35s cubic-bezier(.25,.8,.25,1),opacity .35s ease,font-size .3s ease}.product-card:hover .product-card__price{transform:translateY(0);opacity:1;font-size:1.05rem}.product-card__price-prefix{font-size:.78em;color:#888}.product-card__price--sale{color:#c00;margin-right:.5rem}.product-card__price--compare{color:#999}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-card.css.map */
