.wmmm-root {
	display: none;
	--wmmm-admin-offset: 0px;
}

html.wmmm-mobile-active .wmmm-root {
	display: block;
	position: relative;
	z-index: 2147483000;
}

.wmmm-header-tools-host {
	position: relative !important;
}

.wmmm-header-tools {
	position: absolute;
	top: -9999px;
	left: -9999px;
	display: none;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: max-content;
	height: 40px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	line-height: 1;
	box-sizing: border-box;
	z-index: 50;
}

html.wmmm-mobile-active .wmmm-header-tools.is-mounted {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	display: inline-flex;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

html.wmmm-mobile-active .wmmm-header-tools.is-fallback-mounted {
	position: fixed !important;
	top: calc(var(--wmmm-admin-offset, 0px) + max(14px, env(safe-area-inset-top))) !important;
	right: 16px !important;
	left: auto !important;
	margin: 0 !important;
	z-index: 2147482999 !important;
}

.wmmm-header-account,
.wmmm-header-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
	line-height: 1;
}

.wmmm-header-cart.is-empty-hidden {
	display: none !important;
}

.wmmm-header-account-link,
.wmmm-header-cart-link {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	margin: 0 !important;
	padding: 8px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: transparent !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
	line-height: 1 !important;
	white-space: nowrap;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: transparent;
}

.wmmm-header-account-link.has-label,
.wmmm-header-account-link.wmmm-style-text {
	width: auto;
	padding: 8px 11px !important;
	background: rgba(255, 255, 255, 0.055) !important;
}

.wmmm-header-account-link:hover,
.wmmm-header-account-link:focus,
.wmmm-header-cart-link:hover,
.wmmm-header-cart-link:focus {
	background: rgba(255, 255, 255, 0.085) !important;
	color: #fff !important;
	box-shadow: none !important;
}

.wmmm-header-account-link:focus-visible,
.wmmm-header-cart-link:focus-visible,
.wmmm-header-menu-trigger:focus-visible,
.wmmm-close:focus-visible {
	outline: 2px solid var(--wmmm-accent, #1687ff) !important;
	outline-offset: 2px;
}

.wmmm-header-account-icon,
.wmmm-header-cart-icon {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	color: inherit;
	pointer-events: none;
}

.wmmm-header-account-icon svg,
.wmmm-header-cart-icon svg {
	display: block;
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.wmmm-header-cart-icon img,
.wmmm-header-cart-icon .wil-cart-custom-icon {
	display: block !important;
	width: 23px !important;
	height: 23px !important;
	max-width: 23px !important;
	max-height: 23px !important;
	object-fit: contain !important;
}

.wmmm-header-account-label {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 650;
	letter-spacing: -0.1px;
	color: #fff;
	pointer-events: none;
}

.wmmm-header-cart-count {
	position: absolute;
	top: 0;
	right: -1px;
	display: grid;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	place-items: center;
	background: var(--wmmm-accent, #1687ff);
	border: 2px solid #0d0d10;
	border-radius: 999px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.1px;
	box-sizing: border-box;
	pointer-events: none;
}

.wmmm-header-menu-trigger {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 40px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	cursor: pointer !important;
	-webkit-tap-highlight-color: transparent !important;
}

.wmmm-header-menu-trigger:hover,
.wmmm-header-menu-trigger:focus,
.wmmm-header-menu-trigger:active {
	background: transparent !important;
	box-shadow: none !important;
}

.wmmm-header-menu-trigger span {
	position: absolute !important;
	left: 8px !important;
	width: 24px !important;
	height: 2px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	pointer-events: none !important;
}

.wmmm-header-menu-trigger span:nth-child(1) {
	top: 10px !important;
}

.wmmm-header-menu-trigger span:nth-child(2) {
	top: 19px !important;
}

.wmmm-header-menu-trigger span:nth-child(3) {
	top: 28px !important;
}

html.wmmm-mobile-active .wmmm-astra-trigger-replaced {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.wmmm-lock .wmmm-header-tools,
body.wil-cart-drawer-open .wmmm-header-tools {
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wmmm-overlay {
	position: fixed;
	top: var(--wmmm-admin-offset, 0px);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483000;
	background: rgba(0, 0, 0, 0.58);
	opacity: 0;
	visibility: hidden;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	transition: opacity 0.23s ease, visibility 0.23s ease;
}

.wmmm-drawer {
	position: fixed;
	top: var(--wmmm-admin-offset, 0px);
	right: 0;
	z-index: 2147483001;
	display: flex;
	flex-direction: column;
	width: min(var(--wmmm-width, 86vw), 360px);
	height: calc(100dvh - var(--wmmm-admin-offset, 0px));
	max-height: calc(100dvh - var(--wmmm-admin-offset, 0px));
	background: #0d0d10;
	color: #fff;
	box-shadow: -16px 0 42px rgba(0, 0, 0, 0.36);
	transform: translateX(104%);
	transition: transform 0.3s cubic-bezier(0.22, 0.72, 0.2, 1);
}

.wmmm-root.is-open .wmmm-overlay {
	opacity: 1;
	visibility: visible;
}

.wmmm-root.is-open .wmmm-drawer {
	transform: translateX(0);
}

body.wmmm-lock {
	overflow: hidden !important;
}

body.wmmm-lock .ast-mobile-header-content,
body.wmmm-lock .ast-mobile-popup-drawer,
body.wmmm-lock .main-header-bar-navigation {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.wmmm-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 68px;
	padding: 9px 14px 9px 17px;
	flex: 0 0 auto;
}

.wmmm-logo {
	display: flex;
	align-items: center;
	max-width: 104px;
	min-width: 0;
	color: #fff;
	text-decoration: none !important;
}

.wmmm-logo-img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100px !important;
	max-height: 42px !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.wmmm-site-title {
	font-size: 14px;
	line-height: 1.15;
	font-weight: 700;
}

.wmmm-close {
	position: relative;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	flex: 0 0 34px;
	background: rgba(255, 255, 255, 0.035);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.wmmm-close span {
	position: absolute;
	left: 9px;
	top: 16px;
	width: 16px;
	height: 1.6px;
	background: #fff;
	border-radius: 20px;
}

.wmmm-close span:first-child {
	transform: rotate(45deg);
}

.wmmm-close span:last-child {
	transform: rotate(-45deg);
}

.wmmm-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	padding: 2px 12px max(18px, env(safe-area-inset-bottom));
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}

.wmmm-main-nav {
	padding: 2px 0 8px;
}

.wmmm-nav,
.wmmm-nav ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.wmmm-nav > li {
	position: relative;
	margin: 1px 0 !important;
	border: 0 !important;
}

.wmmm-nav > li > a {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 47px;
	padding: 0 38px 0 15px;
	background: transparent;
	border-radius: 10px;
	color: #f5f5f7 !important;
	text-decoration: none !important;
	text-transform: none;
	font-size: 15.5px;
	line-height: 1.2;
	font-weight: 560;
	letter-spacing: 0;
	transition: background 0.15s ease, color 0.15s ease;
}

.wmmm-nav > li > a:hover,
.wmmm-nav > li > a:focus {
	background: rgba(255, 255, 255, 0.045);
}

.wmmm-nav > li.current-menu-item > a,
.wmmm-nav > li.current-menu-ancestor > a {
	background: rgba(22, 135, 255, 0.09);
	color: #fff !important;
}

.wmmm-nav > li.current-menu-item > a::before,
.wmmm-nav > li.current-menu-ancestor > a::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	width: 2.5px;
	height: 18px;
	background: var(--wmmm-accent, #1687ff);
	border-radius: 30px;
	transform: translateY(-50%);
}

.wmmm-nav .menu-item-has-children > a::after {
	content: "";
	position: absolute;
	right: 17px;
	top: 50%;
	width: 6px;
	height: 6px;
	border-right: 1.4px solid rgba(255, 255, 255, 0.58);
	border-bottom: 1.4px solid rgba(255, 255, 255, 0.58);
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.18s ease;
}

.wmmm-nav .menu-item-has-children.wmmm-sub-open > a::after {
	transform: translateY(-35%) rotate(225deg);
}

.wmmm-nav .sub-menu {
	max-height: 0;
	overflow: hidden;
	opacity: 0.75;
	transition: max-height 0.25s ease, opacity 0.18s ease;
}

.wmmm-nav .wmmm-sub-open > .sub-menu {
	max-height: 650px;
	opacity: 1;
}

.wmmm-nav .sub-menu li {
	margin: 0 !important;
}

.wmmm-nav .sub-menu a {
	display: flex;
	align-items: center;
	min-height: 38px;
	padding: 0 16px 0 31px;
	border-radius: 9px;
	color: rgba(255, 255, 255, 0.64) !important;
	text-decoration: none !important;
	font-size: 13.5px;
	line-height: 1.2;
	font-weight: 500;
}

.wmmm-utility {
	margin-top: auto;
	padding: 12px 2px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.065);
}

.wmmm-utility-row {
	display: grid;
	grid-template-columns: 27px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 45px;
	padding: 0 9px;
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.82) !important;
	text-decoration: none !important;
	font-size: 13.5px;
	font-weight: 540;
	letter-spacing: 0;
}

.wmmm-utility-row:hover,
.wmmm-utility-row:focus {
	background: rgba(255, 255, 255, 0.035);
}

.wmmm-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: rgba(255, 255, 255, 0.58);
}

.wmmm-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
}

.wmmm-arrow {
	color: rgba(255, 255, 255, 0.32);
	font-size: 21px;
	line-height: 1;
	font-weight: 300;
}

.wmmm-external {
	color: rgba(255, 255, 255, 0.32);
	font-size: 15px;
	line-height: 1;
}

.wmmm-footer {
	padding: 12px 10px 2px;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
	font-size: 10.5px;
}

@media (max-width: 390px) {
	.wmmm-header-account-link.has-label,
	.wmmm-header-account-link.wmmm-style-text {
		padding-right: 9px !important;
		padding-left: 9px !important;
	}

	.wmmm-header-account-label {
		font-size: 11px;
	}

	.wmmm-drawer {
		width: 88vw;
	}

	.wmmm-head {
		min-height: 64px;
	}

	.wmmm-logo {
		max-width: 96px;
	}

	.wmmm-logo-img {
		max-width: 92px !important;
		max-height: 39px !important;
	}

	.wmmm-nav > li > a {
		min-height: 45px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wmmm-overlay,
	.wmmm-drawer,
	.wmmm-nav .sub-menu,
	.wmmm-nav .menu-item-has-children > a::after {
		transition: none !important;
	}
}

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

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