:root {
	--ff-layout-gutter: 20px;
	--ffh-inner-offset: calc(40px + 60px);
}

html,
body {
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
}

body::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

@supports not (overflow: clip) {
	html,
	body {
		overflow-x: hidden;
	}
}

body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

/* Tablets: small + medium (768x1024, 820x1180) */
@media (min-width: 768px) and (max-width: 1023px) {
	:root {
		--ff-layout-gutter: 10px;
	}
}

/* Tablets: large (1024x1366) */
@media (min-width: 1024px) and (max-width: 1366px) {
	:root {
		--ff-layout-gutter: 20px;
	}
}

@media (min-width: 1500px) {
	:root {
		--ff-layout-gutter: 40px;
	}
}

@media (min-width: 1900px) {
	:root {
		--ff-layout-gutter: 60px;
	}
}

@media (max-width: 767px) {
	:root {
		--ff-layout-gutter: 10px;
	}
}

/* Home uses its own section gutters; remove theme mobile site-main inline padding there */
@media (max-width: 767px) {
	body.home:not([class*="elementor-page-"]) #content.site-main,
	body.page-template-home-header-migration-test:not([class*="elementor-page-"]) #content.site-main {
		padding-inline-start: 0 !important;
		padding-inline-end: 0 !important;
	}
}

.ff-header {
	--p: 1;
	--p-pct: 100%;
	--ffh-admin-offset: 0px;
	--ffh-desktop-pad: var(--ff-layout-gutter, 20px);
	--ffh-desktop-row-height: 60px;
	--ffh-mobile-row-height: 50px;
	--ffh-icon: #7e8e7d;
	--ffh-promo-bg: #7e8e7e;
	--ffh-promo-text: #ffffff;
	--ffh-row-bg: #ffffff;
	--ffh-row-border: #bcc1bc;
	--ffh-counter-bg: #7e8d7e;
	--ffh-promo-height: 40px;
	position: fixed;
	top: var(--ffh-admin-offset);
	right: 0;
	left: 0;
	z-index: 9998;
	font-family: "Montserrat", sans-serif;
}

body.ff-custom-header-inner {
	padding-top: var(--ffh-inner-offset);
}

.ff-header--home {
	--ffh-icon: #f1f1f1;
	--ffh-row-bg: transparent;
	--ffh-row-border: transparent;
	--p: 0;
	--p-pct: 0%;
}

.ff-header--default {
	--p: 0;
	--p-pct: 0%;
}

@supports (color: color-mix(in srgb, white, black)) {
	.ff-header--home {
		--ffh-icon: color-mix(in srgb, #7e8e7d var(--p-pct), #f1f1f1);
		--ffh-row-bg: color-mix(in srgb, #ffffff var(--p-pct), transparent);
		--ffh-row-border: color-mix(in srgb, #bcc1bc var(--p-pct), transparent);
	}
}

@supports not (color: color-mix(in srgb, white, black)) {
	.ff-header--home.ff-header--scrolled {
		--ffh-icon: #7e8e7d;
		--ffh-row-bg: #ffffff;
		--ffh-row-border: #bcc1bc;
	}
}

.ff-header__promo {
	position: relative;
	min-height: var(--ffh-promo-height);
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--ffh-promo-bg);
	padding: 8px 12px;
}

.ff-header .ff-header__promo-link {
	color: var(--ffh-promo-text) !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.ff-header__desktop,
.ff-header__mobile {
	color: var(--ffh-icon);
	background: var(--ffh-row-bg) !important;
	border-bottom: 1px solid var(--ffh-row-border);
	transition: background-color 0.24s linear, color 0.24s linear, border-color 0.24s linear;
}

.ff-header--home .ff-header__desktop,
.ff-header--home .ff-header__mobile {
	transition: none;
}

.ff-header .ff-header__desktop {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--ffh-desktop-row-height);
	padding: 0 var(--ffh-desktop-pad);
	box-shadow: none;
}

.ff-header__left,
.ff-header__right {
	flex: 1 1 0;
	display: flex;
	align-items: center;
}

.ff-header__left {
	gap: 28px;
	justify-content: flex-start;
}

.ff-header__right {
	gap: 26px;
	justify-content: flex-end;
}

.ff-header__desktop .ff-header__left > *:not(.ff-header__logo):not(.ff-header__menu),
.ff-header__desktop .ff-header__center,
.ff-header__desktop .ff-header__right > *,
.ff-header__mobile-left > *:not(.ff-header__menu),
.ff-header__mobile-right > * {
	transform-origin: 50% 50%;
	transition: opacity 0.34s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.34s ease;
}

.ff-header__mobile-right > .ff-header__cart {
	transition: opacity 0.34s ease, filter 0.34s ease;
	transform: none;
}

.ff-header--menu-open .ff-header__desktop .ff-header__left > *:not(.ff-header__logo):not(.ff-header__menu),
.ff-header--menu-open .ff-header__desktop .ff-header__center,
.ff-header--menu-open .ff-header__desktop .ff-header__right > *,
.ff-header--menu-open .ff-header__mobile-left > *:not(.ff-header__menu),
.ff-header--menu-open .ff-header__mobile-right > * {
	opacity: 0;
	transform: scaleX(0.14);
	filter: blur(0.8px);
	pointer-events: none;
}

.ff-header--menu-open .ff-header__mobile-right > .ff-header__cart {
	transform: none;
	filter: none;
}

.ff-header--menu-open .ff-header__mobile .ff-header__cart-qty,
.ff-header--menu-open .ff-header__mobile .ff-header__wishlist-qty {
	display: none !important;
}

.ff-header--home.ff-header--menu-open .ff-header__desktop .ff-header__logo,
.ff-header--home.ff-header--menu-open .ff-header__desktop .ff-header__menu {
	color: #7e8e7d !important;
}

.ff-header--home:not(.ff-header--scrolled).ff-header--menu-open .ff-header__mobile .ff-header__menu,
.ff-header--home:not(.ff-header--scrolled).ff-header--menu-open .ff-header__mobile .ff-header__mobile-logo {
	color: #7e8e7d !important;
}

.ff-header--home:not(.ff-header--scrolled).ff-header--menu-open .ff-header__mobile-logo-layer--wordmark {
	color: #7e8e7d;
	opacity: 1;
}

.ff-header--home:not(.ff-header--scrolled).ff-header--menu-open .ff-header__mobile-logo-layer--mark {
	opacity: 0;
}

.ff-header__right > .ff-header__icon-link,
.ff-header__right > .ff-header__icon-btn,
.ff-header__right > .ff-header__cart,
.ff-header__right > .ff-header__search-fibo {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	flex: 0 0 auto;
}

.ff-header__right .ff-header__svg {
	display: block;
	width: auto;
	height: 27px;
	color: currentColor;
	fill: currentColor;
}

.ff-header__center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ff-header__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	max-width: 48px;
}

.ff-header__mark .ff-header__svg--desktop-mark {
	display: block;
	width: 48px;
	height: 48px;
}

.ff-header__logo,
.ff-header__mobile-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.ff-header__logo .ff-header__svg--desktop-logo {
	display: block;
	width: auto;
	height: 30px;
}

.ff-header__icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

.ff-header__icon-btn .ff-header__svg,
.ff-header__icon-link .ff-header__svg {
	display: block;
	width: auto;
	height: 27px;
}

.ff-header__desktop .ff-header__menu .ff-header__svg--desktop-menu {
	display: block;
	width: auto;
	height: 30px;
}

.ff-header__menu {
	position: relative;
	width: 35px;
	height: 35px;
}

.ff-header__mobile .ff-header__menu {
	width: 20px;
	height: 20px;
}

.ff-header__menu-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.ff-header__menu-icon .ff-header__svg {
	transition: opacity 0.24s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-header__menu-close-icon {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(0.65) rotate(-18deg);
	transition: opacity 0.22s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-header__menu-close-line {
	position: absolute;
	display: block;
	width: 39px;
	height: 1.8px;
	background: currentColor;
	transform-origin: 50% 50%;
	transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.ff-header__menu-close-line:first-child {
	transform: rotate(45deg) scaleX(0.14);
}

.ff-header__menu-close-line:last-child {
	transform: rotate(-45deg) scaleX(0.14);
}

.ff-header__mobile .ff-header__menu-close-line {
	width: 30px;
	height: 1.6px;
}

.ff-header--menu-open .ff-header__menu-icon .ff-header__svg {
	opacity: 0;
	transform: scale(0.62);
}

.ff-header--menu-open .ff-header__menu-close-icon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.ff-header--menu-open .ff-header__menu-close-line:first-child,
.ff-header__menu[aria-expanded="true"] .ff-header__menu-close-line:first-child {
	transform: rotate(45deg) scaleX(1);
}

.ff-header--menu-open .ff-header__menu-close-line:last-child,
.ff-header__menu[aria-expanded="true"] .ff-header__menu-close-line:last-child {
	transform: rotate(-45deg) scaleX(1);
}

.ff-header a.ff-header__icon-link,
.ff-header a.ff-header__cart,
.ff-header a.ff-header__logo,
.ff-header a.ff-header__mobile-logo {
	text-decoration: none;
	color: inherit !important;
}

.ff-header a,
.ff-header button,
.ff-header .dgwt-wcas-search-icon {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.ff-header a:active,
.ff-header a:hover,
.ff-header a:focus,
.ff-header a:focus-visible,
.ff-header button:active,
.ff-header button:hover,
.ff-header button:focus,
.ff-header button:focus-visible,
.ff-header .dgwt-wcas-search-icon:active,
.ff-header .dgwt-wcas-search-icon:hover,
.ff-header .dgwt-wcas-search-icon:focus,
.ff-header .dgwt-wcas-search-icon:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.ff-header .ff-header__desktop,
.ff-header .ff-header__mobile,
.ff-header .ff-header__desktop a,
.ff-header .ff-header__mobile a,
.ff-header .ff-header__icon-btn {
	color: var(--ffh-icon) !important;
}

.ff-header__cart {
	color: var(--ffh-icon);
}

.ff-header__cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.ff-header__cart-qty,
.ff-header__wishlist-qty {
	position: absolute;
	top: -1px;
	right: -2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12px;
	height: 14px;
	padding: 0 3px;
	border-radius: 0;
	background-color: var(--ffh-counter-bg);
	color: #ffffff;
	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	z-index: 2;
}

.ff-header__cart-qty[data-counter="0"],
.ff-header__wishlist-qty[data-counter="0"] {
	display: none;
}

.ff-header__search-fibo {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ffh-icon);
	z-index: 9999;
	margin-right: 4px;
}

.ff-header__search-fibo .dgwt-wcas-search-wrapp {
	margin: 0;
}

.ff-header__search-fibo .dgwt-wcas-search-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ffh-icon) !important;
	opacity: 1 !important;
}

.ff-header__search-fibo .dgwt-wcas-search-icon svg {
	display: block;
	width: auto;
	height: 27px;
	color: var(--ffh-icon) !important;
}

.ff-header__search-fibo .dgwt-wcas-search-icon path {
	fill: var(--ffh-icon) !important;
}

.ff-header__search-fibo .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon {
	opacity: 1 !important;
}

.ff-header__search-fibo .dgwt-wcas-ico-magnifier-handler path,
.ff-header__search-fibo .dgwt-wcas-ico-magnifier path {
	fill: var(--ffh-icon) !important;
}

.ff-header__search-fibo .dgwt-wcas-search-icon-arrow {
	display: none !important;
}

.ff-header__lang {
	margin-left: 0;
}

/* EN links are hidden intentionally for now; remove this block to restore them. */
.ff-header__lang,
.ff-menu__mobile-icon-link--lang {
	display: none !important;
}

.ff-header .ff-header__mobile {
	display: none;
	position: relative;
	min-height: 50px;
	align-items: center;
	justify-content: space-between;
	padding: 0 18px;
	background: var(--ffh-row-bg) !important;
}

.ff-header__mobile-left,
.ff-header__mobile-right {
	width: 33.33%;
	display: flex;
	align-items: center;
}

.ff-header__mobile-left > .ff-header__icon-btn,
.ff-header__mobile-left > .ff-header__search-fibo,
.ff-header__mobile-right > .ff-header__icon-link,
.ff-header__mobile-right > .ff-header__cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	line-height: 0;
}

.ff-header__mobile .ff-header__icon-btn img,
.ff-header__mobile .ff-header__icon-btn .ff-header__svg {
	width: 20px;
	height: 20px;
}

.ff-header__search-fibo--mobile .dgwt-wcas-search-icon svg {
	height: 20px;
	margin-top: 2px;
}

.ff-header__search-fibo--mobile {
	margin-right: 0;
}

.ff-header__mobile-left {
	gap: 25px;
	justify-content: flex-start;
}

.ff-header__mobile-right {
	justify-content: flex-end;
	gap: 25px;
}

.ff-header__mobile-center {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33%;
	min-height: 40px;
}

.ff-header__mobile-logo {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 136px;
	height: 30px;
	max-width: 100%;
}

.ff-header__mobile-logo-layer {
	position: absolute;
	inset: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transform-origin: 50% 50%;
	will-change: opacity, transform, filter;
}

.ff-header__mobile-logo-layer--wordmark {
	color: #f1f1f1;
	opacity: calc(1 - var(--p));
}

.ff-header--default .ff-header__mobile-logo-layer--wordmark {
	color: #7e8e7d;
}

.ff-header__mobile-logo-layer--mark {
	color: #7d8e7d;
	opacity: var(--p);
	transform: scale(calc(0.7 + (0.3 * var(--p))));
	filter: blur(calc((1 - var(--p)) * 1.4px));
}

.ff-header__mobile-logo-layer--wordmark .ff-header__svg {
	display: block;
	width: auto;
	height: 18px;
}

.ff-header__mobile-logo-layer--wordmark .ff-header__svg path {
	stroke-dasharray: 240;
	stroke-dashoffset: calc(var(--p) * 240);
}

.ff-header__mobile-logo-layer--mark .ff-header__svg {
	display: block;
	width: auto;
	height: 30px;
}

.ff-header__cart--mobile .ff-header__cart-icon .ff-header__svg {
	width: auto;
	height: 20px;
}

.ff-header__wishlist--mobile .ff-header__svg {
	width: 20px;
	height: 20px;
}

.ff-header__wishlist--mobile {
	position: relative;
}

.ff-header__wishlist--mobile .ff-header__wishlist-qty {
	top: -1px;
	right: -2px;
}

.ff-header__cart--mobile .ff-header__cart-qty {
	top: 13px;
	right: 16px;
}

body.ff-menu-open {
	overflow: hidden;
}

.ff-menu {
	position: fixed;
	top: calc(var(--ffh-admin-offset-global, 0px) + 40px);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9997;
	pointer-events: none;
}

.ff-menu__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	background: rgba(22, 24, 22, 0.16);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	opacity: 0;
	transition: opacity 0.36s ease;
	cursor: pointer;
	outline: none;
}

.ff-menu__overlay:hover,
.ff-menu__overlay:active,
.ff-menu__overlay:focus,
.ff-menu__overlay:focus-visible {
	background: rgba(22, 24, 22, 0.16);
	box-shadow: none;
}

.ff-menu.is-open .ff-menu__overlay:hover,
.ff-menu.is-open .ff-menu__overlay:active,
.ff-menu.is-open .ff-menu__overlay:focus,
.ff-menu.is-open .ff-menu__overlay:focus-visible {
	opacity: 1;
}

.ff-menu__panel {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 33vw;
	min-width: 0;
	background: #ffffff;
	color: #454a4f;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #d4d7d4;
	transform: translate3d(-102%, 0, 0);
	transition: transform 0.44s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.ff-menu.is-open {
	pointer-events: auto;
}

.ff-menu.is-open .ff-menu__overlay {
	opacity: 1;
}

.ff-menu.is-open .ff-menu__panel {
	transform: translate3d(0, 0, 0);
}

.ff-menu__head {
	min-height: 60px;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 0 var(--ff-layout-gutter, 20px);
	border-bottom: 1px solid #d4d7d4;
	flex: 0 0 auto;
	background: #ffffff;
}

.ff-menu__close {
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #7e8e7d;
	cursor: pointer;
}

.ff-menu__close-icon {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}

.ff-menu__close-line {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1.8px;
	background: currentColor;
	transform-origin: 50% 50%;
}

.ff-menu__close-line:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.ff-menu__close-line:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.ff-menu__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	padding: 18px 0 16px;
}

.ff-menu__body::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.ff-menu__nav {
	padding: 0 var(--ff-layout-gutter, 20px);
}

.ff-menu__list,
.ff-menu__list .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ff-menu__list > .menu-item {
	position: relative;
}

.ff-menu__list > .menu-item > a {
	display: flex;
	align-items: center;
	min-height: 52px;
	padding-right: 34px;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 400;
	color: #454a4f;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.ff-menu__list > .menu-item > a:hover {
	color: #7e8e7d;
}

.ff-menu__submenu-toggle {
	position: absolute;
	top: 26px;
	right: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 0;
	padding: 0;
	background: transparent;
	color: #454a4f;
	cursor: pointer;
	transform: translateY(-50%);
	z-index: 2;
}

.ff-menu__submenu-toggle::before {
	content: "";
	width: 9px;
	height: 9px;
	border-top: 1.5px solid currentColor;
	border-right: 1.5px solid currentColor;
	transform: rotate(135deg);
	transition: transform 0.26s ease;
}

.ff-menu__item--open > .ff-menu__submenu-toggle::before {
	transform: rotate(-45deg);
}

.ff-menu__list .sub-menu {
	display: block !important;
}

.ff-menu__list > .menu-item > .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.34s ease;
}

.ff-menu__list > .ff-menu__item--open > .sub-menu {
	max-height: 1200px;
}

.ff-menu__list > .menu-item > .sub-menu > .menu-item > a {
	display: block;
	padding: 13px 0 13px 48px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #454a4f;
	text-decoration: none;
}

.ff-menu__list > .menu-item > .sub-menu > .menu-item > a:hover {
	color: #7e8e7d;
}

.ff-menu__list .sub-menu .sub-menu {
	display: none;
}

.ff-menu__footer {
	flex: 0 0 auto;
	border-top: 0;
	padding: 36px var(--ff-layout-gutter, 20px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #ffffff;
}

.ff-menu__footer--mobile {
	display: none;
	background: #879884;
	border-top: 1px solid #c7cdc7;
}

.ff-menu__footer--mobile a,
.ff-menu__footer--mobile .ff-menu__phone,
.ff-menu__footer--mobile .ff-menu__mobile-icon-link {
	color: #f3f3f1 !important;
	text-decoration: none !important;
	font-family: inherit !important;
}

.ff-menu__footer--mobile .ff-menu__mobile-icon-link .ff-menu__mobile-icon-svg {
	color: inherit !important;
	fill: currentColor;
}

.ff-menu__footer--desktop .ff-menu__phone,
.ff-menu__footer--desktop .ff-menu__social-link {
	color: #7e8e7d;
}

.ff-menu__phone {
	display: inline-flex;
	align-items: center;
	color: #f3f3f1;
	text-decoration: none;
	font-size: clamp(18px, 1.2vw, 32px);
	line-height: 1.1;
	font-weight: 400;
}

.ff-menu__socials,
.ff-menu__mobile-icons {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.ff-menu__footer--mobile .ff-menu__mobile-icons {
	gap: 22px;
}

.ff-menu__social-link,
.ff-menu__mobile-icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #f3f3f1;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	user-select: none;
}

.ff-menu__list a,
.ff-menu__submenu-toggle,
.ff-menu__phone,
.ff-menu__mobile-icon-link {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}

.ff-menu__list a:active,
.ff-menu__list a:hover,
.ff-menu__list a:focus,
.ff-menu__list a:focus-visible,
.ff-menu__phone:active,
.ff-menu__phone:hover,
.ff-menu__phone:focus,
.ff-menu__phone:focus-visible,
.ff-menu__mobile-icon-link:active,
.ff-menu__mobile-icon-link:hover,
.ff-menu__mobile-icon-link:focus,
.ff-menu__mobile-icon-link:focus-visible,
.ff-menu__submenu-toggle:active,
.ff-menu__submenu-toggle:hover,
.ff-menu__submenu-toggle:focus,
.ff-menu__submenu-toggle:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	opacity: 1 !important;
	filter: none !important;
	outline: none !important;
}

.ff-menu__submenu-toggle:active,
.ff-menu__submenu-toggle:hover,
.ff-menu__submenu-toggle:focus,
.ff-menu__submenu-toggle:focus-visible {
	transform: translateY(-50%);
}

.ff-menu__social-svg,
.ff-menu__mobile-icon-svg {
	display: block;
	width: auto;
	height: 26px;
}

.ff-menu__mobile-icon-svg--lang {
	height: 24px;
}

@media (max-width: 1024px) {
	:root {
		--ffh-inner-offset: calc(25px + 50px);
	}

	.ff-header {
		--ffh-promo-height: 25px;
	}

	.ff-header .ff-header__desktop {
		display: none !important;
	}

	.ff-header .ff-header__mobile {
		display: flex !important;
	}

	.ff-header__promo {
		min-height: var(--ffh-promo-height);
		padding: 0 10px;
	}

	.ff-header .ff-header__promo-link {
		font-size: 10px;
	}

	.ff-menu {
		top: calc(var(--ffh-admin-offset-global, 0px) + 25px);
	}

	.ff-menu__panel {
		width: 100%;
		min-width: 0;
	}

	.ff-menu__head {
		min-height: 50px;
		padding: 0 18px;
	}

	.ff-menu__body {
		padding: 12px 0;
	}

	.ff-menu__nav {
		padding: 0 18px;
	}

	.ff-menu__list > .menu-item > a {
		min-height: 44px;
		font-size: 16px;
	}

	.ff-menu__submenu-toggle {
		top: 22px;
	}

	.ff-menu__list > .menu-item > .sub-menu > .menu-item > a {
		padding: 13px 0 13px 30px;
		font-size: 16px;
	}

	.ff-menu__footer--desktop {
		display: none;
	}

	.ff-menu__footer--mobile {
		display: flex;
		padding: 20px 18px;
	}

	.ff-menu__phone {
		font-size: 16px;
	}

	.ff-menu__social-svg,
	.ff-menu__mobile-icon-svg {
		height: 23px;
	}

	.ff-menu__mobile-icon-svg--lang {
		height: 20px;
	}
}

@media (max-width: 767px) {
	.ff-header .ff-header__promo-link {
		font-size: 10px;
	}

	.ff-header__mobile {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ff-header__mobile-left {
		gap: 25px;
	}

	.ff-header__mobile-right {
		gap: 25px;
	}

	.ff-menu__overlay {
		backdrop-filter: blur(1.4px);
		-webkit-backdrop-filter: blur(1.4px);
	}

	.ff-menu__list > .menu-item > a {
		font-size: 16px;
	}

	.ff-menu__list > .menu-item > .sub-menu > .menu-item > a {
		font-size: 16px;
	}

}

@media (min-width: 1025px) {
	.ff-header .ff-header__mobile {
		display: none !important;
	}

	.ff-header .ff-header__desktop {
		display: flex !important;
	}
}
