.product-dyo-button {
  text-decoration: underline;
  font-weight: 700;
  text-underline-position: under;
  color: var(--primary_text);
  transition: opacity 0.3s ease;

  @media screen and (min-width: 1025px) {
    &:hover {
      opacity: 0.5;
    }
  }
}
