.bbd-product-title__title {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);

  @media screen and (max-width: 749px) {
    font-size: 2.25rem;
  }
}

.bbd-product-title__color {
  color: var(--color-caption);
  font-size: var(--font-size--md);
  font-weight: var(--font-weight--regular);
  letter-spacing: 0;
}
