/* V289: one restrained main-heading style for all six category landing pages. */
body .category-page-main-heading {
  margin: 0 0 24px !important;
  color: #76172f !important;
  font-size: clamp(24px, 2.5vw, 32px) !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 760px) {
  body .category-page-main-heading {
    margin-bottom: 20px !important;
    font-size: 24px !important;
  }
}
