.alh-header {
	--alh-header-height-desktop: 84px;
	--alh-header-height-tablet: 76px;
	--alh-header-height-mobile: 72px;
	--alh-logo-size-desktop: 75px;
	--alh-logo-size-tablet: 60px;
	--alh-logo-size-mobile: 48px;
	--alh-logo-offset-x-desktop: 0px;
	--alh-logo-offset-y-desktop: 0px;
	--alh-logo-offset-x-tablet: 0px;
	--alh-logo-offset-y-tablet: 0px;
	--alh-logo-offset-x-mobile: 0px;
	--alh-logo-offset-y-mobile: 0px;
	--alh-container-width: 1320px;
	--alh-side-padding-desktop: 0px;
	--alh-side-padding-tablet: 18px;
	--alh-side-padding-mobile: 18px;
	--alh-side-padding-left-desktop: 0px;
	--alh-side-padding-right-desktop: 0px;
	--alh-side-padding-left-tablet: 18px;
	--alh-side-padding-right-tablet: 18px;
	--alh-side-padding-left-mobile: 18px;
	--alh-side-padding-right-mobile: 18px;
	--alh-header-mobile-padding-left: var(--alh-side-padding-left-mobile);
	--alh-header-mobile-padding-right: var(--alh-side-padding-right-mobile);
	--alh-menu-gap: 42px;
	--alh-menu-font-size: 15px;
	--alh-menu-font-weight: 600;
	--alh-underline-thickness: 2px;
	--alh-underline-offset: 10px;
	--alh-icon-size-desktop: 22px;
	--alh-icon-size-tablet: 21px;
	--alh-icon-size-mobile: 20px;
	--alh-icon-gap: 20px;
	--alh-cart-icon-stroke-width: 1.55;
	--alh-accent-color: #D4C4B0;
	--alh-text-color: #1F1F1F;
	--alh-border-color: #ECE7DF;
	--alh-header-bg-color: #FFFFFF;
	--alh-header-bg-desktop: #FFFFFF;
	--alh-header-bg-tablet: #FFFFFF;
	--alh-header-bg-mobile: #FFFFFF;
	--alh-header-bg-opacity-desktop: 0;
	--alh-header-bg-opacity-tablet: 0;
	--alh-header-bg-opacity-mobile: 0;
	--alh-header-bg-desktop-effective: transparent;
	--alh-header-bg-tablet-effective: transparent;
	--alh-header-bg-mobile-effective: transparent;
	--alh-mobile-drawer-width: 78vw;
	--alh-mobile-drawer-max-width: 380px;
	--alh-overlay-opacity: 0.35;
}

.alh-desktop-header {
	display: none;
	width: 100%;
	height: var(--alh-header-height-desktop);
	background: var(--alh-header-bg-desktop-effective);
	color: var(--alh-text-color);
	font-family: Manrope, sans-serif;
	border-bottom: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 20;
}

.alh-desktop-header *,
.alh-desktop-header *::before,
.alh-desktop-header *::after {
	box-sizing: border-box;
}

@media (min-width: 1025px) {
	.alh-desktop-header {
		display: block;
	}

	header[data-elementor-type="header"],
	.elementor-location-header,
	.elementor-location-header .elementor-element,
	.elementor-location-header .elementor-widget-shortcode,
	.elementor-location-header .elementor-widget-container {
		width: 100%;
		max-width: none;
	}

	.elementor-location-header .e-con,
	.elementor-location-header .e-con-inner,
	.elementor-location-header .elementor-widget-shortcode,
	.elementor-location-header .elementor-widget-container {
		width: 100% !important;
		max-width: none !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.alh-desktop-header__container {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	max-width: 1320px;
	height: var(--alh-header-height-desktop);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.alh-desktop-header__logo-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--alh-logo-size-desktop);
	height: var(--alh-logo-size-desktop);
	color: var(--alh-text-color);
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.25s ease;
	justify-self: start;
	transform: translate(var(--alh-logo-offset-x-desktop), var(--alh-logo-offset-y-desktop));
}

.alh-desktop-header__logo-link:hover,
.alh-desktop-header__logo-link:focus {
	color: var(--alh-text-color);
	text-decoration: none;
	opacity: 0.9;
}

.alh-desktop-header__logo-link img {
	display: block;
	width: var(--alh-logo-size-desktop);
	height: var(--alh-logo-size-desktop);
	object-fit: contain;
}

.alh-desktop-header__logo-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--alh-logo-size-desktop);
	height: var(--alh-logo-size-desktop);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.alh-desktop-header__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--alh-menu-gap);
	height: var(--alh-header-height-desktop);
	justify-self: center;
}

.alh-desktop-header__nav-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--alh-text-color);
	text-decoration: none;
	font-size: var(--alh-menu-font-size);
	font-weight: var(--alh-menu-font-weight);
	letter-spacing: 0.2px;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
	transition: color 0.25s ease;
}

.alh-desktop-header__nav-link::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: calc(var(--alh-underline-offset) * -1);
	height: var(--alh-underline-thickness);
	background: var(--alh-accent-color);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.alh-desktop-header__nav-link:hover,
.alh-desktop-header__nav-link:focus,
.alh-desktop-header__nav-link.is-active {
	color: var(--alh-text-color);
	text-decoration: none;
}

.alh-desktop-header__nav-link:hover::after,
.alh-desktop-header__nav-link:focus::after {
	opacity: 1;
}

.alh-desktop-header__logo-link:focus-visible,
.alh-desktop-header__nav-link:focus-visible,
.alh-desktop-header__icon-link:focus-visible {
	outline: 1px solid var(--alh-accent-color);
	outline-offset: 4px;
}

.alh-desktop-header__nav-link.is-active::after {
	opacity: 1;
}

.alh-desktop-header__nav-link.is-home-active::after {
	background: var(--alh-text-color);
}

.alh-desktop-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--alh-icon-gap);
	min-width: 0;
	justify-self: end;
}

.alh-desktop-header__icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--alh-icon-size-desktop);
	height: var(--alh-icon-size-desktop);
	color: var(--alh-text-color);
	text-decoration: none;
	cursor: pointer;
	transition: color 0.25s ease;
}

.alh-desktop-header__icon-link.alh-header__cart-link {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
}

.alh-desktop-header__icon-link:hover,
.alh-desktop-header__icon-link:focus {
	color: var(--alh-accent-color);
	text-decoration: none;
}

.alh-header__wishlist-link.is-active svg path,
.alh-header__wishlist-link[aria-pressed="true"] svg path,
.alh-header__wishlist-link.alh-header__wishlist-active svg path,
.alh-mobile-header__icon-link.alh-header__wishlist-link.is-active svg path,
.alh-mobile-header__icon-link.alh-header__wishlist-link[aria-pressed="true"] svg path,
.alh-mobile-header__icon-link.alh-header__wishlist-active svg path {
	fill: currentColor;
}

.alh-desktop-header__icon {
	display: block;
	width: var(--alh-icon-size-desktop);
	height: var(--alh-icon-size-desktop);
}

.alh-header__cart-svg path {
	stroke-width: var(--alh-cart-icon-stroke-width);
}

.alh-desktop-header__icon.alh-header__cart-icon {
	width: 26px;
	height: 26px;
}

.alh-header__cart-svg {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	display: block !important;
}

.alh-desktop-header__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 50%;
	background: #1F1F1F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
}

.alh-desktop-header__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.alh-mobile-header {
	display: none;
	width: 100%;
	height: var(--alh-header-height-mobile);
	background: var(--alh-header-bg-mobile-effective);
	color: var(--alh-text-color);
	font-family: Manrope, sans-serif;
	border-bottom: 0;
	box-sizing: border-box;
	position: relative;
	z-index: 50;
}

.alh-mobile-header *,
.alh-mobile-header *::before,
.alh-mobile-header *::after {
	box-sizing: border-box;
}

@media (max-width: 1024px) {
	.alh-mobile-header {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header {
		height: var(--alh-header-height-tablet);
		background: var(--alh-header-bg-tablet-effective);
	}
}

.alh-mobile-header__bar {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	height: var(--alh-header-height-mobile);
	padding-left: var(--alh-header-mobile-padding-left);
	padding-right: var(--alh-header-mobile-padding-right);
	box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header__bar {
		height: var(--alh-header-height-tablet);
		padding: 0 var(--alh-side-padding-tablet);
	}
}

.alh-mobile-header__logo-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--alh-logo-size-mobile);
	height: var(--alh-logo-size-mobile);
	color: var(--alh-text-color);
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	transition: opacity 0.25s ease;
	transform: translate(var(--alh-logo-offset-x-mobile), var(--alh-logo-offset-y-mobile));
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header__logo-link,
	.alh-mobile-header__logo-link .alh-desktop-header__logo-text {
		width: var(--alh-logo-size-tablet);
		height: var(--alh-logo-size-tablet);
	}

	.alh-mobile-header__logo-link {
		transform: translate(var(--alh-logo-offset-x-tablet), var(--alh-logo-offset-y-tablet));
	}

	.alh-mobile-header__logo-link img {
		width: var(--alh-logo-size-tablet);
		height: var(--alh-logo-size-tablet);
	}
}

.alh-mobile-header__logo-link:hover,
.alh-mobile-header__logo-link:focus {
	color: var(--alh-text-color);
	text-decoration: none;
	opacity: 0.9;
}

.alh-mobile-header__logo-link img {
	display: block;
	width: var(--alh-logo-size-mobile);
	height: var(--alh-logo-size-mobile);
	object-fit: contain;
}

.alh-mobile-header__logo-link .alh-desktop-header__logo-text {
	width: var(--alh-logo-size-mobile);
	height: var(--alh-logo-size-mobile);
}

.alh-mobile-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--alh-icon-gap);
}

.alh-mobile-header__icon-link,
.alh-header__burger,
.alh-mobile-header__close {
	color: var(--alh-text-color);
	cursor: pointer;
	transition: color 0.25s ease, opacity 0.25s ease;
}

.alh-mobile-header__icon-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--alh-icon-size-mobile);
	height: var(--alh-icon-size-mobile);
	text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header__icon-link {
		width: var(--alh-icon-size-tablet);
		height: var(--alh-icon-size-tablet);
	}
}

.alh-mobile-header__icon-link.alh-header__cart-link {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
}

.alh-mobile-header__icon-link:hover,
.alh-mobile-header__icon-link:focus,
.alh-header__burger:hover,
.alh-header__burger:focus,
.alh-mobile-header__close:hover,
.alh-mobile-header__close:focus {
	color: var(--alh-accent-color);
	text-decoration: none;
}

.alh-mobile-header__icon-link:focus-visible,
.alh-header__burger:focus-visible,
.alh-mobile-header__close:focus-visible,
.alh-mobile-header__menu-link:focus-visible,
.alh-mobile-header__social-link:focus-visible,
.alh-mobile-header__logo-link:focus-visible {
	outline: 1px solid var(--alh-accent-color);
	outline-offset: 4px;
}

.alh-mobile-header__icon {
	display: block;
	width: var(--alh-icon-size-mobile);
	height: var(--alh-icon-size-mobile);
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header__icon {
		width: var(--alh-icon-size-tablet);
		height: var(--alh-icon-size-tablet);
	}
}

.alh-mobile-header__icon.alh-header__cart-icon {
	width: 26px;
	height: 26px;
}

.alh-header__cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px !important;
	height: 32px !important;
	min-width: 32px !important;
}

.alh-header__cart-svg {
	width: 26px !important;
	height: 26px !important;
	min-width: 26px !important;
	min-height: 26px !important;
	display: block;
}

@media (max-width: 1024px) {
	.alh-header__cart-link {
		width: 30px !important;
		height: 30px !important;
		min-width: 30px !important;
	}

	.alh-header__cart-svg {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
		min-height: 26px !important;
	}
}

.alh-mobile-header__badge {
	position: absolute;
	top: -6px;
	right: -6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 50%;
	background: #1F1F1F;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: 500;
	line-height: 18px;
	text-align: center;
}

.alh-header__burger {
	width: 22px !important;
	height: 18px !important;
	display: inline-flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	appearance: none !important;
	cursor: pointer;
	color: var(--alh-text-color) !important;
	overflow: visible !important;
}

.alh-header__burger::before,
.alh-header__burger::after {
	content: none !important;
	display: none !important;
}

.alh-header__burger span {
	display: block !important;
	width: 22px !important;
	height: 2px !important;
	min-height: 2px !important;
	background: currentColor !important;
	border-radius: 2px !important;
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.alh-header__burger:hover {
	color: var(--alh-accent-color);
}

.alh-mobile-header__overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, var(--alh-overlay-opacity));
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
	z-index: 80;
}

.alh-mobile-header__drawer {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(var(--alh-mobile-drawer-width), var(--alh-mobile-drawer-max-width));
	height: 100vh;
	padding: 24px;
	background: #FFFFFF;
	border-left: 1px solid var(--alh-border-color);
	transform: translateX(100%);
	transition: transform 0.25s ease;
	z-index: 90;
}

.alh-mobile-header.is-open .alh-mobile-header__overlay {
	opacity: 1;
	pointer-events: auto;
}

.alh-mobile-header.is-open .alh-mobile-header__drawer {
	transform: translateX(0);
}

.alh-mobile-header__drawer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 34px;
}

.alh-mobile-header__drawer-title {
	color: var(--alh-text-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.alh-mobile-header__close {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
}

.alh-mobile-header__close span {
	position: absolute;
	top: 50%;
	left: 2px;
	display: block;
	width: 20px;
	height: 1px;
	background: currentColor;
}

.alh-mobile-header__close span:first-child {
	transform: rotate(45deg);
}

.alh-mobile-header__close span:last-child {
	transform: rotate(-45deg);
}

.alh-mobile-header__menu {
	display: flex;
	flex-direction: column;
}

.alh-mobile-header__menu-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
	padding: 0 30px 0 0;
	border-bottom: 1px solid var(--alh-border-color);
	color: var(--alh-text-color);
	text-decoration: none;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.25s ease;
}

.alh-mobile-header__menu-link::after {
	content: "\2192";
	position: absolute;
	right: 0;
	color: currentColor;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

.alh-mobile-header__menu-empty {
	display: block;
	padding: 18px 0;
	color: var(--alh-text-color);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.alh-mobile-header__menu-link:hover,
.alh-mobile-header__menu-link:focus {
	color: var(--alh-accent-color);
	text-decoration: none;
}

.alh-mobile-header__socials {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
	padding-top: 32px;
}

.alh-mobile-header__social-link {
	color: var(--alh-text-color);
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	transition: color 0.25s ease;
}

.alh-mobile-header__social-link:hover,
.alh-mobile-header__social-link:focus {
	color: var(--alh-accent-color);
	text-decoration: none;
}

.alh-mobile-header .alh-header__burger,
.alh-mobile-header .alh-header__burger.active,
.alh-mobile-header .alh-header__burger.is-active,
.alh-mobile-header .alh-header__burger[aria-expanded="true"] {
	width: 22px !important;
	height: 18px !important;
	display: inline-flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
	align-items: center !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	appearance: none !important;
	color: var(--alh-text-color) !important;
	overflow: visible !important;
}

.alh-mobile-header .alh-header__burger::before,
.alh-mobile-header .alh-header__burger::after,
.alh-mobile-header .alh-header__burger.active::before,
.alh-mobile-header .alh-header__burger.active::after,
.alh-mobile-header .alh-header__burger.is-active::before,
.alh-mobile-header .alh-header__burger.is-active::after,
.alh-mobile-header .alh-header__burger[aria-expanded="true"]::before,
.alh-mobile-header .alh-header__burger[aria-expanded="true"]::after {
	content: none !important;
	display: none !important;
}

.alh-mobile-header .alh-header__burger span,
.alh-mobile-header .alh-header__burger.active span,
.alh-mobile-header .alh-header__burger.is-active span,
.alh-mobile-header .alh-header__burger[aria-expanded="true"] span {
	display: block !important;
	width: 22px !important;
	height: 2px !important;
	min-height: 2px !important;
	background: currentColor !important;
	border-radius: 2px !important;
	position: static !important;
	transform: none !important;
	opacity: 1 !important;
	margin: 0 !important;
}

.alh-mobile-header .alh-header__burger:hover,
.alh-mobile-header .alh-header__burger:focus {
	color: var(--alh-accent-color) !important;
}

@media (max-width: 1024px) {
	.elementor-location-header,
	body.home .elementor-location-header,
	.elementor-location-header .elementor-element,
	body.home .elementor-location-header .elementor-element,
	.elementor-location-header .elementor-section,
	body.home .elementor-location-header .elementor-section,
	.elementor-location-header .elementor-container,
	body.home .elementor-location-header .elementor-container,
	.elementor-location-header .e-con,
	body.home .elementor-location-header .e-con,
	.elementor-location-header .elementor-widget-shortcode,
	body.home .elementor-location-header .elementor-widget-shortcode,
	.elementor-location-header .elementor-widget-shortcode > .elementor-widget-container,
	body.home .elementor-location-header .elementor-widget-shortcode > .elementor-widget-container,
	.elementor-element:has(.alh-header),
	.elementor-widget-shortcode:has(.alh-header),
	.elementor-widget-shortcode:has(.alh-header) > .elementor-widget-container {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		outline: 0 !important;
	}

	.alh-header,
	.alh-header__inner,
	.alh-header__container,
	.alh-desktop-header,
	.alh-mobile-header__bar,
	.alh-mobile-header__inner,
	.elementor-widget-shortcode .alh-header {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		outline: 0 !important;
	}

	.alh-mobile-header {
		background: var(--alh-header-bg-mobile-effective) !important;
		background-color: var(--alh-header-bg-mobile-effective) !important;
		background-image: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.alh-mobile-header {
		background: var(--alh-header-bg-tablet-effective) !important;
		background-color: var(--alh-header-bg-tablet-effective) !important;
	}
}

@media (max-width: 1024px) {
	body.home header[data-elementor-type="header"],
	body.home .elementor-location-header,
	body.home .elementor-location-header .elementor-element,
	body.home .elementor-location-header .elementor-widget-shortcode,
	body.home .elementor-location-header .elementor-widget-container,
	body.home .elementor-location-header .e-con,
	body.home .elementor-location-header .e-con-inner,
	body.home .alh-header,
	body.home .alh-mobile-header,
	body.home .alh-mobile-header__inner {
		background: transparent !important;
		background-color: transparent !important;
		box-shadow: none !important;
	}
}

@media (max-width: 767px) {
	body.home {
		--alh-mobile-home-header-height: var(--alh-header-height-mobile, 72px);
	}

	body.home header[data-elementor-type="header"],
	body.home .elementor-location-header {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		z-index: 100 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		border-bottom: 0 !important;
	}

	body.home .elementor-location-header .elementor-element,
	body.home .elementor-location-header .elementor-widget-shortcode,
	body.home .elementor-location-header .elementor-widget-container,
	body.home .elementor-location-header .e-con,
	body.home .elementor-location-header .e-con-inner,
	body.home .alh-header,
	body.home .alh-mobile-header,
	body.home .alh-mobile-header__bar {
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		border-bottom: 0 !important;
	}

	body.home .alh-mobile-header {
		position: absolute !important;
		inset: 0 0 auto 0 !important;
		width: 100% !important;
		z-index: 100 !important;
		background: transparent !important;
		background-color: transparent !important;
		background-image: none !important;
		box-shadow: none !important;
		border-bottom: 0 !important;
	}

	body.home header[data-elementor-type="header"] + main,
	body.home .elementor-location-header + main,
	body.home header[data-elementor-type="header"] + .elementor,
	body.home .elementor-location-header + .elementor {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	body.home .alh-home-hero,
	body.home .elementor-location-header + main > .elementor:first-child,
	body.home main > .elementor:first-child > .elementor-section:first-child,
	body.home main > .elementor:first-child > .e-con:first-child,
	body.home .elementor-location-header + .elementor > .elementor-section:first-child,
	body.home .elementor-location-header + .elementor > .e-con:first-child {
		margin-top: 0 !important;
		padding-top: 0 !important;
		position: relative;
		top: auto !important;
		transform: none !important;
		translate: none !important;
		overflow: hidden;
	}

	body.home .alh-home-hero > .e-con-inner:first-child,
	body.home .alh-home-hero > .elementor-container:first-child,
	body.home .alh-home-hero .elementor-widget-wrap:first-child,
	body.home main > .elementor:first-child > .elementor-section:first-child > .elementor-container,
	body.home main > .elementor:first-child > .e-con:first-child > .e-con-inner,
	body.home .elementor-location-header + .elementor > .elementor-section:first-child > .elementor-container,
	body.home .elementor-location-header + .elementor > .e-con:first-child > .e-con-inner {
		padding-top: calc(var(--alh-mobile-home-header-height, 72px) + 20px) !important;
	}
}
