/* Products category heading aligned to the approved reference. */
body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-bottom: 42px;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich .product-center-kicker {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  letter-spacing: .12em;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich h2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-size: var(--font-size-h1);
  line-height: var(--line-height-heading);
  letter-spacing: 0;
  text-align: center;
}

body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich .product-center-heading-description {
  width: min(100%, 760px);
  max-width: 760px;
  display: block;
  margin: 14px auto 0;
  color: #667085;
  font-size: var(--font-size-small);
  line-height: var(--line-height-base);
  text-align: center;
}

@media (max-width: 600px) {
  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich {
    margin-bottom: 32px;
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich .product-center-kicker {
    margin-bottom: 10px;
    font-size: var(--font-size-lead);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich h2 {
    font-size: var(--font-size-h2);
  }

  body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-heading-rich .product-center-heading-description {
    margin-top: 12px;
    font-size: var(--font-size-caption);
  }
}

html body:is(.post-type-archive-product, .page-template-page-products) .products-page #product-process-title {
  font-family: var(--font-family-base);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-display);
  letter-spacing: .14em;
  text-transform: uppercase;
}

html body:is(.post-type-archive-product, .page-template-page-products) .products-page #industry-applications-title {
  color: #1d2635;
}

@media (min-width: 701px) {
  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading {
    position: relative;
    z-index: 2;
    min-height: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -12px;
    padding: 0;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page #product-process-title {
    position: relative;
    width: auto;
    margin: 0 auto;
    padding-inline: 18px;
    background: #fff;
    white-space: nowrap;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process .product-center-heading > span {
    display: none;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list {
    height: 150px;
    min-height: 150px;
    padding-block: 24px;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-list > li {
    align-items: center;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow {
    top: 50%;
    right: -8px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-arrow svg {
    stroke-width: 2.4;
  }
}

html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-number {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 6px;
  font-size: var(--font-size-h3);
  line-height: var(--line-height-display);
}

@media (max-width: 700px) {
  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-number {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: var(--font-size-h4);
  }
}

html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-process-copy strong {
  font-size: var(--font-size-lead);
  line-height: var(--line-height-heading);
}

@media (min-width: 701px) {
  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories .product-center-heading-rich {
    height: auto;
    min-height: 0;
    gap: 0;
    margin-bottom: 22px;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories .product-center-kicker {
    margin: 28px 0 14px;
    font-family: var(--font-family-base);
    font-size: var(--font-size-h3);
    font-weight: var(--font-weight-heading);
    line-height: var(--line-height-display);
    letter-spacing: .14em;
    text-transform: uppercase;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories .product-center-heading-rich h2 {
    max-width: 920px;
    margin: 0 auto;
    font-size: var(--font-size-h2);
    line-height: var(--line-height-display);
    letter-spacing: -.03em;
  }

  html body:is(.post-type-archive-product, .page-template-page-products) .products-page .product-center-categories .product-center-heading-description {
    max-width: 760px;
    margin: 8px auto 0;
    font-size: var(--font-size-small);
    line-height: var(--line-height-copy);
  }
}
