.price-display {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  white-space: nowrap;
}
.price-original {
  text-decoration: line-through;
  color: #999;
  font-size: 0.85em;
}
.price-discounted {
  color: #e53e3e;
  font-weight: 700;
}
.price-current {
  font-weight: 600;
  color: var(--font);
}
