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

.aeh-header {
	--aeh-primary: #FEBD69;
	--aeh-primary-dark: color-mix(in srgb, var(--aeh-primary) 82%, #000);
	--aeh-dark: #1D2733;
	--aeh-text: #1D2733;
	--aeh-muted: #6b7280;
	--aeh-border: #e5e7eb;
	--aeh-surface: #fff;
	--aeh-soft: #f7f8fa;
	--aeh-max-width: 1380px;
	position: relative;
	z-index: 999;
	width: 100%;
	font-family: inherit;
	color: var(--aeh-text);
}

.aeh-hide-theme-header #masthead {
	display: none !important;
}

.aeh-header a {
	color: inherit;
	text-decoration: none;
}

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

.aeh-header svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex: 0 0 auto;
}

.aeh-container {
	width: min(calc(100% - 40px), var(--aeh-max-width));
	margin-inline: auto;
}

.aeh-top-row {
	background: var(--aeh-surface);
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-top-grid {
	min-height: 112px;
	display: grid;
	grid-template-columns: minmax(160px, 225px) minmax(280px, 1fr) auto auto;
	align-items: center;
	gap: clamp(18px, 2.2vw, 36px);
}

.aeh-logo,
.aeh-logo-wrap,
.aeh-mobile-logo {
	display: flex;
	align-items: center;
}

.aeh-logo-image {
	display: block;
	width: min(100%, 210px);
	max-height: 82px;
	height: auto;
	object-fit: contain;
}

.aeh-text-logo {
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 800;
	letter-spacing: -.04em;
}

.aeh-product-search {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: stretch;
	background: var(--aeh-surface);
	border: 1px solid #c7cbd1;
	border-radius: 999px;
	overflow: hidden;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.aeh-product-search:focus-within {
	border-color: var(--aeh-primary);
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--aeh-primary) 18%, transparent);
}

.aeh-product-search input {
	min-width: 0;
	flex: 1;
	border: 0;
	outline: 0;
	padding: 0 20px;
	background: transparent;
	color: var(--aeh-text);
}

.aeh-product-search input::placeholder {
	color: #8b929c;
}

.aeh-product-search button {
	border: 0;
	background: var(--aeh-primary);
	color: var(--aeh-dark);
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease;
}

.aeh-product-search button:hover {
	background: var(--aeh-primary-dark);
}

.aeh-product-search button svg {
	width: 20px;
	height: 20px;
}

.aeh-phone {
	display: flex;
	flex-direction: column;
	gap: 4px;
	white-space: nowrap;
	line-height: 1.2;
}

.aeh-phone-label {
	font-size: 12px;
	color: var(--aeh-muted);
	text-transform: uppercase;
	letter-spacing: .05em;
}

.aeh-phone strong {
	font-size: 16px;
	color: var(--aeh-dark);
}

.aeh-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.aeh-action {
	position: relative;
	min-width: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: var(--aeh-dark);
}

.aeh-action:hover {
	color: var(--aeh-primary);
}

.aeh-action-label {
	display: none;
}

.aeh-badge {
	position: absolute;
	top: -8px;
	right: -7px;
	min-width: 19px;
	height: 19px;
	padding-inline: 5px;
	border-radius: 99px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--aeh-primary);
	color: var(--aeh-dark);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
}

.aeh-cart-action {
	justify-content: flex-start;
	padding-left: 4px;
}

.aeh-cart-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	font-size: 12px;
	color: var(--aeh-muted);
}

.aeh-cart-copy strong {
	font-size: 13px;
	color: var(--aeh-dark);
	white-space: nowrap;
}

.aeh-cart-copy .woocommerce-Price-amount {
	font-weight: inherit;
}

.aeh-nav-row {
	background: var(--aeh-dark);
	color: #fff;
	box-shadow: 0 5px 18px rgba(17, 24, 39, .08);
}

.aeh-is-sticky .aeh-nav-row {
	position: sticky;
	top: var(--wp-admin--admin-bar--height, 0px);
	z-index: 20;
}

.aeh-nav-grid {
	--aeh-category-width: 310px;
	position: relative;
	min-height: 58px;
	display: grid;
	grid-template-columns: minmax(250px, 310px) minmax(0, 1fr) auto;
	align-items: stretch;
}

.aeh-category-nav {
	position: relative;
}

.aeh-cat-toggle {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 13px;
	background: var(--aeh-primary);
	color: var(--aeh-dark);
	font-weight: 800;
	cursor: pointer;
}

.aeh-cat-toggle > span {
	flex: 1;
	text-align: left;
}

.aeh-cat-toggle svg:last-child {
	width: 17px;
	height: 17px;
	transition: transform .2s ease;
}

.aeh-category-nav.is-open .aeh-cat-toggle svg:last-child {
	transform: rotate(180deg);
}

.aeh-category-panel {
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width: min(340px, 92vw);
	max-height: min(70vh, 610px);
	overflow-y: auto;
	background: var(--aeh-surface);
	color: var(--aeh-text);
	border: 1px solid var(--aeh-border);
	box-shadow: 0 18px 45px rgba(15, 23, 42, .18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s;
}

.aeh-category-nav.is-open .aeh-category-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.aeh-category-list,
.aeh-category-submenu,
.aeh-primary-menu,
.aeh-primary-menu .sub-menu,
.aeh-mobile-primary-menu,
.aeh-mobile-primary-menu .sub-menu,
.aeh-mobile-category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aeh-category-item {
	position: relative;
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-category-item:last-child {
	border-bottom: 0;
}

.aeh-category-item > a {
	min-height: 47px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-size: 14px;
	font-weight: 600;
}

.aeh-category-item > a:hover {
	background: var(--aeh-soft);
	color: var(--aeh-primary);
}

.aeh-category-item > a svg {
	width: 16px;
	height: 16px;
}

.aeh-category-submenu {
	position: absolute;
	left: 100%;
	top: -1px;
	width: 300px;
	background: var(--aeh-surface);
	border: 1px solid var(--aeh-border);
	box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateX(8px);
	transition: .18s ease;
}

.aeh-category-item:hover > .aeh-category-submenu,
.aeh-category-item:focus-within > .aeh-category-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.aeh-main-nav {
	min-width: 0;
	display: flex;
	align-items: stretch;
}

.aeh-primary-menu {
	min-width: 0;
	display: flex;
	align-items: stretch;
}

.aeh-primary-menu > li {
	position: relative;
	display: flex;
	align-items: stretch;
}

.aeh-primary-menu > li > a {
	padding: 0 clamp(12px, 1.3vw, 21px);
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
}

.aeh-primary-menu > li:hover > a,
.aeh-primary-menu > li.current-menu-item > a,
.aeh-primary-menu > li.current-menu-ancestor > a {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.aeh-primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 230px;
	padding: 9px 0;
	background: #fff;
	color: var(--aeh-text);
	border: 1px solid var(--aeh-border);
	box-shadow: 0 16px 38px rgba(15, 23, 42, .18);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: .18s ease;
}

.aeh-primary-menu .sub-menu .sub-menu {
	top: -10px;
	left: 100%;
}

.aeh-primary-menu li:hover > .sub-menu,
.aeh-primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.aeh-primary-menu .sub-menu a {
	display: block;
	padding: 10px 16px;
	font-size: 14px;
	font-weight: 600;
}

.aeh-primary-menu .sub-menu a:hover {
	background: var(--aeh-soft);
	color: var(--aeh-primary);
}

.aeh-flash {
	padding: 0 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 800;
	text-transform: capitalize;
	white-space: nowrap;
	color: #fff;
}

.aeh-flash:hover {
	background: rgba(255, 255, 255, .08);
	color: #fff;
}

.aeh-flash svg {
	width: 19px;
	height: 19px;
	color: var(--aeh-primary);
}

.aeh-mobile {
	display: none;
}

.aeh-mobile-row {
	min-height: 70px;
	padding: 8px 16px;
	display: grid;
	grid-template-columns: 42px minmax(100px, 1fr) auto;
	align-items: center;
	gap: 10px;
	background: var(--aeh-surface);
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-mobile-toggle,
.aeh-drawer-close {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--aeh-dark);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.aeh-mobile-logo {
	justify-content: flex-start;
}

.aeh-mobile-logo .aeh-logo-image {
	max-width: 150px;
	max-height: 52px;
}

.aeh-mobile-actions {
	display: flex;
	align-items: center;
	gap: 4px;
}

.aeh-mobile-actions > a {
	position: relative;
	width: 38px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--aeh-dark);
}

.aeh-mobile-actions svg {
	width: 22px;
	height: 22px;
}

.aeh-mobile-actions .aeh-badge {
	top: 0;
	right: -1px;
}

.aeh-mobile-search {
	padding: 10px 14px 12px;
	background: var(--aeh-surface);
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-mobile-search .aeh-product-search {
	height: 44px;
}

.aeh-mobile-search .aeh-product-search button {
	width: 48px;
	padding: 0;
	justify-content: center;
}

.aeh-mobile-search .aeh-product-search button span {
	display: none;
}

.aeh-mobile-drawer {
	position: fixed;
	inset: 0;
	z-index: 99999;
	pointer-events: none;
	visibility: hidden;
}

.aeh-mobile-drawer.is-open {
	pointer-events: auto;
	visibility: visible;
}

.aeh-drawer-overlay {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(15, 23, 42, .52);
	opacity: 0;
	transition: opacity .25s ease;
}

.aeh-mobile-drawer.is-open .aeh-drawer-overlay {
	opacity: 1;
}

.aeh-drawer-panel {
	position: absolute;
	inset: 0 auto 0 0;
	width: min(88vw, 390px);
	overflow-y: auto;
	background: #fff;
	color: var(--aeh-text);
	box-shadow: 18px 0 42px rgba(15, 23, 42, .18);
	transform: translateX(-102%);
	transition: transform .25s ease;
}

.aeh-mobile-drawer.is-open .aeh-drawer-panel {
	transform: translateX(0);
}

.aeh-drawer-head {
	min-height: 68px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-drawer-head strong {
	font-size: 18px;
}

.aeh-mobile-category-toggle {
	width: 100%;
	min-height: 52px;
	padding: 0 16px;
	border: 0;
	background: var(--aeh-primary);
	color: var(--aeh-dark);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 800;
	cursor: pointer;
}

.aeh-mobile-category-toggle svg {
	width: 18px;
	height: 18px;
	transition: transform .2s ease;
}

.aeh-mobile-category-block.is-open .aeh-mobile-category-toggle svg {
	transform: rotate(180deg);
}

.aeh-mobile-category-list {
	display: none;
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-mobile-category-block.is-open .aeh-mobile-category-list {
	display: block;
}

.aeh-mobile-category-list .aeh-category-item > a {
	padding-left: 18px;
}

.aeh-mobile-category-list .aeh-category-submenu {
	position: static;
	width: auto;
	display: block;
	border: 0;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	transform: none;
	padding-left: 16px;
}

.aeh-mobile-category-list .aeh-category-item > a svg {
	display: none;
}

.aeh-mobile-primary-menu > li {
	border-bottom: 1px solid var(--aeh-border);
}

.aeh-mobile-primary-menu li {
	position: relative;
}

.aeh-mobile-primary-menu a {
	min-height: 48px;
	padding: 10px 52px 10px 18px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
}

.aeh-mobile-primary-menu .sub-menu {
	display: none;
	padding-left: 18px;
	background: var(--aeh-soft);
}

.aeh-mobile-primary-menu li.is-submenu-open > .sub-menu {
	display: block;
}

.aeh-submenu-toggle {
	position: absolute;
	top: 4px;
	right: 8px;
	width: 42px;
	height: 40px;
	border: 0;
	background: transparent;
	color: var(--aeh-muted);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.aeh-submenu-toggle svg {
	width: 17px;
	height: 17px;
	transition: transform .2s ease;
}

.aeh-mobile-primary-menu li.is-submenu-open > .aeh-submenu-toggle svg {
	transform: rotate(180deg);
}

.aeh-drawer-phone {
	margin: 18px;
	padding: 14px 16px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	border-radius: 10px;
	background: var(--aeh-soft);
}

.aeh-drawer-phone span {
	font-size: 12px;
	color: var(--aeh-muted);
}

body.aeh-drawer-open {
	overflow: hidden;
}

@media (max-width: 1180px) {
	.aeh-top-grid {
		grid-template-columns: 180px minmax(260px, 1fr) auto;
	}

	.aeh-phone {
		display: none;
	}

	.aeh-nav-grid {
		--aeh-category-width: 270px;
		grid-template-columns: 270px minmax(0, 1fr) auto;
	}

	.aeh-primary-menu > li > a {
		padding-inline: 12px;
	}
}

@media (max-width: 1024px) {
	.aeh-desktop {
		display: none;
	}

	.aeh-mobile {
		display: block;
	}

	.aeh-is-sticky {
		position: sticky;
		top: var(--wp-admin--admin-bar--height, 0px);
	}
}

@media (max-width: 480px) {
	.aeh-mobile-row {
		grid-template-columns: 38px minmax(90px, 1fr) auto;
		padding-inline: 10px;
	}

	.aeh-mobile-logo .aeh-logo-image {
		max-width: 122px;
	}

	.aeh-mobile-actions > a {
		width: 34px;
	}
}

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


/* Live product search */
.aeh-live-search {
	position: relative;
	width: 100%;
	z-index: 70;
}

.aeh-search-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 100;
	max-height: min(66vh, 570px);
	overflow-y: auto;
	background: #fff;
	color: var(--aeh-text);
	border: 1px solid var(--aeh-border);
	border-radius: 14px;
	box-shadow: 0 20px 55px rgba(15, 23, 42, .22);
}

.aeh-search-results[hidden] {
	display: none !important;
}

.aeh-search-status,
.aeh-search-empty {
	padding: 22px 20px;
	text-align: center;
	font-size: 14px;
	color: var(--aeh-muted);
}

.aeh-search-result-link {
	min-height: 96px;
	padding: 10px 14px;
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid var(--aeh-border);
	background: #fff;
	transition: background .16s ease;
}

.aeh-search-result-link:hover,
.aeh-search-result-link:focus,
.aeh-search-result-link.is-keyboard-active {
	outline: 0;
	background: #f7f8fa;
}

.aeh-search-result-image {
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	overflow: hidden;
	background: #fff;
}

.aeh-search-result-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.aeh-search-result-content {
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.aeh-search-result-category {
	font-size: 11px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: .045em;
	color: #8a5b15;
}

.aeh-search-result-title {
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 1.35;
	color: var(--aeh-dark);
}

.aeh-search-result-price {
	font-size: 13px;
	font-weight: 800;
	color: var(--aeh-dark);
}

.aeh-search-result-price del {
	margin-right: 5px;
	font-weight: 500;
	color: var(--aeh-muted);
}

.aeh-search-result-price ins {
	text-decoration: none;
}

.aeh-search-all {
	min-height: 48px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	background: var(--aeh-primary);
	color: var(--aeh-dark) !important;
	font-size: 13px;
	font-weight: 900;
}

.aeh-search-all svg {
	width: 16px;
	height: 16px;
}

/* Elementor mega menus */
.aeh-primary-menu > li > a > svg {
	width: 15px;
	height: 15px;
	margin-left: 7px;
}

.aeh-primary-menu > li.aeh-has-mega {
	position: static;
}

.aeh-mega-panel {
	position: absolute;
	top: 100%;
	left: var(--aeh-category-width);
	right: 0;
	z-index: 60;
	padding-top: 1px;
	color: var(--aeh-text);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	pointer-events: none;
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.aeh-has-mega:hover > .aeh-mega-panel,
.aeh-has-mega:focus-within > .aeh-mega-panel,
.aeh-has-mega.is-mega-open > .aeh-mega-panel {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.aeh-mega-inner {
	max-height: min(74vh, 720px);
	overflow: auto;
	padding: 22px;
	background: #fff;
	border: 1px solid var(--aeh-border);
	border-top: 3px solid var(--aeh-primary);
	border-radius: 0 0 14px 14px;
	box-shadow: 0 22px 58px rgba(15, 23, 42, .22);
}

.aeh-elementor-template + .aeh-elementor-template {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--aeh-border);
}

.aeh-mega-inner .elementor,
.aeh-mega-inner .elementor-section,
.aeh-mega-inner .e-con {
	max-width: 100%;
}

.aeh-mega-inner .products {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.aeh-mobile-search .aeh-search-results {
		max-height: min(60vh, 480px);
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	.aeh-search-result-link {
		min-height: 84px;
		grid-template-columns: 62px minmax(0, 1fr);
		gap: 10px;
		padding: 9px 10px;
	}

	.aeh-search-result-image {
		width: 62px;
		height: 62px;
	}
}

/* Practical layout refinements — v1.3.0
 * These rules deliberately preserve the stable 1.1.0 header structure.
 */
.aeh-header {
	--aeh-font-size: 16px;
	--aeh-mobile-font-size: 17px;
	--aeh-category-panel-width: 370px;
	--aeh-search-columns: 2;
	font-size: var(--aeh-font-size);
}

.aeh-product-search input {
	font-size: var(--aeh-font-size);
}

.aeh-phone-label {
	font-size: 13px;
}

.aeh-phone strong {
	font-size: 17px;
}

.aeh-cat-toggle,
.aeh-primary-menu > li > a,
.aeh-category-item > a {
	font-size: var(--aeh-font-size);
}

.aeh-primary-menu .sub-menu a,
.aeh-flash {
	font-size: max(15px, calc(var(--aeh-font-size) - 1px));
}

/* Desktop categories: keep the proven vertical/fly-out model, but remove
 * the small internally scrolling box. */
@media (min-width: 1025px) {
	.aeh-category-panel {
		width: min(var(--aeh-category-panel-width), calc(100vw - 28px));
		max-height: none;
		overflow: visible;
	}

	.aeh-category-item > a {
		min-height: 48px;
		padding: 10px 18px;
		line-height: 1.3;
	}

	.aeh-category-submenu {
		width: min(340px, calc(100vw - var(--aeh-category-panel-width) - 32px));
		min-width: 285px;
	}
}

/* Mobile drawer: use the available screen instead of a narrow box. */
@media (max-width: 1024px) {
	.aeh-header {
		font-size: var(--aeh-mobile-font-size);
	}

	.aeh-drawer-panel {
		width: min(96vw, 540px);
	}

	.aeh-mobile-search .aeh-product-search {
		height: 48px;
	}

	.aeh-mobile-search .aeh-product-search input,
	.aeh-mobile-category-toggle,
	.aeh-mobile-category-list .aeh-category-item > a,
	.aeh-mobile-primary-menu a {
		font-size: var(--aeh-mobile-font-size);
	}

	.aeh-mobile-category-toggle {
		min-height: 58px;
		padding-inline: 18px;
	}

	.aeh-mobile-category-list .aeh-category-item {
		position: relative;
		border-bottom: 1px solid var(--aeh-border);
	}

	.aeh-mobile-category-list .aeh-category-item > a {
		min-height: 54px;
		padding: 11px 58px 11px 18px;
		line-height: 1.35;
	}

	.aeh-mobile-category-list .aeh-category-item > a svg {
		display: none;
	}

	.aeh-mobile-category-list .aeh-category-submenu {
		display: none;
		padding: 0 0 7px 14px;
		background: var(--aeh-soft);
	}

	.aeh-mobile-category-list .aeh-category-item.is-category-open > .aeh-category-submenu {
		display: block;
	}

	.aeh-mobile-category-list .aeh-category-submenu .aeh-category-item {
		border-bottom: 0;
	}

	.aeh-mobile-category-list .aeh-category-submenu .aeh-category-item > a {
		min-height: 46px;
		padding-block: 8px;
		font-size: max(15px, calc(var(--aeh-mobile-font-size) - 1px));
		font-weight: 600;
	}

	.aeh-category-submenu-toggle {
		position: absolute;
		top: 6px;
		right: 8px;
		z-index: 2;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: transparent;
		color: var(--aeh-dark);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.aeh-category-submenu-toggle:hover,
	.aeh-category-submenu-toggle:focus-visible {
		background: color-mix(in srgb, var(--aeh-primary) 22%, transparent);
		outline: 0;
	}

	.aeh-category-submenu-toggle svg {
		width: 19px;
		height: 19px;
		transition: transform .2s ease;
	}

	.aeh-mobile-category-list .aeh-category-item.is-category-open > .aeh-category-submenu-toggle svg {
		transform: rotate(180deg);
	}

	.aeh-mobile-primary-menu a {
		min-height: 54px;
	}
}

@media (max-width: 600px) {
	.aeh-drawer-panel {
		width: 100vw;
		max-width: none;
	}
}

/* Live results: exactly two columns while retaining the stable search panel. */
.aeh-search-results {
	display: grid;
	grid-template-columns: repeat(var(--aeh-search-columns), minmax(0, 1fr));
}

.aeh-search-results[hidden] {
	display: none !important;
}

.aeh-search-status,
.aeh-search-empty,
.aeh-search-all {
	grid-column: 1 / -1;
}

.aeh-search-result-link {
	min-width: 0;
	border-right: 1px solid var(--aeh-border);
}

.aeh-search-result-link:nth-child(2n) {
	border-right: 0;
}

.aeh-search-result-title {
	font-size: max(14px, calc(var(--aeh-font-size) - 1px));
}

.aeh-search-result-price {
	font-size: max(13px, calc(var(--aeh-font-size) - 2px));
}

@media (max-width: 1024px) {
	.aeh-mobile-search .aeh-search-results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: min(68dvh, 620px);
	}

	.aeh-mobile-search .aeh-search-result-link {
		min-height: 0;
		padding: 9px;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.aeh-mobile-search .aeh-search-result-image {
		width: 100%;
		height: clamp(92px, 28vw, 145px);
	}

	.aeh-mobile-search .aeh-search-result-content {
		gap: 3px;
	}

	.aeh-mobile-search .aeh-search-result-category {
		font-size: 10px;
	}

	.aeh-mobile-search .aeh-search-result-title {
		font-size: clamp(13px, 3.7vw, 15px);
		-webkit-line-clamp: 3;
	}

	.aeh-mobile-search .aeh-search-result-price {
		font-size: clamp(12px, 3.5vw, 14px);
	}
}

@media (min-width: 1025px) and (max-height: 760px) {
	.aeh-category-item > a {
		min-height: 42px;
		padding-block: 7px;
	}
}

/* Full viewport brand header — v1.3.1 */
.aeh-header {
	--aeh-header-bg: #1D2733;
	--aeh-header-bg-deep: color-mix(in srgb, var(--aeh-header-bg) 88%, #000);
}

.aeh-header.aeh-full-width {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.aeh-header.aeh-full-width .aeh-container {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: clamp(18px, 3vw, 56px);
}

.aeh-header .aeh-top-row,
.aeh-header .aeh-mobile-row,
.aeh-header .aeh-mobile-search {
	background: var(--aeh-header-bg);
	border-color: rgba(255, 255, 255, .13);
}

.aeh-header .aeh-nav-row {
	background: var(--aeh-header-bg-deep);
}

.aeh-header .aeh-text-logo,
.aeh-header .aeh-phone strong,
.aeh-header .aeh-action,
.aeh-header .aeh-cart-copy strong,
.aeh-header .aeh-mobile-toggle,
.aeh-header .aeh-mobile-actions > a {
	color: #fff;
}

.aeh-header .aeh-phone-label,
.aeh-header .aeh-cart-copy {
	color: rgba(255, 255, 255, .72);
}

.aeh-header .aeh-action:hover,
.aeh-header .aeh-mobile-actions > a:hover,
.aeh-header .aeh-mobile-toggle:hover {
	color: var(--aeh-primary);
}

.aeh-header .aeh-product-search {
	background: #fff;
}

@media (max-width: 1024px) {
	.aeh-header.aeh-full-width .aeh-container {
		padding-inline: 14px;
	}
}
