/**
 * Beldi Collection — site canvas background (#f7f1e6) for Ecomus / Elementor + WooCommerce.
 * Disable: add_filter( 'beldicollection_app_enqueue_site_background', '__return_false' );
 */

html,
body {
	background-color: #f7f1e6 !important;
}

/* Full-width layout wrappers */
#page,
#wrapper,
#outer-wrap,
#inner-wrap,
.site,
#viewport,
.site-content,
.content-area,
#primary,
#content,
#main,
main#main,
main.site-main,
#site-content {
	background-color: #f7f1e6;
}

/* Elementor pages: main shell behind sections */
body.elementor-page .site,
body.elementor-page #content,
body.elementor-page .site-content {
	background-color: #f7f1e6;
}
