.product-card{height:100%;color:rgb(var(--color-foreground));text-align:left}
.product-card__media{position:relative;overflow:hidden;aspect-ratio:1;background:#f4f4f4}
.product-card__image-link{display:block;width:100%;height:100%}
.product-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .35s ease,transform .5s cubic-bezier(.2,.6,.3,1)}
.product-card__image--secondary{opacity:0}
.product-card:hover .product-card__image--primary{transform:scale(1.025)}
.product-card:hover .product-card__image--secondary{opacity:1;transform:scale(1.025)}
.product-card__badge{position:absolute;z-index:2;top:1.2rem;left:1.2rem;padding:.5rem .9rem;border-radius:.3rem;background:#e3212d;color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-card__badge--stock{top:4.4rem;background:#111}
.product-card__quick-add{position:absolute;z-index:3;right:1.2rem;bottom:1.2rem;left:1.2rem;opacity:0;transform:translateY(1rem);transition:opacity .25s ease,transform .25s ease}
.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add{opacity:1;transform:translateY(0)}
.product-card__form{margin:0}
.product-card__quick-add button,.product-card__quick-add a,.product-card__quick-add span{display:flex;width:100%;min-height:4.3rem;padding:1rem 1.5rem;border:1px solid #111;background:#111;color:#fff;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;text-align:center;text-transform:uppercase}
.product-card__quick-add button:hover,.product-card__quick-add a:hover{background:#fff;color:#111}
.product-card__content{padding-top:1.5rem}
.product-card__title{display:block;font-size:1.6rem;font-weight:700;line-height:1.25}
.product-card__title:hover{text-decoration:underline;text-underline-offset:.3rem}
.product-rating{display:flex;margin-top:.7rem;align-items:center;gap:.7rem;font-size:1.2rem;color:#676767}
.product-rating__stars{position:relative;display:inline-block;color:#d5d5d5;line-height:1;letter-spacing:.05em}
.product-rating__stars::after{content:"★★★★★";position:absolute;inset:0;width:var(--rating-percent);overflow:hidden;color:#111}
.product-card__inventory{margin:.55rem 0 0;color:#4f7355;font-size:1.2rem;font-weight:600}
.price{display:flex;margin-top:.65rem;align-items:baseline;gap:.7rem;font-size:1.5rem}
.price__current{font-weight:700}
.price__compare{color:#686868;font-size:1.3rem;font-weight:400}
.price--on-sale .price__current{color:#bd2026}
.product-card__swatches{display:flex;margin-top:1rem;gap:.55rem;align-items:center}
.product-card__swatch{display:block;width:1.8rem;height:1.8rem;padding:.2rem;border:1px solid #ccc;border-radius:50%;background:var(--swatch-color);background-clip:content-box}
.product-card__swatch:hover{border-color:#111}
.product-card--placeholder .product-card__image{position:static;background:#eee;fill:#c7c7c7}
@media(max-width:760px){.product-card__quick-add{position:static;margin-top:.8rem;opacity:1;transform:none}.product-card__content{padding-top:1.2rem}.product-card__title{font-size:1.45rem}.product-card__badge{top:.8rem;left:.8rem}}
@media(hover:none){.product-card__quick-add{position:static;margin-top:.8rem;opacity:1;transform:none}}
