

/* Old price: lighter + softer strike */
.price del,
.price .price-old {
  color: color-mix(in srgb, var(--default-color), transparent 55%) !important;
  opacity: .60 !important;
  text-decoration: line-through;
  text-decoration-thickness: .06em;
  text-decoration-color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-weight: 400;
  font-size: .7rem;
}

/* New price: darker/bolder, no underline */
.price ins,
.price .price-new {
  color: var(--default-color) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* Slight pop for the number */
.price ins .woocommerce-Price-amount bdi { font-size: 1.05em; }

/* Persian digits align nicer */
.price .woocommerce-Price-amount bdi { font-variant-numeric: tabular-nums; }

/* Make sure other theme rules don't fade the price */
.woocommerce ul.products li.product .price,
.single-product .summary .price { opacity: 1 !important; }
