/* Fix low contrast for product prices */
.price-tag,
.woocommerce-Price-amount,
.bdi,
del,
ins {
  color: #111; /* Dark grey or black for visibility */
  font-weight: 600;
}

/* Ensure sale prices are clearly readable */
del,
ins {
  text-decoration: none;
  font-size: 1.1em;
}

/* Improve contrast for tab labels and nav items */
.nav-tabs li a,
.nav-tabs li.active a {
  color: #111;
}

/* Make sale badge or offer labels more readable */
.onsale,
.sale-badge {
  background-color: #f00; /* Bright red background */
  color: #fff;             /* White text */
  font-weight: bold;
}