@media (min-width: 768px) {
	.c41-mnav-overlay,
	.c41-mnav-drawer {
		display: none !important;
	}
}

@media (max-width: 767px) {
	:root {
		--c41-nav-bg: #2b2b2d;
		--c41-nav-surface: #363638;
		--c41-nav-surface-2: #414145;
		--c41-nav-border: rgba(255, 255, 255, 0.13);
		--c41-nav-text: #f7f7f4;
		--c41-nav-muted: #c9c9cc;
		--c41-nav-accent: #2aa7b4;
	}

	body {
		padding-bottom: var(--c41-store-notice-offset, 0px);
	}

	body.c41-mnav-open {
		overflow: hidden;
	}

	.site-header .site-branding img {
		max-width: 126px;
	}

	.site-header .site-search {
		display: block;
		margin-bottom: 12px;
		width: 100%;
	}

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

	.main-navigation .handheld-navigation {
		display: none !important;
	}

	.main-navigation .menu-toggle {
		align-items: center;
		background: #2f2f31;
		border: 0;
		border-radius: 4px;
		box-shadow: none;
		color: #fff;
		display: inline-flex;
		font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
		font-size: 13px;
		font-weight: 800;
		gap: 8px;
		line-height: 1;
		min-height: 44px;
		overflow: visible;
		padding: 0 16px;
		text-decoration: none;
		text-indent: 0;
		text-transform: uppercase;
	}

	.c41-mnav-drawer,
	.c41-mnav-drawer a,
	.c41-mnav-drawer button,
	.c41-mnav-drawer input {
		font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
	}

	.c41-mnav-drawer .dashicons {
		font-family: dashicons !important;
	}

	.main-navigation .menu-toggle::before {
		content: "\f333";
		background: transparent;
		box-shadow: none;
		color: currentColor;
		display: inline-block;
		font-family: dashicons;
		font-size: 20px;
		font-weight: 400;
		height: 20px;
		left: auto;
		line-height: 1;
		margin: 0;
		position: static;
		top: auto;
		transform: none;
		width: 20px;
	}

	.main-navigation .menu-toggle::after,
	.main-navigation .menu-toggle span::before,
	.main-navigation .menu-toggle span::after {
		content: none !important;
		display: none !important;
	}

	.main-navigation .menu-toggle span {
		background: transparent;
		box-shadow: none;
		color: currentColor;
		display: inline-block;
		font-size: inherit;
		font-weight: inherit;
		height: auto;
		left: auto;
		line-height: inherit;
		margin: 0;
		padding: 0;
		position: static;
		text-indent: 0;
		text-transform: none;
		top: auto;
		width: auto;
	}

	.woocommerce-store-notice,
	p.demo_store {
		z-index: 10000;
	}

	.c41-mnav-overlay {
		background: rgba(24, 24, 26, 0.58);
		inset: 0;
		opacity: 0;
		position: fixed;
		transition: opacity 180ms ease;
		z-index: 9998;
	}

	.c41-mnav-overlay[hidden] {
		display: none;
	}

	body.c41-mnav-open .c41-mnav-overlay {
		opacity: 1;
	}

	.c41-mnav-drawer {
		background: var(--c41-nav-bg);
		box-shadow: 18px 0 44px rgba(0, 0, 0, 0.3);
		color: var(--c41-nav-text);
		display: flex;
		flex-direction: column;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
		height: 100dvh;
		left: 0;
		max-width: 414px;
		position: fixed;
		top: 0;
		transform: translateX(-105%);
		transition: transform 220ms ease;
		width: min(92vw, 414px);
		z-index: 9999;
	}

	body.c41-mnav-open .c41-mnav-drawer {
		transform: translateX(0);
	}

	.c41-mnav-head {
		align-items: center;
		border-bottom: 1px solid var(--c41-nav-border);
		display: grid;
		grid-template-columns: minmax(0, 1fr) 46px;
		gap: 12px;
		min-height: 74px;
		padding: 0 18px 0 22px;
		position: relative;
	}

	.c41-mnav-heading {
		align-items: center;
		display: flex;
		gap: 12px;
		min-width: 0;
		text-align: left;
	}

	.c41-mnav-brand {
		color: var(--c41-nav-text);
		display: inline-flex;
		flex: 0 0 auto;
		line-height: 0;
		text-decoration: none;
	}

	.c41-mnav-logo {
		display: block;
		height: auto;
		max-height: 42px;
		max-width: 146px;
		object-fit: contain;
		width: auto;
	}

	.c41-mnav-title {
		color: var(--c41-nav-muted);
		display: block;
		font-size: 13px;
		font-weight: 650;
		line-height: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.c41-mnav-title[hidden] {
		display: none;
	}

	.c41-mnav-sublevel .c41-mnav-heading {
		padding-left: 52px;
	}

	.c41-mnav-sublevel .c41-mnav-brand {
		display: none;
	}

	.c41-mnav-sublevel .c41-mnav-title {
		color: var(--c41-nav-text);
		font-size: 15px;
		font-weight: 700;
		text-transform: none;
	}

	.c41-mnav-back,
	.c41-mnav-close {
		align-items: center;
		background: var(--c41-nav-surface);
		border: 0;
		border-radius: 999px;
		box-shadow: inset 0 0 0 1px var(--c41-nav-border);
		color: var(--c41-nav-text);
		display: inline-flex;
		height: 42px;
		justify-content: center;
		padding: 0;
		width: 42px;
	}

	.c41-mnav-back {
		left: 18px;
		position: absolute;
		top: calc(50% - 21px);
		z-index: 2;
	}

	.c41-mnav-back[hidden] {
		display: none;
	}

	.c41-mnav-back:not([hidden]) + .c41-mnav-heading {
		padding-left: 52px;
	}

	.c41-mnav-search {
		align-items: center;
		background: #fff;
		border: 0;
		border-radius: 13px;
		box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
		display: flex;
		gap: 8px;
		margin: 18px 22px 18px;
		padding: 5px 5px 5px 15px;
	}

	.c41-mnav-search input[type="search"] {
		background: transparent;
		border: 0;
		box-shadow: none;
		color: #151515;
		flex: 1;
		font-size: 14px;
		font-weight: 500;
		min-width: 0;
		padding: 9px 2px;
	}

	.c41-mnav-search input[type="search"]::placeholder {
		color: #777;
	}

	.c41-mnav-search button {
		align-items: center;
		background: #2b2b2d;
		border-radius: 10px;
		border: 0;
		color: #fff;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		padding: 0;
		width: 44px;
	}

	.c41-mnav-shortcuts {
		display: flex;
		gap: 7px;
		overflow-x: auto;
		padding: 0 22px 20px;
		scroll-padding-left: 22px;
		scrollbar-width: none;
	}

	.c41-mnav-shortcuts::-webkit-scrollbar {
		display: none;
	}

	.c41-mnav-shortcuts a {
		align-items: center;
		background: rgba(255, 255, 255, 0.07);
		border: 1px solid rgba(255, 255, 255, 0.13);
		border-radius: 999px;
		color: var(--c41-nav-text);
		display: inline-flex;
		flex: 0 0 auto;
		font-size: 11px;
		font-weight: 600;
		height: 30px;
		justify-content: center;
		line-height: 1;
		min-width: max-content;
		padding: 0 12px;
		text-decoration: none;
		white-space: nowrap;
	}

	.c41-mnav-shortcuts a:first-child {
		background: rgba(42, 167, 180, 0.14);
		border-color: rgba(42, 167, 180, 0.28);
		color: #edfafa;
	}

	.c41-mnav-menu {
		flex: 1 1 auto;
		overflow: hidden;
		padding: 0;
		position: relative;
	}

	.c41-mnav-track {
		display: flex;
		height: 100%;
		transform: translateX(0);
		transition: transform 260ms cubic-bezier(0.22, 0.78, 0.22, 1);
		will-change: transform;
	}

	.c41-mnav-panel {
		box-sizing: border-box;
		flex: 0 0 100%;
		overflow-y: auto;
		padding: 2px 22px 30px;
		scrollbar-width: thin;
	}

	.c41-mnav-panel-list {
		list-style: none;
		margin: 0;
		padding: 0 0 8px;
	}

	.c41-mnav-panel-item {
		border-bottom: 1px solid var(--c41-nav-border);
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.c41-mnav-row,
	.c41-mnav-view-all-link {
		align-items: center;
		background: transparent;
		border: 0;
		color: var(--c41-nav-text);
		display: flex;
		font-size: 14px;
		font-weight: 600;
		justify-content: space-between;
		letter-spacing: 0;
		line-height: 1.25;
		min-height: 52px;
		padding: 0;
		text-align: left;
		text-decoration: none;
		width: 100%;
	}

	.c41-mnav-row-next .dashicons {
		color: var(--c41-nav-muted);
		flex: 0 0 auto;
		font-size: 15px;
		height: 15px;
		line-height: 15px;
		margin-left: 16px;
		width: 15px;
	}

	.c41-mnav-view-all {
		background: rgba(255, 255, 255, 0.055);
		border: 1px solid rgba(42, 167, 180, 0.18);
		border-radius: 10px;
		margin: 2px 0 18px;
	}

	.c41-mnav-view-all-link {
		color: #f3f6f7;
		font-size: 13px;
		font-weight: 580;
		min-height: 44px;
		padding: 0 13px;
	}

	.c41-mnav-view-all-link::after {
		color: rgba(42, 167, 180, 0.85);
		content: "\f345";
		font-family: dashicons;
		font-size: 14px;
		font-weight: 400;
	}

	.c41-mnav-view-all + .c41-mnav-panel-item {
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	}

	.c41-mnav-list,
	.c41-mnav-list .sub-menu {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.c41-mnav-list > li {
		border-top: 1px solid var(--c41-nav-border);
		padding: 18px 0 20px;
	}

	.c41-mnav-list > li:last-child {
		border-bottom: 1px solid var(--c41-nav-border);
	}

	.c41-mnav-list a {
		color: var(--c41-nav-text);
		display: block;
		font-family: inherit;
		font-size: 16px;
		font-weight: 720;
		line-height: 1.2;
		letter-spacing: 0;
		padding: 0;
		text-decoration: none;
	}

	.c41-mnav-list > li > a {
		align-items: center;
		display: flex;
		font-size: 18px;
		font-weight: 800;
		justify-content: space-between;
		margin-bottom: 0;
	}

	.c41-mnav-list > li.menu-item-has-children > a,
	.c41-mnav-list > li:has(.sub-menu) > a {
		margin-bottom: 13px;
	}

	.c41-mnav-list > li.menu-item-has-children > a::after,
	.c41-mnav-list > li:has(.sub-menu) > a::after {
		color: var(--c41-nav-muted);
		content: "\f345";
		font-family: dashicons;
		font-size: 16px;
		font-weight: 400;
	}

	.c41-mnav-list .sub-menu {
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 0;
	}

	.c41-mnav-list .sub-menu a {
		background: var(--c41-nav-surface);
		border: 1px solid var(--c41-nav-border);
		border-radius: 10px;
		color: var(--c41-nav-text);
		font-size: 14px;
		font-weight: 650;
		line-height: 1.2;
		min-height: 44px;
		padding: 12px 13px;
	}

}
