/*
 * Extraprívlač Core Tools custom header.
 * The logo image, primary menu, FiboSearch and WooCommerce endpoints remain
 * native WordPress data; this file owns only presentation and responsiveness.
 */

body.ep-core-custom-header .site-header-wrap:not(.ep-site-header) {
	display: none !important;
}

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

.ep-site-header {
	position: sticky;
	top: 0;
	z-index: 10020;
	width: 100%;
	color: #142238;
	background: #fff;
	box-shadow: 0 8px 28px rgba(15, 44, 74, .08);
}

body.admin-bar .ep-site-header {
	top: 32px;
}

.ep-header-utility {
	min-height: 32px;
	color: #edf7ff;
	background: #123f6c;
	font-size: 12px;
	line-height: 1.35;
}

.ep-header-utility__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(28px, 5vw, 68px);
	width: min(calc(100% - 32px), 1380px);
	min-height: 32px;
	margin: 0 auto;
}

.ep-header-utility__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.ep-header-utility__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #65ddbf;
	box-shadow: 0 0 0 3px rgba(101, 221, 191, .15);
}

.ep-site-header__main {
	display: grid;
	grid-template-columns: minmax(190px, 230px) minmax(360px, 680px) minmax(260px, 1fr);
	align-items: center;
	gap: clamp(18px, 3vw, 42px);
	width: min(calc(100% - 40px), 1380px);
	min-height: 84px;
	margin: 0 auto;
}

.ep-site-header__brand {
	display: flex;
	align-items: center;
	min-width: 0;
}

.ep-site-header__brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	width: auto;
	height: 72px;
	padding: 2px 0;
}

.ep-site-header__brand img.custom-logo {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 210px !important;
	max-height: 64px !important;
	object-fit: contain;
}

.ep-site-header__site-name {
	color: #123f6c;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.ep-site-header__search,
.ep-site-header__search > *,
.ep-site-header__search .dgwt-wcas-search-wrapp,
.ep-site-header__search .dgwt-wcas-search-form {
	width: 100% !important;
	max-width: none !important;
}

.ep-site-header__search .dgwt-wcas-sf-wrapp {
	padding: 4px !important;
	border: 1px solid #cfdae6 !important;
	border-radius: 15px !important;
	background: #f8fbfd !important;
	box-shadow: 0 5px 16px rgba(19, 63, 108, .07) !important;
}

.ep-site-header__search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	height: 50px !important;
	min-height: 50px !important;
	padding-left: 46px !important;
	border: 0 !important;
	border-radius: 11px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #142238 !important;
	font-size: 16px !important;
}

.ep-site-header__search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
	outline: 2px solid #2465a5 !important;
	outline-offset: 1px;
}

.ep-site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	min-width: 0;
}

.ep-header-action {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 50px;
	padding: 7px 11px;
	border: 1px solid #dbe5ee;
	border-radius: 13px;
	color: #142238;
	background: #fff;
	box-shadow: 0 4px 13px rgba(20, 49, 80, .05);
	text-decoration: none;
	transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.ep-header-action:hover,
.ep-header-action:focus-visible {
	border-color: #a9c2d9;
	color: #164f86;
	background: #f2f7fb;
	transform: translateY(-1px);
}

.ep-header-action svg {
	flex: 0 0 auto;
	width: 25px;
	height: 25px;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ep-header-action > span:not(.ep-header-cart-count) {
	display: grid;
	gap: 1px;
	line-height: 1.08;
	white-space: nowrap;
}

.ep-header-action small {
	color: #758397;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .02em;
}

.ep-header-action strong {
	font-size: 14px;
	font-weight: 800;
}

.ep-header-action--cart {
	position: relative;
	padding-right: 28px;
}

.ep-header-cart-count {
	position: absolute;
	top: 6px;
	right: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 999px;
	color: #fff;
	background: #1d62a5;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.ep-header-menu-toggle,
.ep-header-nav__mobile-head,
.ep-header-overlay,
.ep-header-submenu-toggle {
	display: none;
}

.ep-header-nav {
	position: relative;
	z-index: 2;
	border-top: 1px solid #e6edf3;
	background: #fff;
}

.ep-header-nav__menu,
.ep-header-nav__menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ep-header-nav__menu {
	display: flex;
	align-items: center;
	gap: 3px;
	width: min(calc(100% - 32px), 1380px);
	min-height: 56px;
	margin: 0 auto;
	overflow: visible;
}

.ep-header-nav__menu > li {
	position: relative;
	flex: 0 0 auto;
}

.ep-header-nav__menu a,
.ep-header-more__toggle {
	color: #142238;
	font-family: inherit;
	text-decoration: none;
}

.ep-header-nav__menu > li > a,
.ep-header-more__toggle {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 11px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
	cursor: pointer;
}

.ep-header-nav__menu > li > a:hover,
.ep-header-nav__menu > li > a:focus-visible,
.ep-header-more__toggle:hover,
.ep-header-more__toggle:focus-visible {
	color: #174f87;
	background: #edf4f9;
}

.ep-header-nav__menu .dropdown-nav-toggle {
	display: none;
}

/* Directional chevrons make the submenu hierarchy discoverable. */
.ep-header-nav__menu > li.menu-item-has-children > a::after {
	content: "";
	flex: 0 0 auto;
	width: 7px;
	height: 7px;
	margin: -4px 1px 0 9px;
	border-right: 1.7px solid currentColor;
	border-bottom: 1.7px solid currentColor;
	transform: rotate(45deg);
}

.ep-header-nav__menu > .ep-menu-sutaz {
	order: 100;
	margin-left: auto;
}

.ep-header-nav__menu > .ep-menu-sutaz > a {
	min-height: 42px;
	border: 1px solid #e2bc53;
	color: #5d4200;
	background: #fff4cf;
	box-shadow: 0 4px 12px rgba(144, 103, 0, .1);
}

.ep-header-more {
	position: relative;
	order: 90;
}

.ep-header-more__toggle::after {
	content: "";
	width: 7px;
	height: 7px;
	margin: -3px 1px 0 8px;
	border-right: 1.6px solid currentColor;
	border-bottom: 1.6px solid currentColor;
	transform: rotate(45deg);
}

.ep-header-nav__menu .sub-menu {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	display: none;
	width: 290px;
	padding: 9px;
	border: 1px solid #d9e3ec;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 20px 48px rgba(13, 43, 73, .17);
}

.ep-header-nav__menu li:hover > .sub-menu,
.ep-header-nav__menu li:focus-within > .sub-menu,
.ep-header-nav__menu li.is-open > .sub-menu {
	display: block;
}

.ep-header-nav__menu .sub-menu li {
	position: relative;
}

.ep-header-nav__menu .sub-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 44px;
	padding: 9px 11px;
	border-radius: 8px;
	color: #26384e;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.3;
}

.ep-header-nav__menu .sub-menu li.menu-item-has-children > a::after {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 12px;
	margin-left: 12px;
	border: 0 !important;
	background: currentColor;
	clip-path: polygon(0 0, 28% 0, 100% 50%, 28% 100%, 0 100%, 72% 50%);
	transform: none !important;
}

.ep-header-nav__menu .sub-menu a:hover,
.ep-header-nav__menu .sub-menu a:focus-visible {
	color: #174f87;
	background: #edf4f9;
}

.ep-header-nav__menu .sub-menu .sub-menu {
	top: -9px;
	left: calc(100% - 1px);
}

.ep-header-more > .ep-header-more__menu {
	right: 0;
	left: auto;
	display: none;
	grid-template-columns: 250px minmax(0, 1fr);
	grid-template-rows: auto repeat(5, minmax(48px, auto));
	gap: 6px 14px;
	width: min(920px, calc(100vw - 32px));
	max-height: none;
	padding: 14px;
	overflow: hidden;
	border-color: #cfddea;
	background: #f4f8fb;
	box-shadow: 0 24px 64px rgba(13, 43, 73, .2);
}

/* "Viac" is a stable master/detail panel: the left rail keeps the mental
 * model small and the right side shows only the currently relevant branch. */
.ep-header-more:hover > .ep-header-more__menu,
.ep-header-more:focus-within > .ep-header-more__menu,
.ep-header-more.is-pointer-inside > .ep-header-more__menu,
.ep-header-more.is-open > .ep-header-more__menu {
	display: grid !important;
}

.ep-header-more__menu > li {
	min-width: 0;
	display: contents;
}

.ep-header-more__menu > .ep-header-more__featured {
	grid-column: 1 / -1;
	grid-row: 1;
	display: grid;
	grid-template-columns: auto repeat(4, minmax(0, 1fr));
	align-items: center;
	gap: 8px;
	padding: 8px !important;
	border-color: #c8dceb !important;
	background: linear-gradient(100deg, #edf6fb 0%, #f8fbfd 100%) !important;
}

.ep-header-more__featured-label {
	padding: 0 6px;
	color: #60748a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-header-more__menu > .ep-header-more__featured > a {
	grid-column: auto;
	grid-row: auto;
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 42px;
	padding: 7px 9px;
	border: 1px solid #d4e2ed;
	border-radius: 9px;
	color: #174f87;
	background: #fff;
	box-shadow: 0 3px 10px rgba(24, 76, 126, .05);
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	white-space: normal;
}

.ep-header-more__menu > .ep-header-more__featured > a:hover,
.ep-header-more__menu > .ep-header-more__featured > a:focus-visible {
	border-color: #9fbcd5;
	color: #fff;
	background: #1f5b95;
}

.ep-header-more__menu > li > a {
	grid-column: 1;
	align-self: stretch;
	min-height: 42px;
	padding: 9px 12px;
	border: 1px solid transparent;
	border-radius: 9px;
	color: #263b52;
	background: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	white-space: normal;
}

.ep-header-more__menu > li > a:hover,
.ep-header-more__menu > li > a:focus-visible,
.ep-header-more__menu > li.is-mega-active > a {
	border-color: #c9dceb;
	color: #174f87;
	background: #eaf3fa;
}

.ep-header-more__menu > #menu-item-59082 > a {
	grid-row: 2;
}

.ep-header-more__menu > #menu-item-59114 > a {
	grid-row: 3;
}

.ep-header-more__menu > #menu-item-59133 > a {
	grid-row: 4;
}

.ep-header-more__menu > #menu-item-96180 > a {
	grid-row: 5;
}

.ep-header-more__menu > #menu-item-79774 > a {
	grid-row: 6;
}

.ep-header-more__menu > li > .sub-menu {
	grid-column: 2;
	grid-row: 2 / 7;
	position: static;
	display: none !important;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 10px 12px 12px;
	border: 1px solid #dce7f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: none;
}

.ep-header-more__menu > li.is-mega-active > .sub-menu {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: start;
	gap: 8px;
}

.ep-header-more__menu > li.is-mega-active > .sub-menu::before {
	content: attr(data-ep-subcategories-label);
	grid-column: 1 / -1;
	padding: 0 2px 3px;
	color: #60748a;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.2;
	text-transform: uppercase;
}

.ep-header-more__menu > #menu-item-59082.is-mega-active > .sub-menu {
	grid-template-columns: minmax(0, 1.35fr) minmax(95px, .7fr) minmax(0, 1.3fr) minmax(90px, .65fr);
}

.ep-header-more__menu > li.is-mega-active > .sub-menu > li {
	min-width: 0;
	align-self: start;
	padding: 5px;
	border: 1px solid #e1e9f1;
	border-radius: 9px;
	background: #fbfdff;
}

.ep-header-more__menu > li.is-mega-active > .sub-menu > li > a {
	min-height: 36px;
	padding: 7px 8px;
	border-bottom: 1px solid #edf2f6;
	border-radius: 6px;
	color: #24405d;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.28;
	white-space: normal;
	overflow-wrap: anywhere;
}

.ep-header-more__menu .sub-menu .sub-menu {
	position: static;
	display: block !important;
	width: auto;
	margin: 2px 3px 4px;
	padding: 2px 0 2px 7px;
	border: 0;
	border-left: 2px solid #c4d7e7;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ep-header-more__menu .sub-menu .sub-menu a {
	min-height: 27px;
	padding: 4px 5px;
	border-bottom: 0;
	color: #53667b;
	background: transparent;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.25;
	white-space: normal;
	overflow-wrap: anywhere;
}

.ep-header-more__menu a:focus-visible {
	outline: 2px solid #2465a5;
	outline-offset: 1px;
}

.ep-header-more__menu > li.menu-item-has-children > a::after {
	display: block !important;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border: 0;
	border-right: 2px solid currentColor !important;
	border-bottom: 2px solid currentColor !important;
	background: transparent;
	clip-path: none;
	transform: rotate(-45deg) !important;
}

.ep-header-more__menu .sub-menu li.menu-item-has-children > a::after {
	display: none !important;
}

.ep-site-header.is-compact .ep-header-utility,
.ep-site-header.is-compact .ep-header-nav {
	display: none;
}

.ep-site-header.is-compact .ep-site-header__main {
	min-height: 68px;
}

.ep-site-header.is-compact .ep-site-header__brand .custom-logo-link {
	height: 60px;
}

.ep-site-header.is-compact .ep-site-header__brand img.custom-logo {
	max-height: 52px !important;
}

@media (min-width: 1100px) and (max-width: 1240px) {
	.ep-site-header__main {
		grid-template-columns: 175px minmax(340px, 1fr) minmax(245px, auto);
		gap: 14px;
	}

	.ep-site-header__brand img.custom-logo {
		max-width: 172px !important;
	}

	.ep-header-nav__menu > li > a,
	.ep-header-more__toggle {
		padding-right: 8px;
		padding-left: 8px;
		font-size: 13px;
	}
}

@media (max-width: 1099px) {
	.ep-header-nav__menu > li.menu-item-has-children > a::after,
	.ep-header-nav__menu .sub-menu li.menu-item-has-children > a::after {
		display: none;
	}

	body.admin-bar .ep-site-header {
		top: 46px;
	}

	body.ep-header-menu-open {
		overflow: hidden;
	}

	.ep-site-header.is-compact .ep-header-utility {
		display: block;
	}

	.ep-header-utility {
		min-height: 30px;
	}

	.ep-header-utility__inner {
		min-height: 30px;
	}

	.ep-header-utility__item {
		display: none;
	}

	.ep-header-utility__item--2 {
		display: inline-flex;
	}

	.ep-site-header__main,
	.ep-site-header.is-compact .ep-site-header__main {
		grid-template-areas:
			"toggle brand actions"
			"search search search";
		grid-template-columns: 48px minmax(110px, 1fr) auto;
		gap: 8px 12px;
		width: min(calc(100% - 24px), 820px);
		min-height: 134px;
		padding: 7px 0 10px;
	}

	.ep-header-menu-toggle {
		grid-area: toggle;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 1px solid #dbe5ee;
		border-radius: 12px;
		color: #173a5f;
		background: #f7fafc;
		cursor: pointer;
	}

	.ep-header-menu-toggle__lines {
		display: grid;
		gap: 4px;
	}

	.ep-header-menu-toggle__lines i {
		display: block;
		width: 21px;
		height: 2px;
		border-radius: 2px;
		background: currentColor;
	}

	.ep-site-header__brand {
		grid-area: brand;
		justify-content: center;
	}

	.ep-site-header__brand .custom-logo-link,
	.ep-site-header.is-compact .ep-site-header__brand .custom-logo-link {
		height: 56px;
	}

	.ep-site-header__brand img.custom-logo,
	.ep-site-header.is-compact .ep-site-header__brand img.custom-logo {
		max-width: 150px !important;
		max-height: 50px !important;
	}

	.ep-site-header__search {
		grid-area: search;
	}

	.ep-site-header__search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		height: 48px !important;
		min-height: 48px !important;
		font-size: 16px !important;
	}

	.ep-site-header__actions {
		grid-area: actions;
		gap: 7px;
	}

	.ep-header-action {
		min-height: 46px;
		padding: 6px 9px;
	}

	.ep-header-action--cart {
		padding-right: 26px;
	}

	.ep-header-nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10023;
		width: min(370px, 92vw);
		height: 100dvh;
		padding: 0 14px 24px;
		overflow-y: auto;
		border: 0;
		background: #fff;
		box-shadow: 20px 0 55px rgba(10, 35, 61, .2);
		transform: translateX(-105%);
		transition: transform .22s ease;
	}

	body.ep-header-menu-open .ep-header-nav {
		transform: translateX(0);
	}

	.ep-header-nav__mobile-head {
		position: sticky;
		top: 0;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 72px;
		padding: 8px 4px;
		border-bottom: 1px solid #e4ebf2;
		background: #fff;
	}

	.ep-header-nav__mobile-head strong {
		font-size: 18px;
	}

	.ep-header-menu-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border: 0;
		border-radius: 11px;
		color: #173a5f;
		background: #eef4f8;
		font-size: 30px;
		line-height: 1;
		cursor: pointer;
	}

	.ep-header-overlay {
		position: fixed;
		inset: 0;
		z-index: 10022;
		display: block;
		width: 100%;
		height: 100%;
		padding: 0;
		border: 0;
		background: rgba(9, 29, 49, .48);
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s ease, visibility .2s ease;
	}

	body.ep-header-menu-open .ep-header-overlay {
		opacity: 1;
		visibility: visible;
	}

	.ep-header-nav__menu {
		display: block;
		width: 100%;
		min-height: 0;
		padding: 10px 0 30px;
	}

	.ep-header-nav__menu > li,
	.ep-header-nav__menu > .ep-menu-sutaz {
		position: relative;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #e7edf3;
	}

	.ep-header-nav__menu > li > a,
	.ep-header-nav__menu > .ep-menu-sutaz > a {
		min-height: 54px;
		padding: 11px 8px;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		font-size: 15px;
		white-space: normal;
	}

	.ep-header-nav__menu .dropdown-nav-toggle {
		display: none;
	}

	.ep-header-submenu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		align-self: center;
		padding: 0;
		border: 0;
		border-radius: 10px;
		color: #1d568d;
		background: #edf4f9;
		cursor: pointer;
	}

	.ep-header-submenu-toggle__icon {
		position: relative;
		display: block;
		width: 16px;
		height: 16px;
	}

	.ep-header-submenu-toggle__icon::before,
	.ep-header-submenu-toggle__icon::after {
		position: absolute;
		top: 3px;
		left: 3px;
		width: 10px;
		height: 10px;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		content: "";
		transition: top .16s ease, transform .16s ease;
	}

	.ep-header-submenu-toggle__icon::after {
		display: none;
	}

	.ep-header-submenu-toggle__icon::before {
		transform: rotate(45deg);
	}

	.ep-header-submenu-toggle[aria-expanded="true"] .ep-header-submenu-toggle__icon::before {
		top: 7px;
		transform: rotate(225deg);
	}

	.ep-header-nav__menu .sub-menu,
	.ep-header-nav__menu .sub-menu .sub-menu {
		position: static;
		grid-column: 1 / -1;
		display: none;
		width: 100%;
		padding: 3px 6px 10px 14px;
		border: 0;
		border-radius: 0;
		background: #f7fafc;
		box-shadow: none;
	}

	/* Touch devices must not inherit desktop :hover/:focus-within persistence. */
	.ep-header-nav__menu li:not(.is-submenu-open):hover > .sub-menu,
	.ep-header-nav__menu li:not(.is-submenu-open):focus-within > .sub-menu {
		display: none !important;
	}

	.ep-header-nav__menu li.is-submenu-open > .sub-menu {
		display: block !important;
	}

	.ep-header-nav__menu .sub-menu li {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ep-header-nav__menu .sub-menu a {
		min-height: 46px;
		padding: 8px 9px;
		font-size: 14px;
	}

	.ep-header-more {
		display: none !important;
	}
}

@media (max-width: 640px) {
	.ep-site-header__main,
	.ep-site-header.is-compact .ep-site-header__main {
		grid-template-columns: 46px minmax(100px, 1fr) auto;
		width: calc(100% - 20px);
	}

	.ep-site-header__brand img.custom-logo,
	.ep-site-header.is-compact .ep-site-header__brand img.custom-logo {
		max-width: 126px !important;
		max-height: 46px !important;
	}

	.ep-header-action {
		justify-content: center;
		width: 46px;
		min-width: 46px;
		height: 46px;
		padding: 0;
	}

	.ep-header-action > span:not(.ep-header-cart-count) {
		display: none;
	}

	.ep-header-action--cart {
		padding: 0;
	}

	.ep-header-cart-count {
		top: -5px;
		right: -5px;
	}
}

@media (max-width: 360px) {
	.ep-site-header__main,
	.ep-site-header.is-compact .ep-site-header__main {
		grid-template-columns: 44px minmax(90px, 1fr) auto;
		gap: 7px;
	}

	.ep-site-header__brand img.custom-logo,
	.ep-site-header.is-compact .ep-site-header__brand img.custom-logo {
		max-width: 110px !important;
	}

	.ep-header-menu-toggle,
	.ep-header-action {
		width: 44px;
		min-width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ep-header-action,
	.ep-header-nav,
	.ep-header-overlay,
	.ep-header-submenu-toggle__icon::before {
		transition: none;
	}
}
