/* Keep the product page heading below the fixed desktop navigation. */
body[data-section="products"] .section-page-main {
  padding-top: calc(var(--site-header-height, 148px) + 24px) !important;
}
body[data-section="products"] .section-page-grid > .section.products {
  padding-top: 16px !important;
}
body[data-section="products"] .section.products .section-heading-row {
  margin-top: 0;
}
body[data-section="products"] .section.products .section-heading h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.08;
}
@media (max-width: 860px) {
  body[data-section="products"] .section-page-main {
    padding-top: calc(var(--site-header-height, 112px) + 18px) !important;
  }
}
@media (max-width: 560px) {
  body[data-section="products"] .section-page-main {
    padding-top: calc(var(--site-header-height, 112px) + 14px) !important;
  }
}
