/* Canonical homepage section-heading scale. Loaded after component styles. */
body.home .viox-homepage #viox-products-title,
body.home .viox-homepage #viox-industry-title,
body.home .viox-homepage #viox-hot-products-title,
body.home .viox-homepage #viox-factory-about-title,
body.home .viox-homepage #viox-trust-custom-title,
body.home .viox-homepage #viox-trusted-title,
body.home .viox-homepage #viox-direct-support-title,
body.home .viox-homepage #viox-blog-title,
body.home .viox-homepage #viox-final-cta-title {
  font-family: var(--viox-font, "Poppins", sans-serif) !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: -.025em !important;
}

body.home .viox-homepage .viox-about-stats strong {
  font-family: var(--viox-font, "Poppins", sans-serif) !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  letter-spacing: -.025em !important;
  line-height: 1 !important;
}

@media (max-width: 780px) {
  body.home .viox-homepage #viox-products-title,
  body.home .viox-homepage #viox-industry-title,
  body.home .viox-homepage #viox-hot-products-title,
  body.home .viox-homepage #viox-factory-about-title,
  body.home .viox-homepage #viox-trust-custom-title,
  body.home .viox-homepage #viox-trusted-title,
  body.home .viox-homepage #viox-direct-support-title,
  body.home .viox-homepage #viox-blog-title,
  body.home .viox-homepage #viox-final-cta-title {
    font-size: 30px !important;
  }

  body.home .viox-homepage .viox-about-stats strong {
    font-size: 36px !important;
  }
}
