/* P10-SITE-977 category title guards */
@media (min-width: 981px) {
  .catalog-surface > .detail-hero h1 {
    font-size: clamp(36px, 3.45vw, 48px);
    line-height: 1.08;
    text-wrap: balance;
  }
}

@media (max-width: 720px) {
  .catalog-surface > .detail-hero h1 {
    font-size: clamp(27px, 7.7vw, 30px);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
    text-wrap: balance;
  }
}
