/* A quiet, readable factual line. No new brand colours or typefaces. */
.ipph-prior-price {
  display: block;
  flex: 0 0 100%;
  width: 100%;
  margin-top: 6px;
  color: #666666;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  white-space: normal;
}
.ipph-prior-price .woocommerce-Price-amount,
.ipph-prior-price .woocommerce-Price-currencySymbol,
.ipph-prior-price bdi {
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
}
.ipph-prior-price__amount { white-space: nowrap; font-weight: 600; }
.ipsp-hero-product-price > .ipph-prior-price { margin-top: 2px; font-size: 13px; }
.ipm-product-card__price:has(.ipph-prior-price),
.ipm-shelf-card__price:has(.ipph-prior-price) { flex-wrap: wrap; }
@media (max-width: 640px) {
  .ipph-prior-price { font-size: 11px; }
  .ipsp-hero-product-price > .ipph-prior-price { font-size: 12px; }
}
