.sufio-vat-form {
  width: 100%;
}

/* Hide floating buttons when desktop submenus OR mobile drawer/cart are open */
body:has(#header-component .menu-list__link:hover),
body:has(.maiwe-header-menu__trigger[aria-expanded="true"]),
body:has(#header-component .mega-menu__list:hover),
body:has(.custom-header-mobile.is-open),
body:has(dialog[open]) {
  /* Replace these with the actual classes of your two floating buttons */
  .floating-promo-cta-section,
  .Avada-Faqs_Button {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    /* Optional: Add a transition for smooth hiding */
    transition:
      opacity 0.2s ease,
      visibility 0.2s ease;
  }
}
