:root {
	--elite-border: 0px;
	--elite-bg: #f7f1e6;
	--elite-bg-2: #fcfbf7;
	--elite-ink: #2b281d;
	--elite-accent: #8f8a63;
	--elite-card-bg: rgba(255, 255, 255, .46);
	--elite-card-bg-hover: rgba(255, 255, 255, .78);
	--elite-card-bg-active: var(--elite-card-bg-hover);
	--elite-radius: 22px;
	--elite-pad: 0px;
	--elite-shadow: 0 20px 60px rgba(34, 28, 16, .08);
	--elite-shadow-active: var(--elite-shadow);	
	--elite-font-family: inherit;
	--elite-base-font-size: inherit;
	--elite-brand-font-size: 1rem;
	--elite-brand-font-color: var(--elite-ink);
	--elite-root-font-size: inherit;
	--elite-root-font-color: var(--elite-ink);
	--elite-item-font-size: 1rem;
	--elite-title-font-size: clamp(1.35rem, 2vw, 1.8rem);
	--elite-title-font-color: var(--elite-ink);	
	--elite-ease: cubic-bezier(.65, .05, .36, 1);
	--elite-item-text: var(--elite-ink);
	--elite-item-text-hover: var(--elite-accent);
	--elite-item-text-active: var(--elite-item-text-hover);
	--elite-item-align-items: flex-start;
	--elite-item-font-weight: 500;
	--elite-item-text-transform: none;
	--elite-item-font-style: normal;
	--elite-item-text-decoration: none;
	--elite-item-padding-y: 16px;
	--elite-item-padding-x: 18px;
	--elite-item-gap: 16px;
	--elite-list-gap: 10px;	
	--elite-icon-color: currentColor;
	--elite-icon-color-hover: var(--elite-item-text-hover);
	--elite-icon-color-active: var(--elite-icon-color-hover);
	--elite-icon-size: 1rem;
	--elite-icon-opacity: .65;
	--elite-item-border-color:rgba(88, 78, 47, .12);
	--elite-item-border-color-hover: var(--elite-accent);
	--elite-item-border-color-active: var(--elite-accent);
	--elite-item-border-style: solid;
	--elite-item-borderwidth-top: 1px;
	---elite-item-borderwidth-right: 1px;
	--elite-item-borderwidth-bottom: 1px;
	--elite-item-borderwidth-left: 1px;
	--elite-item-text-align: left;

	/* Breadcrumb component */
	--elite-breadcrumb-link-color: rgba(43, 40, 29, .62);
	--elite-breadcrumb-link-hover-color: var(--elite-ink);
	--elite-breadcrumb-current-color: var(--elite-ink);
	--elite-breadcrumb-separator-color: rgba(43, 40, 29, .35);

	--elite-breadcrumb-bg: transparent;
	--elite-breadcrumb-bg-hover: transparent;
	--elite-breadcrumb-bg-active: transparent;

	--elite-breadcrumb-border-style: solid;
	--elite-breadcrumb-border-width: 0px;
	--elite-breadcrumb-border-color: transparent;
	--elite-breadcrumb-border-color-hover: var(--elite-breadcrumb-link-hover-color);
	--elite-breadcrumb-border-color-active: var(--elite-breadcrumb-current-color);

	--elite-breadcrumb-radius: 999px;

	--elite-breadcrumb-padding-top: 0px;
	--elite-breadcrumb-padding-right: 0px;
	--elite-breadcrumb-padding-bottom: 0px;
	--elite-breadcrumb-padding-left: 0px;

	--elite-breadcrumb-font-family: inherit;
	--elite-breadcrumb-font-size: .88rem;
	--elite-breadcrumb-font-weight: 400;
	--elite-breadcrumb-text-transform: none;
	--elite-breadcrumb-font-style: normal;
	--elite-breadcrumb-text-decoration: none;


	/* Description text */
	--elite-description-text-color: rgba(43, 40, 29, .62);

	/* Panel back button */
	--elite-back-button-bg: rgba(255, 255, 255, .55);
	--elite-back-button-bg-hover: rgba(255, 255, 255, .82);
	--elite-back-button-text-color: var(--elite-ink);
	--elite-back-button-text-color-hover: var(--elite-ink);
	--elite-back-button-border-style: solid;
	--elite-back-button-border-width: 1px;
	--elite-back-button-border-color:  rgba(88, 78, 47, .12);
	--elite-back-button-border-color-hover: var(--elite-accent);
	--elite-back-button-radius: 999px;
	--elite-back-button-padding-top: 0px;
	--elite-back-button-padding-right: 14px;
	--elite-back-button-padding-bottom: 0px;
	--elite-back-button-padding-left: 14px;
	--elite-back-button-font-family: inherit;
	--elite-back-button-font-size: .93rem;
	--elite-back-button-font-weight: 400;
	--elite-back-button-text-transform: none;
	--elite-back-button-font-style: normal;
	--elite-back-button-text-decoration: none;

	/* Panel title */
	--elite-title-bg: transparent;
	--elite-title-font-color: var(--elite-ink);
	--elite-title-border-style: solid;
	--elite-title-border-width: 0px;
	--elite-title-border-color: transparent;
	--elite-title-radius: 0px;
	--elite-title-padding-top: 0px;
	--elite-title-padding-right: 0px;
	--elite-title-padding-bottom: 0px;
	--elite-title-padding-left: 0px;
	--elite-title-font-family: inherit;
	--elite-title-font-size: clamp(1.35rem, 2vw, 1.8rem);
	--elite-title-font-weight: 600;
	--elite-title-text-transform: none;
	--elite-title-font-style: normal;
	--elite-title-text-decoration: none;

	/* Native close button */
	--elite-close-button-bg: rgba(255, 255, 255, .72);
	--elite-close-button-bg-hover: rgba(255, 255, 255, .92);
	--elite-close-button-text-color: var(--elite-ink);
	--elite-close-button-border-color:  rgba(88, 78, 47, .12);
	--elite-close-button-border-color-hover: var(--elite-accent);

}


.elite-popup-is-open {
	overflow: hidden;
}

.elite-native-popup {
	position: fixed;
	inset: 0;
	z-index: 999999;
	opacity: 0;
	pointer-events: none;
	transition: opacity .26s ease;
}

.elite-native-popup.is-open {
	opacity: 1;
	pointer-events: auto;
}

.elite-native-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(22, 20, 14, .36);
	backdrop-filter: blur(10px);
}

.elite-native-popup__dialog {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: var(--elite-bg);
}



.elite-popup-shell {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	isolation: isolate;
	color: var(--elite-ink);
	font-family: var(--elite-font-family);
	font-size: var(--elite-base-font-size);
	/* background:
		radial-gradient(circle at top left, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, var(--elite-bg-2) 0%, var(--elite-bg) 100%);
	*/
	box-sizing: border-box;
}

.elite-popup-shell,
.elite-popup-shell * {
	box-sizing: border-box;
}

.elite-popup-top {
	position: relative;
	z-index: 4;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: var(--elite-pad);
	min-width: 0;
}

.elite-popup-brand {
	display: flex;
	align-items: center;
	min-width: 0;
	max-width: 100%;
}

.elite-brand-text {
	color: var(--elite-brand-font-color, var(--elite-ink));
	font-size: var(--elite-brand-font-size);
	font-weight: 600;
	letter-spacing: .04em;
}

.elite-popup-breadcrumb {
	position: relative;
	z-index: 3;
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	min-height: 26px;
	min-width: 0;
	padding: (--elite-pad);
	color: var(--elite-breadcrumb-link-color);
	font-size: .88rem;
}

.elite-popup-breadcrumb.is-hidden {
	display: none;
}

.elite-crumb,
.elite-crumb-current {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.elite-crumb-button {
	border: 0;
	background: transparent;
	color: var(--elite-breadcrumb-link-color);
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}

.elite-crumb-button:hover,
.elite-crumb-button:focus-visible {
	color: var(--elite-breadcrumb-link-hover-color);
	outline: none;
}

.elite-crumb-current {
	color: var(--elite-breadcrumb-current-color);
}

.elite-crumb-sep {
	color: var(--elite-breadcrumb-separator-color);
	opacity: 1;
}

.elite-popup-surface {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	outline: none;
}

.elite-stage {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
}

.elite-track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: transform .42s var(--elite-ease);
	will-change: transform;
	touch-action: pan-y;
}

.elite-panel {
	flex: 0 0 100%;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 0;
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	padding: var(--elite-pad);
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	scroll-behavior: smooth;
}

.elite-panel[aria-hidden="true"] {
	pointer-events: none;
}

.elite-panel[aria-hidden="false"] {
	pointer-events: auto;
}

.elite-panel-inner {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	min-height: auto;
}

.elite-panel-head {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 6px;
	min-width: 0;
}

.elite-panel-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid var(--elite-back-button-border-color);
	border-radius: 999px;
	background: var(--elite-back-button-bg);
	color: var(--elite-back-button-text-color);
	cursor: pointer;
	font-size: .93rem;
	transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.elite-panel-back:hover,
.elite-panel-back:focus-visible {
	transform: translateY(-1px);
	background: var(--elite-back-button-bg-hover);
	border-color: var(--elite-back-button-border-color-hover);
	outline: none;
}

.elite-panel-title {
	margin: 0;
	min-width: 0;
	color: var(--elite-title-font-color, var(--elite-ink));
	font-size: var(--elite-title-font-size);
	line-height: 1.08;
	letter-spacing: -.02em;
	font-weight: 600;
}

.elite-panel-root .elite-panel-title {
	color: var(--elite-root-font-color, var(--elite-title-font-color, var(--elite-ink)));
	font-size: var(--elite-root-font-size, var(--elite-title-font-size));
}

.elite-popup-shell .elite-panel-list {
	display: flex;
	flex-direction: column;
	gap: var(--elite-list-gap);
	margin: 0;
	padding: 0;
	list-style: none;
	min-width: 0;
}

.elite-panel-item {
	margin: 0;
	padding: 0;
	min-width: 0;
}

.elite-popup-shell .elite-nav-link,
.elite-popup-shell .elite-nav-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--elite-item-gap);
	padding: var(--elite-item-padding-y) var(--elite-item-padding-x);
	border-style: var(--elite-item-border-style, solid);
	border-color: var(--elite-item-border-color, rgba(88, 78, 47, .12));
	border-top-width: var(--elite-item-borderwidth-top, 1px);
	border-right-width: var(--elite-item-borderwidth-right, 1px);
	border-bottom-width: var(--elite-item-borderwidth-bottom, 1px);
	border-left-width: var(e--elite-item-borderwidth-left, 1px);
	background: var(--elite-card-bg);
	color: var(--elite-item-text);
	text-align: var(--elite-item-text-align, left);
	text-decoration: var(--elite-item-text-decoration, none);
	box-shadow: var(--elite-shadow);
	font: inherit;
	line-height: normal;
	appearance: none;
	-webkit-appearance: none;
	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		color .18s ease;
}

.elite-popup-shell .elite-nav-trigger {
	cursor: pointer;
}

.elite-popup-shell .elite-nav-link:hover,
.elite-popup-shell .elite-nav-link:focus-visible,
.elite-popup-shell .elite-nav-trigger:hover,
.elite-popup-shell .elite-nav-trigger:focus-visible {
	transform: translateY(-1px);
	background: var(--elite-card-bg-hover);
	border-color: var(--elite-item-border-color-hover, var(--elite-accent));
	color: var(--elite-item-text-hover, var(--elite-accent));
	outline: none;
	box-shadow: 0 18px 45px rgba(34, 28, 16, .07);
}

.elite-popup-shell .elite-nav-link:hover .elite-item-title,
.elite-popup-shell .elite-nav-link:focus-visible .elite-item-title,
.elite-popup-shell .elite-nav-trigger:hover .elite-item-title,
.elite-popup-shell .elite-nav-trigger:focus-visible .elite-item-title {
	color: var(--elite-item-text-hover);
}


.elite-popup-shell .elite-item-main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: var(--elite-item-align-items, flex-start);
	gap: 4px;
	min-width: 0;
	text-align: var(--elite-item-text-align, left);
}

.elite-popup-shell .elite-item-title {
	display: block;
	color: inherit;
	font-size: var(--elite-item-font-size);
	line-height: 1.2;
	font-weight: var(--elite-item-font-weight, 500);
	text-align: var(--elite-item-text-align, left);
	text-transform: var(--elite-item-text-transform, none);
	font-style: var(--elite-item-font-style, normal);
	text-decoration: var(--elite-item-text-decoration, none);	
}

.elite-popup-shell .elite-item-desc {
	display: block;
	color: var(--elite-description-text-color);
	font-size: .87rem;
	line-height: 1.35;
	text-align: var(--elite-item-text-align, left);
}

.elite-popup-shell .elite-is-current > a.elite-nav-link,
.elite-popup-shell .elite-is-current > button.elite-nav-trigger {
	background: var(--elite-card-bg-active, var(--elite-card-bg-hover));
	border-color: var(--elite-item-border-color-active, var(--elite-accent));
	color: var(--elite-item-text-active, var(--elite-item-text-hover));
	box-shadow: var(--elite-shadow-active, var(--elite-shadow));
}

.elite-popup-shell .elite-is-current > a.elite-nav-link .elite-item-title,
.elite-popup-shell .elite-is-current > button.elite-nav-trigger .elite-item-title {
	color: var(--elite-item-text-active);
}

.elite-popup-shell .elite-is-current > button.elite-nav-trigger .elite-item-arrow {
	color: var(--elite-icon-color-active);
	opacity: 1;
}

.elite-panel-root .elite-panel-head {
	padding-top: 2px;
}

.elite-panel-root .elite-panel-back {
	display: none;
}

.elite-preset-dark {
	--elite-bg: #11110f;
	--elite-bg-2: #191813;
	--elite-ink: #f5f0df;

	--elite-breadcrumb-current-color: #f5f0df;
	--elite-breadcrumb-link-color: rgba(245, 240, 223, .62);
	--elite-breadcrumb-link-hover-color: #f5f0df;
	--elite-breadcrumb-separator-color: rgba(245, 240, 223, .35);

	--elite-description-text-color: rgba(245, 240, 223, .62);

	--elite-card-bg: rgba(255, 255, 255, .06);
	--elite-card-bg-hover: rgba(255, 255, 255, .1);

	--elite-back-button-bg: rgba(255, 255, 255, .08);
	--elite-back-button-bg-hover: rgba(255, 255, 255, .14);
	--elite-close-button-bg: rgba(255, 255, 255, .08);
	--elite-close-button-bg-hover: rgba(255, 255, 255, .14);
}
.elite-preset-minimal {
	--elite-bg: #fff;
	--elite-bg-2: #fff;
	--elite-ink: #111;

	--elite-breadcrumb-current-color: #111;
	--elite-breadcrumb-link-color: rgba(17, 17, 17, .58);
	--elite-breadcrumb-link-hover-color: #111;
	--elite-breadcrumb-separator-color: rgba(17, 17, 17, .3);

	--elite-description-text-color: rgba(17, 17, 17, .58);

	--elite-shadow: none;
}
.elite-preset-glass {

	--elite-bg: #f5f7fb;
	--elite-bg-2: #fff;
	--elite-ink: #191714;

	--elite-breadcrumb-current-color: #152033;
	--elite-breadcrumb-link-color: rgba(21, 32, 51, .62);
	--elite-breadcrumb-link-hover-color: #152033;
	--elite-breadcrumb-separator-color: rgba(21, 32, 51, .32);

	--elite-description-text-color: rgba(21, 32, 51, .62);
}

.elite-preset-corporate {
	--elite-bg: #f5f7fb;
	--elite-bg-2: #fff;
	--elite-ink: #152033;

	--elite-breadcrumb-current-color: #152033;
	--elite-breadcrumb-link-color: rgba(21, 32, 51, .62);
	--elite-breadcrumb-link-hover-color: #152033;
	--elite-breadcrumb-separator-color: rgba(21, 32, 51, .32);

	--elite-description-text-color: rgba(21, 32, 51, .62);
}
@media (max-width: 767px) {
	.elite-popup-top {
		padding: 24px 20px 8px;
	}

	.elite-popup-breadcrumb,
	.elite-panel {
		padding-left: 20px;
		padding-right: 20px;
	}

	.elite-panel-title {
		font-size: 1.4rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.elite-native-popup,
	.elite-track,
	.elite-nav-link,
	.elite-nav-trigger,
	.elite-panel-back {
		transition: none !important;
	}

	.elite-panel {
		scroll-behavior: auto;
	}
}
/* ==========================================================================
   Elite item layout hard lock
   Applies equally to links and submenu buttons.
   ========================================================================== */

.elite-popup-shell .elite-panel-list {
	display: flex;
	flex-direction: column;
	gap: var(--elite-list-gap, 10px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.elite-popup-shell .elite-panel-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.elite-popup-shell .elite-panel-item > a.elite-nav-link,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger,
.elite-popup-shell a.elite-nav-link,
.elite-popup-shell button.elite-nav-trigger {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	max-width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: var(--elite-item-gap, 16px);

	padding-top: var(--elite-item-padding-y, 16px) !important;
	padding-right: var(--elite-item-padding-x, 18px) !important;
	padding-bottom: var(--elite-item-padding-y, 16px) !important;
	padding-left: var(--elite-item-padding-x, 18px) !important;

	margin: 0;

	border-style: var(--elite-item-border-style, solid);
	border-color: var(--elite-item-border-color, rgba(88, 78, 47, .12));
	border-top-width: var(--elite-item-borderwidth-top, 1px);
	border-right-width: var(--elite-item-borderwidth-right, 1px);
	border-bottom-width: var(--elite-item-borderwidth-bottom, 1px);
	border-left-width: var(--elite-item-borderwidth-left,  1px);	
	border-radius: var(--elite-radius);
	background: var(--elite-card-bg);
	color: var(--elite-item-text, var(--elite-ink));

	text-align: var(--elite-item-text-align, left);
	text-decoration: var(--elite-item-text-decoration, none);
	font: inherit;
	line-height: normal;

	box-shadow: var(--elite-shadow);
	cursor: pointer;

	appearance: none;
	-webkit-appearance: none;

	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease,
		box-shadow .18s ease,
		color .18s ease;
}

.elite-popup-shell .elite-panel-item > a.elite-nav-link:hover,
.elite-popup-shell .elite-panel-item > a.elite-nav-link:focus-visible,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger:hover,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger:focus-visible,
.elite-popup-shell a.elite-nav-link:hover,
.elite-popup-shell a.elite-nav-link:focus-visible,
.elite-popup-shell button.elite-nav-trigger:hover,
.elite-popup-shell button.elite-nav-trigger:focus-visible {
	transform: translateY(-1px);
	background: var(--elite-card-bg-hover);
	border-color: var(--elite-item-border-color-hover, var(--elite-accent));
	color: var(--elite-item-text-hover, var(--elite-accent));
	outline: none;
	box-shadow: 0 18px 45px rgba(34, 28, 16, .07);
}

.elite-popup-shell .elite-panel-item > a.elite-nav-link .elite-item-main,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger .elite-item-main,
.elite-popup-shell a.elite-nav-link .elite-item-main,
.elite-popup-shell button.elite-nav-trigger .elite-item-main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: var(--elite-item-align-items, flex-start);
	gap: 4px;
	min-width: 0;
	text-align: var(--elite-item-text-align, left);
}

.elite-popup-shell .elite-panel-item > a.elite-nav-link .elite-item-title,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger .elite-item-title,
.elite-popup-shell a.elite-nav-link .elite-item-title,
.elite-popup-shell button.elite-nav-trigger .elite-item-title {
	display: block;
	color: inherit;
	font-size: var(--elite-item-font-size);
	line-height: 1.2;
	font-weight: var(--elite-item-font-weight, 500);
	text-align: var(--elite-item-text-align, left);
	text-transform: var(--elite-item-text-transform, none);
	font-style: var(--elite-item-font-style, normal);
	text-decoration: var(--elite-item-text-decoration, none);
}

.elite-popup-shell .elite-panel-item > a.elite-nav-link .elite-item-desc,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger .elite-item-desc,
.elite-popup-shell a.elite-nav-link .elite-item-desc,
.elite-popup-shell button.elite-nav-trigger .elite-item-desc {
	display: block;
	color: var(--elite-description-text-color);
	font-size: .87rem;
	line-height: 1.35;
	text-align: var(--elite-item-text-align, left);
}

.elite-popup-shell .elite-panel-item > button.elite-nav-trigger .elite-item-arrow,
.elite-popup-shell button.elite-nav-trigger .elite-item-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 1em;
	color: var(--elite-icon-color);
	opacity: var(--elite-icon-opacity);
	font-size: var(--elite-icon-size);
	line-height: 1;
}


.elite-popup-shell .elite-is-current > a.elite-nav-link,
.elite-popup-shell .elite-is-current > button.elite-nav-trigger {
	background: var(--elite-card-bg-active, var(--elite-card-bg-hover));
	border-color: var(--elite-item-border-color-active, var(--elite-accent));
	color: var(--elite-item-text-active, var(--elite-item-text-hover));
	box-shadow: var(--elite-shadow-active, var(--elite-shadow));
}

/* ==========================================================================
   Elite submenu icon hard lock
   ========================================================================== */

.elite-popup-shell .elite-panel-item > button.elite-nav-trigger .elite-item-arrow,
.elite-popup-shell button.elite-nav-trigger .elite-item-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 1em;
	color: var(--elite-icon-color, currentColor);
	opacity: var(--elite-icon-opacity, .65);
	font-size: var(--elite-icon-size, 1rem);
	line-height: 1;
	transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.elite-popup-shell .elite-panel-item > button.elite-nav-trigger:hover .elite-item-arrow,
.elite-popup-shell .elite-panel-item > button.elite-nav-trigger:focus-visible .elite-item-arrow,
.elite-popup-shell button.elite-nav-trigger:hover .elite-item-arrow,
.elite-popup-shell button.elite-nav-trigger:focus-visible .elite-item-arrow {
	color: var(--elite-icon-color-hover, var(--elite-item-text-hover, var(--elite-accent)));
	opacity: 1;
	transform: translateX(2px);
}

/* ==========================================================================
   Elite submenu icon variants
   ========================================================================== */

.elite-popup-shell .elite-item-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 1em;
	width: var(--elite-icon-size, 1rem);
	height: var(--elite-icon-size, 1rem);
	color: var(--elite-icon-color, currentColor);
	opacity: var(--elite-icon-opacity, .65);
	font-size: var(--elite-icon-size, 1rem);
	line-height: 1;
	transition:
		color .18s ease,
		opacity .18s ease,
		transform .18s ease;
}

.elite-popup-shell .elite-item-arrow-text {
	width: auto;
	height: auto;
	min-width: 1em;
	font-size: var(--elite-icon-size, 1rem);
}

.elite-popup-shell .elite-item-arrow-svg svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	color: currentColor;
}

.elite-popup-shell .elite-item-arrow-custom svg {
	display: block;
	width: 100%;
	height: 100%;
	color: currentColor;
}

.elite-popup-shell .elite-nav-trigger:hover .elite-item-arrow,
.elite-popup-shell .elite-nav-trigger:focus-visible .elite-item-arrow {
	color: var(--elite-icon-color-hover, var(--elite-item-text-hover, var(--elite-accent)));
	opacity: 1;
	transform: translateX(2px);
}

/* ==========================================================================
   Elite active/current item state
   ========================================================================== */
.elite-popup-shell .elite-is-current > a.elite-nav-link,
.elite-popup-shell .elite-is-current > button.elite-nav-trigger {
	background: var(--elite-card-bg-active, var(--elite-card-bg-hover));
	border-color: var(--elite-item-border-color-active, var(--elite-accent));
	color: var(--elite-item-text-active, var(--elite-item-text-hover));
	box-shadow: var(--elite-shadow-active, var(--elite-shadow));
}

.elite-popup-shell .elite-is-current > a.elite-nav-link .elite-item-title,
.elite-popup-shell .elite-is-current > button.elite-nav-trigger .elite-item-title {
	color: var(--elite-item-text-active, var(--elite-item-text-hover));
}

.elite-popup-shell .elite-is-current > button.elite-nav-trigger .elite-item-arrow {
	color: var(--elite-icon-color-active, var(--elite-icon-color-hover));
	opacity: 1;
}

.elite-popup-shell a.elite-nav-link:active,
.elite-popup-shell button.elite-nav-trigger:active {
	transform: translateY(0);
	background: var(--elite-card-bg-active, var(--elite-card-bg-hover));
	border-color: var(--elite-item-border-color-active, var(--elite-accent));
	color: var(--elite-item-text-active, var(--elite-item-text-hover));
}

/* ==========================================================================
   Optional profile visibility controls
   ========================================================================== */

.elite-popup-shell.elite-hide-brand .elite-popup-top {
	display: none !important;
}

.elite-popup-shell.elite-hide-root-title .elite-panel-root .elite-panel-head {
	display: none !important;
}

/* ==========================================================================
   Breadcrumb color hard lock
   Prevent theme / Elementor link color overrides.
   ========================================================================== */

.elite-popup-shell .elite-popup-breadcrumb {
	color: var(--elite-breadcrumb-link-color) !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb,
.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-current {
	color: inherit !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button {
	color: var(--elite-breadcrumb-link-color) !important;
	text-decoration: none !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button:focus-visible,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button:focus-visible,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button:focus-visible {
	color: var(--elite-breadcrumb-link-hover-color) !important;
	text-decoration: none !important;
	outline: none;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-current {
	color: var(--elite-breadcrumb-current-color) !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-sep {
	color: var(--elite-breadcrumb-separator-color) !important;
	opacity: 1;
}

/* ==========================================================================
   Breadcrumb component hard lock
   ========================================================================== */

.elite-popup-shell .elite-popup-breadcrumb {
	color: var(--elite-breadcrumb-link-color) !important;
	font-family: var(--elite-breadcrumb-font-family) !important;
	font-size: var(--elite-breadcrumb-font-size) !important;
	font-weight: var(--elite-breadcrumb-font-weight) !important;
	text-transform: var(--elite-breadcrumb-text-transform) !important;
	font-style: var(--elite-breadcrumb-font-style) !important;
	text-decoration: var(--elite-breadcrumb-text-decoration) !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb,
.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-current {
	color: inherit !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button,
.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-current {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding-top: var(--elite-breadcrumb-padding-top) !important;
	padding-right: var(--elite-breadcrumb-padding-right) !important;
	padding-bottom: var(--elite-breadcrumb-padding-bottom) !important;
	padding-left: var(--elite-breadcrumb-padding-left) !important;

	border-style: var(--elite-breadcrumb-border-style) !important;
	border-width: var(--elite-breadcrumb-border-width) !important;
	border-color: var(--elite-breadcrumb-border-color) !important;
	border-radius: var(--elite-breadcrumb-radius) !important;

	background: var(--elite-breadcrumb-bg) !important;
	color: var(--elite-breadcrumb-link-color) !important;

	font-family: var(--elite-breadcrumb-font-family) !important;
	font-size: var(--elite-breadcrumb-font-size) !important;
	font-weight: var(--elite-breadcrumb-font-weight) !important;
	text-transform: var(--elite-breadcrumb-text-transform) !important;
	font-style: var(--elite-breadcrumb-font-style) !important;
	text-decoration: var(--elite-breadcrumb-text-decoration) !important;
	line-height: 1.2;

	appearance: none;
	-webkit-appearance: none;

	transition:
		background .18s ease,
		border-color .18s ease,
		color .18s ease,
		transform .18s ease;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button:focus-visible,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button:focus-visible,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button:hover,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button:focus-visible {
	background: var(--elite-breadcrumb-bg-hover) !important;
	border-color: var(--elite-breadcrumb-border-color-hover) !important;
	color: var(--elite-breadcrumb-link-hover-color) !important;
	text-decoration: var(--elite-breadcrumb-text-decoration) !important;
	outline: none;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-button:active,
.elite-popup-shell .elite-popup-breadcrumb button.elite-crumb-button:active,
.elite-popup-shell .elite-popup-breadcrumb a.elite-crumb-button:active {
	background: var(--elite-breadcrumb-bg-active) !important;
	border-color: var(--elite-breadcrumb-border-color-active) !important;
	color: var(--elite-breadcrumb-current-color) !important;
	transform: translateY(0);
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-current {
	background: var(--elite-breadcrumb-bg-active) !important;
	border-color: var(--elite-breadcrumb-border-color-active) !important;
	color: var(--elite-breadcrumb-current-color) !important;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-sep {
	color: var(--elite-breadcrumb-separator-color) !important;
	opacity: 1 !important;
}
/* ==========================================================================
   Breadcrumb separator icons
   ========================================================================== */

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-sep {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--elite-breadcrumb-separator-color) !important;
	opacity: 1 !important;
	line-height: 1;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-sep-svg {
	width: 1em;
	height: 1em;
}

.elite-popup-shell .elite-popup-breadcrumb .elite-crumb-sep-svg svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: none;
	color: currentColor;
}

/* ==========================================================================
   Panel header visibility
   ========================================================================== */

.elite-popup-shell.elite-hide-panel-back .elite-panel-back {
	display: none !important;
}

.elite-popup-shell.elite-hide-panel-title .elite-panel-title {
	display: none !important;
}

/* ==========================================================================
   Panel back button component hard lock
   ========================================================================== */

.elite-popup-shell .elite-panel-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: auto;
	margin: 0;

	padding-top: var(--elite-back-button-padding-top) !important;
	padding-right: var(--elite-back-button-padding-right) !important;
	padding-bottom: var(--elite-back-button-padding-bottom) !important;
	padding-left: var(--elite-back-button-padding-left) !important;

	border-style: var(--elite-back-button-border-style) !important;
	border-width: var(--elite-back-button-border-width) !important;
	border-color: var(--elite-back-button-border-color) !important;
	border-radius: var(--elite-back-button-radius) !important;

	background: var(--elite-back-button-bg) !important;
	color: var(--elite-back-button-text-color) !important;

	font-family: var(--elite-back-button-font-family) !important;
	font-size: var(--elite-back-button-font-size) !important;
	font-weight: var(--elite-back-button-font-weight) !important;
	text-transform: var(--elite-back-button-text-transform) !important;
	font-style: var(--elite-back-button-font-style) !important;
	text-decoration: var(--elite-back-button-text-decoration) !important;
	line-height: 1.2;

	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;

	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease,
		color .18s ease;
}

.elite-popup-shell .elite-panel-back:hover,
.elite-popup-shell .elite-panel-back:focus-visible {
	transform: translateY(-1px);
	background: var(--elite-back-button-bg-hover) !important;
	border-color: var(--elite-back-button-border-color-hover) !important;
	color: var(--elite-back-button-text-color-hover) !important;
	outline: none;
}


/* ==========================================================================
   Panel title component hard lock
   ========================================================================== */

.elite-popup-shell .elite-panel-title {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	margin: 0;
	min-width: 0;

	padding-top: var(--elite-title-padding-top) !important;
	padding-right: var(--elite-title-padding-right) !important;
	padding-bottom: var(--elite-title-padding-bottom) !important;
	padding-left: var(--elite-title-padding-left) !important;

	border-style: var(--elite-title-border-style) !important;
	border-width: var(--elite-title-border-width) !important;
	border-color: var(--elite-title-border-color) !important;
	border-radius: var(--elite-title-radius) !important;

	background: var(--elite-title-bg) !important;
	color: var(--elite-title-font-color) !important;

	font-family: var(--elite-title-font-family) !important;
	font-size: var(--elite-title-font-size) !important;
	font-weight: var(--elite-title-font-weight) !important;
	text-transform: var(--elite-title-text-transform) !important;
	font-style: var(--elite-title-font-style) !important;
	text-decoration: var(--elite-title-text-decoration) !important;

	line-height: 1.08;
	letter-spacing: -.02em;

	transition:
		background .18s ease,
		border-color .18s ease,
		color .18s ease;
}


/* ==========================================================================
   Native close button component hard lock
   ========================================================================== */

.elite-native-popup__close {
	background: var(--elite-close-button-bg) !important;
	color: var(--elite-close-button-text-color) !important;
	border-color: var(--elite-close-button-border-color) !important;
}

.elite-native-popup__close:hover,
.elite-native-popup__close:focus-visible {
	background: var(--elite-close-button-bg-hover) !important;
	border-color: var(--elite-close-button-border-color-hover) !important;
	color: var(--elite-close-button-text-color) !important;
	outline: none;
}


/* ==========================================================================
   Commercial height modes
   The shortcode must work between external logo and CTA blocks without custom CSS.
   ========================================================================== */

.elite-popup-shell {
	min-width: 0;
	min-height: 0;
}

/* Default commercial mode:
   Keeps external logo/header and CTA visible.
   Menu gets a safe height and internal scroll.
*/
.elite-popup-shell.elite-height-contained {
	height: var(--elite-contained-height, 68dvh) !important;
	max-height: var(--elite-contained-height, 68dvh) !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

/* Use when Elementor/container already gives the shortcode a flex height. */
.elite-popup-shell.elite-height-fill {
	height: 100% !important;
	max-height: 100% !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

/* Use only for standalone full-screen menu. */
.elite-popup-shell.elite-height-viewport {
	height: 100dvh !important;
	max-height: 100dvh !important;
	min-height: 0 !important;
	overflow: hidden !important;
}

/* Use when the whole popup/page should scroll naturally. */
.elite-popup-shell.elite-height-auto {
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: visible !important;
}

/* Shared scroll chain for contained/fill/viewport modes */
.elite-popup-shell.elite-height-contained,
.elite-popup-shell.elite-height-fill,
.elite-popup-shell.elite-height-viewport {
	display: flex;
	flex-direction: column;
}

.elite-popup-shell.elite-height-contained .elite-popup-surface,
.elite-popup-shell.elite-height-fill .elite-popup-surface,
.elite-popup-shell.elite-height-viewport .elite-popup-surface {
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden;
}

.elite-popup-shell.elite-height-contained .elite-stage,
.elite-popup-shell.elite-height-fill .elite-stage,
.elite-popup-shell.elite-height-viewport .elite-stage,
.elite-popup-shell.elite-height-contained .elite-track,
.elite-popup-shell.elite-height-fill .elite-track,
.elite-popup-shell.elite-height-viewport .elite-track {
	height: 100%;
	min-height: 0;
}

.elite-popup-shell.elite-height-contained .elite-panel,
.elite-popup-shell.elite-height-fill .elite-panel,
.elite-popup-shell.elite-height-viewport .elite-panel {
	height: 100%;
	min-height: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

/* Auto mode: do not steal the whole popup height */
.elite-popup-shell.elite-height-auto .elite-popup-surface {
	flex: 0 0 auto;
	min-height: 0;
	overflow: hidden;
}

.elite-popup-shell.elite-height-auto .elite-stage,
.elite-popup-shell.elite-height-auto .elite-track {
	height: auto;
	min-height: 0;
}

.elite-popup-shell.elite-height-auto .elite-track {
	align-items: flex-start;
}

.elite-popup-shell.elite-height-auto .elite-panel {
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: visible;
}

/* Panel inner should not force broken height behavior */
.elite-popup-shell .elite-panel-inner {
	min-height: auto;
	padding-bottom: 32px;
}

/* ==========================================================================
   Dynamic content height mode
   The menu height follows the active panel content.
   Best for Elementor popups with custom logo above and CTA below.
   ========================================================================== */

.elite-popup-shell.elite-height-dynamic {
	height: auto !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: visible !important;
	display: flex;
	flex-direction: column;
}

.elite-popup-shell.elite-height-dynamic .elite-popup-surface {
	flex: 0 0 auto;
	height: var(--elite-active-panel-height, auto);
	min-height: 0;
	overflow: hidden;
	transition: height .34s var(--elite-ease);
}

.elite-popup-shell.elite-height-dynamic .elite-stage {
	height: var(--elite-active-panel-height, auto);
	min-height: 0;
	overflow: hidden;
	transition: height .34s var(--elite-ease);
}

.elite-popup-shell.elite-height-dynamic .elite-track {
	height: var(--elite-active-panel-height, auto);
	min-height: 0;
	align-items: flex-start;
	overflow: visible;
	transition:
		transform .42s var(--elite-ease),
		height .34s var(--elite-ease);
}

.elite-popup-shell.elite-height-dynamic .elite-panel {
	height: auto;
	min-height: 0;
	max-height: none;
	overflow: visible;
}

.elite-popup-shell.elite-height-dynamic .elite-panel[aria-hidden="true"] {
	visibility: hidden;
	pointer-events: none;
}

.elite-popup-shell.elite-height-dynamic .elite-panel[aria-hidden="false"] {
	visibility: visible;
	pointer-events: auto;
}

.elite-popup-shell.elite-height-dynamic .elite-panel-inner {
	min-height: auto;
	padding-bottom: 0;
}

@media (prefers-reduced-motion: reduce) {
	.elite-popup-shell.elite-height-dynamic .elite-popup-surface,
	.elite-popup-shell.elite-height-dynamic .elite-stage,
	.elite-popup-shell.elite-height-dynamic .elite-track {
		transition: none !important;
	}
}