/* mongo-sync global styles — loaded on every front-end page.
   Only rules that must apply outside catalog/search pages live here (the global
   header FiboSearch widget can open its suggestions dropdown anywhere). The heavy
   catalog/card/filter styles live in mongo-catalog.css and load only on catalog
   and search pages. */

/* Hide the global header FiboSearch widget on catalog, search and single product
   pages — those pages provide their own in-content search box. */
body.mongo-category-catalog-page .elementor-widget-fibosearch,
body.mongo-search-catalog-page .elementor-widget-fibosearch,
body.mongo-categories-hub-page .elementor-widget-fibosearch,
body.single-product .elementor-widget-fibosearch {
    display: none !important;
}

/* Desktop-only: below 992px FiboSearch uses its fullscreen mobile overlay
   and must keep its native full-width suggestions styles. */

