.product-price {
  min-height: 42px;
  margin-bottom: 8px;
}

.product-price > strong,
.product-price-wholesale > .product-price-label,
.product-price > small {
  display: block;
}

.product-price > strong {
  font-size: 19px;
  line-height: 1.2;
}

.product-image {
  position: relative;
}

.product-hot-badge {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b00, #e5481d);
  box-shadow: 0 6px 16px rgba(151, 48, 14, 0.25);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-price-wholesale > .product-price-label {
  margin-bottom: 1px;
  color: #667085;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.product-price small {
  margin-top: 2px;
  color: #667085;
  font-size: 9px;
  font-weight: 600;
}

.product-price-single small {
  margin-top: 1px;
}
