/* Unified page canvas for the Home page and all individual product pages. */
body.home,
body.front-page,
body.single-product {
    background-color: #f8fafc !important;
}

body.home .cpaas-slider-container,
body.home .cpaas-slides-wrapper,
body.front-page .cpaas-slider-container,
body.front-page .cpaas-slides-wrapper,
body.home section:not(.footer-section),
body.front-page section:not(.footer-section),
body.single-product section:not(.footer-section) {
    background: #f8fafc !important;
}
