.ascenda-mobilemenu {
	position: fixed;
	left: 0;
	right: 0;
	top: var(--ascenda-mobilemenu-top, 0px);
	bottom: 0;
	width: 100vw;
	max-width: 100%;
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
	transition: transform 220ms ease, opacity 220ms ease;
	z-index: 2147483000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	background: #d3cdc6 !important;
	background-image: none !important;
}

.ascenda-mobilemenu.is-open {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
}

.ascenda-mobilemenu__inner {
	min-height: 100%;
	background: #d3cdc6 !important;
	background-image: none !important;
}

.ascenda-mobilemenu-icon {
	display: block;
	width: 1em;
	height: 1em;
}
