.custom-discount-wrapper { display: flex; align-items: center; gap: 8px; margin-top: 4px; }
.custom-discount-badge { background: #e0245e; color: #fff; font-size: 12px; font-weight: 700; padding: 2px 6px; border-radius: 4px; }
.custom-discount-original { opacity: 0.55; font-size: 0.9em; }
.custom-discount-final { font-weight: 700; color: #111; }
.custom-discount-original-price {
  display: none;
}