body.melsom-redesign-active .melsom-mobile-menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	color: #111820;
	cursor: pointer;
	gap: 4px;
	padding: 0;
	position: relative;
	z-index: 5;
}

body.melsom-redesign-active .melsom-mobile-menu-toggle span {
	display: block;
	width: 17px;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(1) {
	top: 14px;
}

body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(2) {
	top: 20px;
}

body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(3) {
	top: 26px;
}

body.melsom-redesign-active .melsom-mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 100200;
	pointer-events: none;
	visibility: hidden;
}

body.melsom-redesign-active .melsom-mobile-menu__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(9, 12, 17, 0.58);
	backdrop-filter: blur(9px);
	opacity: 0;
	transition: opacity 180ms ease;
	cursor: pointer;
}

body.melsom-redesign-active .melsom-mobile-menu__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: min(390px, calc(100vw - 24px));
	background: rgba(255, 255, 255, 0.96);
	box-shadow: -28px 0 70px rgba(15, 23, 42, 0.28);
	transform: translateX(104%);
	transition: transform 240ms cubic-bezier(.22, .61, .36, 1);
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

body.melsom-redesign-active .melsom-mobile-menu.is-open {
	pointer-events: auto;
	visibility: visible;
}

body.melsom-redesign-active .melsom-mobile-menu.is-open .melsom-mobile-menu__overlay {
	opacity: 1;
}

body.melsom-redesign-active .melsom-mobile-menu.is-open .melsom-mobile-menu__panel {
	transform: translateX(0);
}

body.melsom-redesign-active.melsom-mobile-menu-open {
	overflow: hidden;
}

body.melsom-redesign-active .melsom-mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 20px 14px;
	border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

body.melsom-redesign-active .melsom-mobile-menu__header strong {
	color: #111820;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
}

body.melsom-redesign-active .melsom-mobile-menu__close {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(15, 23, 42, 0.1);
	border-radius: 999px;
	background: #f8fafc;
	color: #111820;
	cursor: pointer;
	font-size: 26px;
	line-height: 1;
}

body.melsom-redesign-active .melsom-mobile-menu__search {
	display: block !important;
	flex: 0 0 auto !important;
	order: 0 !important;
	margin: 16px 18px 10px;
	max-width: none;
	min-width: 0 !important;
	width: auto;
	height: 48px !important;
	position: relative;
}

body.melsom-redesign-active .melsom-mobile-menu__search input {
	display: block !important;
	position: static !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	width: 100%;
	min-width: 0 !important;
	max-width: none !important;
	height: 48px;
	border: 1.5px solid rgba(15, 23, 42, 0.12);
	border-radius: 999px;
	background: #f8fafc;
	color: #111820;
	font-size: 15px;
	font-weight: 650;
	padding: 0 52px 0 17px !important;
}

body.melsom-redesign-active .melsom-mobile-menu__search input:focus {
	outline: none;
	border-color: #e01414;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(224, 20, 20, 0.1);
}

body.melsom-redesign-active .melsom-mobile-menu__search button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 999px;
	background: #e01414;
	color: #ffffff;
	cursor: pointer;
	font-size: 0;
}

body.melsom-redesign-active .melsom-mobile-menu__search button::before,
body.melsom-redesign-active .melsom-mobile-menu__search button::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	pointer-events: none;
}

body.melsom-redesign-active .melsom-mobile-menu__search button::before {
	width: 13px;
	height: 13px;
	border: 2.2px solid currentColor;
	border-radius: 999px;
	transform: translate(-62%, -62%);
}

body.melsom-redesign-active .melsom-mobile-menu__search button::after {
	width: 8px;
	height: 2.3px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(1px, 4px) rotate(45deg);
	transform-origin: left center;
}

body.melsom-redesign-active .melsom-mobile-menu__nav {
	display: grid;
	gap: 7px;
	padding: 10px 18px 18px;
}

body.melsom-redesign-active .melsom-mobile-menu__nav a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 48px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 12px;
	background: #ffffff;
	color: #111820;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.2;
	padding: 12px 14px;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

body.melsom-redesign-active .melsom-mobile-menu__nav a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.42;
	flex: 0 0 auto;
}

body.melsom-redesign-active .melsom-mobile-menu__nav a:hover,
body.melsom-redesign-active .melsom-mobile-menu__nav a:focus-visible {
	border-color: rgba(224, 20, 20, 0.3);
	background: #fff5f5;
	color: #e01414;
	outline: none;
}

body.melsom-redesign-active .melsom-mobile-menu__category,
body.melsom-redesign-active .melsom-mobile-menu__category:visited {
	background: #111820 !important;
	border-color: #111820 !important;
	color: #ffffff !important;
}

body.melsom-redesign-active .melsom-mobile-menu__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
	margin-top: auto;
	padding: 16px 18px 22px;
	border-top: 1px solid rgba(15, 23, 42, 0.08);
	background: #f8fafc;
}

body.melsom-redesign-active .melsom-mobile-menu__actions a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	aspect-ratio: auto !important;
	min-height: 44px;
	border-radius: 14px;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.1);
	color: #111820;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
	text-align: center;
	text-decoration: none;
	padding: 10px 12px;
}

body.melsom-redesign-active .melsom-mobile-menu__actions a:nth-child(odd):last-child {
	grid-column: 1 / -1;
}

body.melsom-redesign-active .melsom-mobile-menu__actions a:hover,
body.melsom-redesign-active .melsom-mobile-menu__actions a:focus-visible {
	background: #e01414;
	border-color: #e01414;
	color: #ffffff;
	outline: none;
}

@media (max-width: 980px) {
	body.melsom-redesign-active .melsom-mobile-menu-toggle {
		display: inline-flex;
	}
}

@media (max-width: 760px) {
	body.melsom-redesign-active .header .container {
		grid-template-columns: minmax(0, 1fr) auto auto auto !important;
	}

	body.melsom-redesign-active .header-actions {
		grid-column: 2 !important;
	}

	body.melsom-redesign-active .header-search-widget {
		grid-column: 4 !important;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		width: 38px;
		height: 38px;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(1) {
		top: 12px;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(2) {
		top: 18px;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle span:nth-child(3) {
		top: 24px;
	}
}

@media (max-width: 980px) {
	body.melsom-redesign-active .header .container {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		align-items: center;
		gap: 12px !important;
		min-height: 70px;
	}

	body.melsom-redesign-active .header .logo {
		grid-column: 1 !important;
		grid-row: 1 !important;
		min-width: 0;
	}

	body.melsom-redesign-active .header .header-search-widget,
	body.melsom-redesign-active .header .header-actions,
	body.melsom-redesign-active .mainnav {
		display: none !important;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle {
		display: inline-flex;
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: end;
		align-self: center;
	}
}

@media (max-width: 760px) {
	body.melsom-redesign-active .header .container {
		grid-template-columns: minmax(0, 1fr) auto !important;
	}

	body.melsom-redesign-active .melsom-mobile-menu-toggle {
		width: 38px;
		height: 38px;
	}
}
