/*
Theme Name: Bw Monki
Theme URI: https://bw-monki.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: Monki is a WooCommerce WordPress clothing theme, with minimal and elegant design makes the perfect choice for anyone looking for a great theme for an eCommerce fashion shops.
Version: 2.0.6
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-monki
*/ 
<script>
(function () {
  function killMonkiMobileBar() {
    document.querySelectorAll(
      '.tool-panel-page, .after-append-footer, .mobile-bar, .mobile-toolbar, .mobile-tools, .monki-mobile-bar'
    ).forEach(el => el.remove());

    document.body.style.paddingBottom = '0px';
    document.body.style.marginBottom = '0px';
  }

  document.addEventListener('DOMContentLoaded', killMonkiMobileBar);
  window.addEventListener('load', killMonkiMobileBar);
  setInterval(killMonkiMobileBar, 800);
})();
</script>
