
/* Masquer recherche sur auth */
body.is-auth #mp-search-box,
body.is-auth #mp-search-results,
body.is-auth #mp-search-input,
body.is-auth [data-mp-search],
body.is-auth .mp-search-bar,
body.is-auth .search-bar-global,
html.auth-page #mp-search-box,
html.auth-page #mp-search-results {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Un seul panier flottant */
#mp-cart-fab,
.cart-fab,
.floating-cart,
[data-legacy-cart],
button.cart-float {
  display: none !important;
}
#mp-one-fab {
  display: block !important;
  position: fixed !important;
  bottom: 88px !important;
  right: 16px !important;
  z-index: 99991 !important;
}
