/* Force Full Width for All Product Pages */
body.single-yck_product,
body.post-type-archive-yck_product,
body.page-template-template-compare {
    overflow-x: hidden;
}

body.single-yck_product .site,
body.post-type-archive-yck_product .site,
body.page-template-template-compare .site {
    max-width: 100% !important;
    width: 100% !important;
}

body.single-yck_product .site-content,
body.post-type-archive-yck_product .site-content,
body.page-template-template-compare .site-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

body.single-yck_product .content-area,
body.post-type-archive-yck_product .content-area,
body.page-template-template-compare .content-area {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.single-yck_product #content,
body.post-type-archive-yck_product #content,
body.page-template-template-compare #content {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.single-yck_product .site-main,
body.post-type-archive-yck_product .site-main,
body.page-template-template-compare .site-main {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Elementor Override */
body.single-yck_product .elementor-section.elementor-section-boxed > .elementor-container,
body.post-type-archive-yck_product .elementor-section.elementor-section-boxed > .elementor-container,
body.page-template-template-compare .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
}

/* Container Override */
body.single-yck_product .container,
body.post-type-archive-yck_product .container,
body.page-template-template-compare .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}
