.product-price__tax-note a {
  color: var(--color-text-main);
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: all 0.1s linear;
}

.product-price__tax-note a:hover {
  opacity: 0.7; /* oder gewünschter Hover-Effekt */
}