/* MooGold global bundle. Generated from moogold-modern-home.css; do not edit this file directly. */

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-latin-ext-variable.woff2") format("woff2");
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Manrope";
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url("../fonts/manrope-latin-variable.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
	--mg-gold: #f2a800;
	--mg-gold-deep: #d99000;
	--mg-ink: #14171f;
	--mg-muted: #687080;
	--mg-line: #e8eaf0;
	--mg-soft: #f6f7f9;
	--mg-white: #ffffff;
	--mg-navy: #071321;
	--mg-radius-sm: 12px;
	--mg-radius: 18px;
	--mg-radius-lg: 26px;
	--mg-shadow: 0 14px 42px rgba(22, 29, 42, .09);
	--mg-font: "Manrope", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body {
	font-family: var(--mg-font);
	font-optical-sizing: auto;
}

button,
input,
select,
textarea {
	font-family: var(--mg-font) !important;
	font-optical-sizing: auto;
}

body.mg-modern-home {
	margin: 0;
	background: #fff;
	color: var(--mg-ink);
	font-family: var(--mg-font);
	-webkit-font-smoothing: antialiased;
}

.mg-modern-home *,
.mg-modern-home *::before,
.mg-modern-home *::after {
	box-sizing: border-box;
}

.mg-modern-home a {
	color: inherit;
	text-decoration: none;
}

.mg-modern-home button,
.mg-modern-home input {
	font: inherit;
}

.mg-modern-home img {
	max-width: 100%;
}

.mg-modern-home :focus-visible {
	outline: 3px solid rgba(242, 168, 0, .38);
	outline-offset: 3px;
}

.mg-modern-home .screen-reader-text,
.mg-modern-home .skip-link {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.mg-modern-home .skip-link:focus {
	clip: auto !important;
	clip-path: none;
	height: auto;
	width: auto;
	top: 12px;
	left: 12px;
	padding: 12px 18px;
	background: #fff;
	color: #111;
	z-index: 99999;
}

.mg-container {
	width: min(1440px, calc(100% - 48px));
	margin-inline: auto;
}

.mg-modern-home .mg-site-content,
.mg-modern-home .mg-content-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.mg-header-stack {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 1px 0 rgba(18, 22, 32, .08);
	backdrop-filter: blur(18px);
}

body.admin-bar .mg-header-stack {
	top: 32px;
}

.mg-trust-bar {
	min-height: 34px;
	border-bottom: 1px solid rgba(20, 23, 31, .06);
	background: #fbfbfc;
}

.mg-trust-bar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	min-height: 34px;
	font-size: 12px;
	font-weight: 650;
	color: #3f4653;
}

.mg-trust-bar__inner > span {
	display: inline-flex;
	align-items: center;
}

.mg-trust-bar__inner span span {
	margin-right: 7px;
	color: var(--mg-gold);
}

.mg-trust-bar__inner > span > svg {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin-right: 7px;
	fill: none;
	stroke: var(--mg-gold);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-modern-header {
	background: rgba(255, 255, 255, .97);
}

.mg-header-main {
	display: grid;
	grid-template-columns: 156px minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	min-height: 70px;
}

.mg-logo {
	display: inline-flex;
	align-items: center;
	width: 142px;
}

.mg-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.mg-desktop-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.1vw, 34px);
	min-width: 0;
}

.mg-desktop-nav > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 44px;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.mg-desktop-nav > a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 6px;
	height: 2px;
	background: var(--mg-gold);
	transition: right .2s ease;
}

.mg-desktop-nav > a:hover::after {
	right: 0;
}

.mg-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mg-currency-switcher {
	position: relative;
	z-index: 80;
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 28px 0 10px;
	background: #fff9ea;
	border: 1px solid #eadba9;
	border-radius: 12px;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mg-currency-switcher:hover,
.mg-currency-switcher:focus-within {
	border-color: #e5ad22;
	box-shadow: 0 7px 18px rgba(89, 61, 4, .1);
	transform: translateY(-1px);
}

.mg-currency-switcher::after {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 6px;
	height: 6px;
	content: "";
	pointer-events: none;
	border-right: 1.5px solid #6d5a2f;
	border-bottom: 1.5px solid #6d5a2f;
	transform: translateY(-65%) rotate(45deg);
}

.mg-currency-switcher.is-static {
	padding-right: 10px;
}

.mg-currency-switcher.is-static::after {
	display: none;
}

.mg-currency-switcher__icon {
	display: grid;
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-right: 6px;
	place-items: center;
	color: #a46e00;
}

.mg-header-actions .mg-currency-switcher__icon svg,
.mg-mobile-currency__label svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-currency-switcher .widget,
.mg-currency-switcher .currency_selector,
.mg-currency-switcher .currency_switch_form {
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.mg-currency-switcher .aelia_cs_currencies {
	width: auto;
	min-width: 45px;
	height: 40px;
	margin: 0;
	padding: 0 !important;
	color: #20242c;
	font-family: var(--mg-font);
	font-size: 12px;
	font-weight: 850;
	line-height: 40px;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mg-currency-switcher .aelia_cs_currencies:focus {
	outline: 0;
}

.mg-currency-switcher.is-enhanced {
	padding-right: 8px;
}

.mg-currency-switcher.is-enhanced::after {
	display: none;
}

.mg-currency-native {
	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;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.mg-currency-custom {
	position: relative;
	display: flex;
	align-items: center;
}

.mg-currency-custom__trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 68px;
	height: 40px;
	margin: 0;
	padding: 0 24px 0 4px;
	color: #20242c;
	font-family: var(--mg-font);
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	background: transparent;
	border: 0;
	border-radius: 9px;
	box-shadow: none;
	cursor: pointer;
}

.mg-currency-custom__trigger::after {
	position: absolute;
	right: 6px;
	top: 50%;
	width: 7px;
	height: 7px;
	content: "";
	border-right: 1.5px solid #765d26;
	border-bottom: 1.5px solid #765d26;
	transform: translateY(-70%) rotate(45deg);
	transition: transform .16s ease;
}

.mg-currency-custom.is-open .mg-currency-custom__trigger::after {
	transform: translateY(-25%) rotate(225deg);
}

.mg-currency-custom__trigger:hover,
.mg-currency-custom__trigger:focus-visible {
	color: #151922;
	background: rgba(245, 170, 0, .1);
	outline: 0;
}

.mg-currency-custom__trigger:focus-visible {
	box-shadow: 0 0 0 3px rgba(245, 170, 0, .2);
}

.mg-currency-custom__menu {
	position: absolute;
	z-index: 10000;
	top: calc(100% + 9px);
	right: -8px;
	width: 126px;
	padding: 6px;
	background: #fff;
	border: 1px solid #eadcae;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(22, 27, 37, .18);
}

.mg-currency-custom__menu[hidden] {
	display: none !important;
}

.mg-currency-custom__option {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 8px 28px 8px 11px;
	color: #303642;
	font-family: var(--mg-font);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
	text-align: left;
	background: transparent;
	border: 0;
	border-radius: 9px;
	box-shadow: none;
	cursor: pointer;
}

.mg-currency-custom__option:hover,
.mg-currency-custom__option:focus-visible {
	color: #171a22;
	background: #fff6dc;
	outline: 0;
}

.mg-currency-custom__option[aria-selected="true"] {
	color: #171a22;
	background: #ffedb7;
}

.mg-currency-custom__option[aria-selected="true"]::after {
	position: absolute;
	right: 11px;
	top: 50%;
	content: "✓";
	color: #9a6700;
	font-size: 13px;
	font-weight: 900;
	transform: translateY(-50%);
}

.mg-currency-switcher .widget_errors {
	display: none;
}

.mg-mobile-currency {
	display: none;
}

.mg-header-actions > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 10px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 750;
}

.mg-header-actions > a:hover {
	background: var(--mg-soft);
}

.mg-header-actions svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-header-actions strong {
	position: absolute;
	top: 2px;
	left: 24px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--mg-gold);
	font-size: 10px;
	line-height: 1;
}

.mg-search-row {
	padding-bottom: 14px;
}

.mg-product-search {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 48px;
	max-width: 900px;
	margin-inline: auto;
	border: 1px solid transparent;
	border-radius: 15px;
	background:
		linear-gradient(#f7f8fa, #f7f8fa) padding-box,
		linear-gradient(100deg, #dfe2e8, #dfe2e8) border-box;
	background-position: 0 0, 0 0;
	background-size: 100% 100%, 100% 100%;
	box-shadow: 0 8px 24px rgba(19, 26, 39, .04);
	transition: box-shadow .25s ease, transform .25s ease;
}

.mg-product-search:focus-within {
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(100deg, var(--mg-gold), #ffd75e, #7554d6, #1da2d6, var(--mg-gold)) border-box;
	background-position: 0 0, 0 0;
	background-size: 100% 100%, 300% 100%;
	box-shadow: 0 0 0 4px rgba(242, 168, 0, .1), 0 12px 32px rgba(79, 60, 139, .13);
	animation: mg-search-energy 3s linear infinite;
	transform: translateY(-1px);
}

@keyframes mg-search-energy {
	to { background-position: 0 0, 300% 0; }
}

.mg-product-search svg {
	flex: 0 0 auto;
	width: 21px;
	height: 21px;
	margin-left: 17px;
	fill: none;
	stroke: #697080;
	stroke-width: 1.8;
	stroke-linecap: round;
	transition: stroke .2s ease, transform .25s ease, filter .25s ease;
}

.mg-product-search:focus-within svg {
	stroke: #6949cc;
	filter: drop-shadow(0 0 5px rgba(105, 73, 204, .28));
	transform: rotate(-8deg) scale(1.08);
}

.mg-product-search input[type="search"] {
	flex: 1;
	min-width: 0;
	height: 46px;
	padding: 0 14px;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--mg-ink);
	font-size: 14px;
}

.mg-product-search input[type="search"]::placeholder {
	color: #788090;
	opacity: 1;
}

.mg-product-search input[type="search"]:focus {
	outline: 0;
	background: transparent;
}

.mg-search-key {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 28px;
	height: 26px;
	margin-right: 4px;
	border: 1px solid #dfe2e8;
	border-bottom-width: 2px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(19, 26, 39, .06);
	color: #737b89;
	font-family: var(--mg-font);
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
	transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.mg-product-search:focus-within .mg-search-key {
	border-color: rgba(116, 84, 214, .38);
	color: #6949cc;
	transform: translateY(-1px);
}

.mg-product-search button {
	align-self: stretch;
	min-width: 94px;
	margin: 4px;
	border: 0;
	border-radius: 11px;
	background: linear-gradient(135deg, #11151f, #252c3b);
	box-shadow: 0 7px 16px rgba(17, 21, 31, .16);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mg-product-search button,
.mg-product-search button:hover,
.mg-product-search button:focus,
.mg-product-search button:active {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	text-shadow: none;
}

.mg-product-search button:hover,
.mg-product-search button:focus {
	background: linear-gradient(135deg, #2b2342, #171c29);
	box-shadow: 0 9px 20px rgba(31, 26, 49, .22);
	transform: translateY(-1px);
}

.mg-product-search button:focus-visible {
	outline: 2px solid rgba(255, 255, 255, .9);
	outline-offset: -5px;
}

.mg-product-search button:active {
	transform: translateY(0) scale(.98);
}

.mg-menu-toggle,
.mg-mobile-menu {
	display: none;
}

.mg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: var(--mg-gold-deep);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.mg-delivery-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 750;
}

.mg-delivery-note b {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--mg-gold);
	color: #111;
	font-size: 12px;
}

.mg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 48px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 14px;
	font-weight: 850;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.mg-button:hover {
	transform: translateY(-2px);
}

.mg-button--gold {
	background: var(--mg-gold);
	box-shadow: 0 12px 28px rgba(242, 168, 0, .25);
	color: #111;
}

.mg-button--gold:hover {
	background: #ffb817;
}

.mg-button--ghost {
	border-color: rgba(255, 255, 255, .45);
	background: rgba(7, 19, 33, .36);
	color: #fff;
	backdrop-filter: blur(10px);
}

.mg-button--ghost:hover {
	background: rgba(255, 255, 255, .14);
}

.mg-button--dark {
	background: var(--mg-ink);
	color: #fff;
}

.mg-quick-section,
.mg-products-section {
	min-width: 0;
}

.mg-quick-rail {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mg-quick-card {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 118px;
	padding: 20px;
	border: 1px solid rgba(242, 168, 0, .16);
	border-radius: var(--mg-radius);
	background: linear-gradient(135deg, #fffaf0, #fff1c9);
	box-shadow: 0 8px 24px rgba(24, 31, 45, .05);
	text-align: left;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mg-quick-card:nth-child(2) {
	border-color: rgba(112, 77, 206, .15);
	background: linear-gradient(135deg, #fbf8ff, #ebe3ff);
}

.mg-quick-card:nth-child(3) {
	border-color: rgba(16, 145, 200, .15);
	background: linear-gradient(135deg, #f7fcff, #daf3ff);
}

.mg-quick-card:nth-child(4) {
	border-color: rgba(236, 91, 75, .14);
	background: linear-gradient(135deg, #fff9f4, #ffe5d6);
}

.mg-quick-card:hover {
	transform: translateY(-4px);
	border-color: rgba(242, 168, 0, .55);
	box-shadow: var(--mg-shadow);
}

.mg-quick-card__icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 17px;
	background: rgba(255, 255, 255, .72);
	box-shadow: 0 8px 20px rgba(35, 31, 54, .07);
	font-size: 26px;
}

.mg-quick-card__copy,
.mg-quick-card__copy strong,
.mg-quick-card__copy small {
	display: block;
	min-width: 0;
}

.mg-quick-card__copy strong {
	font-size: 14px;
	font-weight: 880;
	line-height: 1.25;
}

.mg-quick-card__copy small {
	margin-top: 6px;
	color: var(--mg-muted);
	font-size: 10px;
	line-height: 1.45;
}

.mg-quick-card > i {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .68);
	color: #7a7182;
	font-size: 0;
	font-style: normal;
}

.mg-quick-card > i svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-product-badge {
	position: absolute;
	z-index: 2;
	top: 11px;
	left: 11px;
	padding: 5px 9px;
	border-radius: 999px;
	background: var(--mg-gold);
	box-shadow: 0 4px 12px rgba(0, 0, 0, .14);
	color: #161616;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.mg-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	min-height: 39px;
	padding: 8px 13px;
	border-radius: 10px;
	background: var(--mg-gold);
	color: #161616;
	font-size: 11px;
	font-weight: 900;
}

.mg-card-button:hover {
	background: #ffb817;
}

.mg-product-empty {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	min-height: 150px;
	padding: 28px;
	border: 1px dashed #d9dde5;
	border-radius: var(--mg-radius);
	background: linear-gradient(135deg, #fafbfc, #f4f6f9);
}

.mg-product-empty__icon {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border-radius: 18px;
	background: var(--mg-gold);
	font-size: 28px;
}

.mg-product-empty strong,
.mg-product-empty span {
	display: block;
}

.mg-product-empty strong {
	font-size: 17px;
}

.mg-product-empty span {
	margin-top: 5px;
	color: var(--mg-muted);
	font-size: 13px;
}

.mg-product-empty > a {
	min-height: 42px;
	padding: 11px 16px;
	border-radius: 10px;
	background: var(--mg-ink);
	color: #fff;
	font-size: 12px;
	font-weight: 850;
}

.mg-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mg-trust-grid article {
	display: flex;
	align-items: center;
	gap: 15px;
	min-height: 112px;
	padding: 20px;
	border: 1px solid var(--mg-line);
	border-radius: var(--mg-radius);
	background: #fff;
}

.mg-trust-grid article > span {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 15px;
	background: #fff5d7;
	color: #9c6700;
	font-size: 23px;
	font-weight: 900;
}

.mg-trust-grid article > span svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-trust-grid h3,
.mg-trust-grid p {
	margin: 0;
}

.mg-trust-grid h3 {
	font-size: 14px;
	font-weight: 850;
}

.mg-trust-grid p {
	margin-top: 5px;
	color: var(--mg-muted);
	font-size: 11px;
	line-height: 1.45;
}

.mg-modern-footer {
	border-top: 1px solid var(--mg-line);
	background: #fafbfc;
	color: var(--mg-ink);
}

.mg-modern-footer .mg-container {
	padding-top: 54px;
	padding-bottom: 26px;
}

.mg-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 1fr) 1.15fr;
	gap: 40px;
}

.mg-footer-brand img {
	display: block;
	width: 138px;
	height: auto;
}

.mg-footer-brand p {
	max-width: 270px;
	margin: 17px 0 0;
	color: var(--mg-muted);
	font-size: 12px;
	line-height: 1.65;
}

.mg-social-links {
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.mg-social-links a {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--mg-line);
	border-radius: 50%;
	background: #fff;
	font-size: 14px;
	font-weight: 900;
}

.mg-social-links a:hover {
	border-color: var(--mg-gold);
	background: var(--mg-gold);
}

.mg-social-links svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-social-links .mg-social-icon__dot,
.mg-social-links .mg-social-icon--telegram {
	fill: currentColor;
	stroke: none;
}

.mg-footer-column {
	border: 0;
}

.mg-footer-column summary,
.mg-footer-payments > strong {
	display: block;
	margin: 0 0 17px;
	list-style: none;
	font-size: 13px;
	font-weight: 900;
}

.mg-footer-column summary::-webkit-details-marker {
	display: none;
}

.mg-footer-column > a {
	display: block;
	width: fit-content;
	margin-top: 10px;
	color: #5d6573;
	font-size: 11px;
	font-weight: 600;
}

.mg-footer-column > a:hover {
	color: var(--mg-gold-deep);
}

.mg-footer-payments > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mg-footer-payments img {
	width: 56px;
	height: 34px;
	padding: 6px;
	border: 1px solid var(--mg-line);
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.mg-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid var(--mg-line);
	color: #7a818e;
	font-size: 10px;
}

.mg-mobile-bottom-nav {
	display: none;
}

@media (max-width: 1180px) {
	.mg-header-main {
		grid-template-columns: 144px minmax(0, 1fr) auto;
		gap: 22px;
	}

	.mg-desktop-nav {
		gap: 16px;
	}

	.mg-desktop-nav > a {
		font-size: 13px;
	}

	.mg-header-actions > a span:not(.screen-reader-text) {
		display: none;
	}

	.mg-footer-grid {
		grid-template-columns: 1.2fr repeat(3, 1fr);
	}

	.mg-footer-payments {
		grid-column: 1 / -1;
	}
}

@media (max-width: 960px) {
	.mg-currency-switcher--desktop {
		display: none;
	}

	.mg-menu-toggle {
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 11px;
		background: transparent;
		cursor: pointer;
	}

	.mg-menu-toggle:hover {
		background: var(--mg-soft);
	}

	.mg-menu-toggle > span:not(.screen-reader-text) {
		width: 21px;
		height: 2px;
		border-radius: 2px;
		background: var(--mg-ink);
		transition: transform .2s, opacity .2s;
	}

	.mg-menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); }
	.mg-menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { opacity: 0; }
	.mg-menu-toggle[aria-expanded="true"] > span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); }

	.mg-header-main {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		gap: 14px;
	}

	.mg-logo {
		width: 130px;
	}

	.mg-desktop-nav {
		display: none;
	}

	.mg-mobile-menu {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		border-top: 1px solid var(--mg-line);
		background: #fff;
		box-shadow: 0 24px 40px rgba(17, 23, 34, .14);
	}

	.mg-mobile-menu[hidden] {
		display: none;
	}

	.mg-mobile-menu .mg-container {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding-top: 16px;
		padding-bottom: 18px;
	}

	.mg-mobile-currency {
		display: flex;
		grid-column: 1 / -1;
		align-items: center;
		justify-content: space-between;
		min-height: 54px;
		padding: 6px 8px 6px 14px;
		background: linear-gradient(110deg, #fff4ce, #fffaf0);
		border: 1px solid #efd37e;
		border-radius: 12px;
	}

	.mg-mobile-currency__label {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #493a1c;
		font-size: 13px;
		font-weight: 800;
	}

	.mg-mobile-currency__label svg {
		color: #a56f00;
	}

	.mg-currency-switcher--mobile {
		min-height: 40px;
		background: #fff;
		border-color: #eadba9;
	}

	.mg-mobile-menu a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 10px 13px;
		border-radius: 10px;
		background: var(--mg-soft);
		font-size: 13px;
		font-weight: 750;
	}

	.mg-quick-rail {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mg-product-empty {
		flex: 0 0 100%;
	}

	.mg-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 767px) {
	body.admin-bar .mg-header-stack {
		top: 46px;
	}

	.mg-container {
		width: min(100% - 28px, 620px);
	}

	.mg-trust-bar {
		min-height: 30px;
		overflow: hidden;
	}

	.mg-trust-bar__inner {
		justify-content: flex-start;
		gap: 18px;
		min-height: 30px;
		overflow-x: auto;
		font-size: 10px;
		scrollbar-width: none;
		white-space: nowrap;
	}

	.mg-trust-bar__inner::-webkit-scrollbar { display: none; }

	.mg-header-main {
		min-height: 62px;
	}

	.mg-logo {
		width: 117px;
	}

	.mg-header-actions {
		gap: 2px;
	}

	.mg-header-actions > a {
		width: 42px;
		min-height: 42px;
		justify-content: center;
		padding: 6px;
	}

	.mg-header-actions svg {
		width: 22px;
		height: 22px;
	}

	.mg-header-actions strong {
		left: 22px;
	}

	.mg-search-row {
		padding-bottom: 11px;
	}

	.mg-product-search {
		min-height: 46px;
		border-radius: 14px;
	}

	.mg-product-search input[type="search"] {
		height: 44px;
		padding-inline: 11px;
		font-size: 13px;
	}

	.mg-product-search svg {
		margin-left: 14px;
	}

	.mg-product-search button {
		display: none;
	}

	.mg-search-key {
		display: none;
	}

	.mg-mobile-menu .mg-container {
		grid-template-columns: 1fr;
	}

	.mg-quick-rail {
		display: flex;
		overflow-x: auto;
		margin-right: -14px;
		padding: 2px 14px 12px 2px;
		scroll-padding-inline: 2px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.mg-quick-rail::-webkit-scrollbar { display: none; }

	.mg-quick-card {
		flex: 0 0 min(82vw, 310px);
		grid-template-columns: 52px minmax(0, 1fr) auto;
		gap: 12px;
		min-height: 106px;
		padding: 15px;
		scroll-snap-align: start;
	}

	.mg-quick-card__icon {
		width: 52px;
		height: 52px;
		border-radius: 15px;
		font-size: 23px;
	}

	.mg-quick-card__copy strong {
		font-size: 13px;
	}

	.mg-quick-card__copy small {
		font-size: 10px;
	}

	.mg-card-button {
		width: 100%;
		min-height: 42px;
	}

	.mg-product-empty {
		grid-template-columns: auto 1fr;
		gap: 13px;
		min-height: 170px;
		padding: 20px;
	}

	.mg-product-empty__icon {
		width: 48px;
		height: 48px;
	}

	.mg-product-empty > a {
		grid-column: 1 / -1;
		text-align: center;
	}

	.mg-trust-grid {
		gap: 10px;
	}

	.mg-trust-grid article {
		align-items: flex-start;
		gap: 10px;
		min-height: 132px;
		padding: 15px;
	}

	.mg-trust-grid article > span {
		width: 38px;
		height: 38px;
		border-radius: 12px;
		font-size: 18px;
	}

	.mg-trust-grid h3 {
		font-size: 12px;
	}

	.mg-trust-grid p {
		font-size: 10px;
	}

	.mg-modern-footer .mg-container {
		padding-top: 36px;
		padding-bottom: 90px;
	}

	.mg-footer-grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.mg-footer-brand {
		margin-bottom: 18px;
	}

	.mg-footer-column {
		border-top: 1px solid var(--mg-line);
	}

	.mg-footer-column summary {
		position: relative;
		min-height: 48px;
		margin: 0;
		padding: 16px 30px 14px 0;
		cursor: pointer;
	}

	.mg-footer-column summary::after {
		content: "+";
		position: absolute;
		right: 4px;
		top: 13px;
		font-size: 20px;
		font-weight: 500;
	}

	.mg-footer-column[open] summary::after {
		content: "−";
	}

	.mg-footer-column > a {
		margin: 0 0 12px;
	}

	.mg-footer-payments {
		padding-top: 18px;
		border-top: 1px solid var(--mg-line);
	}

	.mg-footer-bottom {
		flex-direction: column;
		margin-top: 28px;
	}

	.mg-mobile-bottom-nav {
		position: fixed;
		z-index: 1000;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		gap: 2px;
		min-height: 66px;
		padding: 6px max(6px, env(safe-area-inset-right)) max(6px, env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));
		border-top: 1px solid var(--mg-line);
		background: rgba(255, 255, 255, .97);
		box-shadow: 0 -8px 24px rgba(19, 26, 39, .09);
		backdrop-filter: blur(16px);
	}

	.mg-mobile-bottom-nav a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		min-width: 0;
		min-height: 52px;
		padding: 4px 2px;
		border-radius: 11px;
		color: #5d6573;
		font-weight: 700;
		text-decoration: none;
	}

	.mg-mobile-bottom-nav a span {
		max-width: 100%;
		overflow: hidden;
		font-size: 10px !important;
		line-height: 1.15;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.mg-mobile-bottom-nav a.is-active {
		color: var(--mg-gold-deep);
		background: #fff7dd;
	}
	iframe#launcher {
		right: 0 !important;
		bottom: calc(82px + env(safe-area-inset-bottom)) !important;
		margin-right: 12px !important;
		margin-bottom: 0 !important;
	}
}

.mg-product-quantity__label {
	color: #687386;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1;
}

.mg-purchase-hint {
	margin: 0 0 10px;
	padding: 9px 12px;
	border: 1px solid #efd48d;
	border-radius: 10px;
	background: #fff8e6;
	color: #70500d;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.mg-purchase-hint[hidden] {
	display: none !important;
}
.storefront-handheld-footer-bar {
	display: none !important;
}

.mg-product-search {
	position: relative;
	z-index: 40;
}

.mg-search-suggestions {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	overflow: hidden;
	border: 1px solid #e7dfd1;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(18, 24, 34, .2);
}

.mg-search-suggestions[hidden] {
	display: none;
}

.mg-search-suggestions a {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 70px;
	padding: 8px 14px;
	border-bottom: 1px solid #edf0f4;
	transition: background .15s ease;
}

.mg-search-suggestions a:hover,
.mg-search-suggestions a:focus {
	background: #fff7df;
}

.mg-search-suggestions img {
	width: 54px;
	height: 54px;
	border-radius: 10px;
	background: #f5f6f8;
	object-fit: cover;
}

.mg-search-suggestions span,
.mg-search-suggestions strong,
.mg-search-suggestions small {
	display: block;
	min-width: 0;
}

.mg-search-suggestions strong {
	overflow: hidden;
	font-size: 13px;
	font-weight: 850;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mg-search-suggestions small {
	margin-top: 3px;
	color: var(--mg-muted);
	font-size: 10px;
}

.mg-search-suggestions b {
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.mg-search-suggestions__empty {
	padding: 22px;
	color: var(--mg-muted);
	font-size: 13px;
	text-align: center;
}

.mg-search-suggestions .mg-search-suggestions__all {
	width: 100%;
	min-height: 44px;
	border: 0;
	border-radius: 0;
	background: #151821;
	color: #fff;
	font-size: 12px;
	font-weight: 850;
}

.mg-support-page {
	width: min(1440px, calc(100% - 48px));
	margin: 0 auto;
	padding: 28px 0 64px;
}

.mg-product-compatibility {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	align-items: start;
	gap: 10px;
	margin-bottom: 14px;
	padding: 12px;
	border: 1px solid #efdca1;
	border-radius: 12px;
	background: #fff9e8;
}

.mg-product-compatibility svg {
	width: 28px;
	height: 28px;
	padding: 5px;
	border-radius: 8px;
	background: #ffe9a5;
	fill: none;
	stroke: #8e6500;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.mg-product-compatibility strong,
.mg-product-compatibility span {
	display: block;
}

.mg-product-compatibility strong {
	font-size: 12px;
}

.mg-product-compatibility span {
	margin-top: 3px;
	color: #76684a;
	font-size: 11px;
	line-height: 1.45;
}

.mg-native-variation-select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.mg-variation-choices {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.mg-variation-choices button {
	min-height: 45px;
	padding: 8px 10px;
	border: 1px solid #e4d2a4;
	border-radius: 10px;
	background: #fff;
	color: #302b20;
	font-size: 11px;
	font-weight: 780;
	line-height: 1.3;
	transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mg-variation-choices button:hover:not(:disabled) {
	transform: translateY(-1px);
	border-color: #e0a000;
	background: #fff3ca;
}

.mg-variation-choices button.is-selected,
.mg-variation-choices button.is-selected:hover:not(:disabled) {
	border-color: #d69400 !important;
	background: linear-gradient(135deg, #ffc029, #f2a800) !important;
	box-shadow: 0 8px 18px rgba(214, 148, 0, .22), inset 0 -3px 0 #c98300;
	color: #17130a !important;
}

.mg-variation-choices button.is-selected:hover:not(:disabled) {
	transform: translateY(-1px);
}

.mg-variation-choices button:disabled {
	opacity: .38;
	cursor: not-allowed;
}

.mg-variation-choices button[hidden] {
	display: none !important;
}

.mg-support-hero {
	position: relative;
	overflow: hidden;
	padding: 58px;
	border-radius: 28px;
	background: linear-gradient(120deg, #ffd766, #ffb000);
	box-shadow: 0 22px 60px rgba(226, 150, 0, .18);
}

.mg-support-hero::after {
	position: absolute;
	width: 380px;
	height: 380px;
	top: -250px;
	right: -80px;
	border: 56px solid rgba(255, 255, 255, .16);
	border-radius: 50%;
	content: "";
}

.mg-support-hero h1,
.mg-support-hero p {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0;
}

.mg-support-hero h1 {
	font-size: clamp(40px, 6vw, 72px);
	font-weight: 950;
	letter-spacing: -.05em;
	line-height: 1;
}

.mg-support-hero p {
	margin-top: 14px;
	color: #57420c;
	font-size: 16px;
}

.mg-support-hero .mg-button {
	position: relative;
	z-index: 1;
	margin-top: 24px;
	border: 0;
}

.mg-support-options {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 24px;
}

.mg-support-options article {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 250px;
	padding: 28px;
	border: 1px solid #e1e4e9;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(18, 24, 34, .07);
}

.mg-support-options article > span {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 16px;
	background: #fff1c7;
	color: #a97100;
}

.mg-support-options svg {
	width: 27px;
	height: 27px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.mg-support-options h2 {
	margin: 20px 0 0;
	font-size: 20px;
	font-weight: 900;
}

.mg-support-options p {
	margin: 8px 0 18px;
	color: var(--mg-muted);
	font-size: 13px;
}

.mg-support-options a,
.mg-support-options button {
	margin-top: auto;
	padding: 10px 14px;
	border: 0;
	border-radius: 10px;
	background: #171923;
	color: #fff;
	font-size: 11px;
	font-weight: 850;
}

.mg-support-checklist {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	gap: 42px;
	margin-top: 24px;
	padding: 38px;
	border-radius: 22px;
	background: #171923;
	color: #fff;
}

.mg-support-checklist h2 {
	margin: 7px 0 0;
	color: #fff;
	font-size: 34px;
	font-weight: 950;
	letter-spacing: -.035em;
}

.mg-support-checklist .mg-eyebrow {
	color: #f6b100;
}

.mg-support-checklist ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mg-support-checklist li {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.mg-support-checklist li > b {
	display: grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: var(--mg-gold);
	color: #171923;
	font-size: 11px;
}

.mg-support-checklist strong,
.mg-support-checklist li span {
	display: block;
}

.mg-support-checklist strong {
	color: #fff;
	font-size: 13px;
}

.mg-support-checklist li span {
	color: #aeb5c3;
	font-size: 11px;
	line-height: 1.5;
}

.mg-mobile-bottom-nav svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

@media (max-width: 760px) {
	.mg-support-page {
		width: calc(100% - 28px);
		padding: 14px 0 92px;
	}

	.mg-search-suggestions {
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		right: 0;
	}

	.mg-search-suggestions a {
		grid-template-columns: 45px minmax(0, 1fr) auto;
		min-height: 60px;
	}

	.mg-search-suggestions img {
		width: 44px;
		height: 44px;
	}

	.mg-variation-choices {
		grid-template-columns: 1fr;
	}

	.mg-support-hero {
		padding: 34px 24px;
		border-radius: 22px;
	}

	.mg-support-hero h1 {
		font-size: 42px;
	}

	.mg-support-options {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mg-support-options article {
		min-height: 220px;
		padding: 23px;
	}

	.mg-support-checklist {
		grid-template-columns: 1fr;
		gap: 24px;
		padding: 28px 22px;
	}

	.mg-mobile-bottom-nav a {
		gap: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mg-modern-home *,
	.mg-modern-home *::before,
	.mg-modern-home *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

.mg-qty-button {
	display: grid;
	width: 34px;
	height: 34px;
	padding: 0;
	place-items: center;
	border: 0;
	background: #f3f4f6;
	color: #171b25;
	font-size: 18px;
	font-weight: 800;
	cursor: pointer;
}

.mg-qty-button:hover {
	background: #ffefbd;
}

.mg-empty-cart {
	width: min(760px, calc(100% - 40px));
	margin: 70px auto 100px;
	padding: 58px 48px;
	border: 1px solid #e2e5eb;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 196, 48, .22), transparent 35%),
		#fff;
	box-shadow: 0 20px 55px rgba(17, 24, 39, .08);
	text-align: center;
}

.mg-empty-cart__icon {
	display: grid;
	width: 84px;
	height: 84px;
	margin: 0 auto 22px;
	place-items: center;
	border-radius: 24px;
	background: #fff1c6;
}

.mg-empty-cart__icon svg {
	width: 43px;
	height: 43px;
	fill: none;
	stroke: #9b6700;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.mg-empty-cart h1 {
	margin: 0;
	color: #111722;
	font-size: clamp(36px, 5vw, 52px);
	font-weight: 900;
	letter-spacing: -.04em;
}

.mg-empty-cart > p {
	max-width: 540px;
	margin: 14px auto 0;
	color: #667085;
	font-size: 15px;
	line-height: 1.65;
}

.mg-empty-cart__button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	margin: 24px auto 0;
	padding: 12px 22px;
	border-radius: 13px;
	background: #f5a600;
	color: #111722;
	font-weight: 900;
}

.mg-empty-cart__button.button:hover {
	background: #111722;
	color: #fff;
}

.mg-empty-cart__benefits {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-top: 30px;
	padding-top: 22px;
	border-top: 1px solid #eceef2;
	color: #626b7b;
	font-size: 12px;
	font-weight: 800;
}

.mg-empty-cart__benefits span::before {
	margin-right: 7px;
	color: #f5a600;
	content: "\2022";
}

@media (max-width: 700px) {

	.mg-empty-cart {
		width: min(100% - 24px, 760px);
		margin: 32px auto 60px;
		padding: 42px 22px;
		border-radius: 22px;
	}

	.mg-empty-cart__benefits {
		align-items: center;
		flex-direction: column;
		gap: 9px;
	}
}
.mg-search-suggestions a.mg-search-suggestions__name-only {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding-inline: 18px;
}

.mg-search-suggestions a.mg-search-suggestions__name-only strong {
    width: 100%;
}

.mg-search-suggestions a.mg-search-suggestions__name-only b {
	color: #6b7280;
	font-size: 11px;
}
