:root {
	--mx-ink: #111;
	--mx-muted: #666;
	--mx-line: #ded8cf;
	--mx-soft: #f4efe7;
	--mx-panel: #fff;
	--mx-black: #050505;
	--mx-orange: #d85a16;
}

.mx-home-v14 {
	color: var(--mx-ink);
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	overflow-x: clip;
	--mx-flavor-bg: #f1eee9;
	--mx-flavor-card-bg: #faf8f4;
}

.mx-home-v14 * {
	box-sizing: border-box;
}

.mx-home-v14 a {
	color: inherit;
	text-decoration: none;
}

.mx-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mx-hero,
.mx-section,
.mx-category-carousel,
.mx-trust-strip,
.mx-trust-marquee {
	width: min(1760px, calc(100vw - 28px));
	margin: 0 auto;
}

.mx-hero {
	position: relative;
	margin-top: 0;
	overflow: hidden;
	border: 0;
	background: #fff;
	aspect-ratio: 1600 / 893;
}

.mx-hero-media {
	width: 100%;
	height: 100%;
}

.mx-hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mx-hero-copy {
	position: absolute;
	z-index: 7;
	top: 50%;
	left: clamp(22px, 5vw, 78px);
	width: min(520px, 42vw);
	color: #fff;
	text-shadow: 0 2px 18px rgba(0, 0, 0, .38);
	pointer-events: auto;
	transform: translateY(-50%);
}

.mx-hero-copy::before {
	content: "";
	position: absolute;
	inset: -18px -22px -20px;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, .34), rgba(0, 0, 0, .12) 72%, rgba(0, 0, 0, 0));
	filter: blur(.2px);
}

.mx-hero-kicker {
	margin: 0 0 8px;
	color: #ffd6be;
	font-size: clamp(11px, .85vw, 14px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mx-hero-copy h2 {
	max-width: 11ch;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4.4vw, 78px);
	font-weight: 840;
	line-height: .94;
	letter-spacing: 0;
}

.mx-hero-copy p:not(.mx-hero-kicker) {
	max-width: 31em;
	margin: 14px 0 0;
	color: #fff;
	font-size: clamp(14px, 1.14vw, 19px);
	font-weight: 650;
	line-height: 1.35;
}

.mx-hero-lines span {
	display: block;
}

.mx-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
}

.mx-hero-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 20px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .02em;
	text-decoration: none;
	text-transform: uppercase;
}

.mx-hero-actions a:first-child {
	background: var(--mx-orange);
	color: #fff;
}

.mx-hero-actions a:last-child {
	background: rgba(255, 255, 255, .92);
	color: #111;
}

.mx-trust-strip {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: stretch;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 6px;
	background: #f3f6fa;
}

.mx-trust-strip-item {
	display: flex;
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 14px 18px;
	border-left: 1px solid #dce5ef;
}

.mx-trust-strip-item:first-child {
	border-left: 0;
}

.mx-trust-strip-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	color: #183a66;
}

.mx-trust-strip-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mx-trust-strip-item strong,
.mx-trust-strip-item em {
	display: block;
	letter-spacing: 0;
}

.mx-trust-strip-item strong {
	color: #183a66;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.15;
}

.mx-trust-strip-item em {
	margin-top: 3px;
	color: #6f7f94;
	font-size: 12px;
	font-style: normal;
	font-weight: 650;
	line-height: 1.2;
}

.mx-category-carousel {
	margin-top: 20px;
}

.mx-cat-rail,
.mx-product-rail,
.mx-flavor-rail,
.mx-news-rail {
	display: grid;
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	touch-action: pan-x pan-y;
	scrollbar-width: none;
	will-change: transform;
}

.mx-orange-scroll::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.mx-orange-scroll.is-springing {
	transition: transform .16s ease-out;
}

.mx-sync-scrollbar {
	position: relative;
	width: 100%;
	height: 4px;
	margin-top: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #eee8df;
}

.mx-sync-scrollbar span {
	display: block;
	width: 42px;
	height: 100%;
	border-radius: inherit;
	background: var(--mx-orange);
	transform: translate3d(0, 0, 0);
}

.mx-category-carousel .mx-sync-scrollbar {
	width: min(100%, 1760px);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.mx-category-carousel .mx-sync-scrollbar {
		display: none;
	}
}

.mx-cat-rail {
	grid-auto-columns: calc((100% - 72px) / 4.15);
	gap: 24px;
	padding: 12px 0 18px;
}

.mx-cat-card {
	scroll-snap-align: start;
	min-width: 0;
	text-align: center;
}

.mx-cat-card img {
	display: block;
	width: 100%;
	aspect-ratio: 1.55 / 1;
	object-fit: contain;
	transform-origin: center center;
	transition: transform .24s ease-out;
	will-change: transform;
}

.mx-cat-card:hover img,
.mx-cat-card:focus-visible img,
.mx-cat-card:active img {
	animation: mxCategoryImageSpringX .62s cubic-bezier(.22, 1.28, .36, 1) both;
}

@keyframes mxCategoryImageSpringX {
	0% {
		transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
	}
	28% {
		transform: translate3d(calc(var(--mx-cat-dir, 1) * 12px), 0, 0) scaleX(1.035) scaleY(.985);
	}
	52% {
		transform: translate3d(calc(var(--mx-cat-dir, 1) * -7px), 0, 0) scaleX(.99) scaleY(1.012);
	}
	74% {
		transform: translate3d(calc(var(--mx-cat-dir, 1) * 3px), 0, 0) scaleX(1.012) scaleY(.995);
	}
	100% {
		transform: translate3d(0, 0, 0) scaleX(1) scaleY(1);
	}
}

.mx-cat-card:nth-child(even) {
	--mx-cat-dir: -1;
}

.mx-cat-card:nth-child(odd) {
	--mx-cat-dir: 1;
}

.mx-cat-card strong {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	padding-bottom: 5px;
	font-size: 17px;
	font-weight: 650;
	line-height: 1.2;
}

.mx-cat-card strong::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 46px;
	height: 1px;
	background: #111;
	transform: translateX(-50%);
}

.mx-section {
	margin-top: 58px;
}

.mx-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
	margin-bottom: 22px;
}

.mx-section-head h2,
.mx-news-head h2 {
	margin: 0;
	font-size: clamp(28px, 2vw, 36px);
	font-weight: 720;
	line-height: 1.08;
	letter-spacing: 0;
	text-transform: none;
}

.mx-shop-all {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 38px;
	padding: 0 22px;
	border: 1px solid #111;
	border-radius: 999px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mx-product-rail {
	grid-auto-columns: minmax(330px, calc((100% - 60px) / 3.2));
	gap: 30px;
	padding-bottom: 20px;
}

.mx-product-card {
	scroll-snap-align: start;
	min-width: 0;
}

.mx-product-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 18px;
	background: #f2f2f2;
	aspect-ratio: 1 / 1.06;
}

.mx-product-media img,
.mx-product-media video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .22s ease, transform .28s ease;
}

.mx-product-media video {
	opacity: 0;
}

.mx-product-media.is-video-active video {
	opacity: 1;
}

.mx-product-media.is-video-active img {
	opacity: 0;
}

.mx-product-card:hover .mx-product-media img,
.mx-product-card:hover .mx-product-media video {
	transform: scale(1.015);
}

.mx-product-copy {
	padding-top: 18px;
}

.mx-product-copy h3 {
	display: -webkit-box;
	height: 48px;
	margin: 0 0 8px;
	overflow: hidden;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.18;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mx-product-price {
	margin-bottom: 8px;
	color: #d71920;
	font-size: 18px;
	font-weight: 800;
}

.mx-product-price span {
	color: #d71920;
	font-size: 13px;
	font-weight: 700;
}

.mx-product-copy p {
	min-height: 44px;
	margin: 0 0 18px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.mx-product-actions {
	display: flex;
	justify-content: center;
}

.mx-outline-btn,
.mx-fill-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid #111;
	border-radius: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.mx-home-v14 .mx-fill-btn,
.mx-home-v14 .mx-fill-btn:visited,
.mx-home-v14 .mx-fill-btn:hover,
.mx-home-v14 .mx-fill-btn:focus {
	background: #111;
	color: #fff;
}

.mx-home-v14 .mx-outline-btn,
.mx-home-v14 .mx-outline-btn:visited,
.mx-home-v14 .mx-outline-btn:hover,
.mx-home-v14 .mx-outline-btn:focus {
	color: #111;
}

.mx-product-actions .mx-outline-btn {
	width: min(220px, 100%);
}

.mx-flavors {
	padding: 0;
}

.mx-flavors[data-mx-flavor-tone="eight"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavors[data-mx-flavor-tone="six"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavors[data-mx-flavor-tone="five"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavors[data-mx-flavor-tone="four"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavors[data-mx-flavor-tone="three"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavors[data-mx-flavor-tone="two"] {
	--mx-flavor-bg: #eef0f3;
	--mx-flavor-card-bg: #f8f9fb;
}

.mx-flavor-tabs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	align-items: stretch;
	gap: 2px;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: #fff;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.mx-flavor-tabs::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}

.mx-flavor-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 46px;
	padding: 0;
	border: 0;
	border-radius: 6px 6px 0 0;
	background: #fff;
	color: #111;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
}

.mx-flavor-tabs .is-active {
	background: var(--mx-flavor-bg);
	box-shadow: inset 0 -3px 0 var(--mx-orange);
	color: #111;
}

.mx-flavor-rail {
	grid-auto-columns: 210px;
	gap: 18px;
	justify-content: start;
	min-height: 370px;
	padding: 14px 14px 18px;
	border: 0;
	border-radius: 0;
	background: var(--mx-flavor-bg);
}

.mx-flavor-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	aspect-ratio: 9 / 16;
	height: 340px;
	padding: 3px;
	overflow: hidden;
	text-align: center;
	scroll-snap-align: start;
	background: var(--mx-flavor-card-bg);
	border: 0;
	border-radius: 0;
	transition: opacity .18s ease, transform .18s ease;
}

.mx-flavor-copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 0;
	width: 100%;
}

.mx-flavor-rail.is-switching .mx-flavor-card:not(.is-hidden) {
	opacity: .55;
	transform: translate3d(8px, 0, 0);
}

.mx-flavor-card.is-hidden {
	display: none;
}

.mx-flavor-card:hover {
	transform: translateY(-3px);
}

.mx-flavor-image {
	display: flex;
	flex: 0 0 178px;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 178px;
	min-height: 0;
	margin-bottom: 3px;
	overflow: hidden;
}

.mx-flavor-image img {
	max-width: 100%;
	max-height: 175px;
	object-fit: contain;
}

.mx-flavor-copy strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(1.1em * 3);
	max-height: calc(1.1em * 3);
	margin-bottom: 6px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
}

.mx-flavor-price {
	display: block;
	margin-bottom: 7px;
	color: #d71920;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
}

.mx-flavor-price del {
	color: #d71920;
	opacity: .55;
}

.mx-flavor-price ins {
	color: #d71920;
	text-decoration: none;
}

.mx-flavor-add {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	min-height: 30px;
	padding: 0 18px;
	color: #fff;
	background: #111;
	border: 1px solid #111;
	border-radius: 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.mx-trust-marquee {
	margin-top: 58px;
	padding: 40px 0;
	overflow: hidden;
	background: #050505;
	color: #fff;
}

.mx-trust-track {
	display: flex;
	width: max-content;
	animation: mxTrustMarquee 36s linear infinite;
}

.mx-trust-item {
	width: 360px;
	padding: 0 38px;
	text-align: center;
}

.mx-trust-item strong {
	display: block;
	margin-bottom: 18px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -.02em;
	text-transform: uppercase;
}

.mx-trust-item-2 strong,
.mx-trust-item-4 strong {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .02em;
}

.mx-trust-item-3 strong::before {
	content: "• ";
	color: var(--mx-orange);
}

.mx-trust-item p {
	margin: 0;
	color: rgba(255, 255, 255, .78);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

@keyframes mxTrustMarquee {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.mx-guide-switcher {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, .82fr);
	gap: 42px;
	align-items: center;
}

.mx-guide-media {
	overflow: hidden;
	border-radius: 28px;
	background: #f0f0f0;
	aspect-ratio: 1.78 / 1;
}

.mx-guide-media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mx-guide-panel {
	display: grid;
	min-height: 350px;
	grid-template-rows: auto 1fr auto;
	align-items: center;
	padding: 46px 58px;
	border-radius: 28px;
	background: #f4f4f4;
}

.mx-guide-panel h2 {
	align-self: start;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: lowercase;
}

.mx-guide-slides {
	position: relative;
	min-height: 170px;
}

.mx-guide-slide {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease;
}

.mx-guide-slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.mx-guide-kicker {
	margin: 0 0 22px;
	color: #111;
	font-size: clamp(32px, 3vw, 48px);
	font-weight: 900;
	line-height: 1.02;
	text-transform: uppercase;
}

.mx-guide-slide p:not(.mx-guide-kicker) {
	max-width: 520px;
	margin: 0 0 18px;
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.mx-guide-slide a {
	width: max-content;
	border-bottom: 2px solid #111;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.mx-guide-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	align-self: end;
}

.mx-guide-dots button {
	width: 6px !important;
	min-width: 6px !important;
	max-width: 6px !important;
	height: 6px !important;
	min-height: 6px !important;
	max-height: 6px !important;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ddd;
	line-height: 0;
	cursor: pointer;
}

.mx-guide-dots button.is-active {
	background: #111;
}

.mx-news {
	margin-bottom: 80px;
}

.mx-news-head {
	text-align: center;
	margin-bottom: 30px;
}

.mx-news-rail {
	grid-auto-columns: minmax(280px, calc((100% - 78px) / 4.15));
	gap: 26px;
	padding: 10px 8px 22px;
}

.mx-news-card {
	scroll-snap-align: start;
	text-align: center;
}

.mx-news-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5.05;
	object-fit: cover;
	border-radius: 18px;
	transform-origin: center center;
}

.mx-news-card.tilt-left img {
	transform: rotate(-1.1deg);
}

.mx-news-card.tilt-right img {
	transform: rotate(1.1deg);
}

.mx-news-card.tilt-left-soft img {
	transform: rotate(-1.1deg);
}

.mx-news-card.tilt-right-soft img {
	transform: rotate(1.1deg);
}

.mx-news-card strong {
	display: block;
	height: 48px;
	margin: 18px 0 12px;
	overflow: hidden;
	font-size: clamp(20px, 1.55vw, 32px);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	line-height: 1.12;
	text-transform: lowercase;
}

.mx-news-card p {
	min-height: 44px;
	margin: 0 0 12px;
	color: #3a3a3a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42;
}

.mx-news-card span {
	display: inline-block;
	border-bottom: 2px solid #111;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (min-width: 1025px) {
	.mx-product-copy h3 {
		height: calc(1.18em * 3);
		font-size: 18px;
		-webkit-line-clamp: 3;
	}

	.mx-guide-switcher {
		align-items: stretch;
	}

	.mx-guide-media,
	.mx-guide-panel {
		height: 100%;
	}

	.mx-guide-panel {
		min-height: 0;
	}

	.mx-news-card strong {
		height: calc(1.12em * 2);
		font-size: clamp(18px, 1.35vw, 26px);
		line-height: 1.12;
	}
}

.mevoxs-home-footer {
	overflow: hidden;
	background: #0d0d0d;
	color: #f5f5f3;
	font-family: Arial, Helvetica, sans-serif;
}

.mevoxs-home-footer * {
	box-sizing: border-box;
}

.mevoxs-home-footer a {
	color: inherit;
	text-decoration: none;
}

.mevoxs-home-footer__inner {
	width: min(1400px, calc(100vw - 64px));
	margin: 0 auto;
	padding: 30px 0 22px;
}

.mevoxs-home-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(0, .62fr) minmax(360px, .38fr);
	align-items: center;
	gap: 64px;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.mevoxs-home-footer__newsletter p {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, .48);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	line-height: 1;
	text-transform: uppercase;
}

.mevoxs-home-footer__newsletter h2 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 3.2vw, 58px);
	font-weight: 800;
	line-height: .98;
	letter-spacing: 0;
}

.mevoxs-home-footer__signup label {
	display: block;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, .5);
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
}

.mevoxs-home-footer__signup > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 18px;
}

.mevoxs-home-footer__signup input {
	width: 100%;
	height: 36px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .28);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 13px;
	outline: 0;
}

.mevoxs-home-footer__signup input::placeholder {
	color: rgba(255, 255, 255, .72);
}

.mevoxs-home-footer__signup button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	height: 36px;
	padding: 0 16px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
	cursor: pointer;
}

.mevoxs-home-footer__columns {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 56px;
	padding: 30px 0 34px;
}

.mevoxs-home-footer__col h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	line-height: 1.1;
	text-transform: uppercase;
}

.mevoxs-home-footer__col a {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .46);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.mevoxs-home-footer__col a:hover {
	color: #fff;
}

.mevoxs-home-footer__note {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .34);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
}

.mevoxs-home-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.mevoxs-home-footer__payments {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.mevoxs-home-footer__payments span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 24px;
	overflow: hidden;
	border-radius: 3px;
	background: #fff;
}

.mevoxs-home-footer__payments img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.home footer .footer-widget,
body.home .footer-column,
body.home .wd-footer-column {
	min-width: 0;
}

@media (max-width: 1024px) {
	.mx-product-rail {
		grid-auto-columns: minmax(290px, calc((100% - 30px) / 2.2));
	}

	.mx-guide-switcher {
		grid-template-columns: 1fr;
	}

	.mx-guide-panel {
		min-height: 390px;
	}
}

@media (max-width: 767px) {
	body.home .main-page-wrapper,
	body.home .site-content,
	body.home .wd-content-layout,
	body.home .entry-content,
	body.home .page-content {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	body.home .mevoxs-mobile-notice-bar {
		position: relative;
		z-index: 30;
		display: flex !important;
		align-items: center;
		justify-content: center;
		min-height: 28px;
		padding: 6px 12px;
		background: #111;
		color: #fff;
		font-size: 10px;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
	}

	.mx-home-v14 {
		width: 100%;
		max-width: 100%;
		overflow-x: hidden;
	}

	.mx-hero,
	.mx-category-carousel,
	.mx-trust-strip {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-left: 0;
	}

	.mx-trust-marquee {
		width: 100%;
	}

	.mx-hero {
		width: 100vw !important;
		max-width: 100vw !important;
		margin: 0 calc(50% - 50vw) !important;
		border-radius: 0 !important;
	}

	.mx-hero-copy {
		right: 18px;
		top: 50%;
		bottom: auto;
		left: 18px;
		width: auto;
		max-width: none;
		transform: translateY(-50%);
	}

	.mx-hero-copy::before {
		inset: -14px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .26) 72%, rgba(0, 0, 0, 0));
	}

	.mx-hero-kicker {
		margin-bottom: 5px;
		font-size: 9.5px;
	}

	.mx-hero-copy h2 {
		max-width: 12ch;
		font-size: clamp(22px, 6.2vw, 31px);
		line-height: 1;
	}

	.mx-hero-copy p:not(.mx-hero-kicker) {
		max-width: 28em;
		margin-top: 7px;
		font-size: clamp(10px, 2.75vw, 12px);
		line-height: 1.25;
	}

	.mx-hero-actions {
		gap: 8px;
		margin-top: 10px;
	}

	.mx-hero-actions a {
		min-height: 32px;
		padding: 0 11px;
		border-radius: 3px;
		font-size: 9px;
	}

	.mx-trust-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 10px;
		border-radius: 5px;
	}

	.mx-trust-strip-item {
		gap: 8px;
		justify-content: center;
		padding: 10px 11px;
		border-top: 1px solid #dce5ef;
		border-left: 1px solid #dce5ef;
	}

	.mx-trust-strip-item:first-child,
	.mx-trust-strip-item:nth-child(2) {
		border-top: 0;
	}

	.mx-trust-strip-item:nth-child(odd) {
		border-left: 0;
	}

	.mx-trust-strip-item:last-child {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.mx-trust-strip-icon {
		width: 22px;
		height: 22px;
	}

	.mx-trust-strip-icon svg {
		width: 21px;
		height: 21px;
	}

	.mx-trust-strip-item strong {
		font-size: 12px;
	}

	.mx-trust-strip-item em {
		font-size: 11px;
	}

	.mx-cat-rail {
		grid-auto-columns: calc((100% - 14px) / 2.08);
		gap: 14px;
		padding-bottom: 14px;
	}

	.mx-category-carousel .mx-sync-scrollbar {
		width: calc(100% - 28px);
	}

	.mx-cat-card img {
		aspect-ratio: 1.2 / 1;
	}

	.mx-cat-card strong {
		font-size: 14px;
		padding-bottom: 4px;
	}

	.mx-cat-card strong::after {
		width: 38px;
	}

	.mx-section {
		width: auto;
		max-width: none;
		margin-right: 14px;
		margin-left: 14px;
		margin-top: 32px;
	}

	.mx-section-head {
		gap: 10px;
		margin-bottom: 16px;
	}

	.mx-products .mx-section-head h2,
	.mx-flavors .mx-section-head h2,
	.mx-news-head h2 {
		min-width: 0;
		max-width: 100%;
		overflow: hidden;
		font-size: clamp(19px, 5.15vw, 22px);
		line-height: 1.15;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mx-shop-all {
		min-width: 78px;
		min-height: 32px;
		padding: 0 12px;
		font-size: 11px;
		white-space: nowrap;
	}

	.mx-product-rail {
		grid-auto-columns: calc((100% - 10px) / 2);
		gap: 10px;
		padding-right: 0;
	}

	.mx-product-media {
		border-radius: 10px;
		aspect-ratio: 1 / 1;
	}

	.mx-product-copy {
		padding-top: 12px;
	}

	.mx-product-copy h3 {
		height: 36px;
		font-size: 14px;
		line-height: 1.28;
	}

	.mx-product-price {
		font-size: 15px;
	}

	.mx-product-copy p {
		min-height: 34px;
		margin-bottom: 12px;
		font-size: 11px;
	}

	.mx-outline-btn,
	.mx-fill-btn {
		min-width: 0;
		min-height: 30px;
		padding-right: 4px;
		padding-left: 4px;
		border-radius: 6px;
		font-size: 8.5px;
	}

	.mx-product-actions {
		justify-content: center;
	}

	.mx-flavor-tabs a {
		min-width: 0;
		min-height: 42px;
		padding: 0;
		border: 0;
		border-radius: 6px 6px 0 0;
		background: #fff;
		font-size: clamp(10px, 2.55vw, 12px);
		line-height: 1;
		text-align: center;
		white-space: nowrap;
	}

	.mx-flavor-tabs {
		display: grid;
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 2px;
		padding: 0;
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: #fff;
	}

	.mx-flavor-tabs .is-active {
		background: var(--mx-flavor-bg);
		box-shadow: inset 0 -3px 0 var(--mx-orange);
	}

	.mx-flavor-rail {
		grid-auto-columns: calc((100% - 8px) / 2);
		gap: 8px;
		justify-content: start;
		min-height: clamp(310px, 83vw, 362px);
		padding: 12px 8px 14px;
		border: 0;
		border-radius: 0;
		scroll-snap-type: none;
	}

	.mx-flavor-card {
		height: auto;
		padding: 3px;
		overflow: hidden;
		border: 0;
		border-radius: 0;
		background: var(--mx-flavor-card-bg);
		box-shadow: none;
		scroll-snap-align: none;
	}

	.mx-flavor-image {
		flex: 0 0 160px;
		height: 160px;
		min-height: 0;
		margin-bottom: 3px;
		padding-top: 0;
	}

	.mx-flavor-image img {
		max-width: 100%;
		max-height: 158px;
	}

	.mx-flavor-copy {
		flex: 1 1 auto;
		justify-content: flex-start;
		min-height: 0;
	}

	.mx-flavor-copy strong {
		display: -webkit-box;
		min-height: calc(1.08em * 4);
		max-height: calc(1.08em * 4);
		margin-bottom: 6px;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.08;
		text-overflow: clip;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.mx-flavor-price {
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 1.05;
	}

	.mx-flavor-add {
		min-width: 86px;
		min-height: 30px;
		margin-top: auto;
		padding: 0 14px;
		border-color: #111;
		border-radius: 4px;
		background: #fff;
		color: #111;
		font-size: 13px;
	}

	.mx-trust-marquee {
		margin-top: 32px;
		padding: 24px 0;
	}

	.mx-trust-track {
		animation-duration: 32s;
	}

	.mx-trust-item {
		width: 280px;
		padding: 0 24px;
	}

	.mx-trust-item strong {
		font-size: 20px;
	}

	.mx-trust-item p {
		font-size: 13px;
	}

	.mx-guide-switcher {
		gap: 14px;
	}

	.mx-guide-media {
		border-radius: 18px;
		aspect-ratio: 1.65 / 1;
	}

	.mx-guide-panel {
		min-height: 300px;
		padding: 26px 22px;
		border-radius: 18px;
	}

	.mx-guide-kicker {
		max-width: 100%;
		overflow: hidden;
		font-size: clamp(19px, 5.15vw, 22px);
		line-height: 1.15;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mx-guide-slide p:not(.mx-guide-kicker) {
		font-size: 14px;
	}

	.mx-news {
		margin-bottom: 44px;
	}

	.mx-news-rail {
		grid-auto-columns: calc((100% - 10px) / 2);
		gap: 10px;
		padding-right: 0;
	}

	.mx-news-card strong {
		height: 38px;
		margin: 12px 0 8px;
		font-size: 16px;
	}

	.mx-news-card p {
		min-height: 52px;
		margin-bottom: 10px;
		font-size: 11px;
		line-height: 1.35;
	}

	.mx-news-card span {
		border-bottom-width: 1px;
		font-size: 11px;
	}

	.mevoxs-home-footer__inner {
		width: calc(100% - 28px);
		padding: 26px 0 20px;
	}

	.mevoxs-home-footer__newsletter {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-bottom: 24px;
	}

	.mevoxs-home-footer__newsletter h2 {
		max-width: 100%;
		font-size: clamp(19px, 5.15vw, 22px);
		line-height: 1.15;
		overflow-wrap: normal;
		white-space: normal;
	}

	.mevoxs-home-footer__signup > div {
		grid-template-columns: 1fr auto;
		gap: 12px;
	}

	.mevoxs-home-footer__signup button {
		min-width: 82px;
		padding: 0 12px;
	}

	.mevoxs-home-footer__columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px 24px;
		padding: 26px 0 24px;
	}

	.mevoxs-home-footer__col h3 {
		font-size: 10px;
	}

	.mevoxs-home-footer__col a,
	.mevoxs-home-footer__note,
	.mevoxs-home-footer__bottom {
		font-size: 11px;
	}

	.mevoxs-home-footer__bottom {
		align-items: flex-start;
	}
}

@media (max-width: 410px) {
	.mx-products .mx-section-head h2,
	.mx-flavors .mx-section-head h2,
	.mx-news-head h2 {
		font-size: 16.5px;
	}

	.mx-shop-all {
		min-width: 52px;
		min-height: 22px;
		padding: 0 6px;
		border-radius: 18px;
		font-size: 7.5px;
	}

	.mx-product-copy h3 {
		height: calc(1.08em * 3);
		font-size: 9.5px;
		line-height: 1.08;
		text-transform: none;
		-webkit-line-clamp: 3;
	}

	.mx-outline-btn,
	.mx-fill-btn {
		align-items: center;
		justify-content: center;
		text-align: center;
		line-height: 1.08;
	}

	.mx-flavor-tabs a {
		min-height: 38px;
		font-size: 9.5px;
		line-height: 1;
		white-space: nowrap;
	}

	.mx-flavor-copy strong {
		min-height: calc(1.1em * 4);
		max-height: calc(1.1em * 4);
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 1.1;
		overflow: hidden;
		-webkit-line-clamp: 4;
	}

	.mx-flavor-price {
		margin-bottom: 6px;
		font-size: 13px;
	}

	.mx-flavor-image {
		flex-basis: 150px;
		height: 150px;
		min-height: 0;
	}

	.mx-flavor-image img {
		max-width: 100%;
		max-height: 148px;
	}

	.mx-news-card span {
		font-size: 10px;
	}

	.mx-guide-kicker {
		font-size: 20px;
		line-height: 1;
	}

	.mx-guide-slide p:not(.mx-guide-kicker) {
		display: -webkit-box;
		max-width: 100%;
		overflow: hidden;
		font-size: 10.5px;
		line-height: 1.25;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.mx-news-card strong {
		height: calc(1.12em * 2);
		font-size: 14px;
		line-height: 1.12;
	}
}
