/* Elementor Sticky Header — Shrink, Background Change & Auto-Hide add-on */

/* Shrink (min-height/height/padding) and Background Color are generated
   entirely by Elementor itself from this plugin's controls, targeting
   {{WRAPPER}}.esh-effects-active — see includes/class-sticky-header.php.
   Nothing to declare here for those two. */

/* Auto-hide: element slides up out of view while scrolling down,
   and slides back in when scrolling up. Only takes effect once
   Elementor itself has marked the element as actively stuck
   (.elementor-sticky--active), see sticky-header.js */
[data-esh].esh-hide {
	transform: translateY(-120%);
}
