.ff-header {
	--ffh-icon: #7e8e7d;
	--ffh-promo-bg: #7e8e7e;
	--ffh-promo-text: #ffffff;
	--ffh-row-bg: #ffffff;
	--ffh-row-border: #bcc1bc;
	--ffh-counter-bg: #7e8d7e;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 9998;
	font-family: "Montserrat", sans-serif;
}

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

.ff-header--home.ff-header--scrolled {
	--ffh-icon: #7e8e7d;
	--ffh-row-bg: #ffffff;
	--ffh-row-border: #bcc1bc;
}

.ff-header--home .ff-header__desktop,
.ff-header--home .ff-header__mobile {
	background: transparent !important;
}

.ff-header--home.ff-header--scrolled .ff-header__desktop,
.ff-header--home.ff-header--scrolled .ff-header__mobile {
	background: #ffffff !important;
}

.ff-header__promo {
	position: relative;
	min-height: 40px;
	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);
	border-bottom: 1px solid var(--ffh-row-border);
	transition: background-color 0.45s ease, color 0.45s ease, border-color 0.45s ease;
}

.ff-header .ff-header__desktop {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 60px;
	padding: 0 60px;
	background: var(--ffh-row-bg) !important;
	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__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 {
	width: 48px;
	height: 48px;
	max-width: 48px;
	object-fit: contain;
}

.ff-header__logo img {
	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 img,
.ff-header__icon-link img {
	display: block;
	width: auto;
	height: 30px;
	transition: opacity 0.3s ease;
}

.ff-header__desktop .ff-header__menu img {
	height: 30px;
}

.ff-header a.ff-header__icon-link,
.ff-header a.ff-header__cart,
.ff-header a.ff-header__mobile-logo {
	text-decoration: none;
	color: inherit !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 {
	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"] {
	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;
}

.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 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
}

.ff-header__mobile-logo img {
	display: block;
	width: auto;
	max-width: none;
	height: 18px;
}

.ff-header--home:not(.ff-header--scrolled) .ff-header__mobile-logo img {
	height: 18px;
}

.ff-header--default .ff-header__mobile-logo img,
.ff-header--home.ff-header--scrolled .ff-header__mobile-logo img {
	height: 30px;
}

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

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

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

@media (max-width: 1024px) {
	.ff-header .ff-header__desktop {
		display: none !important;
	}

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

	.ff-header__promo {
		min-height: 25px;
		padding: 0 10px;
	}

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

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

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

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

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

}

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

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

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

@media (max-width: 782px) {
	body.admin-bar .ff-header {
		top: 46px;
	}
}
