/* Forzar la ocultación del área del footer en el checkout */
.zx-checkout-page .theme-footer-area, 
.zx-checkout-page [data-footer-type="site_footer"],
.zx-checkout-page .zpdark-section-bg {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}