.product__title h1 {
  word-break: keep-all !important;
  font-size: 3rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.product__tax.rte a {
  color: rgba(var(--color-foreground), 1);
}