@media only screen and (min-width: 750px) {
  .product__title h1 {
    font-size: calc(var(--font-heading-scale) * 2.5rem);
  }
}

.footer-block__details-content a {
  text-decoration: none;
}
