/*
 * The floating controls are styled in Elementor:
 * Theme Builder -> Footer -> Too Tasty — Footer Elementor -> Advanced -> Custom CSS.
 * This global rule only hides WoodMart's duplicate back-to-top control.
 */
body.tt-has-elementor-floating-tools a.scrollToTop {
  display: none !important;
}

/*
 * Elementor expands `selector` inside widget custom CSS with the page wrapper
 * between the floating container and the contact menu. Keep the open state
 * global so it also works from external links such as #tt-contact-toggle.
 */
.tt-elementor-contact.is-open .tt-contact-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
