/*
| RR_CHECKOUT_HIDE_FOOTER_NAV_V1
| Mobile checkout only: no footer, bottom nav, or floating cart.
*/

@media (max-width: 760px) {
    html body:not(.admin):has(.checkout-page) footer.site-footer,
    html body:not(.admin).rr-checkout-page-active footer.site-footer,
    html body:not(.admin):has(.checkout-page) .site-footer,
    html body:not(.admin).rr-checkout-page-active .site-footer,
    html body:not(.admin):has(.checkout-page) .rr-central-footer,
    html body:not(.admin).rr-checkout-page-active .rr-central-footer,
    html body:not(.admin):has(.checkout-page) .rr-mobile-bottom-nav,
    html body:not(.admin).rr-checkout-page-active .rr-mobile-bottom-nav,
    html body:not(.admin):has(.checkout-page) [data-rr-mobile-bottom-nav],
    html body:not(.admin).rr-checkout-page-active [data-rr-mobile-bottom-nav],
    html body:not(.admin).rr-checkout-page-active .rr-mobile-floating-cart,
    html body:not(.admin):has(.checkout-page) .rr-mobile-floating-cart {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    html body:not(.admin):has(.checkout-page),
    html body:not(.admin).rr-checkout-page-active {
        padding-bottom: 0 !important;
    }
}
