.fk-header--v2 {
	position: relative;
	z-index: 1000;
	border-bottom: 0 !important;
	color: #20302e;
	background: #fff !important;
	box-shadow: 0 8px 28px rgba(32, 44, 43, 0.045);
}

.fk-header--v2::before {
	display: none !important;
}

.fk-header--v2::after {
	content: "" !important;
	position: absolute !important;
	right: 0 !important;
	bottom: -1px !important;
	left: 0 !important;
	z-index: 4 !important;
	display: block !important;
	width: auto !important;
	height: 5px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background:
		linear-gradient(135deg, transparent 45%, rgba(216, 166, 43, 0.78) 46% 54%, transparent 55%) 0 0 / 16px 8px repeat-x,
		linear-gradient(45deg, transparent 45%, rgba(8, 155, 156, 0.66) 46% 54%, transparent 55%) 8px 0 / 16px 8px repeat-x !important;
	opacity: 0.78 !important;
	pointer-events: none;
}

.fk-header--v2 .fk-header__top {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	min-height: 32px;
	border: 0 !important;
	color: rgba(255, 255, 255, 0.9);
	background: #056b6d !important;
}

.fk-header--v2 .fk-header__top-inner,
.fk-header--v2 .fk-header__main,
.fk-header--v2 .fk-nav,
.fk-header--v2 .fk-mobile-menu__inner,
.fk-header--v2 .fk-mobile-search {
	width: min(1180px, calc(100% - 32px));
	margin-inline: auto;
}

.fk-header--v2 .fk-header__top-inner {
	display: flex;
	min-height: 32px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-size: 10px;
	font-weight: 750;
}

.fk-header--v2 .fk-header__top-group {
	display: flex;
	align-items: center;
	gap: 20px;
}

.fk-header--v2 .fk-header__top span,
.fk-header--v2 .fk-header__top a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.fk-header--v2 .fk-header__top a {
	font-weight: 900;
}

.fk-header--v2 .fk-header__top svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: #f0c65d;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fk-header--v2 .fk-header__main {
	display: grid;
	grid-template-columns: minmax(300px, 1fr) minmax(360px, 600px) auto;
	gap: 30px;
	min-height: 90px;
	align-items: center;
	padding: 10px 0;
	background: transparent !important;
}

.fk-header--v2 .fk-header__main::before,
.fk-header--v2 .fk-header__main::after {
	display: none !important;
}

.fk-header--v2 .fk-brand {
	position: relative;
	z-index: 1;
	display: inline-flex;
	min-width: 0;
	align-items: center;
	justify-self: start;
	gap: 14px;
	color: #056b6d;
	text-decoration: none;
}

.fk-header--v2 .fk-brand__mark {
	position: relative;
	display: grid;
	flex: 0 0 76px;
	width: 76px;
	height: 62px;
	place-items: center;
	padding: 6px;
	border: 1px solid rgba(8, 155, 156, 0.16) !important;
	border-radius: 6px !important;
	background: #fff !important;
	box-shadow: 0 8px 20px rgba(32, 44, 43, 0.055) !important;
}

.fk-header--v2 .fk-brand__mark::before,
.fk-header--v2 .fk-brand__mark::after {
	content: "" !important;
	position: absolute !important;
	z-index: 2;
	display: block !important;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid rgba(216, 166, 43, 0.72) !important;
	border-radius: 0 !important;
	background: #fff !important;
	transform: rotate(45deg) !important;
}

.fk-header--v2 .fk-brand__mark::before {
	top: -5px !important;
	right: -5px !important;
	left: auto !important;
}

.fk-header--v2 .fk-brand__mark::after {
	top: auto !important;
	right: auto !important;
	bottom: -5px !important;
	left: -5px !important;
	border-color: rgba(8, 155, 156, 0.55) !important;
}

.fk-header--v2 .fk-brand__mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fk-header--v2 .fk-brand__text {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.fk-header--v2 .fk-brand__title {
	color: #056b6d;
	font-size: 25px;
	font-weight: 950;
	line-height: 1.45;
	letter-spacing: 0;
	white-space: nowrap;
}

.fk-header--v2 .fk-brand__sub {
	color: #6c7773;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.7;
	white-space: nowrap;
}

.fk-header--v2 .fk-desktop-search {
	width: 100%;
}

.fk-header--v2 .fk-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	width: 100%;
	height: 48px;
	padding: 3px 4px 3px 3px;
	border: 1px solid rgba(8, 155, 156, 0.22) !important;
	border-radius: 8px !important;
	background: #fbfcfa !important;
	box-shadow: 0 10px 28px rgba(32, 44, 43, 0.045) !important;
}

.fk-header--v2 .fk-search:focus-within {
	border-color: rgba(8, 155, 156, 0.58) !important;
	box-shadow: 0 0 0 3px rgba(8, 155, 156, 0.08) !important;
}

.fk-header--v2 .fk-search input[type="search"] {
	min-width: 0;
	height: 40px;
	padding: 0 13px;
	border: 0 !important;
	outline: 0;
	color: #263532;
	background: transparent !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
}

.fk-header--v2 .fk-search input[type="search"]::placeholder {
	color: #8a928f;
	opacity: 1;
}

.fk-header--v2 .fk-search button {
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 6px !important;
	color: #fff !important;
	background: #089b9c !important;
	box-shadow: none !important;
	cursor: pointer;
}

.fk-header--v2 .fk-search button:hover,
.fk-header--v2 .fk-search button:focus-visible {
	background: #056b6d !important;
}

.fk-header--v2 .fk-search button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fk-header--v2 .fk-actions {
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 8px;
}

.fk-header--v2 .fk-action {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 9px;
	padding: 5px 9px !important;
	border: 1px solid rgba(8, 155, 156, 0.13) !important;
	border-radius: 8px !important;
	color: #243432 !important;
	background: #fff !important;
	box-shadow: none !important;
	text-decoration: none;
}

.fk-header--v2 .fk-action:hover,
.fk-header--v2 .fk-action:focus-visible {
	border-color: rgba(8, 155, 156, 0.34) !important;
	background: rgba(8, 155, 156, 0.035) !important;
}

.fk-header--v2 .fk-action__icon {
	position: relative;
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	color: #087f80;
	background: rgba(8, 155, 156, 0.07);
}

.fk-header--v2 .fk-action__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fk-header--v2 .fk-action__icon b {
	position: absolute;
	top: -7px;
	right: -7px;
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background: #d19b1f;
	font-size: 9px;
	font-weight: 950;
}

.fk-header--v2 .fk-action__copy {
	display: grid;
	gap: 0;
	min-width: 55px;
}

.fk-header--v2 .fk-action__copy small {
	color: #818a87;
	font-size: 8px;
	font-weight: 700;
}

.fk-header--v2 .fk-action__copy strong {
	color: #263532;
	font-size: 11px;
	font-weight: 900;
}

.fk-header--v2 .fk-menu-toggle,
.fk-header--v2 .fk-mobile-search {
	display: none;
}

.fk-header--v2 .fk-nav-bar {
	position: relative;
	border-top: 1px solid rgba(216, 166, 43, 0.18) !important;
	border-bottom: 1px solid rgba(8, 155, 156, 0.1) !important;
	background: #fffdfa !important;
}

.fk-header--v2 .fk-nav-bar::after {
	display: none !important;
}

.fk-header--v2 .fk-nav {
	display: flex;
	min-height: 48px;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
}

.fk-header--v2 .fk-nav > a,
.fk-header--v2 .fk-cat-menu > summary {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid transparent !important;
	border-radius: 6px !important;
	color: #344542;
	background: transparent !important;
	font-size: 11px;
	font-weight: 900;
	text-decoration: none;
	cursor: pointer;
}

.fk-header--v2 .fk-nav > a:hover,
.fk-header--v2 .fk-nav > a:focus-visible,
.fk-header--v2 .fk-cat-menu[open] > summary,
.fk-header--v2 .fk-cat-menu > summary:hover {
	border-color: rgba(8, 155, 156, 0.12) !important;
	color: #056b6d !important;
	background: rgba(8, 155, 156, 0.055) !important;
}

.fk-header--v2 .fk-nav__featured {
	position: relative;
	margin-right: 6px;
	color: #8b6a19 !important;
}

.fk-header--v2 .fk-nav__featured::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-left: 7px;
	border-radius: 50%;
	background: #d8a62b;
}

.fk-header--v2 .fk-cat-menu {
	position: relative;
}

.fk-header--v2 .fk-cat-menu__panel {
	top: calc(100% + 7px);
	right: 0;
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	gap: 5px;
	width: min(520px, calc(100vw - 32px));
	padding: 12px;
	border: 1px solid rgba(8, 155, 156, 0.14) !important;
	border-radius: 8px !important;
	background: rgba(255, 255, 255, 0.99) !important;
	box-shadow: 0 18px 44px rgba(32, 44, 43, 0.13) !important;
}

.fk-header--v2 .fk-cat-menu__panel a {
	min-height: 39px;
	border-radius: 6px;
	font-size: 11px;
}

.fk-header--v2 .fk-cat-menu__panel small,
.fk-header--v2 .fk-mobile-cats small {
	color: #b9840e;
}

.fk-header--v2 .fk-mobile-menu {
	border: 0 !important;
	background: #fff !important;
}

@media (max-width: 1080px) {
	.fk-header--v2 .fk-header__main {
		grid-template-columns: minmax(270px, 1fr) minmax(300px, 480px) auto;
		gap: 18px;
	}

	.fk-header--v2 .fk-brand__title {
		font-size: 22px;
	}

	.fk-header--v2 .fk-action__copy {
		display: none;
	}

	.fk-header--v2 .fk-action {
		padding: 6px !important;
	}

	.fk-header--v2 .fk-nav__featured:nth-last-child(1) {
		display: none;
	}
}

@media (max-width: 960px) {
	.fk-header--v2 .fk-header__top-inner,
	.fk-header--v2 .fk-header__main,
	.fk-header--v2 .fk-mobile-menu__inner,
	.fk-header--v2 .fk-mobile-search {
		width: min(100% - 20px, 1180px);
	}

	.fk-header--v2 .fk-header__top,
	.fk-header--v2 .fk-header__top-inner {
		min-height: 30px;
	}

	.fk-header--v2 .fk-header__top-inner {
		gap: 10px;
		font-size: 9px;
	}

	.fk-header--v2 .fk-header__top-group > span {
		display: none;
	}

	.fk-header--v2 .fk-header__main {
		grid-template-columns: minmax(0, 1fr) 42px 42px;
		gap: 7px;
		min-height: 68px;
		padding: 8px 0;
		background: #fff !important;
	}

	.fk-header--v2 .fk-brand {
		gap: 10px;
	}

	.fk-header--v2 .fk-brand__mark {
		flex-basis: 56px;
		width: 56px;
		height: 48px;
		padding: 4px;
	}

	.fk-header--v2 .fk-brand__mark::before,
	.fk-header--v2 .fk-brand__mark::after {
		display: none !important;
	}

	.fk-header--v2 .fk-brand__title {
		font-size: 19px;
	}

	.fk-header--v2 .fk-brand__sub,
	.fk-header--v2 .fk-desktop-search,
	.fk-header--v2 .fk-action--account,
	.fk-header--v2 .fk-action__copy,
	.fk-header--v2 .fk-nav-bar {
		display: none !important;
	}

	.fk-header--v2 .fk-actions {
		display: contents;
	}

	.fk-header--v2 .fk-actions__cart {
		display: grid !important;
		width: 42px;
		height: 42px;
		min-height: 42px;
		place-items: center;
		padding: 3px !important;
	}

	.fk-header--v2 .fk-action__icon {
		width: 34px;
		height: 34px;
	}

	.fk-header--v2 .fk-menu-toggle {
		display: grid;
		width: 42px;
		height: 42px;
		padding: 10px !important;
		place-content: center;
		gap: 4px;
		border: 1px solid rgba(8, 155, 156, 0.16) !important;
		border-radius: 8px !important;
		background: #fff !important;
		box-shadow: none !important;
	}

	.fk-header--v2 .fk-menu-toggle span[aria-hidden="true"] {
		width: 20px;
		height: 2px;
		margin: 0;
		border-radius: 2px;
		background: #056b6d;
	}

	.fk-header--v2 .fk-mobile-search {
		display: block;
		padding: 0 0 10px;
	}

	.fk-header--v2 .fk-mobile-search .fk-search {
		height: 43px;
		grid-template-columns: minmax(0, 1fr) 37px;
	}

	.fk-header--v2 .fk-mobile-search .fk-search input[type="search"] {
		height: 35px;
		font-size: 11px;
	}

	.fk-header--v2 .fk-mobile-search .fk-search button {
		width: 35px;
		height: 35px;
	}

	.fk-header--v2 .fk-mobile-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 40;
		max-height: calc(100vh - 176px);
		overflow-y: auto;
		overscroll-behavior: contain;
		border-top: 1px solid rgba(8, 155, 156, 0.12) !important;
		border-bottom: 1px solid rgba(8, 155, 156, 0.14) !important;
		background: rgba(255, 255, 255, 0.99) !important;
		box-shadow: 0 22px 46px rgba(32, 44, 43, 0.16) !important;
	}

	.fk-header--v2.fk-header--menu-open .fk-mobile-menu {
		animation: none !important;
	}

	.fk-header--v2 .fk-mobile-menu__inner {
		display: grid;
		gap: 14px;
		padding: 16px 0 20px;
	}

	.fk-header--v2 .fk-mobile-nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
	}

	.fk-header--v2 .fk-mobile-nav a,
	.fk-header--v2 .fk-mobile-cats a {
		min-height: 42px;
		border: 1px solid rgba(8, 155, 156, 0.1) !important;
		border-radius: 7px !important;
		background: #fffdfa !important;
		font-size: 11px;
	}

	.fk-header--v2 .fk-mobile-cats {
		margin: 0;
		padding: 12px;
		border: 1px solid rgba(216, 166, 43, 0.2);
		border-radius: 8px;
		background: rgba(216, 166, 43, 0.035);
	}

	.fk-header--v2 .fk-mobile-cats summary {
		color: #056b6d;
		font-size: 12px;
		font-weight: 950;
	}

	.fk-header--v2 .fk-mobile-cats div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin-top: 10px;
	}
}

@media (max-width: 520px) {
	.fk-header--v2 .fk-header__main {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
		direction: rtl;
	}

	.fk-header--v2 .fk-brand {
		width: 100%;
		max-width: 100%;
		justify-self: stretch;
		overflow: hidden;
	}

	.fk-header--v2 .fk-brand__text {
		overflow: hidden;
	}

	.fk-header--v2 .fk-header__hours {
		font-size: 8px;
	}

	.fk-header--v2 .fk-header__top-group {
		gap: 8px;
	}

	.fk-header--v2 .fk-brand__title {
		overflow: hidden;
		font-size: 15px;
		text-overflow: ellipsis;
	}

	.fk-header--v2 .fk-brand__mark {
		flex-basis: 46px;
		width: 46px;
		height: 42px;
	}

	.fk-header--v2 .fk-mobile-nav,
	.fk-header--v2 .fk-mobile-cats div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 5px;
	}

	.fk-header--v2 .fk-mobile-nav a,
	.fk-header--v2 .fk-mobile-cats a {
		padding-inline: 8px;
		font-size: 10px;
	}
}

@media (max-width: 760px) {
	#site-header.fk-header--v2 .fk-mobile-menu__shipping {
		direction: rtl;
		display: flex;
		min-height: 56px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 9px 12px;
		border: 1px solid rgba(201, 149, 34, 0.22);
		border-radius: 13px;
		color: var(--fk-header-teal-dark);
		background: #fffbf1;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__shipping svg {
		flex: 0 0 22px;
		width: 22px;
		height: 22px;
		fill: none;
		stroke: var(--fk-header-gold);
		stroke-width: 1.8;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__shipping span {
		display: grid;
		gap: 1px;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__shipping strong {
		font-size: 11px;
		font-weight: 950;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__shipping small {
		color: var(--fk-header-muted);
		font-size: 9px;
		font-weight: 750;
	}
}

/* Final mobile header: clear branding, balanced actions and a usable menu. */
@media (max-width: 960px) {
	html.fk-mobile-menu-lock {
		overflow: hidden;
	}

	#site-header.fk-header--v2 {
		width: 100%;
		max-width: 100vw;
		overflow: visible;
		box-shadow: 0 8px 24px rgba(32, 44, 43, 0.08);
	}

	#site-header.fk-header--v2 .fk-header__top-inner,
	#site-header.fk-header--v2 .fk-header__main,
	#site-header.fk-header--v2 .fk-mobile-search,
	#site-header.fk-header--v2 .fk-mobile-menu__inner {
		width: min(100% - 24px, 1180px);
		max-width: calc(100% - 24px);
		box-sizing: border-box;
	}

	#site-header.fk-header--v2 .fk-header__top,
	#site-header.fk-header--v2 .fk-header__top-inner {
		min-height: 30px;
	}

	#site-header.fk-header--v2 .fk-header__top-inner {
		direction: rtl;
		justify-content: space-between;
		gap: 12px;
		overflow: hidden;
		font-size: 9px;
		white-space: nowrap;
	}

	#site-header.fk-header--v2 .fk-header__top-group > span {
		display: none;
	}

	#site-header.fk-header--v2 .fk-header__top-group,
	#site-header.fk-header--v2 .fk-header__hours {
		min-width: 0;
	}

	#site-header.fk-header--v2 .fk-header__main {
		direction: rtl;
		display: grid;
		grid-template-columns: minmax(112px, 1fr) repeat(3, 42px);
		gap: 7px;
		min-height: 66px;
		padding: 9px 0 7px;
	}

	#site-header.fk-header--v2 .fk-brand {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		justify-self: stretch;
		overflow: hidden;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		display: grid;
		flex: 0 0 116px;
		width: 116px;
		height: 46px;
		max-width: 100%;
		padding: 3px 6px;
		border-color: rgba(8, 155, 156, 0.12) !important;
		border-radius: 10px !important;
		box-shadow: none !important;
	}

	#site-header.fk-header--v2 .fk-brand__mark img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	#site-header.fk-header--v2 .fk-brand__text {
		display: none !important;
	}

	#site-header.fk-header--v2 .fk-actions {
		display: contents;
	}

	#site-header.fk-header--v2 .fk-action--account,
	#site-header.fk-header--v2 .fk-actions__cart,
	#site-header.fk-header--v2 .fk-menu-toggle {
		display: grid !important;
		width: 42px;
		height: 42px;
		min-height: 42px;
		place-items: center;
		padding: 3px !important;
		border: 1px solid rgba(8, 155, 156, 0.17) !important;
		border-radius: 11px !important;
		background: #fff !important;
		box-shadow: 0 5px 14px rgba(32, 44, 43, 0.05) !important;
	}

	#site-header.fk-header--v2 .fk-action--account:hover,
	#site-header.fk-header--v2 .fk-actions__cart:hover,
	#site-header.fk-header--v2 .fk-menu-toggle:hover,
	#site-header.fk-header--v2 .fk-action--account:focus-visible,
	#site-header.fk-header--v2 .fk-actions__cart:focus-visible,
	#site-header.fk-header--v2 .fk-menu-toggle:focus-visible {
		border-color: rgba(8, 155, 156, 0.42) !important;
		background: rgba(8, 155, 156, 0.055) !important;
		outline: 2px solid rgba(8, 155, 156, 0.12);
		outline-offset: 2px;
	}

	#site-header.fk-header--v2 .fk-action__icon {
		width: 34px;
		height: 34px;
	}

	#site-header.fk-header--v2 .fk-action__icon b {
		top: -5px;
		right: -5px;
		min-width: 17px;
		height: 17px;
		font-size: 8px;
	}

	#site-header.fk-header--v2 .fk-menu-toggle {
		place-content: center;
		gap: 4px;
	}

	#site-header.fk-header--v2 .fk-menu-toggle span[aria-hidden="true"] {
		width: 20px;
		height: 2px;
		margin: 0;
		border-radius: 999px;
		background: #056b6d;
		transition: transform 180ms ease, opacity 180ms ease;
	}

	#site-header.fk-header--v2 .fk-menu-toggle .screen-reader-text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	#site-header.fk-header--v2 .fk-mobile-search {
		display: block;
		padding: 0 0 10px;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search {
		height: 44px;
		grid-template-columns: minmax(0, 1fr) 38px;
		padding: 3px;
		border-radius: 12px !important;
		background: #fbfcfa !important;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search input[type="search"] {
		height: 36px;
		padding-inline: 11px;
		font-size: 11px;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search button {
		width: 36px;
		height: 36px;
		border-radius: 9px !important;
	}

	#site-header.fk-header--v2 .fk-mobile-menu {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		width: 100%;
		max-height: calc(100dvh - 142px);
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		border-top: 1px solid rgba(8, 155, 156, 0.12) !important;
		border-bottom: 1px solid rgba(8, 155, 156, 0.16) !important;
		background: rgba(255, 255, 255, 0.985) !important;
		box-shadow: 0 24px 46px rgba(25, 50, 47, 0.2) !important;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__inner {
		gap: 12px;
		padding: 14px 0 20px;
	}

	#site-header.fk-header--v2 .fk-mobile-nav a,
	#site-header.fk-header--v2 .fk-mobile-cats a {
		min-height: 44px;
		padding-inline: 10px;
		border-radius: 9px !important;
		font-size: 11px;
		line-height: 1.6;
	}
}

@media (max-width: 520px) {
	#site-header.fk-header--v2 .fk-header__top-inner,
	#site-header.fk-header--v2 .fk-header__main,
	#site-header.fk-header--v2 .fk-mobile-search,
	#site-header.fk-header--v2 .fk-mobile-menu__inner {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
	}

	#site-header.fk-header--v2 .fk-header__main {
		grid-template-columns: minmax(96px, 1fr) repeat(3, 40px);
		gap: 6px;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		flex-basis: 108px;
		width: 108px;
		height: 43px;
	}

	#site-header.fk-header--v2 .fk-action--account,
	#site-header.fk-header--v2 .fk-actions__cart,
	#site-header.fk-header--v2 .fk-menu-toggle {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	#site-header.fk-header--v2 .fk-action__icon {
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 350px) {
	#site-header.fk-header--v2 .fk-header__top-inner {
		justify-content: center;
	}

	#site-header.fk-header--v2 .fk-header__hours {
		display: none;
	}

	#site-header.fk-header--v2 .fk-header__main {
		grid-template-columns: minmax(78px, 1fr) repeat(3, 38px);
		gap: 5px;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		flex-basis: 94px;
		width: 94px;
		padding-inline: 3px;
	}

	#site-header.fk-header--v2 .fk-action--account,
	#site-header.fk-header--v2 .fk-actions__cart,
	#site-header.fk-header--v2 .fk-menu-toggle {
		width: 38px;
		height: 38px;
		min-height: 38px;
	}
}

/* Compact social access: icons in the desktop utility bar and labelled
 * actions inside the mobile menu. */
#site-header.fk-header--v2 .fk-social-links--header {
	direction: ltr;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-right: 2px;
	padding-right: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.18);
}

#site-header.fk-header--v2 .fk-social-links--header .fk-social-link {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.94);
	background: rgba(255, 255, 255, 0.07);
	transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

#site-header.fk-header--v2 .fk-social-links--header .fk-social-link:hover,
#site-header.fk-header--v2 .fk-social-links--header .fk-social-link:focus-visible {
	border-color: #edc765;
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	outline: none;
}

#site-header.fk-header--v2 .fk-social-links--header svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

#site-header.fk-header--v2 .fk-social-links--header .fk-social-icon__dot {
	fill: currentColor;
	stroke: none;
}

#site-header.fk-header--v2 .fk-social-links--header .fk-social-link span {
	display: none;
}

#site-header.fk-header--v2 .fk-mobile-menu__socials {
	display: grid;
	gap: 10px;
	padding: 13px;
	border: 1px solid rgba(8, 127, 128, 0.12);
	border-radius: 12px;
	background: #f7faf9;
}

#site-header.fk-header--v2 .fk-mobile-menu__socials > strong {
	color: var(--fk-header-teal-dark);
	font-size: 12px;
	font-weight: 950;
}

#site-header.fk-header--v2 .fk-social-links--mobile-menu {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
}

#site-header.fk-header--v2 .fk-social-links--mobile-menu .fk-social-link {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 7px;
	border: 1px solid rgba(8, 127, 128, 0.12);
	border-radius: 9px;
	color: var(--fk-header-teal-dark);
	background: #fff;
	font-size: 10px;
	font-weight: 900;
	text-decoration: none;
}

#site-header.fk-header--v2 .fk-social-links--mobile-menu svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

#site-header.fk-header--v2 .fk-social-links--mobile-menu .fk-social-icon__dot {
	fill: currentColor;
	stroke: none;
}

@media (max-width: 960px) {
	#site-header.fk-header--v2 .fk-social-links--header {
		display: none;
	}
}

/* Header v3: quiet luxury, stronger hierarchy and true desktop/mobile layouts. */
#site-header.fk-header--v2 {
	--fk-header-ink: #193431;
	--fk-header-muted: #6f7d79;
	--fk-header-teal: #087f80;
	--fk-header-teal-dark: #056b6d;
	--fk-header-gold: #c99522;
	position: relative;
	z-index: 1000;
	isolation: isolate;
	width: 100%;
	border: 0 !important;
	color: var(--fk-header-ink);
	background: rgba(255, 255, 255, 0.98) !important;
	box-shadow: 0 10px 32px rgba(26, 54, 51, 0.065) !important;
}

#site-header.fk-header--v2::before {
	display: none !important;
}

#site-header.fk-header--v2::after {
	content: "" !important;
	position: absolute !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 5 !important;
	display: block !important;
	width: auto !important;
	height: 2px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: linear-gradient(90deg, transparent 4%, rgba(201, 149, 34, 0.72) 28%, rgba(8, 127, 128, 0.75) 72%, transparent 96%) !important;
	opacity: 0.72 !important;
	pointer-events: none;
}

#site-header.fk-header--v2 .fk-header__top {
	width: 100% !important;
	max-width: none !important;
	min-height: 30px;
	margin: 0 !important;
	border: 0 !important;
	color: rgba(255, 255, 255, 0.92);
	background: var(--fk-header-teal-dark) !important;
}

#site-header.fk-header--v2 .fk-header__top-inner,
#site-header.fk-header--v2 .fk-header__main,
#site-header.fk-header--v2 .fk-nav,
#site-header.fk-header--v2 .fk-mobile-search {
	width: min(1240px, calc(100% - 40px));
	max-width: 1240px;
	margin-inline: auto;
	box-sizing: border-box;
}

#site-header.fk-header--v2 .fk-header__top-inner {
	direction: ltr;
	display: grid;
	grid-template-areas: "hours promise group";
	grid-template-columns: 1fr auto 1fr;
	min-height: 30px;
	align-items: center;
	gap: 20px;
	font-size: 10px;
	font-weight: 750;
}

#site-header.fk-header--v2 .fk-header__top-group {
	grid-area: group;
	direction: rtl;
	display: flex;
	align-items: center;
	justify-self: end;
	gap: 20px;
}

#site-header.fk-header--v2 .fk-header__promise {
	grid-area: promise;
	direction: rtl;
	justify-self: center;
	font-weight: 850;
}

#site-header.fk-header--v2 .fk-header__hours {
	grid-area: hours;
	direction: rtl;
	justify-self: start;
}

#site-header.fk-header--v2 .fk-header__top span,
#site-header.fk-header--v2 .fk-header__top a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

#site-header.fk-header--v2 .fk-header__top a {
	font-weight: 900;
}

#site-header.fk-header--v2 .fk-header__top svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: #edc765;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#site-header.fk-header--v2 .fk-header__main {
	direction: ltr;
	display: grid;
	grid-template-areas: "actions search brand";
	grid-template-columns: minmax(190px, 1fr) minmax(380px, 620px) minmax(190px, 1fr);
	min-height: 82px;
	align-items: center;
	gap: 30px;
	padding: 8px 0;
	background: #fff !important;
}

#site-header.fk-header--v2 .fk-header__main::before,
#site-header.fk-header--v2 .fk-header__main::after {
	display: none !important;
}

#site-header.fk-header--v2 .fk-brand {
	grid-area: brand;
	direction: rtl;
	display: flex;
	width: auto;
	min-width: 0;
	align-items: center;
	justify-self: end;
	color: var(--fk-header-teal-dark);
	text-decoration: none;
}

#site-header.fk-header--v2 .fk-brand__mark {
	position: relative;
	display: block;
	flex: 0 0 184px;
	width: 184px;
	height: 70px;
	padding: 0;
	overflow: visible;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#site-header.fk-header--v2 .fk-brand__mark::before,
#site-header.fk-header--v2 .fk-brand__mark::after {
	display: none !important;
}

#site-header.fk-header--v2 .fk-brand__mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#site-header.fk-header--v2 .fk-brand__text {
	display: none !important;
}

#site-header.fk-header--v2 .fk-desktop-search {
	grid-area: search;
	width: 100%;
}

#site-header.fk-header--v2 .fk-search {
	direction: rtl;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid rgba(8, 127, 128, 0.17) !important;
	border-radius: 14px !important;
	background: #f7faf9 !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#site-header.fk-header--v2 .fk-search:focus-within {
	border-color: rgba(8, 127, 128, 0.54) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(8, 127, 128, 0.08) !important;
}

#site-header.fk-header--v2 .fk-search input[type="search"] {
	min-width: 0;
	height: 40px;
	padding: 0 14px;
	border: 0 !important;
	outline: 0;
	color: var(--fk-header-ink);
	background: transparent !important;
	box-shadow: none !important;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
}

#site-header.fk-header--v2 .fk-search input[type="search"]::placeholder {
	color: #85928e;
	opacity: 1;
}

#site-header.fk-header--v2 .fk-search button {
	display: grid;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 10px !important;
	color: #fff !important;
	background: var(--fk-header-teal) !important;
	box-shadow: none !important;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

#site-header.fk-header--v2 .fk-search button:hover,
#site-header.fk-header--v2 .fk-search button:focus-visible {
	background: var(--fk-header-teal-dark) !important;
	transform: translateY(-1px);
}

#site-header.fk-header--v2 .fk-search button svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#site-header.fk-header--v2 .fk-actions {
	grid-area: actions;
	direction: rtl;
	display: flex;
	align-items: center;
	justify-self: start;
	gap: 8px;
}

#site-header.fk-header--v2 .fk-action {
	display: flex;
	min-height: 48px;
	align-items: center;
	gap: 9px;
	padding: 5px 9px !important;
	border: 1px solid rgba(8, 127, 128, 0.12) !important;
	border-radius: 12px !important;
	color: var(--fk-header-ink) !important;
	background: #fff !important;
	box-shadow: none !important;
	text-decoration: none;
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

#site-header.fk-header--v2 .fk-action:hover,
#site-header.fk-header--v2 .fk-action:focus-visible {
	border-color: rgba(8, 127, 128, 0.32) !important;
	background: #f5faf9 !important;
	transform: translateY(-1px);
}

#site-header.fk-header--v2 .fk-action__icon {
	position: relative;
	display: grid;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 10px;
	color: var(--fk-header-teal);
	background: rgba(8, 127, 128, 0.075);
}

#site-header.fk-header--v2 .fk-action__icon svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.75;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#site-header.fk-header--v2 .fk-action__icon b {
	position: absolute;
	top: -6px;
	right: -6px;
	display: grid;
	min-width: 18px;
	height: 18px;
	place-items: center;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background: var(--fk-header-gold);
	font-size: 9px;
	font-weight: 950;
}

#site-header.fk-header--v2 .fk-action__copy {
	direction: rtl;
	display: grid;
	min-width: 55px;
	gap: 0;
	line-height: 1.5;
}

#site-header.fk-header--v2 .fk-action__copy small {
	color: var(--fk-header-muted);
	font-size: 8px;
	font-weight: 700;
}

#site-header.fk-header--v2 .fk-action__copy strong {
	color: var(--fk-header-ink);
	font-size: 11px;
	font-weight: 900;
}

#site-header.fk-header--v2 .fk-menu-toggle,
#site-header.fk-header--v2 .fk-mobile-search,
#site-header.fk-header--v2 .fk-mobile-menu,
#site-header.fk-header--v2 .fk-mobile-menu__backdrop {
	display: none;
}

#site-header.fk-header--v2 .fk-nav-bar {
	position: relative;
	border: 0 !important;
	border-top: 1px solid rgba(8, 127, 128, 0.08) !important;
	background: #fff !important;
}

#site-header.fk-header--v2 .fk-nav-bar::after {
	display: none !important;
}

#site-header.fk-header--v2 .fk-nav {
	direction: rtl;
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: flex-start;
	gap: 2px;
}

#site-header.fk-header--v2 .fk-nav > a,
#site-header.fk-header--v2 .fk-cat-menu > summary {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 0 !important;
	border-radius: 9px !important;
	color: #314744;
	background: transparent !important;
	font-size: 11px;
	font-weight: 850;
	text-decoration: none;
	cursor: pointer;
}

#site-header.fk-header--v2 .fk-nav > a:hover,
#site-header.fk-header--v2 .fk-nav > a:focus-visible,
#site-header.fk-header--v2 .fk-cat-menu[open] > summary,
#site-header.fk-header--v2 .fk-cat-menu > summary:hover {
	color: var(--fk-header-teal-dark) !important;
	background: rgba(8, 127, 128, 0.06) !important;
}

#site-header.fk-header--v2 .fk-nav__featured {
	color: #876719 !important;
}

#site-header.fk-header--v2 .fk-nav > :not(.fk-nav__featured) + .fk-nav__featured {
	margin-inline-start: auto;
}

#site-header.fk-header--v2 .fk-nav__featured::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-left: 7px;
	border-radius: 50%;
	background: var(--fk-header-gold);
}

#site-header.fk-header--v2 .fk-cat-menu {
	position: relative;
}

#site-header.fk-header--v2 .fk-cat-menu__panel {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	z-index: 30;
	display: grid;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	gap: 5px;
	width: min(520px, calc(100vw - 40px));
	padding: 12px;
	border: 1px solid rgba(8, 127, 128, 0.12) !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: 0 18px 46px rgba(25, 52, 49, 0.14) !important;
}

#site-header.fk-header--v2 .fk-cat-menu__panel a {
	min-height: 40px;
	border-radius: 9px;
	font-size: 11px;
}

#site-header.fk-header--v2 .fk-cat-menu__panel small,
#site-header.fk-header--v2 .fk-mobile-cats small {
	color: #a77910;
}

@media (max-width: 1120px) and (min-width: 961px) {
	#site-header.fk-header--v2 .fk-header__main {
		grid-template-columns: 110px minmax(320px, 1fr) 170px;
		gap: 18px;
	}

	#site-header.fk-header--v2 .fk-action__copy {
		display: none;
	}

	#site-header.fk-header--v2 .fk-action {
		padding: 6px !important;
	}

	#site-header.fk-header--v2 .fk-nav__featured {
		display: none;
	}
}

@media (max-width: 960px) {
	html.fk-mobile-menu-lock,
	html.fk-mobile-menu-lock body {
		overflow: hidden;
	}

	#site-header.fk-header--v2 {
		position: sticky;
		top: 0;
		max-width: 100vw;
		box-shadow: 0 8px 24px rgba(26, 54, 51, 0.075) !important;
	}

	#site-header.fk-header--v2 .fk-header__top {
		min-height: 28px;
		max-height: 28px;
		overflow: hidden;
		transition: min-height 180ms ease, max-height 180ms ease;
	}

	#site-header.fk-header--v2.fk-header--compact .fk-header__top {
		min-height: 0;
		max-height: 0;
	}

	#site-header.fk-header--v2 .fk-header__top-inner,
	#site-header.fk-header--v2 .fk-header__main,
	#site-header.fk-header--v2 .fk-mobile-search {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}

	#site-header.fk-header--v2 .fk-header__top-inner {
		display: grid;
		grid-template-areas: "promise";
		grid-template-columns: 1fr;
		min-height: 28px;
		gap: 0;
		font-size: 9px;
	}

	#site-header.fk-header--v2 .fk-header__top-group,
	#site-header.fk-header--v2 .fk-header__hours {
		display: none !important;
	}

	#site-header.fk-header--v2 .fk-header__promise {
		justify-self: center;
	}

	#site-header.fk-header--v2 .fk-header__main {
		direction: ltr;
		grid-template-areas: "actions brand menu";
		grid-template-columns: 92px minmax(120px, 1fr) 92px;
		min-height: 66px;
		gap: 8px;
		padding: 6px 0;
	}

	#site-header.fk-header--v2 .fk-brand {
		grid-area: brand;
		width: 100%;
		max-width: 156px;
		justify-self: center;
		justify-content: center;
		overflow: visible;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		flex: 0 1 150px;
		width: min(150px, 100%);
		height: 56px;
		max-width: 100%;
	}

	#site-header.fk-header--v2 .fk-desktop-search,
	#site-header.fk-header--v2 .fk-action__copy,
	#site-header.fk-header--v2 .fk-nav-bar {
		display: none !important;
	}

	#site-header.fk-header--v2 .fk-actions {
		grid-area: actions;
		direction: ltr;
		display: flex;
		justify-self: start;
		gap: 6px;
	}

	#site-header.fk-header--v2 .fk-action--account,
	#site-header.fk-header--v2 .fk-actions__cart,
	#site-header.fk-header--v2 .fk-menu-toggle {
		display: grid !important;
		width: 42px;
		height: 42px;
		min-height: 42px;
		place-items: center;
		padding: 3px !important;
		border: 0 !important;
		border-radius: 12px !important;
		background: #f3f8f7 !important;
		box-shadow: none !important;
	}

	#site-header.fk-header--v2 .fk-action--account:hover,
	#site-header.fk-header--v2 .fk-actions__cart:hover,
	#site-header.fk-header--v2 .fk-menu-toggle:hover,
	#site-header.fk-header--v2 .fk-action--account:focus-visible,
	#site-header.fk-header--v2 .fk-actions__cart:focus-visible,
	#site-header.fk-header--v2 .fk-menu-toggle:focus-visible {
		color: var(--fk-header-teal-dark) !important;
		background: #eaf5f3 !important;
		outline: 2px solid rgba(8, 127, 128, 0.12);
		outline-offset: 2px;
		transform: none;
	}

	#site-header.fk-header--v2 .fk-action__icon {
		width: 34px;
		height: 34px;
		border-radius: 10px;
		background: transparent;
	}

	#site-header.fk-header--v2 .fk-action__icon b {
		top: -5px;
		right: -5px;
		min-width: 17px;
		height: 17px;
		font-size: 8px;
	}

	#site-header.fk-header--v2 .fk-menu-toggle {
		grid-area: menu;
		justify-self: end;
		place-content: center;
		gap: 4px;
		cursor: pointer;
	}

	#site-header.fk-header--v2 .fk-menu-toggle span[aria-hidden="true"] {
		width: 20px;
		height: 2px;
		margin: 0;
		border-radius: 999px;
		background: var(--fk-header-teal-dark);
		transition: transform 180ms ease, opacity 180ms ease;
	}

	#site-header.fk-header--v2 .fk-menu-toggle .screen-reader-text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	#site-header.fk-header--v2 .fk-mobile-search {
		display: block;
		padding: 0 0 10px;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search {
		height: 44px;
		grid-template-columns: minmax(0, 1fr) 38px;
		padding: 3px;
		border-radius: 12px !important;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search input[type="search"] {
		height: 36px;
		padding-inline: 11px;
		font-size: 11px;
	}

	#site-header.fk-header--v2 .fk-mobile-search .fk-search button {
		width: 36px;
		height: 36px;
		border-radius: 9px !important;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__backdrop {
		position: fixed;
		inset: 0;
		z-index: 1010;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(13, 31, 29, 0.38);
		opacity: 0;
		backdrop-filter: blur(2px);
		cursor: default;
		transition: opacity 240ms ease;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__backdrop[hidden],
	#site-header.fk-header--v2 .fk-mobile-menu[hidden] {
		display: none !important;
	}

	#site-header.fk-header--v2.fk-header--menu-open .fk-mobile-menu__backdrop {
		opacity: 1;
	}

	#site-header.fk-header--v2 .fk-mobile-menu {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 1020;
		display: block;
		width: min(380px, 88vw);
		max-width: 100%;
		max-height: 100dvh;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		border: 0 !important;
		background: #fff !important;
		box-shadow: -18px 0 50px rgba(18, 42, 39, 0.18) !important;
		transform: translateX(104%);
		transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	#site-header.fk-header--v2.fk-header--menu-open .fk-mobile-menu {
		transform: translateX(0);
	}

	#site-header.fk-header--v2 .fk-mobile-menu__inner {
		direction: rtl;
		display: flex;
		width: 100%;
		max-width: none;
		min-height: 100%;
		margin: 0;
		box-sizing: border-box;
		flex-direction: column;
		gap: 14px;
		padding: 18px 18px 24px;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(8, 127, 128, 0.1);
	}

	#site-header.fk-header--v2 .fk-mobile-menu__head > div {
		display: grid;
		gap: 2px;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__head strong {
		color: var(--fk-header-ink);
		font-size: 15px;
		font-weight: 950;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__head small {
		color: var(--fk-header-muted);
		font-size: 9px;
		font-weight: 700;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__close {
		display: grid;
		flex: 0 0 38px;
		width: 38px;
		height: 38px;
		padding: 0;
		place-items: center;
		border: 0;
		border-radius: 11px;
		color: var(--fk-header-teal-dark);
		background: #eef7f5;
		cursor: pointer;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__close svg {
		width: 19px;
		height: 19px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
	}

	#site-header.fk-header--v2 .fk-mobile-nav {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0;
	}

	#site-header.fk-header--v2 .fk-mobile-nav a {
		display: flex;
		min-height: 44px;
		align-items: center;
		padding: 0 4px;
		border: 0 !important;
		border-bottom: 1px solid rgba(8, 127, 128, 0.08) !important;
		border-radius: 0 !important;
		color: #28413e;
		background: transparent !important;
		font-size: 12px;
		font-weight: 850;
		text-decoration: none;
	}

	#site-header.fk-header--v2 .fk-mobile-nav a:hover,
	#site-header.fk-header--v2 .fk-mobile-nav a:focus-visible {
		padding-inline: 10px;
		color: var(--fk-header-teal-dark);
		background: #f4faf8 !important;
	}

	#site-header.fk-header--v2 .fk-mobile-cats {
		margin: 0;
		padding: 13px;
		border: 1px solid rgba(201, 149, 34, 0.16);
		border-radius: 13px;
		background: #fffcf6;
	}

	#site-header.fk-header--v2 .fk-mobile-cats summary {
		color: var(--fk-header-teal-dark);
		font-size: 12px;
		font-weight: 950;
		cursor: pointer;
	}

	#site-header.fk-header--v2 .fk-mobile-cats div {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin-top: 10px;
	}

	#site-header.fk-header--v2 .fk-mobile-cats a {
		display: flex;
		min-height: 42px;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 7px 9px;
		border: 1px solid rgba(8, 127, 128, 0.09) !important;
		border-radius: 9px !important;
		color: #2b4441;
		background: #fff !important;
		font-size: 10px;
		font-weight: 800;
		text-decoration: none;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__support {
		direction: ltr;
		display: flex;
		min-height: 56px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: auto;
		padding: 8px 12px;
		border-radius: 13px;
		color: var(--fk-header-teal-dark);
		background: #eef8f6;
		text-decoration: none;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__support svg {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__support span {
		direction: rtl;
		display: grid;
		gap: 0;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__support small {
		color: var(--fk-header-muted);
		font-size: 9px;
	}

	#site-header.fk-header--v2 .fk-mobile-menu__support strong {
		font-size: 12px;
	}
}

@media (max-width: 520px) {
	#site-header.fk-header--v2 .fk-header__top-inner,
	#site-header.fk-header--v2 .fk-header__main,
	#site-header.fk-header--v2 .fk-mobile-search {
		width: calc(100% - 20px) !important;
		max-width: calc(100% - 20px) !important;
	}

	#site-header.fk-header--v2 .fk-header__main {
		grid-template-columns: 88px minmax(104px, 1fr) 88px;
		gap: 4px;
	}

	#site-header.fk-header--v2 .fk-brand {
		max-width: 150px;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		flex-basis: 145px;
		width: min(145px, 100%);
		height: 54px;
	}

	#site-header.fk-header--v2 .fk-actions {
		gap: 4px;
	}

	#site-header.fk-header--v2 .fk-action--account,
	#site-header.fk-header--v2 .fk-actions__cart,
	#site-header.fk-header--v2 .fk-menu-toggle {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	#site-header.fk-header--v2 .fk-action__icon {
		width: 32px;
		height: 32px;
	}

	#site-header.fk-header--v2 .fk-mobile-menu {
		width: min(360px, 92vw);
	}

	#site-header.fk-header--v2 .fk-mobile-menu__inner {
		padding: 16px 14px 20px;
	}
}

@media (max-width: 350px) {
	#site-header.fk-header--v2 .fk-header__main {
		grid-template-columns: 84px minmax(96px, 1fr) 84px;
	}

	#site-header.fk-header--v2 .fk-brand {
		max-width: 116px;
	}

	#site-header.fk-header--v2 .fk-brand__mark {
		flex-basis: 112px;
		width: min(112px, 100%);
	}

	#site-header.fk-header--v2 .fk-mobile-cats div {
		grid-template-columns: 1fr;
	}
}
/* WordPress menu locations managed from the theme dashboard. */
#site-header.fk-header--v2 .fk-nav > .menu-item {
	position: relative;
	display: flex;
	align-items: center;
	align-self: stretch;
	list-style: none;
}

#site-header.fk-header--v2 .fk-nav > .menu-item > a {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 13px;
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

#site-header.fk-header--v2 .fk-nav .sub-menu {
	position: absolute;
	z-index: 30;
	top: calc(100% - 2px);
	right: 0;
	min-width: 210px;
	margin: 0;
	padding: 9px;
	border: 1px solid rgba(5, 107, 109, .15);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 15px 35px rgba(12, 54, 52, .14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(7px);
	transition: .18s ease;
}

#site-header.fk-header--v2 .fk-nav .menu-item:hover > .sub-menu,
#site-header.fk-header--v2 .fk-nav .menu-item:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: none;
}

#site-header.fk-header--v2 .fk-nav .sub-menu li,
#site-header.fk-header--v2 .fk-mobile-nav .menu-item {
	list-style: none;
}

#site-header.fk-header--v2 .fk-nav .sub-menu a {
	display: block;
	padding: 9px 11px;
	border-radius: 8px;
	color: #24413f;
	text-decoration: none;
}

#site-header.fk-header--v2 .fk-nav .sub-menu a:hover {
	background: #edf8f6;
	color: var(--fk-turquoise-dark);
}

#site-header.fk-header--v2 .fk-mobile-nav .menu-item {
	margin: 0;
	padding: 0;
}
