/* ==========================================================================
   Edglow - one continuous ivory canvas
   The whole site sits on the footer tone, so no bare white gaps appear
   between the header, the sections and the footer.
   ========================================================================== */

html,
body,
body.woodmart-theme,
.wd-page-wrapper,
.wd-page-content,
.main-page-wrapper,
.site-content,
.wd-content-area,
.wd-content-layout,
main#main-content,
.wd-builder-off,
.woocommerce-page .wd-page-content,
.single-product .wd-page-content,
.archive .wd-page-content,
.blog .wd-page-content,
.page .wd-page-content,
.error404 .wd-page-content {
  background-color: #FAF7F2;
}

/* Elementor wrappers must not paint their own white. */
.wd-page-content .elementor,
.wd-page-content .elementor-section-wrap,
.elementor-location-single,
.elementor-location-archive {
  background-color: transparent;
}

/* Woodmart page-title strip: warm band, dark ink (the demo photo is gone). */
.wd-page-title,
.wd-page-title.color-scheme-light,
.wd-page-title.title-shop,
.wd-page-title.title-blog,
body .wd-page-title {
  background-color: #F1EBE1 !important;
  background-image: none !important;
}

.wd-page-title .wd-page-title-bg { display: none; }

.wd-page-title.color-scheme-light .entry-title,
.wd-page-title.color-scheme-light .title,
.wd-page-title .entry-title,
.wd-page-title .title {
  color: #0A2E2A !important;
  font-weight: 600;
}

.wd-page-title.color-scheme-light .wd-breadcrumbs,
.wd-page-title.color-scheme-light .wd-breadcrumbs a,
.wd-page-title .wd-breadcrumbs,
.wd-page-title .wd-breadcrumbs a {
  color: #4A5A55 !important;
}

.wd-page-title .wd-breadcrumbs a:hover { color: #123F39 !important; }

/* Shop / archive / account / cart / checkout pages keep the same ground. */
.woocommerce-cart .wd-page-content,
.woocommerce-checkout .wd-page-content,
.woocommerce-account .wd-page-content,
.woocommerce-order-received .wd-page-content {
  background-color: #FAF7F2;
}

/* Nothing should leave a white strip under the last section. */
.wd-page-content > *:last-child { margin-bottom: 0; }

.wd-prefooter:empty { display: none; }

/* Side drawers keep their own dark treatment - deliberately not repainted. */
