.price {
  font-variant-numeric: tabular-nums;
}

.price--soldout, .price--sale {
  opacity: 0.5;
}

.price--sale {
  text-decoration: underline;
  text-underline-offset: -.35em;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .075em;
}