.product-title {
  margin: 0 0 10px;
  font-size: 2.18em;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.5px;
  @media (min-width: 1441px) {
    min-width: fit-content;
    white-space: nowrap;
  }

  strong {
    font-weight: 700;
  }

  span.highlight {
    color: transparent;
    background: var(--base-heading-bg-color);
    background-clip: text;
    font-weight: 700;
  }

  @media (max-width: 1024px) {
    font-size: 1.5em;
  }

  small {
    font-size: .6em;
    font-weight: 300;
    letter-spacing: -1px;
  }
}
