/*
 * The legacy product-page selector contains an ID and wins over the existing
 * WCAG-safe color rule. This selector keeps the correction route-scoped and
 * raises specificity without modifying the theme or its generated cache.
 */
body#product .m-product-card.has-discount .m-product-card__price del.regular-price,
body#product .m-product-card.has-discount .m-product-card__price .m-product-card__price-compare del.regular-price {
  color: #6f6258 !important;
  opacity: 1 !important;
  text-decoration-color: currentColor !important;
}

/* Desktop product-fact labels: WCAG AA contrast at the current small size. */
body#product .m-product-fact-label {
  color: #855c33 !important;
}
