waitForElement1('.eapps-contact-form-c2383da4-4307-4881-81aa-495fd1e4d9b6-custom-css-root [class*="FloatingButton__FloatingButtonContainer-sc"]').then(floatBtn => {
floatBtn.style.display = 'block';
if (window.location.pathname.includes('checkout')) {
floatBtn.style.display = 'none';
}
});