/* WellLeaf header �?matches wellleafon.com top bar */
.wl-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid transparent;
	width: 100%;
	transition:
		background-color 0.25s ease,
		border-color 0.25s ease,
		backdrop-filter 0.25s ease,
		-webkit-backdrop-filter 0.25s ease,
		box-shadow 0.25s ease;
}

/* Frosted glass when page is scrolled �?content shows through like wellleafon.com */
.wl-header.is-scrolled {
	background: rgba(255, 255, 255, 0.72);
	-webkit-backdrop-filter: saturate(160%) blur(14px);
	backdrop-filter: saturate(160%) blur(14px);
	border-bottom-color: rgba(215, 227, 240, 0.65);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.wl-header.is-scrolled {
		background: rgba(255, 255, 255, 0.92);
	}
}

.wl-header__bar {
	height: 3px;
	background: #1a9b91;
	width: 100%;
}

.wl-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3.2rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 20px 100px 22px;
	box-sizing: border-box;
}

.wl-header__logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	line-height: 0;
}

.wl-header__logo-img {
	display: block;
	width: 167px;
	max-width: 167px;
	height: auto;
}

.wl-header__nav {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-width: 0;
}

.wl-header__menu {
	display: flex;
	align-items: center;
	gap: 0 3.7rem;
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.wl-header__item {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	line-height: 1;
}

.wl-header__item::before,
.wl-header__item::after {
	content: none !important;
	display: none !important;
}

.wl-header__link {
	display: inline-flex;
	align-items: center;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #1a9b91 !important;
	text-decoration: none !important;
	white-space: nowrap;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: none !important;
	box-shadow: none !important;
	vertical-align: middle;
	transition: opacity 0.2s ease;
}

.wl-header__link:hover,
.wl-header__link:focus {
	opacity: 0.7;
	color: #1a9b91 !important;
}

/* Active underline �?matches wellleafon.com .header__active-menu-item */
.wl-header__link.is-active,
.wl-header__link[aria-current="page"] {
	opacity: 1 !important;
	text-decoration: underline !important;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 1px;
	transition: text-decoration-thickness 0.15s ease;
}

.wl-header__link.is-active:hover,
.wl-header__link[aria-current="page"]:hover {
	opacity: 1 !important;
	text-decoration-thickness: 0.2rem;
}

.wl-header__drawer li.is-active > a {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.wl-header__actions {
	display: flex;
	align-items: center;
	gap: 27px;
	margin-left: auto;
	flex-shrink: 0;
}

.wl-header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #1a9b91 !important;
	text-decoration: none !important;
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.wl-header__icon-svg {
	display: inline-flex;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.wl-header__icon-svg svg {
	display: block;
	width: 100%;
	height: auto;
}

.wl-header__count {
	position: absolute;
	top: -8px;
	right: -10px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: #1a9b91;
	color: #99f6e4;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.wl-header__burger {
	display: none !important;
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 20;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin-left: auto;
	padding: 0;
	border: 1px solid #20362a;
	border-radius: 4px;
	background-color: #fff;
	background-image: linear-gradient(#20362a, #20362a), linear-gradient(#20362a, #20362a), linear-gradient(#20362a, #20362a);
	background-repeat: no-repeat;
	background-size: 18px 2px;
	background-position: center 12px, center 19px, center 26px;
	color: #20362a;
	cursor: pointer;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	transform: none !important;
	float: none !important;
	box-shadow: none;
	overflow: hidden;
}

.wl-header__burger svg,
.wl-header__burger span,
.wl-header__burger::before,
.wl-header__burger::after {
	display: none !important;
}

.wl-header__drawer {
	display: none;
	background: #fff;
	border-top: 1px solid #e8e8e8;
	padding: 12px 20px 20px;
}

.wl-header__drawer[hidden] {
	display: none !important;
}

.wl-header__drawer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wl-header__drawer a {
	display: block;
	padding: 12px 0;
	font-family: "Space Grotesk", system-ui, sans-serif;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #1a9b91 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #f0f0f0;
}

/* Hide leftover Woodmart / Elementor chrome that can leave a gray strip */
body.wl-has-header .whb-main-header,
body.wl-has-header .whb-header,
body.wl-has-header .whb-sticky-header,
body.wl-has-header .whb-clone,
body.wl-has-header .wd-header-banner,
body.wl-has-header .header-banner,
body.wl-has-header header.whb-header,
body.wl-has-header .elementor-location-header,
body.wl-has-header .wd-sticky-nav,
body.wl-has-header .wd-sticky-nav-enabled,
body.wl-has-header .wd-toolbar,
body.wl-has-header .wd-header-nav,
body.wl-has-header .wd-header-mobile-nav,
body.wl-has-header .wd-header-sticky-nav,
body.wl-has-header .woodmart-burger-icon,
body.wl-has-header .woodmart-sticky-nav,
body.wl-has-header .wd-sticky-nav-title {
	display: none !important;
}

body.wl-has-header {
	--wd-sticky-nav-w: 0px !important;
	--wd-scroll-w: 0px !important;
	overflow-x: clip;
}

body.wl-has-header.wd-sticky-nav-enabled {
	margin-left: 0 !important;
}

body.wl-has-header .wd-sticky-nav,
body.wl-has-header .wd-sticky-nav-enabled .wd-sticky-nav {
	display: none !important;
	width: 0 !important;
	min-width: 0 !important;
}

body.wl-has-header .website-wrapper,
body.wl-has-header .wd-page-wrapper,
body.wl-has-header .wd-page-content,
body.wl-has-header .main-page-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media screen and (max-width: 989px) {
	.wl-header__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 20px;
		gap: 16px;
	}

	.wl-header__logo-img {
		width: 134px;
		max-width: 134px;
	}

	.wl-header__nav,
	.wl-header__actions {
		display: none !important;
	}

	.wl-header__burger {
		display: inline-flex !important;
		order: 2;
		margin-left: auto;
		width: 40px !important;
		height: 40px !important;
		border: 1px solid #20362a !important;
		background-color: #fff !important;
		background-image: linear-gradient(#20362a, #20362a), linear-gradient(#20362a, #20362a), linear-gradient(#20362a, #20362a) !important;
		background-repeat: no-repeat !important;
		background-size: 18px 2px !important;
		background-position: center 12px, center 19px, center 26px !important;
		color: #20362a !important;
		box-shadow: none !important;
	}

	.wl-header__drawer:not([hidden]) {
		display: block;
	}
}

@media screen and (min-width: 990px) {
	.wl-header__drawer {
		display: none !important;
	}

	.wl-header__burger {
		display: none !important;
	}
}
