/* Shopify Dawn header and localization recreation. */
@font-face {
	font-family: Assistant;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/assistant/assistant_n6.b2cbcfa81550fc99b5d970d0ef582eebcbac24e0.woff2") format("woff2"),
		url("../fonts/assistant/assistant_n6.5dced1e1f897f561a8304b6ef1c533d81fd1c6e0.woff") format("woff");
}

@font-face {
	font-family: Assistant;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/assistant/assistant_n7.bf44452348ec8b8efa3aa3068825305886b1c83c.woff2") format("woff2"),
		url("../fonts/assistant/assistant_n7.0c887fee83f6b3bda822f1150b912c72da0f7b64.woff") format("woff");
}

@font-face {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2") format("woff2"),
		url("../fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff") format("woff");
}

body:not(.customize-preview) #masthead.site-header {
	display: none !important;
}

.mtx-shopify-header-wrap,
.mtx-shopify-header-wrap * {
	box-sizing: border-box;
}

.mtx-shopify-header-wrap {
	--color-foreground: 18, 18, 18;
	--color-background: 255, 255, 255;
	--color-shadow: 18, 18, 18;
	--font-body-family: Assistant, sans-serif;
	--font-body-scale: 1;
	--font-body-style: normal;
	--font-body-weight: 600;
	--font-body-weight-bold: 900;
	--font-heading-family: Assistant, sans-serif;
	--font-heading-style: normal;
	--font-heading-weight: 400;
	--duration-short: 100ms;
	--duration-default: 200ms;
	--inputs-border-width: 1px;
	--inputs-radius-outset: 0;
	--popup-border-width: 1px;
	--popup-border-opacity: 0.1;
	--popup-corner-radius: 0;
	--popup-shadow-horizontal-offset: 0;
	--popup-shadow-vertical-offset: 0;
	--popup-shadow-blur-radius: 0;
	--popup-shadow-opacity: 0;
	--drawer-border-width: 1px;
	--drawer-border-opacity: 0.1;
	--drawer-shadow-horizontal-offset: 0;
	--drawer-shadow-vertical-offset: 10px;
	--drawer-shadow-blur-radius: 30px;
	--drawer-shadow-opacity: 0.18;
	position: relative;
	z-index: 40;
	display: block;
	width: 100%;
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	font-family: var(--font-body-family);
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	font-size: 15px;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
}

.mtx-shopify-header-wrap.section-header {
	position: relative;
	top: 0;
	margin-bottom: 0;
}

.mtx-shopify-header-wrap .header-wrapper {
	position: relative;
	z-index: 80;
	display: block;
	background: rgb(var(--color-background));
	border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}

.mtx-shopify-header-wrap .color-scheme-3 {
	--color-background: 36, 40, 51;
	--gradient-background: #242833;
	--color-foreground: 255, 255, 255;
	--color-shadow: 18, 18, 18;
	color: rgba(var(--color-foreground), 0.75);
	background-color: rgb(var(--color-background));
}

.mtx-shopify-header-wrap .gradient {
	background: rgb(var(--color-background));
	background: var(--gradient-background);
	background-attachment: fixed;
}

.mtx-shopify-header-wrap .announcement-bar-section {
	display: block;
	position: relative;
	z-index: 3;
	width: 100%;
}

.mtx-shopify-header-wrap .mtx-countdown-banner {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #c42828;
	color: #fff;
}

.mtx-shopify-header-wrap .mtx-countdown-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
	min-height: 56px;
	padding: 16px 5px;
	text-align: center;
	line-height: 1.1;
}

.mtx-shopify-header-wrap .mtx-countdown-banner__heading {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.mtx-shopify-header-wrap .mtx-countdown-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	color: #fff;
}

.mtx-shopify-header-wrap .mtx-countdown-timer__block {
	position: relative;
	min-width: 36px;
	padding: 0 8px;
	border-radius: 12px;
}

.mtx-shopify-header-wrap .mtx-countdown-timer__num,
.mtx-shopify-header-wrap .mtx-countdown-timer__unit {
	display: block;
	text-align: center;
}

.mtx-shopify-header-wrap .mtx-countdown-timer__num {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.mtx-shopify-header-wrap .mtx-countdown-timer__unit {
	margin-top: 3px;
	font-size: 9px;
}

.mtx-shopify-header-wrap .mtx-countdown-timer__colon {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.mtx-shopify-header-wrap .mtx-countdown-banner.is-expired {
	display: none;
}

@media (min-width: 750px) {
	.mtx-shopify-header-wrap .mtx-countdown-banner__inner {
		gap: 48px;
	}

	.mtx-shopify-header-wrap .mtx-countdown-banner__heading {
		font-size: 16px;
	}

	.mtx-shopify-header-wrap .mtx-countdown-timer__block {
		padding: 0 12px;
	}

	.mtx-shopify-header-wrap .mtx-countdown-timer__num,
	.mtx-shopify-header-wrap .mtx-countdown-timer__colon {
		font-size: 18px;
	}

	.mtx-shopify-header-wrap .mtx-countdown-timer__unit {
		font-size: 10px;
	}
}

.mtx-shopify-header-wrap .utility-bar {
	width: 100%;
	height: 100%;
	min-height: 38px;
}

.mtx-shopify-header-wrap .utility-bar__grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-areas: "announcements";
	align-items: center;
	min-height: 38px;
	padding-left: 32px;
	padding-right: 32px;
}

.mtx-shopify-header-wrap slideshow-component {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}

.mtx-shopify-header-wrap .announcement-bar {
	grid-area: announcements;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	max-width: 100%;
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header-wrap .announcement-bar-slider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	width: 100%;
}

.mtx-shopify-header-wrap .slider {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mtx-shopify-header-wrap .slider::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.mtx-shopify-header-wrap .slider--everywhere {
	position: relative;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: 0;
	min-height: 38px;
	scroll-behavior: auto;
}

.mtx-shopify-header-wrap .announcement-bar .slider {
	width: 100%;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
}

.mtx-shopify-header-wrap .slider__slide {
	--focus-outline-padding: 5px;
	position: static;
	display: none;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.mtx-shopify-header-wrap .slideshow__slide {
	position: static;
	display: none;
	flex-direction: column;
	visibility: visible;
}

.mtx-shopify-header-wrap .slideshow__slide.is-active {
	display: flex;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-in-next .announcement-bar__message,
.mtx-shopify-header-wrap .announcement-bar-slider--fade-in-previous .announcement-bar__message {
	animation-duration: 250ms;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	opacity: 0;
	animation-delay: 250ms;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-out-next .announcement-bar__message,
.mtx-shopify-header-wrap .announcement-bar-slider--fade-out-previous .announcement-bar__message {
	animation-duration: 250ms;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-in-next .announcement-bar__message {
	animation-name: mtxAnnouncementFadeInNext;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-out-next .announcement-bar__message {
	animation-name: mtxAnnouncementFadeOutNext;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-in-previous .announcement-bar__message {
	animation-name: mtxAnnouncementFadeInPrevious;
}

.mtx-shopify-header-wrap .announcement-bar-slider--fade-out-previous .announcement-bar__message {
	animation-name: mtxAnnouncementFadeOutPrevious;
}

@keyframes mtxAnnouncementFadeInNext {
	from {
		opacity: 0;
		transform: translateX(-1.5rem);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes mtxAnnouncementFadeOutNext {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(1.5rem);
	}
}

@keyframes mtxAnnouncementFadeInPrevious {
	from {
		opacity: 0;
		transform: translateX(1.5rem);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes mtxAnnouncementFadeOutPrevious {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	to {
		opacity: 0;
		transform: translateX(-1.5rem);
	}
}

.mtx-shopify-header-wrap .announcement-bar__announcement {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	min-height: 38px;
	text-align: center;
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header-wrap .announcement-bar__message {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	min-height: 38px;
	color: rgb(var(--color-foreground));
	font-family: Assistant, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: calc(1 + 0.3 / var(--font-heading-scale, 1));
	letter-spacing: 1px;
	text-align: center;
	word-break: break-word;
}

.mtx-shopify-header-wrap .slider-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mtx-shopify-header-wrap .announcement-bar-slider.slider-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.mtx-shopify-header-wrap .slider-button {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 38px;
	min-width: 44px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: rgba(var(--color-foreground), 0.75);
	cursor: pointer;
}

.mtx-shopify-header-wrap .slider-button--prev {
	margin-left: -15px;
}

.mtx-shopify-header-wrap .slider-button--next {
	margin-right: -15px;
}

.mtx-shopify-header-wrap .slider-button:not([disabled]):hover {
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header-wrap .slider-button .svg-wrapper {
	width: 20px;
	height: 20px;
}

.mtx-shopify-header-wrap .slider-button .icon {
	width: 10px;
	height: 6px;
	transition: transform var(--duration-short) ease;
}

.mtx-shopify-header-wrap .slider-button--prev .icon {
	transform: rotate(90deg);
}

.mtx-shopify-header-wrap .slider-button--next .icon {
	transform: rotate(-90deg);
}

.mtx-shopify-header-wrap .slider-button--prev:not([disabled]):hover .icon {
	transform: rotate(90deg) scale(1.1);
}

.mtx-shopify-header-wrap .slider-button--next:not([disabled]):hover .icon {
	transform: rotate(-90deg) scale(1.1);
}

.mtx-shopify-header-wrap .localization-wrapper {
	display: none;
}

.mtx-shopify-header-wrap .page-width {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 50px; */
}

.mtx-shopify-header {
	display: grid;
	grid-template-areas: "heading navigation icons";
	grid-template-columns: auto auto 1fr;
	align-items: center;
	column-gap: 20px;
	min-height: 84px;
	padding: 0 30px;
}

.mtx-shopify-header-wrap .list-menu,
.mtx-shopify-header-wrap .list-unstyled {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mtx-shopify-header-wrap .list-menu--inline {
	display: inline-flex;
	flex-wrap: wrap;
}

.mtx-shopify-header-wrap .link {
	color: rgb(var(--color-foreground));
	text-decoration: none;
}

.mtx-shopify-header-wrap button,
.mtx-shopify-header-wrap input {
	font-family: var(--font-body-family);
}

.mtx-shopify-header-wrap summary {
	list-style: none;
}

.mtx-shopify-header-wrap summary::-webkit-details-marker {
	display: none;
}

.mtx-shopify-header-wrap .svg-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.mtx-shopify-header-wrap .icon {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.mtx-shopify-header-wrap .icon-caret {
	width: 10px;
	height: 6px;
}

.mtx-shopify-header-wrap .visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

.mtx-shopify-header .header__heading-link {
	grid-area: heading;
	justify-self: start;
	display: inline-flex;
	align-items: center;
	padding: 7.5px;
	margin-left: -7.5px;
	width: max-content;
	line-height: 0;
}

.mtx-shopify-header .header__heading-logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
}

.mtx-shopify-header .header__heading-logo {
	display: block;
	width: 120px;
	max-width: 120px;
	height: auto;
	object-fit: contain;
}

.mtx-shopify-header .header__inline-menu {
	grid-area: navigation;
	display: block;
	margin-left: -12px;
}

.mtx-shopify-header .list-menu__item {
	display: flex;
	align-items: center;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.mtx-shopify-header .header__menu-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 14px;
	font-weight: 400;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	letter-spacing: 0.6px;
	text-transform: uppercase;
	text-underline-offset: 3px;
	cursor: pointer;
}

.mtx-shopify-header .header__menu-item:hover,
.mtx-shopify-header .mega-menu[open] > summary.header__menu-item {
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header .header__menu-item:hover span,
.mtx-shopify-header .mega-menu[open] > summary.header__menu-item span {
	text-decoration: underline;
}

.mtx-shopify-header .mega-menu {
	position: static;
}

.mtx-shopify-header .mega-menu__content {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 45;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(var(--color-background));
	border-top: 0;
	border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
	transform: translateY(-15px);
	transition: opacity var(--duration-default) ease, transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.mtx-shopify-header .mega-menu[open] .mega-menu__content {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.mtx-shopify-header .mega-menu__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px 40px;
	list-style: none;
}

.mtx-shopify-header .mega-menu .mega-menu__list--condensed {
	display: block;
}

.mtx-shopify-header .mega-menu__link {
	display: block;
	padding: 6px 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 14px;
	font-weight: 400;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	text-decoration: none;
	word-wrap: break-word;
}

.mtx-shopify-header .mega-menu__link:hover {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
}

.mtx-shopify-header .header__icons {
	grid-area: icons;
	justify-self: end;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0;
}

.mtx-shopify-header .header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
	cursor: pointer;
}

.mtx-shopify-header .header__icon:hover .icon {
	transform: scale(1.07);
}

.mtx-shopify-header .header__icon--cart .icon {
	width: 40px;
	height: 40px;
}

.mtx-shopify-header .cart-count-bubble {
	position: absolute;
	right: 2px;
	bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: rgb(var(--color-foreground));
	color: rgb(var(--color-background));
	font-family: Assistant, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: none;
	transform: none;
}

.mtx-shopify-header .cart-count-bubble span[aria-hidden="true"] {
	display: block;
	min-width: 7px;
	text-align: center;
	transform: none;
}

.mtx-shopify-header .cart-count-bubble.is-empty {
	display: none;
}

.mtx-shopify-header header-drawer {
	grid-area: left-icons;
	justify-self: start;
	margin-left: -12px;
}

.mtx-shopify-header .menu-drawer-container {
	display: flex;
	margin: 0;
}

.mtx-shopify-header .header__icon--menu {
	position: initial;
}

.mtx-shopify-header .menu-drawer-container > summary .icon-close,
.mtx-shopify-header .menu-drawer-container[open] > summary .icon-hamburger,
.mtx-shopify-header .header__search .header__icon-close,
.mtx-shopify-header .header__search details[open] .icon-search {
	display: none;
}

.mtx-shopify-header .menu-drawer-container[open] > summary .icon-close,
.mtx-shopify-header .header__search details[open] .header__icon-close {
	display: block;
}

.mtx-shopify-header .menu-drawer {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 50;
	width: 100%;
	padding: 0;
	overflow-x: hidden;
	visibility: hidden;
	background: rgb(var(--color-background));
	box-shadow: var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow), var(--drawer-shadow-opacity));
	transform: translateX(-100%);
	transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.mtx-shopify-header .menu-drawer-container[open] .menu-drawer {
	visibility: visible;
	transform: translateX(0);
}

.mtx-shopify-header .menu-drawer__inner-container {
	position: relative;
	height: calc(100vh - var(--mtx-header-offset, 84px));
}

.mtx-shopify-header .menu-drawer__navigation-container {
	display: grid;
	grid-template-rows: 1fr auto;
	align-content: space-between;
	height: 100%;
	overflow-y: auto;
}

.mtx-shopify-header .menu-drawer__navigation {
	padding: 30px 0;
}

.mtx-shopify-header .menu-drawer__menu li {
	margin-bottom: 2px;
}

.mtx-shopify-header .menu-drawer__menu-item {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 11px 30px;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
	font-size: 18px;
	font-weight: 400;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.mtx-shopify-header .menu-drawer summary.menu-drawer__menu-item {
	padding-right: 52px;
}

.mtx-shopify-header .menu-drawer__menu-item:hover,
.mtx-shopify-header .menu-drawer__menu-item--active,
.mtx-shopify-header .menu-drawer__close-button:hover {
	background: rgba(var(--color-foreground), 0.04);
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header .menu-drawer__menu-item .icon-caret {
	display: none;
}

.mtx-shopify-header .menu-drawer__menu-item > .svg-wrapper {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 15px;
	transform: translateY(-50%);
}

.mtx-shopify-header .menu-drawer__submenu {
	position: absolute;
	inset: 0;
	z-index: 2;
	overflow-y: auto;
	visibility: hidden;
	background: rgb(var(--color-background));
	transform: translateX(100%);
	transition: transform var(--duration-default) ease, visibility var(--duration-default) ease;
}

.mtx-shopify-header details[open] > .menu-drawer__submenu {
	visibility: visible;
	transform: translateX(0);
}

.mtx-shopify-header .menu-drawer__close-button {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 15px;
	padding: 12px 26px 12px 30px;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
	font-size: 14px;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}

.mtx-shopify-header .menu-drawer__close-button .svg-wrapper {
	width: 15px;
	margin-right: 10px;
	transform: rotate(180deg);
}

.mtx-shopify-header .menu-drawer__utility-links {
	position: relative;
	padding: 20px 30px;
	background: rgba(var(--color-foreground), 0.03);
}

.mtx-shopify-header .menu-drawer__account {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0;
	padding: 10px 0;
	color: rgb(var(--color-foreground));
	font-size: 14px;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	text-decoration: none;
}

.mtx-shopify-header .menu-drawer__account account-icon > .svg-wrapper {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.mtx-shopify-header .search-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 60;
	display: none;
	background: rgb(var(--color-background));
	border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
	box-shadow: 0 10px 24px rgba(var(--color-shadow), 0.08);
}

.mtx-shopify-header .header__search details[open] .search-modal {
	display: block;
}

.mtx-shopify-header .search-modal__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 50px;
	background: rgb(var(--color-background));
}

.mtx-shopify-header .search-modal .modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	background: rgba(var(--color-foreground), 0.15);
}

.mtx-shopify-header .search-modal__form {
	flex: 1 1 auto;
	max-width: 742px;
}

.mtx-shopify-header .field {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}

.mtx-shopify-header .field__input {
	width: 100%;
	height: 45px;
	padding: 15px 98px 8px 15px;
	border: 1px solid rgba(var(--color-foreground), 0.22);
	border-radius: 0;
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	font-size: 16px;
	outline: 0;
}

.mtx-shopify-header .field__label {
	position: absolute;
	top: 50%;
	left: 15px;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 16px;
	transform: translateY(-50%);
	pointer-events: none;
	transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
}

.mtx-shopify-header .field__input:focus + .field__label,
.mtx-shopify-header .field__input:not(:placeholder-shown) + .field__label {
	top: 7.5px;
	font-size: 10px;
}

.mtx-shopify-header .field__button {
	position: absolute;
	top: var(--inputs-border-width);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
	cursor: pointer;
}

.mtx-shopify-header .search__button {
	right: var(--inputs-border-width);
}

.mtx-shopify-header .reset__button {
	right: calc(var(--inputs-border-width) + 44px);
}

.mtx-shopify-header .search__button .icon,
.mtx-shopify-header .reset__button .icon.icon-close {
	width: 18px;
	height: 18px;
}

.mtx-shopify-header .search-modal__close-button {
	position: static;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
	cursor: pointer;
}

.mtx-shopify-header .hidden {
	display: none !important;
}

.mtx-shopify-header .desktop-localization-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.mtx-shopify-header .modixtime-localization-disclosure {
	position: relative;
}

.mtx-shopify-header .localization-form__select {
	position: relative;
	min-width: calc(70px + var(--inputs-border-width) * 2);
	min-height: initial;
	margin: 0;
	padding: 0 27px 0 12px;
	border: 0;
	border-radius: var(--inputs-radius-outset);
	background: transparent;
	text-align: left;
}

.mtx-shopify-header .disclosure__button {
	display: flex;
	align-items: center;
	width: max-content;
	height: 38px;
	color: rgb(var(--color-foreground));
	font-size: 14px;
	line-height: calc(1 + 0.3 / var(--font-body-scale));
	letter-spacing: 0.6px;
	cursor: pointer;
}

.mtx-shopify-header .disclosure__button:hover {
	text-decoration: underline;
}

.mtx-shopify-header .localization-form__select .icon-caret {
	position: absolute;
	top: calc(50% - 2px);
	right: 8px;
	height: 6px;
}

.mtx-shopify-header .disclosure__button[aria-expanded="true"] .icon-caret {
	transform: rotate(180deg);
}

.mtx-shopify-header .disclosure__list-wrapper {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 70;
	overflow: hidden;
	max-height: 275px;
	border: var(--popup-border-width) solid rgba(var(--color-foreground), var(--popup-border-opacity));
	border-radius: var(--popup-corner-radius);
	background: rgb(var(--color-background));
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
	transform: translateY(0);
}

.mtx-shopify-header .country-filter {
	position: sticky;
	top: -0.2px;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	padding: 15px 15px 6px;
	background: rgb(var(--color-background));
}

.mtx-shopify-header .country-filter__input {
	min-width: 200px;
	height: 45px;
	padding-right: 48px;
}

.mtx-shopify-header .country-filter__reset-button,
.mtx-shopify-header .country-filter__search-icon {
	top: var(--inputs-border-width);
	right: var(--inputs-border-width);
}

.mtx-shopify-header .country-filter__search-icon {
	opacity: 1;
	visibility: visible;
	pointer-events: none;
	cursor: text;
}

.mtx-shopify-header .country-filter__reset-button .icon.icon-close,
.mtx-shopify-header .country-filter__search-icon .icon {
	width: 18px;
	height: 18px;
	stroke-width: 1px;
}

.mtx-shopify-header .country-selector__close-button {
	display: none;
}

.mtx-shopify-header .disclosure__list {
	position: relative;
	width: max-content;
	min-width: 120px;
	max-width: 255px;
	max-height: 205px;
	padding-top: 0;
	padding-bottom: 9.5px;
	overflow-y: auto;
	font-size: 14px;
	scroll-padding: 5px 0;
}

.mtx-shopify-header .country-selector__list--with-multiple-currencies {
	width: 255px;
}

.mtx-shopify-header .countries {
	padding-top: 6px;
}

.mtx-shopify-header .disclosure__item {
	position: relative;
}

.mtx-shopify-header .disclosure__link {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 5px;
	width: 100%;
	padding: 9px 15px;
	border: 0;
	background: transparent;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 14px;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	text-align: left;
	text-decoration: none;
	word-break: break-word;
	cursor: pointer;
}

.mtx-shopify-header .disclosure__link:hover {
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header .disclosure__link .icon-checkmark {
	width: 10px;
	margin-right: 2px;
}

.mtx-shopify-header .visibility-hidden {
	visibility: hidden;
}

.mtx-shopify-header .localization-form__currency {
	padding-right: 17px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.mtx-shopify-header .disclosure__link:hover .localization-form__currency,
.mtx-shopify-header .disclosure__link:focus .localization-form__currency,
.mtx-shopify-header .disclosure__link[aria-current="true"] .localization-form__currency {
	opacity: 1;
}

@media screen and (min-width: 990px) {
	.mtx-shopify-header header-drawer {
		display: none;
	}

	.mtx-shopify-header {
		padding-top: 0;
		padding-bottom: 0;
	}

	.mtx-shopify-header .menu-drawer__localization {
		display: none;
	}
}

@media screen and (min-width: 750px) {
	.mtx-shopify-header .menu-drawer {
		width: 400px;
		border-width: 0 var(--drawer-border-width) 0 0;
		border-style: solid;
		border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
	}

	.mtx-shopify-header .list-menu__item--link {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 989px) {
	.mtx-shopify-header-wrap .page-width {
		padding: 0 22px;
	}

	.mtx-shopify-header {
		grid-template-areas: "left-icons heading icons";
		grid-template-columns: 1fr 2fr 1fr;
		min-height: 72px;
		column-gap: 0;
		padding: 0 22px;
	}

	.mtx-shopify-header .header__inline-menu,
	.mtx-shopify-header .desktop-localization-wrapper,
	.mtx-shopify-header .header__icon--account.small-hide {
		display: none;
	}

	.mtx-shopify-header .header__heading-link {
		justify-self: center;
		margin-left: 0;
	}

	.mtx-shopify-header .header__heading-logo-wrapper,
	.mtx-shopify-header .header__heading-logo {
		width: 120px;
		max-width: 120px;
	}

	.mtx-shopify-header .header__icons {
		min-width: 0;
	}

	.mtx-shopify-header .menu-drawer__inner-container {
		height: calc(100vh - var(--mtx-header-offset, 72px));
	}

	.mtx-shopify-header .search-modal__content {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 749px) {
	.mtx-shopify-header .header__icons > .header__icon--account {
		display: none !important;
	}

	.mtx-shopify-header .localization-form__currency {
		opacity: 1;
	}

	.mtx-shopify-header .disclosure__list-wrapper.country-selector:not([hidden]) + .country-selector__overlay:empty {
		display: block;
	}

	.mtx-shopify-header .country-selector__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 68;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(var(--color-foreground), 0.5);
	}

	.mtx-shopify-header .disclosure__list-wrapper.country-selector {
		position: fixed;
		right: auto;
		bottom: -10px;
		left: 0;
		top: auto;
		z-index: 72;
		width: 100%;
		height: 80%;
		max-height: 80vh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.mtx-shopify-header .disclosure__list.country-selector__list {
		z-index: 5;
		min-width: 100%;
		max-height: 85%;
		margin-bottom: 0;
	}

	.mtx-shopify-header .country-selector__close-button.link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		background: transparent;
		color: rgb(var(--color-foreground));
	}

	.mtx-shopify-header .country-selector__close-button .icon {
		width: 20px;
		height: 20px;
	}

	.mtx-shopify-header .country-filter {
		padding: 15px 20px 6px 15px;
	}
}

@media screen and (max-width: 544px) {
	.mtx-shopify-header-wrap .page-width {
		padding: 0 15px;
	}

	.mtx-shopify-header {
		min-height: 66px;
		padding: 0 15px;
	}

	.mtx-shopify-header .header__heading-logo-wrapper,
	.mtx-shopify-header .header__heading-logo {
		width: 120px;
		max-width: 120px;
	}

	.mtx-shopify-header .header__icon {
		width: 40px;
		height: 40px;
	}
}

/* Exact TEST homepage header/search/localization overrides. */
.mtx-shopify-header-wrap {
	--font-body-style: normal;
	--font-body-weight: 600;
	--font-heading-family: Assistant, sans-serif;
	--font-heading-style: normal;
	--font-heading-weight: 400;
	--font-heading-scale: 1;
	--page-width: 1200px;
	--inputs-margin-offset: 0px;
	--inputs-radius: 0;
	--inputs-border-opacity: 0.55;
	--inputs-shadow-horizontal-offset: 0;
	--inputs-shadow-vertical-offset: 0;
	--inputs-shadow-blur-radius: 0;
	--inputs-shadow-opacity: 0;
	--color-button: 252, 228, 119;
	--color-button-text: 18, 18, 18;
	--color-link: 18, 18, 18;
	--gradient-background: #fff;
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	letter-spacing: 0.6px;
}

.mtx-shopify-header-wrap .page-width {
	max-width: var(--page-width);
	padding: 0 15px;
}

.mtx-shopify-header-wrap .header.page-width {
	padding-left: 30px;
	padding-right: 30px;
}

.mtx-shopify-header {
	position: relative;
	grid-template-areas: "left-icons heading icons";
	grid-template-columns: 1fr 2fr 1fr;
	align-items: center;
	min-height: 120px;
	padding-top: 0;
	padding-bottom: 0;
}

.mtx-shopify-header .header__heading,
.mtx-shopify-header .header__heading-link {
	grid-area: heading;
	justify-self: center;
	text-align: center;
}

.mtx-shopify-header .header__heading-link {
	display: inline-block;
	padding: 7.5px;
	margin-left: 0;
	text-decoration: none;
	word-break: break-word;
}

.mtx-shopify-header .header__heading-logo-wrapper {
	display: inline-block;
	width: 120px;
	transition: width 300ms cubic-bezier(0.52, 0, 0.61, 0.99);
}

.mtx-shopify-header .header__heading-logo {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mtx-shopify-header .header__icons {
	grid-area: icons;
	justify-self: end;
	padding-right: 8px;
}

.mtx-shopify-header .header__icon:not(.header__icon--summary),
.mtx-shopify-header .header__icon span {
	display: flex;
	align-items: center;
	justify-content: center;
}

.mtx-shopify-header .header__icon {
	width: 44px;
	height: 44px;
	padding: 0;
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header .header__icon span {
	height: 100%;
}

.mtx-shopify-header .header__icon .svg-wrapper {
	width: 44px;
	height: 44px;
}

.mtx-shopify-header .header__icon .icon {
	width: 20px;
	height: 20px;
	fill: none;
	vertical-align: middle;
}

.mtx-shopify-header .header__icon--cart {
	position: relative;
	margin-right: -12px;
}

.mtx-shopify-header .header__icon--cart .svg-wrapper {
	width: 44px;
	height: 44px;
}

.mtx-shopify-header .header__icon--cart .icon {
	width: 44px;
	height: 44px;
}

.mtx-shopify-header .cart-count-bubble {
	position: absolute;
	right: 2px;
	bottom: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: rgb(var(--color-foreground));
	color: rgb(var(--color-background));
	font-family: Assistant, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: none;
	transform: none;
}

.mtx-shopify-header .cart-count-bubble span[aria-hidden="true"] {
	display: block;
	min-width: 7px;
	text-align: center;
	transform: none;
}

.mtx-shopify-header .cart-count-bubble.is-empty {
	display: none;
}

.mtx-shopify-header #cart-icon-bubble .cart-count-bubble {
	position: absolute;
	left: 22px;
	right: auto;
	bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 17px;
	width: 17px;
	min-width: 17px;
	max-width: 17px;
	height: 17px;
	min-height: 17px;
	max-height: 17px;
	padding: 0;
	overflow: hidden;
	border-radius: 50%;
	background-color: #242833;
	color: #ffffff;
	font-size: 9px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
}

.mtx-shopify-header #cart-icon-bubble .cart-count-bubble span[aria-hidden="true"] {
	display: block;
	width: 17px;
	min-width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
}

.mtx-shopify-header #cart-icon-bubble .cart-count-bubble .visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 749px) {
	.mtx-shopify-header .header__icon--cart {
		width: 42px;
		height: 42px;
	}

	.mtx-shopify-header .header__icon--cart .svg-wrapper,
	.mtx-shopify-header .header__icon--cart .icon {
		width: 42px;
		height: 42px;
	}

	.mtx-shopify-header .cart-count-bubble {
		left: 21px;
		right: auto;
		bottom: 8px;
		width: 16px;
		min-width: 16px;
		max-width: 16px;
		height: 16px;
		min-height: 16px;
		max-height: 16px;
		padding: 0;
		font-size: 9px;
		line-height: 16px;
	}

	.mtx-shopify-header #cart-icon-bubble .cart-count-bubble span[aria-hidden="true"] {
		width: 16px;
		min-width: 16px;
		height: 16px;
		line-height: 16px;
	}
}

.mtx-shopify-header .header__inline-menu {
	display: none;
}

.mtx-shopify-header .header__menu-item,
.mtx-shopify-header .mega-menu__link,
.mtx-shopify-header .disclosure__button,
.mtx-shopify-header .disclosure__link,
.mtx-shopify-header .menu-drawer__menu-item,
.mtx-shopify-header .menu-drawer__account {
	font-weight: var(--font-body-weight);
}

.mtx-shopify-header a:focus,
.mtx-shopify-header button:focus,
.mtx-shopify-header summary:focus,
.mtx-shopify-header .focus-inset:focus,
.mtx-shopify-header .header__menu-item:focus,
.mtx-shopify-header .mega-menu__link:focus,
.mtx-shopify-header .menu-drawer__menu-item:focus,
.mtx-shopify-header .header__icon:focus {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.mtx-shopify-header a:focus-visible,
.mtx-shopify-header button:focus-visible,
.mtx-shopify-header summary:focus-visible,
.mtx-shopify-header .focus-inset:focus-visible,
.mtx-shopify-header .header__menu-item:focus-visible,
.mtx-shopify-header .mega-menu__link:focus-visible,
.mtx-shopify-header .menu-drawer__menu-item:focus-visible,
.mtx-shopify-header .header__icon:focus-visible {
	border: 0 !important;
	outline: 0 !important;
	box-shadow: none !important;
}

.mtx-shopify-header details[open] > .search-panel {
	display: flex;
	opacity: 1;
}

.mtx-shopify-header .search-panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
	opacity: 0;
	background: rgb(var(--color-background));
	border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
	box-shadow: none;
}

.mtx-shopify-header .header__search {
	display: inline-flex;
	line-height: 0;
}

.mtx-shopify-header details[open] > .search-modal {
	display: flex;
	opacity: 1;
}

.mtx-shopify-header details[open] .modal-overlay {
	display: block;
}

.mtx-shopify-header details[open] .modal-overlay:after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100vh;
	content: "";
	background-color: rgba(var(--color-foreground), 0.5);
}

.mtx-shopify-header .search-modal {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	display: none;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
	opacity: 0;
	background: rgb(var(--color-background));
	border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
	box-shadow: none;
}

.mtx-shopify-header .search-modal__content {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: none;
	height: 100%;
	margin: 0;
	padding: 0 50px 0 10px;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	background: transparent;
}

.mtx-shopify-header .search-modal__content-bottom {
	bottom: calc(var(--inputs-margin-offset) / 2);
}

.mtx-shopify-header .search-modal .modal-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: none;
	width: auto;
	height: auto;
	background: transparent;
}

.mtx-shopify-header .search-modal__form {
	width: 100%;
	max-width: none;
}

.mtx-shopify-header predictive-search.search-modal__form {
	position: relative;
	display: block;
}

.mtx-shopify-header .search-modal__close-button {
	position: absolute;
	right: 3px;
	width: 44px;
	height: 44px;
	margin-left: 0;
}

.mtx-shopify-header .modal__close-button.link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: transparent;
}

.mtx-shopify-header .modal__close-button .icon {
	width: 17px;
	height: 17px;
}

.mtx-shopify-header .field {
	position: relative;
	display: flex;
	width: 100%;
	transition: box-shadow var(--duration-short) ease;
}

.mtx-shopify-header .field:before,
.mtx-shopify-header .localization-form__select:before {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	pointer-events: none;
	border-radius: var(--inputs-radius-outset);
	box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
}

.mtx-shopify-header .field:after,
.mtx-shopify-header .localization-form__select:after {
	content: none;
}

.mtx-shopify-header .header__search .field:after {
	position: absolute;
	inset: var(--inputs-border-width);
	z-index: 1;
	content: "";
	pointer-events: none;
	border-radius: var(--inputs-radius);
	box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.55);
	transition: box-shadow var(--duration-short) ease;
}

.mtx-shopify-header .header__search .field:focus-within:after {
	box-shadow: 0 0 0 2px rgb(var(--color-foreground));
}

.mtx-shopify-header .field__input {
	flex-grow: 1;
	box-sizing: border-box;
	width: 100%;
	height: 45px;
	min-width: calc(70px + (var(--inputs-border-width) * 2));
	min-height: calc(var(--inputs-border-width) * 2);
	margin: var(--inputs-border-width);
	padding: 15px 98px 15px 20px;
	border: 0;
	border-radius: var(--inputs-radius);
	background-color: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	font-size: 16px;
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	text-align: left;
	appearance: none;
	-webkit-appearance: none;
	transition: box-shadow var(--duration-short) ease;
}

.mtx-shopify-header .field__label {
	position: absolute;
	top: calc(10px + var(--inputs-border-width));
	left: calc(var(--inputs-border-width) + 20px);
	margin-bottom: 0;
	color: rgba(var(--color-foreground), 0.75);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
	pointer-events: none;
	transform: none;
	transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
}

.mtx-shopify-header .field__input:focus ~ .field__label,
.mtx-shopify-header .field__input:not(:placeholder-shown) ~ .field__label,
.mtx-shopify-header .field__input:-webkit-autofill ~ .field__label {
	top: calc(var(--inputs-border-width) + 5px);
	left: calc(var(--inputs-border-width) + 20px);
	font-size: 10px;
	letter-spacing: 0.4px;
}

.mtx-shopify-header .field__input:focus,
.mtx-shopify-header .field__input:not(:placeholder-shown),
.mtx-shopify-header .field__input:-webkit-autofill {
	margin: var(--inputs-border-width);
	padding: 22px 98px 8px 20px;
}

.mtx-shopify-header .field__input::placeholder {
	opacity: 0;
}

.mtx-shopify-header .field__button {
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	overflow: hidden;
}

.mtx-shopify-header .field__button > .svg-wrapper {
	width: 25px;
	height: 25px;
}

.mtx-shopify-header .search__input.field__input {
	padding-right: 98px;
	outline: 0;
	box-shadow: none;
}

.mtx-shopify-header .search__input.field__input:focus,
.mtx-shopify-header .search__input.field__input:focus-visible,
.mtx-shopify-header .search__input.field__input:active {
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.mtx-shopify-header .search__button {
	top: var(--inputs-border-width);
	right: var(--inputs-border-width);
}

.mtx-shopify-header .reset__button {
	top: var(--inputs-border-width);
	right: calc(var(--inputs-border-width) + 44px);
}

.mtx-shopify-header .reset__button:not(:focus-visible):after,
.mtx-shopify-header .reset__button:not(:focus):after {
	position: absolute;
	right: 0;
	display: block;
	height: calc(100% - 18px);
	content: "";
	border-right: 1px solid rgba(var(--color-foreground), 0.08);
}

.mtx-shopify-header .predictive-search {
	position: absolute;
	top: calc(100% + 1px);
	left: -1px;
	z-index: 3;
	display: none;
	overflow-y: auto;
	width: calc(100% + 2px);
	border: var(--popup-border-width) solid rgba(var(--color-foreground), var(--popup-border-opacity));
	border-top: 0;
	border-bottom-right-radius: var(--popup-corner-radius);
	border-bottom-left-radius: var(--popup-corner-radius);
	background-color: rgb(var(--color-background));
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
	-webkit-overflow-scrolling: touch;
}

.mtx-shopify-header predictive-search[open] .predictive-search,
.mtx-shopify-header predictive-search[loading] .predictive-search {
	display: block;
}

.mtx-shopify-header .predictive-search__loading-state {
	display: flex;
	justify-content: center;
	padding: 10px;
}

.mtx-shopify-header predictive-search:not([loading]) .predictive-search__loading-state {
	display: none;
}

.mtx-shopify-header .spinner {
	width: 15px;
	height: 15px;
}

.mtx-shopify-header .spinner .path {
	stroke: rgb(var(--color-foreground));
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}

.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select {
	width: max-content;
	height: 38px;
	padding: 0 27px 0 12px;
	font-size: 14px;
	letter-spacing: 0.6px;
	background: transparent;
}

.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .disclosure__list-wrapper {
	top: 100%;
	right: 0;
	bottom: initial;
	transform: translateY(0);
}

.mtx-shopify-header .menu-drawer__localization .localization-form__select {
	margin-top: 0;
	padding: 10px 36px 10px 0;
	background-color: initial;
}

@media screen and (min-width: 750px) {
	.mtx-shopify-header-wrap .page-width {
		padding: 0 50px;
	}

	.mtx-shopify-header-wrap .header.page-width {
		padding-left: 32px;
		padding-right: 32px;
	}

	.mtx-shopify-header .search-modal__content {
		padding: 0 60px;
	}

	.mtx-shopify-header .search-modal__close-button {
		right: 10px;
	}
}

@media screen and (min-width: 990px) {
	.mtx-shopify-header-wrap .header:not(.drawer-menu).page-width {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mtx-shopify-header {
		grid-template-areas: "heading navigation icons";
		grid-template-columns: auto auto 1fr;
		column-gap: 20px;
	}

	.mtx-shopify-header .header__heading,
	.mtx-shopify-header .header__heading-link {
		justify-self: start;
		text-align: left;
	}

	.mtx-shopify-header.header--middle-left .header__heading-link {
		margin-left: -7.5px;
	}

	.mtx-shopify-header .header__inline-menu {
		display: block;
		margin-left: 0;
	}

	.mtx-shopify-header .search-modal__form {
		max-width: 742px;
	}

	.mtx-shopify-header .search-modal__close-button {
		position: initial;
		margin-left: 5px;
	}
}

@media screen and (max-width: 749px) {
	.mtx-shopify-header-wrap .page-width,
	.mtx-shopify-header-wrap .header.page-width {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mtx-shopify-header {
		min-height: 96px;
	}

	.mtx-shopify-header .search-modal__content {
		padding: 0 50px 0 10px;
	}

	.mtx-shopify-header .predictive-search--header {
		right: 0;
		left: 0;
		top: 100%;
		width: 100%;
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

.mtx-shopify-header localization-form {
	display: block;
}

.mtx-shopify-header .localization-form {
	display: flex;
	flex: auto 1 0;
	flex-direction: column;
	margin: 0 auto;
	padding: 10px;
}

.mtx-shopify-header .localization-form:only-child {
	display: inline-flex;
	flex: initial;
	flex-wrap: wrap;
	padding: 10px 0;
}

.mtx-shopify-header .localization-form:only-child .localization-form__select {
	flex-grow: 1;
	margin: 10px 10px 5px;
}

.mtx-shopify-header .header-localization .localization-form:only-child {
	margin: 0;
	padding: 0;
}

.mtx-shopify-header .desktop-localization-wrapper .localization-selector + .disclosure__list-wrapper {
	animation: animateMenuOpen var(--duration-default) ease;
}

.mtx-shopify-header .desktop-localization-wrapper .localization-form:only-child {
	padding: 0;
}

.mtx-shopify-header .header-localization:not(.menu-drawer__localization) {
	align-items: center;
}

.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form:only-child .localization-form__select {
	margin: 0;
}

.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select > span {
	display: block;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mtx-shopify-header .disclosure__list-wrapper.country-selector {
	opacity: 1;
	animation: animateLocalization var(--duration-default) ease;
}

.mtx-shopify-header .country-selector__list {
	padding-top: 0;
	padding-bottom: 9.5px;
}

.mtx-shopify-header .popular-countries {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(var(--color-foreground), 0.2);
}

.mtx-shopify-header .disclosure__link:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.mtx-shopify-header .menu-drawer__localization localization-form {
	display: block;
}

.mtx-shopify-header .menu-drawer__localization .localization-form {
	padding: 0;
}

.mtx-shopify-header .menu-drawer__localization .localization-form:only-child .localization-form__select {
	margin: 0;
}

.mtx-shopify-header .menu-drawer__localization + .list-social {
	margin-top: 10px;
}

@media screen and (min-width: 750px) {
	.mtx-shopify-header .localization-form {
		padding: 10px 20px 10px 0;
	}

	.mtx-shopify-header .localization-form:first-of-type {
		padding-left: 0;
	}

	.mtx-shopify-header .localization-form:only-child {
		justify-content: start;
		width: auto;
		margin: 0 10px 0 0;
	}

	.mtx-shopify-header .localization-form:only-child .localization-form__select {
		margin: 10px 0;
	}
}

@media screen and (max-width: 749px) {
	.mtx-shopify-header .localization-form .button {
		word-break: break-all;
	}

	.mtx-shopify-header .disclosure__list-wrapper.country-selector {
		position: fixed;
		top: auto;
		right: auto;
		bottom: -10px;
		left: 0;
		z-index: 72;
		width: 100%;
		height: 80%;
		max-height: 80vh;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.mtx-shopify-header .disclosure__list.country-selector__list {
		z-index: 5;
		min-width: 100%;
		max-height: 85%;
		margin-bottom: 0;
	}
}

@keyframes animateLocalization {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Exact Shopify desktop menu typography. */
.mtx-shopify-header .header__inline-menu,
.mtx-shopify-header .header__inline-menu * {
	font-family: Assistant, sans-serif !important;
	font-style: normal !important;
	font-weight: 600 !important;
	letter-spacing: 0.6px !important;
	text-transform: uppercase !important;
}

.mtx-shopify-header .header__inline-menu {
	white-space: nowrap !important;
}

.mtx-shopify-header .header__inline-menu .list-menu--inline {
	display: inline-flex !important;
	flex-wrap: wrap !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.mtx-shopify-header .header__inline-menu .header__menu-item {
	display: flex !important;
	align-items: center !important;
	padding: 12px !important;
	color: rgba(var(--color-foreground), 0.75) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: calc(1 + 0.3 / var(--font-body-scale)) !important;
	text-decoration: none !important;
	text-underline-offset: 3px !important;
}

.mtx-shopify-header .header__inline-menu .header__menu-item:hover,
.mtx-shopify-header .header__inline-menu details[open] > .header__menu-item {
	color: rgb(var(--color-foreground)) !important;
}

.mtx-shopify-header .header__inline-menu .header__menu-item span {
	transition: text-decoration var(--duration-short) ease !important;
}

.mtx-shopify-header .header__inline-menu .header__menu-item:hover span,
.mtx-shopify-header .header__inline-menu details[open] > .header__menu-item span,
.mtx-shopify-header .header__inline-menu .header__active-menu-item {
	color: rgb(var(--color-foreground)) !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 3px !important;
}

.mtx-shopify-header .header__inline-menu details[open]:hover > .header__menu-item span {
	text-decoration-thickness: 2px !important;
}

.mtx-shopify-header .header__inline-menu .header__menu-item .icon-caret {
	right: 8px !important;
	width: 10px !important;
	height: 6px !important;
	margin-left: 0 !important;
}

.mtx-shopify-header .header__inline-menu details[open] > .header__menu-item .icon-caret {
	transform: rotate(180deg) !important;
}

.mtx-shopify-header .mega-menu__link {
	display: block !important;
	padding: 6px 0 !important;
	color: rgba(var(--color-foreground), 0.75) !important;
	font-family: Assistant, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: calc(1 + 0.3 / var(--font-body-scale)) !important;
	letter-spacing: 0.6px !important;
	text-decoration: none !important;
	text-transform: none !important;
	word-wrap: break-word !important;
}

.mtx-shopify-header .mega-menu__link:hover,
.mtx-shopify-header .mega-menu__link--active {
	color: rgb(var(--color-foreground)) !important;
	text-decoration: underline !important;
	text-underline-offset: 3px !important;
}

.mtx-shopify-header .mega-menu__list--condensed .mega-menu__link {
	font-weight: 600 !important;
}

@keyframes animateMenuOpen {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hard reset for the Shopify country selector so WordPress button/input styles cannot leak in. */
.mtx-shopify-header .modixtime-localization-disclosure,
.mtx-shopify-header .modixtime-localization-disclosure * {
	box-sizing: border-box;
}

.mtx-shopify-header .modixtime-localization-disclosure button {
	box-shadow: none;
	text-shadow: none;
	outline-offset: 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button {
	min-width: 176px;
	height: 38px;
	min-height: 38px;
	padding: 0 27px 0 12px;
	border: 1px solid rgba(var(--color-foreground), 0.45);
	border-radius: 0;
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	font-family: var(--font-body-family);
	font-size: 14px;
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	line-height: 38px;
	letter-spacing: 0.6px;
	text-align: left;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button:hover {
	text-decoration: none;
	border-color: rgba(var(--color-foreground), 0.75);
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button:focus,
.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button:focus-visible {
	outline: 0;
	box-shadow: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button span {
	display: block;
	max-width: 132px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button .icon-caret {
	right: 10px;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__list-wrapper.country-selector {
	top: calc(100% + 1px);
	right: 0;
	width: 257px;
	max-width: calc(100vw - 30px);
	max-height: 275px;
	border: 1px solid rgba(var(--color-foreground), 0.1);
	border-radius: 0;
	background: rgb(var(--color-background));
	box-shadow: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	padding: 15px 15px 6px;
	background: rgb(var(--color-background));
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter .field {
	width: 100%;
	margin: 0;
	background: transparent;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter .field:before {
	display: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter .field:after {
	content: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter__input.field__input {
	width: 100%;
	min-width: 0;
	height: 47px;
	margin: 1px;
	padding: 22px 48px 8px 20px;
	border: 0;
	border-radius: 0;
	background: rgb(var(--color-background));
	color: rgb(var(--color-foreground));
	font-size: 16px;
	font-weight: var(--font-body-weight);
	line-height: 1.2;
	box-shadow: none;
	outline: 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter__input.field__input:focus {
	outline: 0;
	box-shadow: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter .field__label {
	top: 6px;
	left: 20px;
	font-size: 10px;
	line-height: 1.5;
	letter-spacing: 0.4px;
	transform: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-filter__reset-button,
.mtx-shopify-header .modixtime-localization-disclosure .country-filter__search-icon {
	top: 2px;
	right: 2px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgb(var(--color-foreground));
}

.mtx-shopify-header .modixtime-localization-disclosure .country-selector__close-button {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__list.country-selector__list {
	width: 100%;
	min-width: 100%;
	max-width: none;
	max-height: 205px;
	padding: 5px 0 9px;
	overflow-y: auto;
	background: rgb(var(--color-background));
	scroll-padding: 5px 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .countries {
	padding: 0;
	margin: 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__item {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link {
	display: grid;
	grid-template-columns: 13px minmax(0, 1fr) auto;
	align-items: center;
	gap: 5px;
	width: 100%;
	min-height: 36px;
	margin: 0;
	padding: 9px 15px;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: rgba(var(--color-foreground), 0.75);
	font-family: var(--font-body-family);
	font-size: 14px;
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	letter-spacing: 0.4px;
	text-align: left;
	text-decoration: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link:hover,
.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link:focus {
	color: rgb(var(--color-foreground));
	background: transparent !important;
	text-decoration: none !important;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link[aria-current="true"] .country {
	color: rgb(var(--color-foreground));
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link .icon-checkmark {
	display: block;
	width: 10px;
	height: 9px;
	margin: 0 2px 0 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .country {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mtx-shopify-header .modixtime-localization-disclosure .localization-form__currency {
	display: inline-block;
	padding-right: 17px;
	color: rgba(var(--color-foreground), 0.75);
	white-space: nowrap;
	opacity: 0;
}

.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link:hover .localization-form__currency,
.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link:focus .localization-form__currency,
.mtx-shopify-header .modixtime-localization-disclosure .disclosure__link[aria-current="true"] .localization-form__currency {
	opacity: 1;
}

.mtx-shopify-header .modixtime-localization-disclosure .country-selector__overlay {
	display: none;
}

@media screen and (max-width: 749px) {
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button {
		width: 100%;
		min-width: 0;
		border: 0;
		background: transparent;
	}

	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button span {
		max-width: calc(100vw - 120px);
	}

	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__list-wrapper.country-selector {
		position: fixed;
		top: auto;
		right: auto;
		bottom: -10px;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 80%;
		max-height: 80vh;
		border: 0;
	}

	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__list.country-selector__list {
		max-height: 85%;
	}

	.mtx-shopify-header .modixtime-localization-disclosure .country-selector__overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 68;
		display: none;
		width: 100%;
		height: 100%;
		background: rgba(var(--color-foreground), 0.5);
	}

	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__list-wrapper.country-selector:not([hidden]) + .country-selector__overlay {
		display: block;
	}
}

.mtx-shopify-header-wrap .utility-bar .page-width.utility-bar__grid {
	width: 100%;
	max-width: 100%;
}

.mtx-shopify-header-wrap .utility-bar__grid .announcement-bar-slider,
.mtx-shopify-header-wrap .announcement-bar-slider,
.mtx-shopify-header-wrap .announcement-bar-slider .slider {
	width: 100%;
}

@media screen and (min-width: 990px) {
	.mtx-shopify-header-wrap .utility-bar__grid .announcement-bar-slider,
	.mtx-shopify-header-wrap .announcement-bar-slider {
		width: 60%;
	}
}

@media screen and (max-width: 749px) {
	.mtx-shopify-header-wrap .utility-bar,
	.mtx-shopify-header-wrap .utility-bar__grid {
		min-height: 38px;
	}

	.mtx-shopify-header-wrap .utility-bar__grid {
		padding-left: 16px;
		padding-right: 16px;
	}

	.mtx-shopify-header-wrap .announcement-bar-slider {
		width: 100%;
	}

	.mtx-shopify-header-wrap .announcement-bar .slider-button--prev {
		margin-left: -15px;
	}

	.mtx-shopify-header-wrap .announcement-bar .slider-button--next {
		margin-right: -15px;
	}

	.mtx-shopify-header-wrap .announcement-bar__message {
		font-size: 12px;
		letter-spacing: 1px;
		white-space: normal;
	}
}

/* Final responsive header fit: keep long localization labels from breaking the desktop menu. */
@media screen and (min-width: 990px) {
	.mtx-shopify-header-wrap .header:not(.drawer-menu).page-width,
	.mtx-shopify-header-wrap .header.page-width {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.mtx-shopify-header {
		grid-template-areas: "heading navigation icons" !important;
		grid-template-columns: auto minmax(0, 1fr) max-content !important;
		column-gap: 16px !important;
		min-height: 120px !important;
	}

	.mtx-shopify-header header-drawer {
		display: none !important;
	}

	.mtx-shopify-header .header__heading-link {
		justify-self: start !important;
		margin-left: -7.5px !important;
	}

	.mtx-shopify-header .header__inline-menu {
		display: block !important;
		min-width: 0 !important;
		margin-left: 0 !important;
		overflow: visible !important;
	}

	.mtx-shopify-header .header__inline-menu .list-menu--inline {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		row-gap: 0 !important;
		column-gap: 0 !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.mtx-shopify-header .header__inline-menu .header__menu-item {
		padding-left: 8px !important;
		padding-right: 8px !important;
		white-space: nowrap !important;
	}

	.mtx-shopify-header .header__icons {
		display: flex !important;
		align-items: center !important;
		justify-content: flex-end !important;
		flex-wrap: nowrap !important;
		min-width: 0 !important;
		width: max-content !important;
		padding-right: 8px !important;
	}

	.mtx-shopify-header .desktop-localization-wrapper {
		display: flex !important;
		flex: 0 1 auto !important;
		min-width: 0 !important;
		max-width: 176px !important;
		margin-right: 2px !important;
	}

	.mtx-shopify-header .desktop-localization-wrapper localization-form,
	.mtx-shopify-header .desktop-localization-wrapper .localization-form {
		min-width: 0 !important;
		max-width: 100% !important;
	}

	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button {
		width: auto !important;
		min-width: 0 !important;
		max-width: 176px !important;
		border: 0 !important;
		background: transparent !important;
	}

	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select > span,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button span {
		display: block !important;
		max-width: 138px !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
		white-space: nowrap !important;
	}
}

@media screen and (min-width: 1121px) and (max-width: 1280px) {
	.mtx-shopify-header {
		column-gap: 12px !important;
	}

	.mtx-shopify-header .header__inline-menu .header__menu-item {
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 13px !important;
		letter-spacing: 0.45px !important;
	}

	.mtx-shopify-header .desktop-localization-wrapper,
	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button {
		max-width: 162px !important;
	}

	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select > span,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button span {
		max-width: 124px !important;
	}
}

@media screen and (min-width: 990px) and (max-width: 1120px) {
	.mtx-shopify-header {
		column-gap: 18px !important;
	}

	.mtx-shopify-header .header__inline-menu .header__menu-item {
		padding-left: 9px !important;
		padding-right: 9px !important;
		font-size: 13px !important;
	}

	.mtx-shopify-header .desktop-localization-wrapper,
	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button {
		max-width: 176px !important;
	}

	.mtx-shopify-header .header-localization:not(.menu-drawer__localization) .localization-form__select > span,
	.mtx-shopify-header .modixtime-localization-disclosure .disclosure__button span {
		max-width: 138px !important;
	}
}
