/* P10-SITE-1021 immutable-cache-safe mobile category intro rhythm refinement */
@media (max-width: 720px) {
  .catalog-surface #product-list {
    padding-top: 52px;
  }

  .catalog-surface #product-list > .section-heading,
  .catalog-surface #product-list > .section-heading.compact {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 0;
  }

  .catalog-surface #product-list > .section-heading h2 {
    max-width: 18ch;
    letter-spacing: -0.025em;
  }

  .catalog-surface #product-list > .section-heading p {
    max-width: 44rem;
    font-size: 16px;
    line-height: 1.58;
    text-wrap: pretty;
  }

  .catalog-surface #product-list > .catalog-tools {
    margin-top: 18px;
  }

}
