/**
 * Mobile menu — mobile-* class names for accordion layout.
 */

/* Desktop: hide mobile accordion */
@media screen and (min-width: 1025px) {
	.site-header .mobile-tab-menu {
		display: none !important;
	}
}

/* Mobile */
@media screen and (max-width: 1024px) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: var(--megamenu-z-header);
		box-sizing: border-box;
		max-width: 100%!important;
		padding:10px!important;
	}

	.site-header .header-row {
		width: 100%;
		padding: 0;
		gap: 0;
		flex-wrap: nowrap;
		box-sizing: border-box;
	}

	.site-header .header-logo img {
		max-height: 40px;
	}

	.site-header .header-cta {
		display: none;
	}

	/* Toggle button */
	.site-header .mobile-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		margin-left: auto;
		margin-right: 10px;
		margin-bottom: 0px;
		padding: 0;
		width: 42px;
		height: 42px;
		background: transparent;
		border: 2px solid var(--megamenu-primary);
		border-radius: var(--megamenu-radius-sm);
		cursor: pointer;
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header .mobile-menu-toggle:focus,
	.site-header .mobile-menu-toggle:active {
		outline: none;
		box-shadow: none;
	}

	.site-header .mobile-menu-toggle-icon {
		display: block;
		width: 22px;
		height: 22px;
		background-color: var(--megamenu-primary);
		mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 22px;
		-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 22px;
	}

	body.mobile-nav-open .site-header .mobile-menu-toggle-icon {
		mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3e%3Crect x='13.946' y='-3.935' transform='matrix(0.7069 0.7074 -0.7074 0.7069 14.8654 -6.2031)' fill='%23000' width='1.942' height='37.538'/%3E%3Crect x='-3.852' y='13.862' transform='matrix(0.7071 0.7071 -0.7071 0.7071 14.8579 -6.2031)' fill='%23000' width='37.538' height='1.942'/%3E%3C/svg%3e") no-repeat center / 18px;
		-webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 30 30'%3e%3Crect x='13.946' y='-3.935' transform='matrix(0.7069 0.7074 -0.7074 0.7069 14.8654 -6.2031)' fill='%23000' width='1.942' height='37.538'/%3E%3Crect x='-3.852' y='13.862' transform='matrix(0.7071 0.7071 -0.7071 0.7071 14.8579 -6.2031)' fill='%23000' width='37.538' height='1.942'/%3E%3C/svg%3e") no-repeat center / 18px;
	}

	/* Nav panel */
	.site-header .main-nav {
		display: none;
		flex: 0 0 100%;
		justify-content: flex-start;
	}

	body.mobile-nav-open .site-header .main-nav {
		display: block;
		position: fixed;
		top: 61px;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: var(--megamenu-z-nav);
		background: var(--megamenu-bg-muted);
		box-sizing: border-box;
	}

	.site-header .main-nav .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.site-header .main-nav .menu > .menu-item {
		padding: 0;
	}

	.site-header .main-nav .menu > .menu-item > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 10px;
		border-top: 1px solid var(--megamenu-border-strong);
		font-size: 15px;
		font-weight: 600;
		color: var(--megamenu-primary);
		text-transform: uppercase;
		white-space: normal;
		background: transparent;
		box-sizing: border-box;
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header .main-nav .menu > .menu-item > a:focus,
	.site-header .main-nav .menu > .menu-item > a:active {
		outline: none;
		box-shadow: none;
	}

	.site-header .main-nav .menu > .menu-item.dropdown > a::after {
		content: '';
		display: inline-block;
		margin-left: 8px;
		vertical-align: middle;
		border-top: 0.3em solid var(--megamenu-accent);
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		flex-shrink: 0;
	}

	.site-header .main-nav .menu > .menu-item.dropdown.is-open > a::after {
		transform: rotate(180deg);
	}

	/* Mega panel mobile */
	.site-header .mega-menu {
		position: relative;
	}

	.site-header .mega-menu > .mega-panel {
		display: none !important;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		box-shadow: none;
		border-radius: 0;
		background: transparent;
		padding: 10px;
	}

	.site-header .mega-menu.dropdown.is-open > .mega-panel.dropdown-menu {
		display: block !important;
	}

	/* Hide desktop layout */
	.site-header .mega-panel .desktop-panel,
	.site-header .mega-panel .mega-label,
	.site-header .mega-panel .mega-sidebar,
	.site-header .mega-panel .tab-content,
	.site-header .mega-panel .mega-tab-footer,
	.site-header .mega-panel .megamenu-thumb {
		display: none !important;
	}

	/* Mobile accordion */
	.site-header .mobile-tab-menu {
		display: block;
		width: 100%;
		box-sizing: border-box;
		border: 1px solid var(--megamenu-primary);
		background: var(--megamenu-bg);
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.site-header .mobile-tab {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		background-color: var(--megamenu-primary-alpha-075);
		border-bottom: 1px solid var(--megamenu-primary-alpha-25);
	}

	.site-header .mobile-tab:last-child {
		border-bottom: 0;
	}

	.site-header .mobile-tab > a {
		display: flex;
		align-items: center;
		gap: 10px;
		flex: 1;
		min-width: 0;
		padding: 7px 10px;
		margin: 0;
		border-radius: 0;
		color: var(--megamenu-primary);
		font-weight: 500;
		font-size: 15px;
		text-transform: none;
		text-decoration: none;
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header .mobile-tab > a:focus,
	.site-header .mobile-tab > a:active {
		outline: none;
		box-shadow: none;
	}

	.site-header .mobile-tab-toggle {
		flex: 0 0 auto;
		min-width: 24px;
		padding: 7px 10px 7px 0;
		margin-bottom: 0px;
		border: 0;
		background: none;
		color: var(--megamenu-primary);
		font-size: 24px;
		font-weight: 400;
		line-height: 1;
		text-align: right;
		cursor: pointer;
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header .mobile-tab-toggle:focus,
	.site-header .mobile-tab-toggle:active {
		outline: none;
		box-shadow: none;
	}

	.site-header .mobile-tab > .mobile-tab-pane {
		display: none;
		flex: 0 0 100%;
		width: 100%;
		background: var(--megamenu-bg);
		border-top: 1px solid var(--megamenu-border-medium);
		position: relative;
		min-height: 0;
	}

	.site-header .mobile-tab > .mobile-tab-pane.is-active {
		display: block;
	}

	.site-header .mobile-sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.site-header .mobile-sub-menu-link {
		display: block;
		padding: 10px 8px;
		color: var(--megamenu-text);
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		text-transform: none;
		border-bottom: 1px solid var(--megamenu-border);
		outline: none;
		box-shadow: none;
		-webkit-tap-highlight-color: transparent;
	}

	.site-header .mobile-sub-menu-link:focus,
	.site-header .mobile-sub-menu-link:active {
		outline: none;
		box-shadow: none;
	}

	.site-header .mobile-sub-menu > .menu-item:last-child .mobile-sub-menu-link {
		border-bottom: 0;
	}

	.site-header .screen-reader-text {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}
}
