/* Isolani owned contrast corrections — 2026-09-09. */

/* #777 on white measures about 4.478:1 at 14 px. Keep the visual hierarchy
   while clearing the WCAG AA normal-text threshold. */
.product-miniature .regular-price.text-muted {
  color: #6b6b6b !important;
  opacity: 1 !important;
}

/* The shared newsletter consent is 12 px #a8a8a8 on #ededed (about 2.03:1).
   Override the inline Privacy-link color as part of the same owned component. */
#footer-container-main .psgdpr_consent_message,
#footer-container-main .psgdpr_consent_message a {
  color: #3f3f3f !important;
}
