


/* تنظیمات پایه انیمیشن منوی پایین */
.kb-desktop-header-sticky .kb-primary-nav--bottom {
	position: relative;
	overflow: visible !important;
	max-height: 70px !important;
	opacity: 1 !important;
	transform: scaleY(1);
	transform-origin: top;

	transition:
		transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
		opacity 0.3s ease,
		max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1),
		padding 0.4s cubic-bezier(0.25, 1, 0.5, 1),
		margin 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;

	will-change: transform, opacity, max-height;
	z-index: 1000;
}

/* مگامنو باید بالاتر از محتوای صفحه باشد */
.kb-desktop-header-sticky .kb-primary-nav--bottom,
.kb-desktop-header-sticky .kb-primary-nav--bottom .kb-mega-menu,
.kb-desktop-header-sticky .kb-primary-nav--bottom .uk-dropdown,
.kb-desktop-header-sticky .kb-primary-nav--bottom .uk-navbar-dropdown {
	z-index: 9999;
}

/* هنگام اسکرول به پایین، منو جمع و مخفی شود */
.kb-desktop-header-sticky.kb-scroll-down .kb-primary-nav--bottom {
	overflow: hidden !important;
	max-height: 0 !important;
	opacity: 0 !important;
	transform: scaleY(0);
	pointer-events: none !important;

	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
