.hz-product-card{background:var(--hz-bg-primary);border-radius:var(--hz-radius-xl);border:1px solid var(--hz-border-light);transition:all var(--hz-transition-base);flex-direction:column;height:100%;display:flex;overflow:hidden}.hz-product-card:hover{box-shadow:var(--hz-shadow-lg);border-color:var(--hz-border);transform:translateY(-4px)}.hz-product-card__link{text-decoration:none;display:block}.hz-product-card__image-wrapper{background:var(--hz-bg-secondary);width:100%;padding-top:100%;position:relative;overflow:hidden}.hz-product-card__image{-o-object-fit:contain;object-fit:contain;width:100%;height:100%;padding:var(--hz-space-4);transition:transform var(--hz-transition-slow);position:absolute;top:0;left:0}.hz-product-card:hover .hz-product-card__image{transform:scale(1.05)}.hz-product-card__badge{top:var(--hz-space-3);left:var(--hz-space-3);background:var(--hz-text-primary);color:var(--hz-bg-primary);border-radius:var(--hz-radius-full);text-transform:uppercase;letter-spacing:.05em;z-index:2;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute}.hz-product-card__info{padding:var(--hz-space-4) var(--hz-space-5) var(--hz-space-5);flex-direction:column;flex-grow:1;display:flex}.hz-product-card__vendor{color:var(--hz-text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--hz-space-2);font-size:.75rem;font-weight:600}.hz-product-card__title{font-size:var(--hz-text-base);margin-bottom:var(--hz-space-4);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.hz-product-card__title a{color:var(--hz-text-primary)}.hz-product-card__bottom{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.hz-product-card__price{color:var(--hz-text-primary);align-items:center;gap:var(--hz-space-2);font-size:1.1rem;font-weight:700;display:flex}.hz-product-card__compare-price{color:var(--hz-text-tertiary);font-size:.85rem;font-weight:500;text-decoration:line-through}.hz-product-card__action{border-radius:var(--hz-radius-full);background:var(--hz-bg-secondary);border:1px solid var(--hz-border);width:36px;height:36px;color:var(--hz-text-primary);cursor:pointer;transition:all var(--hz-transition-fast);justify-content:center;align-items:center;display:flex}.hz-product-card__action:hover{background:var(--hz-text-primary);color:var(--hz-bg-primary);border-color:var(--hz-text-primary)}
