.product-button-group__wawi-link {
  text-align: center;
  display: block;
  color: #595959;
  font-size: 18px;
  font-weight: 400;
  background: transparent;
  outline: none;
  text-decoration: underline;
  transition: color 0.25s ease-in-out;
  text-underline-offset: 3px;
  padding: 0;
}
.product-button-group__wawi-link:hover {
  color: #6e8da4;
  text-decoration: none;
}

@media (max-width: 575px) {
  .product-button-group__wawi-link {
    font-size: 14px;
  }
}
