.product-card{transition:opacity .2s ease}.product-card__image-wrapper{aspect-ratio:3/4;border-radius:0;background:rgba(var(--color-base-background-2),.3)}@media screen and (min-width:750px){.product-card:hover{opacity:.85}.product-card:hover .product-card__image-wrapper{box-shadow:none}.product-card__image-wrapper{border-radius:0}.product-card__image-link{overflow:hidden;position:relative}.product-card__image{transition:opacity .2s ease}.product-card:hover .product-card__image:not(.product-card__image--secondary){opacity:1}}.product-card__badge{color:#000;box-shadow:none;border-radius:0;background:#c9a962}.product-card__quick-view{transform:translate(-50%);transition:opacity .15s ease,visibility .15s ease;position:absolute;opacity:0;bottom:1.5rem;visibility:hidden;left:50%;z-index:3}@media screen and (min-width:750px){.product-card:hover .product-card__quick-view{opacity:1;visibility:visible}}.product-card__quick-view.button{padding:1rem 2rem;font-size:1.3rem;border:none;font-weight:400;color:#fff;text-transform:uppercase;letter-spacing:.15em;gap:.5rem;background-color:#000;align-items:center;box-shadow:none;border-radius:0;white-space:nowrap;display:inline-flex}.product-card__quick-view.button:hover{color:#000;background-color:#c9a962}.product-card__quick-view svg{height:1.6rem;width:1.6rem}.product-card__title{font-size:1.5rem;font-weight:400;transition:opacity .2s ease;text-transform:none;letter-spacing:.02em;line-height:1.4}@media screen and (min-width:750px){.product-card__title{font-size:1.6rem}}.product-card__title a:hover{text-decoration:none;opacity:.6}.price{letter-spacing:.02em;font-family:var(--font-heading-family)}.price__sale{font-size:1.5rem}@media screen and (min-width:750px){.price__sale{font-size:1.6rem}}.product-card__color-swatches{flex-wrap:wrap;margin-top:1rem}.color-swatch{transition:transform .1s ease;cursor:pointer}.color-swatch:hover{transform:scale(1.1)}.product-card__placeholder{background:rgba(var(--color-base-background-2),.2)}.product-card__add-to-cart{margin-top:1.2rem}.product-card__add-button{min-height:4.4rem;padding:1rem 1.5rem;justify-content:center;font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;gap:.5rem;align-items:center;display:flex}.product-card__add-button:disabled{opacity:.5;cursor:not-allowed}.product-card__add-button .button__loading{justify-content:center;align-items:center;display:flex}.product-card__add-button .button__loading.hidden,.product-card__add-button .button__text.hidden{display:none}