:root {
	--alpx-v4-ink: #103f45;
	--alpx-v4-deep: #063f47;
	--alpx-v4-teal: #078b8e;
	--alpx-v4-orange: #ee7a1a;
	--alpx-v4-warm: #fffcf7;
	--alpx-v4-soft: #f7f2ec;
	--alpx-v4-line: #e9e1d8;
	--alpx-v4-muted: #6c7f81;
	--alpx-v4-sticky-offset: 0px;
}

header.alpx-header-v4,
.alpx-drawer-v4,
.alpx-drawer-v4__overlay {
	font-family: Inter, Arial, sans-serif;
}


#wpadminbar,
.simple-banner,
[id^="asnp-wesb-banner-"] {
	margin: 0 !important;
}


header.alpx-header-v4 *,
.alpx-drawer-v4 * {
	box-sizing: border-box;
}

header.alpx-header-v4 {
	position: sticky !important;
	top: var(--alpx-v4-sticky-offset) !important;
	z-index: 9990 !important;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(16, 63, 69, .09) !important;
	background: rgba(255, 252, 247, .97) !important;
	box-shadow: none !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: box-shadow .22s ease, background-color .22s ease;
	overflow: visible !important;
}

header.alpx-header-v4.is-compact {
	background: rgba(255, 252, 247, .985) !important;
	box-shadow: 0 10px 30px rgba(6, 63, 71, .08) !important;
}

.alpx-header-v4__shell {
	width: min(1320px, calc(100% - 48px));
	margin-inline: auto;
}

.alpx-header-v4__row {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) minmax(250px, 290px) auto;
	align-items: center;
	gap: clamp(14px, 1.2vw, 22px);
	min-height: 70px;
	transition: min-height .22s ease;
}

.alpx-header-v4.is-compact .alpx-header-v4__row {
	min-height: 60px;
}

/* Brand */
.alpx-header-v4__brand {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 118px;
}

.alpx-header-v4__brand .alpx-original-logo,
.alpx-header-v4__brand .alpx-original-logo a {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	padding: 0 !important;
}

.alpx-header-v4__brand .alpx-original-logo-image,
.alpx-header-v4__brand .alpx-original-logo img {
	display: block !important;
	width: 116px !important;
	height: auto !important;
	max-width: 116px !important;
	max-height: 60px !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	transition: width .22s ease, max-height .22s ease;
}

.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo-image,
.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo img {
	width: 100px !important;
	max-width: 100px !important;
	max-height: 52px !important;
}

/* Desktop navigation */
.alpx-header-v4__nav {
	min-width: 0;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 !important;
	padding: 0 !important;
}

.alpx-header-v4__menu {
	display: flex !important;
	align-items: stretch !important;
	justify-content: flex-start !important;
	gap: clamp(12px, 1.35vw, 24px) !important;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.alpx-header-v4__menu > li {
	position: relative;
	display: flex !important;
	align-items: stretch !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.alpx-header-v4__menu > li > a,
.alpx-header-v4__shop summary {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px;
	height: 100%;
	min-height: 60px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--alpx-v4-ink) !important;
	font-size: 14px !important;
	font-weight: 650 !important;
	line-height: 1 !important;
	letter-spacing: -.01em;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	list-style: none !important;
	transition: color .18s ease;
}

.alpx-header-v4__shop summary::-webkit-details-marker {
	display: none;
}

.alpx-header-v4__shop summary svg {
	width: 9px;
	height: 6px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: transform .18s ease;
}

.alpx-header-v4__shop details[open] summary svg {
	transform: rotate(180deg);
}

.alpx-header-v4__menu > li > a::after,
.alpx-header-v4__shop summary::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	height: 2px;
	border-radius: 999px;
	background: var(--alpx-v4-orange);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .18s ease;
}

.alpx-header-v4__menu > li > a:hover,
.alpx-header-v4__menu > li > a:focus-visible,
.alpx-header-v4__shop summary:hover,
.alpx-header-v4__shop summary:focus-visible,
.alpx-header-v4__menu > li.is-active > a,
.alpx-header-v4__shop.is-active summary,
.alpx-header-v4__shop details[open] summary {
	color: var(--alpx-v4-teal) !important;
}

.alpx-header-v4__menu > li > a:hover::after,
.alpx-header-v4__menu > li > a:focus-visible::after,
.alpx-header-v4__shop summary:hover::after,
.alpx-header-v4__shop summary:focus-visible::after,
.alpx-header-v4__menu > li.is-active > a::after,
.alpx-header-v4__shop.is-active summary::after,
.alpx-header-v4__shop details[open] summary::after {
	transform: scaleX(1);
}

.alpx-header-v4__menu a:focus-visible,
.alpx-header-v4__shop summary:focus-visible,
.alpx-header-v4__account > summary:focus-visible,
.alpx-header-v4__menu-toggle:focus-visible,
.alpx-header-v4__search-toggle:focus-visible,
.alpx-header-v4__search-close:focus-visible,
.alpx-drawer-v4 button:focus-visible,
.alpx-drawer-v4 a:focus-visible,
.alpx-drawer-v4 summary:focus-visible {
	outline: 3px solid rgba(7, 139, 142, .22) !important;
	outline-offset: 3px !important;
}

/* Shop dropdown */
.alpx-header-v4__shop-panel {
	position: absolute;
	top: calc(100% - 4px);
	left: -12px;
	z-index: 80;
	width: min(468px, calc(100vw - 32px));
	padding: 16px;
	border: 1px solid rgba(16, 63, 69, .12);
	border-radius: 16px;
	background: #fffdf9;
	box-shadow: 0 22px 52px rgba(6, 63, 71, .14);
}

.alpx-header-v4__shop-panel::before {
	content: "";
	position: absolute;
	left: 39px;
	top: -7px;
	width: 13px;
	height: 13px;
	border-left: 1px solid rgba(16, 63, 69, .12);
	border-top: 1px solid rgba(16, 63, 69, .12);
	background: #fffdf9;
	transform: rotate(45deg);
}

.alpx-header-v4__shop-head {
	display: flex;
	align-items: center;
	padding: 2px 2px 12px;
	border-bottom: 1px solid var(--alpx-v4-line);
}

.alpx-header-v4__shop-head span {
	color: var(--alpx-v4-orange);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}


.alpx-header-v4__shop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding-top: 12px;
}

.alpx-header-v4__shop-grid > a {
	position: relative;
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) 16px;
	align-items: center;
	gap: 10px;
	min-width: 0;
	min-height: 56px;
	padding: 9px 11px !important;
	border: 1px solid rgba(16, 63, 69, .09);
	border-radius: 12px;
	background: #fff;
	text-decoration: none !important;
	transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.alpx-header-v4__shop-grid > a:hover,
.alpx-header-v4__shop-grid > a:focus-visible {
	border-color: rgba(7, 139, 142, .24);
	background: #f4fbfa;
	box-shadow: 0 9px 22px rgba(6, 63, 71, .07);
	transform: translateY(-1px);
}

.alpx-header-v4__shop-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: #eaf7f5;
	color: var(--alpx-v4-teal);
}

.alpx-header-v4__shop-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.65;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alpx-header-v4__shop-copy {
	display: flex;
	min-width: 0;
	align-items: center;
}

.alpx-header-v4__shop-copy strong {
	color: var(--alpx-v4-ink);
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
}


.alpx-header-v4__shop-arrow {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: rgba(16, 63, 69, .38);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	transition: stroke .18s ease, transform .18s ease;
}

.alpx-header-v4__shop-grid > a:hover .alpx-header-v4__shop-arrow,
.alpx-header-v4__shop-grid > a:focus-visible .alpx-header-v4__shop-arrow {
	stroke: var(--alpx-v4-teal);
	transform: translateX(2px);
}

.alpx-header-v4__shop-grid > a.alpx-header-v4__shop-feature {
	border-color: rgba(238, 122, 26, .2);
	background: #fff3e5;
}

.alpx-header-v4__shop-grid > a.alpx-header-v4__shop-feature .alpx-header-v4__shop-icon {
	background: #fff;
	color: var(--alpx-v4-orange);
}

.alpx-header-v4__shop-grid > a.alpx-header-v4__shop-feature .alpx-header-v4__shop-copy strong {
	color: #a84f13;
}

/* Search */
.alpx-header-v4__search {
	position: relative;
	z-index: 10;
	min-width: 0;
	width: 100%;
	margin: 0 !important;
	padding: 0 !important;
}

.alpx-header-v4__search .dgwt-wcas-search-wrapp,
.alpx-header-v4__search .dgwt-wcas-search-form,
.alpx-header-v4__search .dgwt-wcas-sf-wrapp,
.alpx-header-v4__search form,
.alpx-header-v4__search .search-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.alpx-header-v4__search .dgwt-wcas-sf-wrapp {
	position: relative !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.alpx-header-v4__search .dgwt-wcas-search-input,
.alpx-header-v4__search input[type="search"],
.alpx-header-v4__search .search-field {
	width: 100% !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0 16px 0 44px !important;
	border: 1px solid #dfddd7 !important;
	border-radius: 14px !important;
	background: #faf8f4 !important;
	box-shadow: inset 0 1px 1px rgba(6, 63, 71, .015) !important;
	color: var(--alpx-v4-ink) !important;
	font-family: inherit !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 42px !important;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease !important;
}

.alpx-header-v4__search .dgwt-wcas-search-input::placeholder,
.alpx-header-v4__search input[type="search"]::placeholder,
.alpx-header-v4__search .search-field::placeholder {
	color: #879395 !important;
	opacity: 1 !important;
}

.alpx-header-v4__search .dgwt-wcas-search-input:focus,
.alpx-header-v4__search input[type="search"]:focus,
.alpx-header-v4__search .search-field:focus {
	outline: 0 !important;
	border-color: rgba(7, 139, 142, .68) !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(7, 139, 142, .1) !important;
}

.alpx-header-v4__search .dgwt-wcas-search-submit,
.alpx-header-v4__search button[type="submit"] {
	position: absolute !important;
	left: 14px !important;
	right: auto !important;
	top: 50% !important;
	bottom: auto !important;
	transform: translateY(-50%) !important;
	z-index: 3 !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--alpx-v4-teal) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.alpx-header-v4__search .dgwt-wcas-search-submit:hover,
.alpx-header-v4__search button[type="submit"]:hover {
	background: transparent !important;
}

.alpx-header-v4__search .dgwt-wcas-ico-magnifier,
.alpx-header-v4__search .dgwt-wcas-search-submit svg,
.alpx-header-v4__search button[type="submit"] svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	max-width: 18px !important;
	min-width: 18px !important;
	margin: 0 !important;
	position: static !important;
	transform: none !important;
	fill: var(--alpx-v4-teal) !important;
	stroke: var(--alpx-v4-teal) !important;
}

.alpx-header-v4__search .dgwt-wcas-preloader,
.alpx-header-v4__search .dgwt-wcas-voice-search {
	right: 10px !important;
}

.alpx-header-v4__search-close {
	display: none;
}

.dgwt-wcas-details-wrapp,
.dgwt-wcas-suggestions-wrapp,
.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon-open {
	z-index: 10060 !important;
}

.alpx-header-v4 .dgwt-wcas-suggestions-wrapp {
	border: 1px solid var(--alpx-v4-line) !important;
	border-radius: 18px !important;
	background: #fffdf9 !important;
	box-shadow: 0 20px 50px rgba(6, 63, 71, .14) !important;
	overflow: hidden !important;
}

.alpx-header-v4 .dgwt-wcas-suggestion,
.alpx-header-v4 .dgwt-wcas-si {
	border-bottom: 1px solid rgba(16, 63, 69, .06) !important;
	transition: background-color .16s ease;
}

.alpx-header-v4 .dgwt-wcas-suggestion:hover,
.alpx-header-v4 .dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected,
.alpx-header-v4 .dgwt-wcas-si:hover,
.alpx-header-v4 .dgwt-wcas-si.dgwt-wcas-suggestion-selected {
	background: #f4fbfa !important;
}

.alpx-header-v4 .dgwt-wcas-st,
.alpx-header-v4 .dgwt-wcas-si h4,
.alpx-header-v4 .dgwt-wcas-details-product-title {
	color: var(--alpx-v4-deep) !important;
	font-weight: 700 !important;
}

.alpx-header-v4 .dgwt-wcas-sd,
.alpx-header-v4 .dgwt-wcas-sku,
.alpx-header-v4 .dgwt-wcas-details-product-desc,
.alpx-header-v4 .dgwt-wcas-details-product-sku {
	color: var(--alpx-v4-muted) !important;
}

.alpx-header-v4 .dgwt-wcas-sp,
.alpx-header-v4 .dgwt-wcas-price,
.alpx-header-v4 .dgwt-wcas-details-product-price {
	color: #0b2f37 !important;
	font-weight: 800 !important;
}

.alpx-header-v4 .dgwt-wcas-suggestions-wrapp img,
.alpx-header-v4 .dgwt-wcas-details-wrapp img {
	border-radius: 10px !important;
}

.alpx-header-v4 .dgwt-wcas-details-wrapp {
	background: #fffdfa !important;
	border-left: 1px solid rgba(16, 63, 69, .08) !important;
}

.alpx-header-v4 .dgwt-wcas-preloader {
	top: 50% !important;
	transform: translateY(-50%) !important;
}

/* Utility controls */
.alpx-header-v4__tools {
	position: relative;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-width: 90px;
}

.alpx-header-v4__menu-toggle,
.alpx-header-v4__search-toggle,
.alpx-header-v4__account > summary,
.alpx-header-v4__cart .fkcart-shortcode-icon-wrap,
.alpx-header-v4__cart .fkcart-mini-toggler,
.alpx-header-v4__cart .alpx-cart-fallback {
	position: relative !important;
	width: 40px !important;
	height: 40px !important;
	min-width: 40px !important;
	min-height: 40px !important;
	display: grid !important;
	place-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid transparent !important;
	border-radius: 12px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--alpx-v4-deep) !important;
	cursor: pointer !important;
	list-style: none !important;
	transition: background .18s ease, color .18s ease, transform .18s ease, border-color .18s ease !important;
}

.alpx-header-v4__menu-toggle:hover,
.alpx-header-v4__search-toggle:hover,
.alpx-header-v4__account > summary:hover,
.alpx-header-v4__account[open] > summary,
.alpx-header-v4__cart .fkcart-shortcode-icon-wrap:hover,
.alpx-header-v4__cart .fkcart-mini-toggler:hover,
.alpx-header-v4__cart .alpx-cart-fallback:hover {
	background: #f7f2ec !important;
	border-color: rgba(7, 139, 142, .12) !important;
	color: var(--alpx-v4-teal) !important;
	transform: translateY(-1px);
}

.alpx-header-v4__account {
	position: relative;
	margin: 0 !important;
}

.alpx-header-v4__account > summary::-webkit-details-marker {
	display: none;
}

.alpx-header-v4__account > summary svg,
.alpx-header-v4__search-toggle svg,
.alpx-header-v4__cart .alpx-cart-fallback svg {
	width: 21px !important;
	height: 21px !important;
	max-width: 21px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.75 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
}

.alpx-header-v4__cart .fkcart-shortcode-icon-wrap svg,
.alpx-header-v4__cart .fkcart-mini-toggler svg {
	width: 22px !important;
	height: 22px !important;
	max-width: 22px !important;
	fill: currentColor !important;
	stroke: none !important;
}

.alpx-header-v4__account-menu {
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	z-index: 90;
	min-width: 195px;
	padding: 8px;
	border: 1px solid var(--alpx-v4-line);
	border-radius: 14px;
	background: #fffdf9;
	box-shadow: 0 20px 48px rgba(6, 63, 71, .14);
}

.alpx-header-v4__account-menu::before {
	content: "";
	position: absolute;
	right: 15px;
	top: -6px;
	width: 11px;
	height: 11px;
	border-left: 1px solid var(--alpx-v4-line);
	border-top: 1px solid var(--alpx-v4-line);
	background: #fffdf9;
	transform: rotate(45deg);
}

.alpx-header-v4__account-menu a {
	display: block !important;
	padding: 10px 11px !important;
	border-radius: 9px !important;
	color: var(--alpx-v4-ink) !important;
	font-size: 13px !important;
	font-weight: 650 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

.alpx-header-v4__account-menu a:hover,
.alpx-header-v4__account-menu a:focus-visible {
	background: #eef8f6 !important;
	color: var(--alpx-v4-teal) !important;
}

.alpx-header-v4__cart,
.alpx-header-v4__cart .fkcart-shortcode-container,
.alpx-header-v4__cart .fkcart-mini-toggler,
.alpx-header-v4__cart .fkcart-shortcode-icon-wrap {
	margin: 0 !important;
	padding: 0 !important;
}

.alpx-header-v4__cart .fkcart-shortcode-count,
.alpx-header-v4__cart .fkcart-item-count,
.alpx-header-v4__cart .alpx-cart-fallback__count {
	position: absolute !important;
	top: -4px !important;
	right: -4px !important;
	min-width: 18px !important;
	height: 18px !important;
	display: grid !important;
	place-items: center !important;
	padding: 0 4px !important;
	border: 2px solid var(--alpx-v4-warm) !important;
	border-radius: 999px !important;
	background: var(--alpx-v4-orange) !important;
	color: #fff !important;
	font-size: 9px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.alpx-header-v4__cart .alpx-cart-fallback__label {
	display: none !important;
}

.alpx-header-v4__cart .fkcart-shortcode-icon-wrap::before,
.alpx-header-v4__cart .alpx-cart-fallback::before {
	content: "";
	width: 22px;
	height: 22px;
	display: block;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2.1l1.7 9.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.4L20.7 7H6.1M9.5 19a1.35 1.35 0 1 0 0 .01M17.5 19a1.35 1.35 0 1 0 0 .01'/></svg>") center / contain no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3 4h2.1l1.7 9.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 1.9-1.4L20.7 7H6.1M9.5 19a1.35 1.35 0 1 0 0 .01M17.5 19a1.35 1.35 0 1 0 0 .01'/></svg>") center / contain no-repeat;
}

.alpx-header-v4__cart .fkcart-mini-toggler::before {
	content: none !important;
	display: none !important;
}

.alpx-header-v4__cart .fkcart-shortcode-icon-wrap > svg,
.alpx-header-v4__cart .fkcart-mini-toggler > svg,
.alpx-header-v4__cart .alpx-cart-fallback > svg {
	display: none !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.alpx-header-v4__menu-toggle,
.alpx-header-v4__search-toggle {
	display: none !important;
}

.alpx-header-v4__menu-toggle svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

/* Drawer */
.alpx-drawer-v4__overlay {
	position: fixed;
	inset: 0;
	z-index: 2147483000 !important;
	background: rgba(6, 34, 40, .48);
	opacity: 0;
	transition: opacity .22s ease;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.alpx-drawer-v4__overlay.is-visible {
	opacity: 1;
}

.alpx-drawer-v4 {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2147483001 !important;
	width: min(390px, 92vw);
	height: 100dvh;
	display: flex;
	flex-direction: column;
	padding: 18px 20px 22px;
	background: #fffdf9;
	box-shadow: 20px 0 60px rgba(6, 63, 71, .2);
	transform: translateX(-105%);
	transition: transform .24s ease;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.alpx-drawer-v4.is-open {
	transform: translateX(0);
}

body.alpx-menu-open-v4 {
	overflow: hidden !important;
}

/* Promotional bars remain unchanged normally, but cannot cover the open mobile drawer. */
body.alpx-menu-open-v4 .simple-banner,
body.alpx-menu-open-v4 [id^="asnp-wesb-banner-"],
body.alpx-menu-open-v4 [class*="asnp-wesb-banner"] {
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

.alpx-drawer-v4__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 62px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--alpx-v4-line);
}

.alpx-drawer-v4__head .alpx-original-logo,
.alpx-drawer-v4__head .alpx-original-logo a {
	display: inline-flex !important;
	align-items: center !important;
}

.alpx-drawer-v4__head .alpx-original-logo-image,
.alpx-drawer-v4__head .alpx-original-logo img {
	width: 124px !important;
	height: auto !important;
	max-width: 124px !important;
	max-height: 66px !important;
	object-fit: contain !important;
}

.alpx-drawer-v4__close {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	border-radius: 11px;
	background: var(--alpx-v4-soft);
	color: var(--alpx-v4-deep);
	cursor: pointer;
}

.alpx-drawer-v4__close svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.alpx-drawer-v4__account {
	display: grid !important;
	grid-template-columns: 38px 1fr 18px;
	align-items: center;
	gap: 10px;
	margin: 16px 0 12px;
	padding: 11px 12px !important;
	border: 1px solid rgba(7, 139, 142, .14);
	border-radius: 13px;
	background: #eef8f6;
	color: var(--alpx-v4-ink) !important;
	font-size: 14px;
	font-weight: 720;
	text-decoration: none !important;
}

.alpx-drawer-v4__account > svg:first-child {
	width: 40px;
	height: 40px;
	padding: 9px;
	border-radius: 10px;
	background: #fff;
	fill: none;
	stroke: var(--alpx-v4-teal);
	stroke-width: 1.7;
}

.alpx-drawer-v4__account > svg:last-child {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--alpx-v4-muted);
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.alpx-drawer-v4__nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
}

.alpx-drawer-v4__nav > a,
.alpx-drawer-v4__shop > summary {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between;
	min-height: 49px;
	margin: 0 !important;
	padding: 0 4px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(16, 63, 69, .09) !important;
	background: transparent !important;
	color: var(--alpx-v4-ink) !important;
	font-size: 15px !important;
	font-weight: 680 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	list-style: none !important;
	cursor: pointer;
}

.alpx-drawer-v4__shop > summary::-webkit-details-marker {
	display: none;
}

.alpx-drawer-v4__shop > summary svg {
	width: 10px;
	height: 7px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	transition: transform .18s ease;
}

.alpx-drawer-v4__shop[open] > summary svg {
	transform: rotate(180deg);
}

.alpx-drawer-v4__shop > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 7px;
	padding: 10px 0 14px;
}

.alpx-drawer-v4__shop > div a {
	display: flex !important;
	align-items: center;
	min-height: 42px;
	padding: 9px 10px !important;
	border: 1px solid rgba(7, 139, 142, .11);
	border-radius: 10px;
	background: #f7fbfa;
	color: var(--alpx-v4-ink) !important;
	font-size: 12.5px !important;
	font-weight: 640 !important;
	line-height: 1.25 !important;
	text-decoration: none !important;
}

.alpx-drawer-v4__logout {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	margin-top: auto;
	padding: 11px 14px !important;
	border: 1px solid rgba(238, 122, 26, .2);
	border-radius: 11px;
	background: #fff4e8;
	color: #a84f13 !important;
	font-size: 13px;
	font-weight: 720;
	text-decoration: none !important;
}

body.admin-bar .alpx-drawer-v4 {
	top: 32px;
	height: calc(100dvh - 32px);
}

/* Tablet: compact row with visible search */
@media (max-width: 1099px) {
	.alpx-header-v4__shell {
		width: min(100% - 32px, 1100px);
	}

	.alpx-header-v4__row {
		grid-template-columns: 42px 108px minmax(200px, 1fr) auto;
		gap: 12px;
		min-height: 68px;
	}

	.alpx-header-v4.is-compact .alpx-header-v4__row {
		min-height: 60px;
	}

	.alpx-header-v4__menu-toggle {
		display: grid !important;
	}

	.alpx-header-v4__nav {
		display: none !important;
	}

	.alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4__brand .alpx-original-logo img,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo img {
		width: 108px !important;
		max-width: 108px !important;
		max-height: 58px !important;
	}

	.alpx-header-v4__search .dgwt-wcas-search-input,
	.alpx-header-v4__search input[type="search"],
	.alpx-header-v4__search .search-field {
		height: 42px !important;
		min-height: 42px !important;
		line-height: 42px !important;
	}
}

/* Mobile: one compact row and an on-demand search panel */
@media (max-width: 767px) {
	.alpx-header-v4__shell {
		width: calc(100% - 24px);
	}

	.alpx-header-v4__row,
	.alpx-header-v4.is-compact .alpx-header-v4__row {
		grid-template-columns: 70px minmax(0, 1fr) 92px;
		gap: 0;
		min-height: 62px;
	}

	.alpx-header-v4__menu-toggle {
		grid-column: 1;
		justify-self: start;
	}

	.alpx-header-v4__brand {
		grid-column: 2;
		justify-content: center;
		min-width: 0;
	}

	.alpx-header-v4__brand .alpx-original-logo,
	.alpx-header-v4__brand .alpx-original-logo a {
		justify-content: center !important;
	}

	.alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4__brand .alpx-original-logo img,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo img {
		width: 103px !important;
		max-width: 103px !important;
		max-height: 54px !important;
	}

	.alpx-header-v4__tools {
		grid-column: 3;
		justify-self: end;
		min-width: 92px;
		gap: 2px;
	}

	.alpx-header-v4__account {
		display: none !important;
	}

	.alpx-header-v4__search-toggle {
		display: grid !important;
	}

	.alpx-header-v4__menu-toggle,
	.alpx-header-v4__search-toggle,
	.alpx-header-v4__cart .fkcart-shortcode-icon-wrap,
	.alpx-header-v4__cart .fkcart-mini-toggler,
	.alpx-header-v4__cart .alpx-cart-fallback {
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		min-height: 38px !important;
	}

	.alpx-header-v4__search {
		position: absolute;
		left: -12px;
		right: -12px;
		top: 100%;
		z-index: 100;
		display: block;
		width: auto;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(-5px);
		transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
		padding: 10px 10px 12px !important;
		border-top: 1px solid rgba(16, 63, 69, .07);
		border-bottom: 1px solid var(--alpx-v4-line);
		background: #fffdf9;
		box-shadow: 0 14px 28px rgba(6, 63, 71, .10);
	}

	.alpx-header-v4.is-search-open .alpx-header-v4__search {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0);
	}

	.alpx-header-v4__search-close {
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		width: 36px;
		height: 36px;
		display: grid;
		place-items: center;
		padding: 0;
		border: 1px solid #ece3d8;
		border-radius: 10px;
		background: #fff;
		color: var(--alpx-v4-deep);
		cursor: pointer;
		box-shadow: 0 3px 10px rgba(6, 63, 71, .06);
	}

	.alpx-header-v4__search-close svg {
		width: 18px;
		height: 18px;
		fill: none;
		stroke: currentColor;
		stroke-width: 1.8;
		stroke-linecap: round;
	}

	.alpx-header-v4__search .dgwt-wcas-search-input,
	.alpx-header-v4__search input[type="search"],
	.alpx-header-v4__search .search-field {
		height: 46px !important;
		min-height: 46px !important;
		padding-right: 50px !important;
		font-size: 16px !important;
		line-height: 46px !important;
	}
}

@media (max-width: 420px) {
	.alpx-header-v4__shell {
		width: calc(100% - 16px);
	}

	.alpx-header-v4__row,
	.alpx-header-v4.is-compact .alpx-header-v4__row {
		grid-template-columns: 68px minmax(0, 1fr) 88px;
		min-height: 60px;
	}

	.alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4__brand .alpx-original-logo img,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo-image,
	.alpx-header-v4.is-compact .alpx-header-v4__brand .alpx-original-logo img {
		width: 96px !important;
		max-width: 96px !important;
		max-height: 50px !important;
	}

	.alpx-header-v4__tools {
		min-width: 88px;
	}

	.alpx-header-v4__search {
		left: -8px;
		right: -8px;
	}

	.alpx-drawer-v4 {
		width: 94vw;
		padding-inline: 16px;
	}

	.alpx-drawer-v4__shop > div {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 782px) {
	body.admin-bar .alpx-drawer-v4 {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

@media (prefers-reduced-motion: reduce) {
	header.alpx-header-v4,
	.alpx-header-v4__row,
	.alpx-header-v4__brand img,
	.alpx-header-v4__menu a,
	.alpx-header-v4__shop summary,
	.alpx-header-v4__shop summary svg,
	.alpx-header-v4__shop-grid > a,
	.alpx-header-v4__menu-toggle,
	.alpx-header-v4__search-toggle,
	.alpx-header-v4__account > summary,
	.alpx-drawer-v4,
	.alpx-drawer-v4__overlay {
		transition: none !important;
	}
}


.alpx-header-v4__search .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier-handler {
	position: static !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 18px !important;
	height: 18px !important;
}


.alpx-header-v4.is-search-open {
	box-shadow: 0 12px 28px rgba(6,63,71,.10) !important;
}

@media (max-width: 767px) {
	.alpx-header-v4__search .dgwt-wcas-search-submit,
	.alpx-header-v4__search button[type="submit"] {
		left: 14px !important;
	}

	.alpx-header-v4__search-close {
		top: 33px;
		transform: none;
	}

	.alpx-header-v4__search .dgwt-wcas-search-input,
	.alpx-header-v4__search input[type="search"],
	.alpx-header-v4__search .search-field {
		height: 44px !important;
		min-height: 44px !important;
		border-radius: 15px !important;
		padding-left: 42px !important;
		padding-right: 48px !important;
		line-height: 44px !important;
	}

	.alpx-header-v4 .dgwt-wcas-suggestions-wrapp {
		border-radius: 16px !important;
	}

	.alpx-header-v4 .dgwt-wcas-details-wrapp {
		display: none !important;
	}
}
