:root {
	--ls-header-ink: #25251f;
	--ls-header-olive: #556b2f;
	--ls-header-deep: #35421c;
	--ls-header-line: rgba(53, 66, 28, 0.22);
	--ls-header-paper: #fff;
	--ls-header-soft: #f6f5f0;
	--ls-announcement-height: 35px;
	--ls-header-bar-height: 74px;
	--ls-header-total-height: 110px;
}

.ls-site-header,
.ls-site-header * {
	box-sizing: border-box;
}

.ls-site-header {
	position: relative;
	z-index: 999;
	width: 100%;
	color: var(--ls-header-ink);
	background: var(--ls-header-paper);
	font-family: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.elementor-location-header:has(.ls-site-header),
.ls-header-sticky-host {
	position: sticky !important;
	top: calc(0px - var(--ls-sticky-offset, var(--ls-announcement-height))) !important;
	z-index: 9999 !important;
}

body.admin-bar .elementor-location-header:has(.ls-site-header),
body.admin-bar .ls-header-sticky-host {
	top: calc(var(--wp-admin--admin-bar--height, 32px) - var(--ls-sticky-offset, var(--ls-announcement-height))) !important;
}

.ls-site-header svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.ls-site-header svg.ls-icon--fill {
	fill: currentColor !important;
	stroke: none !important;
}

.ls-site-header button,
.ls-site-header input {
	font: inherit;
}

.ls-site-header button {
	border: 0 !important;
	background: transparent !important;
	color: inherit;
	box-shadow: none !important;
}

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

.ls-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	height: var(--ls-announcement-height);
	min-height: var(--ls-announcement-height);
	padding: 0 20px;
	background: var(--ls-header-deep);
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.01em;
	line-height: 1.35;
	text-align: center;
}

.ls-announcement__track {
	position: relative;
	width: min(520px, calc(100vw - 120px));
	height: var(--ls-announcement-height);
	overflow: hidden;
}

.ls-announcement__item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 220ms ease, transform 220ms ease;
}

.ls-announcement__item.is-active {
	opacity: 1;
	transform: translateY(0);
}

.ls-announcement > button {
	display: grid;
	place-items: center;
	width: 30px;
	height: var(--ls-announcement-height);
	padding: 0;
	color: #fff;
	cursor: pointer;
}

.ls-announcement > button svg {
	width: 14px;
	height: 14px;
}

.ls-announcement a {
	color: inherit;
	text-decoration: none;
}

.ls-announcement a:hover,
.ls-announcement a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ls-header__main {
	position: relative;
	border-bottom: 1px solid var(--ls-header-line);
	transition: box-shadow 180ms ease;
}

.ls-site-header.is-stuck .ls-header__main {
	box-shadow: 0 7px 18px rgba(28, 31, 20, 0.08);
}

.ls-header__bar {
	display: grid;
	grid-template-columns: minmax(170px, 0.8fr) minmax(650px, 2.4fr) minmax(170px, 0.8fr);
	align-items: center;
	height: var(--ls-header-bar-height);
	min-height: var(--ls-header-bar-height);
	padding: 0 clamp(28px, 3.2vw, 68px);
	column-gap: 24px;
}

.ls-header__logo {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	width: fit-content;
	color: var(--ls-header-ink);
	text-decoration: none;
}

.ls-header__logo-image,
.ls-header__logo-image.astra-logo-svg {
	display: block;
	width: 148px !important;
	max-width: 148px !important;
	height: auto !important;
	max-height: 36px !important;
}

.ls-header__logo-text {
	font-family: "Unna", Georgia, serif;
	font-size: 27px;
	letter-spacing: 0.05em;
}

.ls-header__menu-toggle,
.ls-nav__mobile-head,
.ls-nav__mobile-meta,
.ls-nav__back-row {
	display: none;
}

.ls-nav {
	align-self: stretch;
}

.ls-nav__menu,
.ls-nav__menu ul {
	margin: 0;
	list-style: none;
}

.ls-nav__menu {
	padding: 0;
	display: flex;
	align-items: stretch;
	justify-content: center;
	height: 100%;
	gap: clamp(18px, 2vw, 34px);
}

.ls-nav__menu > .ls-nav__item {
	display: flex;
	align-items: center;
	min-width: 0;
}

.ls-nav__link {
	color: var(--ls-header-ink);
	text-decoration: none;
}

.ls-nav__link--depth-0 {
	display: inline-flex;
	align-items: center;
	height: 100%;
	font-size: 15.5px;
	font-weight: 500;
	letter-spacing: 0.005em;
	white-space: nowrap;
}

.ls-nav__menu > .current-menu-item > .ls-nav__link--depth-0,
.ls-nav__menu > .current-menu-ancestor > .ls-nav__link--depth-0,
.ls-nav__link--depth-0:hover,
.ls-nav__link--depth-0:focus-visible {
	color: var(--ls-header-olive);
}

.ls-nav__submenu-toggle {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 34px;
	padding: 0;
	margin-left: 2px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ls-nav__submenu-toggle svg {
	width: 13px;
	height: 13px;
	transition: transform 160ms ease;
}

.ls-nav__submenu-toggle:hover,
.ls-nav__submenu-toggle:focus-visible,
.ls-nav__item:hover > .ls-nav__submenu-toggle,
.ls-nav__item:focus-within > .ls-nav__submenu-toggle {
	background: transparent !important;
	color: var(--ls-header-olive) !important;
}

.ls-nav__item.is-open > .ls-nav__submenu-toggle svg {
	transform: rotate(180deg);
}

.ls-mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(145px, 185px)) minmax(280px, 310px);
	justify-content: center;
	gap: clamp(24px, 2.2vw, 40px);
	min-height: 0;
	padding: 30px clamp(24px, 3vw, 64px) 34px;
	background: var(--ls-header-paper);
	border-top: 1px solid rgba(53, 66, 28, 0.13);
	border-bottom: 1px solid var(--ls-header-line);
	box-shadow: 0 18px 36px rgba(28, 31, 20, 0.08);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-6px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) {
	position: relative;
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu {
	left: -20px;
	right: auto;
	display: grid;
	grid-template-columns: minmax(280px, 320px);
	justify-content: stretch;
	width: max-content;
	max-width: min(320px, calc(100vw - 32px));
	gap: 0;
	padding: 10px 12px 12px;
	border-top: 1px solid var(--ls-header-olive);
	box-shadow: 0 16px 32px rgba(28, 31, 20, 0.11);
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu > .ls-nav__item:not(.ls-nav__back-row) {
	border-bottom: 1px solid rgba(53, 66, 28, 0.1);
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu > .ls-nav__item:last-child {
	border-bottom: 0;
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu > .ls-nav__item > .ls-nav__link {
	margin: 0;
	padding: 10px 2px;
	color: var(--ls-header-ink);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	transition: color 150ms ease, background-color 150ms ease, padding-left 150ms ease;
}

.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu > .ls-nav__item > .ls-nav__link:hover,
.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu > .ls-nav__item > .ls-nav__link:focus-visible {
	padding-left: 10px;
	background: var(--ls-header-soft);
	color: var(--ls-header-olive);
}

.ls-nav__menu > .ls-nav__item:hover > .ls-mega-menu,
.ls-nav__menu > .ls-nav__item:focus-within > .ls-mega-menu,
.ls-nav__menu > .ls-nav__item.is-open > .ls-mega-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.ls-mega-menu > .ls-nav__item {
	display: block;
}

.ls-nav__group-label,
.ls-mega-menu > .ls-nav__item > .ls-nav__link {
	display: block;
	margin-bottom: 14px;
	color: var(--ls-header-olive);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}

.ls-nav__group-links {
	display: grid;
	padding: 0;
	gap: 9px;
}

.ls-nav__group-links .ls-nav__link {
	display: inline-block;
	padding: 2px 0;
	font-size: 14px;
	line-height: 1.35;
}

.ls-nav__group-links .ls-nav__link:hover,
.ls-nav__group-links .ls-nav__link:focus-visible {
	color: var(--ls-header-olive);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.ls-nav__promo {
	align-self: stretch;
	min-width: 0;
}

.ls-nav__promo-link {
	position: relative;
	display: block;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--ls-header-soft);
	color: #fff;
	text-decoration: none;
}

.ls-nav__promo-media,
.ls-nav__promo-media::after {
	position: absolute;
	inset: 0;
}

.ls-nav__promo-media::after {
	content: "";
	background: linear-gradient(180deg, rgba(18, 19, 14, 0.02) 32%, rgba(18, 19, 14, 0.7) 100%);
}

.ls-nav__promo-media img {
	display: block;
	width: 100%;
	height: 108%;
	object-fit: cover;
	object-position: center top;
	transition: transform 420ms ease;
}

.ls-nav__promo-link:hover img,
.ls-nav__promo-link:focus-visible img {
	transform: scale(1.025);
}

.ls-nav__promo-copy {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 1;
	display: grid;
	gap: 8px;
}

.ls-nav__promo-eyebrow {
	font-family: "Hind", system-ui, sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ls-nav__promo-title {
	font-family: "Unna", Georgia, serif;
	max-width: 225px;
	font-size: clamp(19px, 1.15vw, 22px);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.18;
}

.ls-nav__promo-cta {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin-top: 3px;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.72);
	font-family: "Hind", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.ls-nav__promo-cta svg {
	width: 14px;
	height: 14px;
}

.ls-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}

.ls-header__action,
.ls-header__menu-toggle,
.ls-nav__close,
.ls-search-dialog__close {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ls-header-ink);
	text-decoration: none;
	cursor: pointer;
}

.ls-header__action {
	width: 40px;
}

.ls-header__search-toggle,
.ls-header__search-toggle:focus,
.ls-header__search-toggle:active {
	color: var(--ls-header-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ls-header__search-toggle:hover,
.ls-header__search-toggle:focus-visible {
	color: var(--ls-header-olive) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ls-header__search-toggle svg,
.ls-header__account svg {
	width: 20px;
	height: 20px;
}

.ls-header__action:hover,
.ls-header__action:focus-visible,
.ls-header__menu-toggle:hover,
.ls-header__menu-toggle:focus-visible {
	background: transparent !important;
	color: var(--ls-header-olive);
}

.ls-header__action:focus-visible,
.ls-header__menu-toggle:focus-visible,
.ls-nav__close:focus-visible {
	outline: 1px solid var(--ls-header-olive);
	outline-offset: 2px;
}

.ls-nav__close,
.ls-nav__close:hover,
.ls-nav__close:focus,
.ls-nav__close:focus-visible,
.ls-nav__close:active {
	display: inline-grid !important;
	place-items: center !important;
	width: 42px !important;
	height: 42px !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	color: var(--ls-header-ink) !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.ls-nav__close svg,
.ls-nav__close:hover svg,
.ls-nav__close:focus svg,
.ls-nav__close:focus-visible svg,
.ls-nav__close:active svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.8 !important;
	opacity: 1 !important;
	visibility: visible !important;
}

@media (min-width: 1181px) {
	.ls-header__menu-toggle {
		display: none;
	}
}

.ls-header__cart-count {
	position: absolute;
	top: 4px;
	right: 2px;
	display: grid;
	place-items: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 20px;
	background: var(--ls-header-ink);
	color: #fff;
	font-size: 9px;
	font-weight: 600;
	line-height: 1;
}

.ls-header__cart .xoo-wsc-sc-cont,
.ls-header__cart .xoo-wsc-cart-trigger,
.ls-header__cart .xoo-wsc-sc-bkcont {
	position: relative;
	display: grid !important;
	place-items: center;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: inherit !important;
}

.ls-header__cart .xoo-wsc-sc-subt {
	display: none !important;
}

.ls-header__cart .xoo-wsc-sc-bki {
	display: block;
	margin: 0 !important;
	font-size: 20px !important;
	line-height: 1 !important;
	color: currentColor !important;
}

.ls-header__cart .xoo-wsc-sc-bki img,
.ls-header__cart .xoo-wsc-sc-bki svg {
	display: block;
	width: 20px !important;
	height: 20px !important;
	object-fit: contain;
}

.ls-header__cart .xoo-wsc-sc-count {
	position: absolute !important;
	top: 4px !important;
	right: -6px !important;
	display: none !important;
	place-items: center;
	min-width: 16px !important;
	height: 16px !important;
	padding: 0 4px !important;
	border-radius: 20px !important;
	background: var(--ls-header-ink) !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

.ls-header__cart.is-cart-ready:not(.is-cart-empty) .xoo-wsc-sc-count {
	display: grid !important;
}

.ls-nav__overlay {
	display: none;
}

.ls-search-dialog {
	width: min(720px, calc(100vw - 32px));
	padding: 0;
	border: 0;
	background: transparent;
}

.ls-search-dialog::backdrop {
	background: rgba(19, 22, 14, 0.62);
	backdrop-filter: blur(2px);
}

.ls-search-dialog__inner {
	position: relative;
	padding: clamp(28px, 5vw, 56px);
	background: var(--ls-header-paper);
}

.ls-search-dialog__close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.ls-search-form label {
	display: block;
	margin-bottom: 18px;
	font-family: "Unna", Georgia, serif;
	font-size: clamp(24px, 4vw, 38px);
	line-height: 1.1;
}

.ls-search-form__row {
	display: grid;
	grid-template-columns: 1fr 50px;
	border-bottom: 1px solid var(--ls-header-ink);
}

.ls-search-form input {
	width: 100%;
	min-width: 0;
	padding: 12px 0;
	border: 0;
	outline: none !important;
	background: transparent;
	box-shadow: none !important;
	font-size: 17px;
}

.ls-search-form input:focus,
.ls-search-form input:focus-visible {
	border: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

.ls-search-form__row:focus-within {
	border-bottom-color: var(--ls-header-olive);
}

.ls-search-form button {
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.ls-nav__setup-note {
	margin: auto;
	font-size: 13px;
}

body.ls-nav-locked {
	overflow: hidden;
}

@media (max-width: 1180px) {
	:root {
		--ls-header-bar-height: 59px;
		--ls-header-total-height: 95px;
	}

	.ls-announcement {
		font-size: 12px;
	}

	.ls-announcement > button {
		display: none;
	}

	.ls-announcement__track {
		width: 100%;
		height: 28px;
	}

	.ls-header__bar {
		grid-template-columns: 34px auto minmax(12px, 1fr) 102px;
		min-height: var(--ls-header-bar-height);
		padding: 0 14px;
		column-gap: 11px;
	}

	.ls-header__menu-toggle {
		display: inline-grid;
		grid-column: 1;
		justify-self: start;
	}

	.ls-header__logo {
		grid-column: 2;
		justify-self: start;
	}

	.ls-header__logo-image,
	.ls-header__logo-image.astra-logo-svg {
		width: 100px !important;
		max-width: 100px !important;
		max-height: 28px !important;
	}

	.ls-header__actions {
		grid-column: 4;
		gap: 0;
		width: 102px;
	}

	.ls-header__action,
	.ls-header__menu-toggle {
		width: 34px;
		height: 44px;
	}

	.ls-header__action svg,
	.ls-header__menu-toggle svg {
		width: 18px;
		height: 18px;
	}

	.ls-header__menu-toggle svg {
		width: 22px;
		height: 22px;
	}

	.ls-header__cart .xoo-wsc-sc-bki,
	.ls-header__cart .xoo-wsc-sc-bki img,
	.ls-header__cart .xoo-wsc-sc-bki svg {
		width: 19px !important;
		height: 19px !important;
		font-size: 19px !important;
	}

	.ls-header__cart .xoo-wsc-sc-bkcont {
		transform: translateY(2px);
	}

	.ls-header__cart .xoo-wsc-sc-count,
	.ls-header__cart-count {
		top: 5px !important;
	}

	.ls-header__cart .xoo-wsc-sc-count {
		right: -6px !important;
	}

	.ls-header__cart-count {
		right: 0 !important;
	}

	.ls-nav__close svg,
	.ls-nav__close:hover svg,
	.ls-nav__close:focus svg,
	.ls-nav__close:focus-visible svg,
	.ls-nav__close:active svg {
		width: 18px !important;
		height: 18px !important;
	}

	.ls-header__action:hover,
	.ls-header__action:active,
	.ls-header__menu-toggle:hover,
	.ls-header__menu-toggle:active,
	.ls-nav__submenu-toggle:hover,
	.ls-nav__submenu-toggle:active {
		background: transparent !important;
		color: var(--ls-header-ink) !important;
	}

	.ls-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1002;
		width: min(88vw, 390px);
		height: 100vh;
		height: 100dvh;
		overflow: hidden;
		background: var(--ls-header-paper);
		box-shadow: 18px 0 44px rgba(28, 31, 20, 0.16);
		transform: translateX(-105%);
		transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	body.admin-bar .ls-nav {
		top: var(--wp-admin--admin-bar--height, 46px);
		height: calc(100dvh - var(--wp-admin--admin-bar--height, 46px));
	}

	.ls-site-header.is-nav-open .ls-nav {
		transform: translateX(0);
	}

	.ls-nav__mobile-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 62px;
		padding: 0 14px 0 22px;
		border-bottom: 1px solid var(--ls-header-line);
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.ls-nav__close {
		display: inline-grid;
	}

	.ls-nav__menu {
		display: block;
		height: calc(100dvh - 112px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 12px 22px 22px;
	}

	body.admin-bar .ls-nav__menu {
		height: calc(100dvh - 112px - var(--wp-admin--admin-bar--height, 46px));
	}

	.ls-nav__menu > .ls-nav__item {
		display: grid;
		grid-template-columns: 1fr 48px;
		align-items: center;
		min-height: 51px;
		border-bottom: 1px solid rgba(53, 66, 28, 0.12);
	}

	.ls-nav__link--depth-0 {
		height: auto;
		min-height: 50px;
		font-size: 16px;
	}

	.ls-nav__submenu-toggle {
		justify-self: end;
		width: 48px;
		height: 48px;
	}

	.ls-nav__submenu-toggle svg {
		width: 15px;
		height: 15px;
		transform: rotate(-90deg);
	}

	.ls-nav__item.is-open > .ls-nav__submenu-toggle svg {
		transform: rotate(-90deg);
	}

	.ls-mega-menu {
		position: absolute;
		top: 62px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		display: block;
		min-height: 0;
		height: calc(100dvh - 62px);
		padding: 0 22px 32px;
		overflow-y: auto;
		background: var(--ls-header-paper);
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(105%);
		transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
	}

	body.admin-bar .ls-mega-menu {
		height: calc(100dvh - 62px - var(--wp-admin--admin-bar--height, 46px));
	}

	.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) {
		position: static;
	}

	.ls-nav__menu > .ls-nav__item:not(.ls-nav__item--jewelry):not(.ls-nav__item--shop):not(.ls-nav__item--jewellery) > .ls-mega-menu {
		left: 0;
		right: 0;
		display: block;
		width: auto;
		max-width: none;
		padding: 0 22px 32px;
	}

	.ls-nav__menu > .ls-nav__item:hover > .ls-mega-menu,
	.ls-nav__menu > .ls-nav__item:focus-within > .ls-mega-menu {
		visibility: hidden;
		pointer-events: none;
		transform: translateX(105%);
	}

	.ls-nav__menu > .ls-nav__item.is-submenu-open > .ls-mega-menu {
		visibility: visible;
		pointer-events: auto;
		transform: translateX(0);
	}

	.ls-nav__back-row {
		display: block;
		margin: 0 -22px 18px;
		border-bottom: 1px solid var(--ls-header-line);
	}

	.ls-nav__back {
		display: flex;
		align-items: center;
		gap: 8px;
		width: 100%;
		height: 56px;
		padding: 0 20px;
		border: 0;
		background: transparent;
		font-weight: 600;
		cursor: pointer;
	}

	.ls-nav__back svg {
		width: 18px;
		height: 18px;
	}

	.ls-mega-menu > .ls-nav__item {
		padding: 13px 0 15px;
		border-bottom: 1px solid rgba(53, 66, 28, 0.12);
	}

	.ls-nav__group-label,
	.ls-mega-menu > .ls-nav__item > .ls-nav__link {
		margin-bottom: 8px;
		font-size: 12px;
	}

	.ls-nav__group-links {
		gap: 0;
	}

	.ls-nav__group-links .ls-nav__link {
		display: flex;
		align-items: center;
		min-height: 40px;
		font-size: 15px;
	}

	.ls-nav__promo {
		display: none !important;
		padding-left: 0;
		border-left: 0;
	}

	.ls-nav__mobile-meta {
		display: flex;
		align-items: center;
		gap: 18px;
		height: 50px;
		padding: 0 22px;
		border-top: 1px solid var(--ls-header-line);
		background: var(--ls-header-soft);
	}

	.ls-nav__mobile-meta a {
		color: var(--ls-header-ink);
		font-size: 12px;
		text-decoration: none;
	}

	.ls-nav__overlay {
		position: fixed;
		inset: 0;
		z-index: 1001;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(19, 22, 14, 0.58);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 180ms ease, visibility 180ms ease;
	}

	body.admin-bar .ls-nav__overlay {
		top: var(--wp-admin--admin-bar--height, 46px);
	}

	.ls-site-header.is-nav-open .ls-nav__overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
}

@media (max-width: 420px) {
	.ls-header__action,
	.ls-header__menu-toggle {
		width: 34px;
		height: 44px;
	}

	.ls-header__bar {
		grid-template-columns: 34px auto minmax(8px, 1fr) 102px;
		padding-inline: 10px;
		column-gap: 10px;
	}

	.ls-header__logo-image,
	.ls-header__logo-image.astra-logo-svg {
		width: 94px !important;
		max-width: 94px !important;
		max-height: 27px !important;
	}
}

@media (max-width: 350px) {
	.ls-header__bar {
		grid-template-columns: 32px auto minmax(4px, 1fr) 96px;
		padding-inline: 8px;
		column-gap: 8px;
	}

	.ls-header__action,
	.ls-header__menu-toggle {
		width: 32px;
	}

	.ls-header__actions {
		width: 96px;
	}

	.ls-header__logo-image,
	.ls-header__logo-image.astra-logo-svg {
		width: 86px !important;
		max-width: 86px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ls-site-header *,
	.ls-site-header *::before,
	.ls-site-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
	}
}
