/* Kill-switch for duplicate floating-cart plugins (King Addons / KA). */
/* Do NOT hide WooCommerce / Elementor header mini-cart globally — only on the front page
   where legacy duplicate UIs were stacked. Xootix [xoo_wsc_cart] uses .xoo-wsc-* classes. */
.king-addons-floating-cart__wrap,
.king-addons-floating-cart__panel,
.king-addons-floating-cart__empty,
.king-addons-floating-cart__items,
.ka-floating-cart,
.ka-floating-cart__wrap,
.ka-cart-empty,
.ka-cart-empty__text,
.ka-cart-table {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
}

body.home .widget_shopping_cart,
body.home .widget_shopping_cart_content,
body.home .woocommerce-mini-cart,
body.home .elementor-widget-wp-widget-woocommerce_widget_cart,
body.home .elementor-widget-eael-woo-cart,
body.home .elementor-widget-woocommerce-mini-cart,
body.home .elementor-widget-woocommerce-cart,
body.home .elementor-widget-eael-woo-cart {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
}
