/*
Theme Name: Ecosoap Child
Theme URI: https://mygoalthemes.com/demo/ecosoap
Author: GoalTheme
Author URI: #
Description: Child theme for Ecosoap
Template: ecosoap
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ecosoap-child
*/

.main-sticky-header-wrapper .elementor-element-00cb5ab {
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  max-height: 60px;
  opacity: 1;
}

.main-sticky-header-wrapper.is-sticky .elementor-element-00cb5ab {
  max-height: 0;
  opacity: 0;
}

.main-sticky-header-wrapper .elementor-element-ba3eedc {
  transform: translateY(-100%);
  transition: transform 0s;
  opacity: 0;
}

.main-sticky-header-wrapper.is-sticky .elementor-element-ba3eedc {
  transform: translateY(0);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.35s ease;
  opacity: 1;
}