/* فروشگاه هزاردکان — استایل تکمیلی (روی UI Core) */
.hzd-like[disabled],
.hzd-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.hzd-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: var(--hzd-primary, #ff2d78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
