.product-card-link{color:inherit;height:100%;text-decoration:none;display:block}.product-card{height:100%;transition:all .35s var(--hz-ease);background:#fff;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--hz-shadow-lg);transform:translateY(-3px)}.product-card__image-wrapper{aspect-ratio:1;background:#f5f5f7;width:100%;position:relative;overflow:hidden}.product-card__image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;transition:transform .5s var(--hz-ease);padding:20px;position:absolute;inset:0}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badge{background:var(--hz-text);color:#fff;border-radius:var(--hz-radius-full);text-transform:uppercase;letter-spacing:.04em;z-index:2;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.product-card__info{flex-direction:column;flex-grow:1;padding:14px 4px;display:flex}.product-card__vendor{color:var(--hz-text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px;font-weight:500}.product-card__title{color:var(--hz-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:15px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.product-card__price-row{align-items:baseline;margin-top:auto;display:flex}.product-card__price{color:var(--hz-text);font-size:15px;font-weight:600}.product-card__compare-price{color:var(--hz-text-tertiary);margin-left:6px;font-size:13px;font-weight:400;text-decoration:line-through}
