/* KOL Advanced Menu Suite header */

body.kol-ams-header-enabled .site-header-wrapper {
	display: none !important;
}

body.kol-ams-header-enabled {
	--kol-ams-admin-bar-height: 0px;
	--kol-ams-header-background: #e4e4e4;
}

body.admin-bar.kol-ams-header-enabled {
	--kol-ams-admin-bar-height: var(--wp-admin--admin-bar--height, 32px);
}

body.kol-ams-header-enabled.kol-ams-header-sticky {
	padding-top: calc(var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px)) + var(--kol-ams-header-gap, 5px)) !important;
}

@media (min-width: 783px) {
	body.kol-ams-header-enabled.kol-ams-hide-desktop-logged-out,
	body.kol-ams-header-enabled.kol-ams-hide-desktop-logged-out.kol-ams-header-sticky {
		--kol-ams-active-header-height: 0px !important;
		padding-top: 0 !important;
	}

	body.kol-ams-hide-desktop-logged-out #kol-ams-header,
	body.kol-ams-hide-desktop-logged-out .kol-ams-mobile-backdrop,
	body.kol-ams-hide-desktop-logged-out #kol-ams-mobile-panel {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}

body.kol-ams-menu-open {
	overflow: hidden;
}

.kol-ams-header,
.kol-ams-header *,
.kol-ams-mobile-panel,
.kol-ams-mobile-panel * {
	box-sizing: border-box;
}

.kol-ams-header {
	width: 100%;
	min-height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px));
	background: var(--kol-ams-header-background, #e4e4e4);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	color: #003b56;
	z-index: 99999;
}

.kol-ams-header--sticky {
	position: fixed;
	top: var(--kol-ams-admin-bar-height, 0px);
	left: 0;
	right: 0;
}

.kol-ams-header--static {
	position: relative;
	margin-bottom: var(--kol-ams-header-gap, 5px);
}

.kol-ams-header__inner {
	display: grid;
	grid-template-columns: minmax(430px, max-content) minmax(280px, 1fr) max-content;
	align-items: center;
	gap: 18px;
	width: 100%;
	min-height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px));
	padding: 0 14px 0 5px;
}

.kol-ams-header__brand-area {
	display: flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
	min-height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px));
}

.kol-ams-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	text-decoration: none !important;
	color: inherit;
}

.kol-ams-logo__image {
	display: block;
	width: 84px;
	height: 52px;
	max-width: 84px;
	max-height: 52px;
	object-fit: contain;
}

.kol-ams-logo__text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
	color: #003b56;
	white-space: nowrap;
}

.kol-ams-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 335px;
	max-width: 335px;
	min-height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px));
	flex: 0 0 335px;
}

.kol-ams-search .kol-search-widget-wrapper,
.kol-ams-search .kol-search-container {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

.kol-ams-search .kol-search-form,
.kol-ams-search__form {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	border: 1px solid #aeb4b9 !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	box-shadow: none !important;
	line-height: 1 !important;
}

.kol-ams-search .kol-search-icon,
.kol-ams-search__icon {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 13px 0 0 !important;
	padding: 0 !important;
	color: #111827 !important;
	font-size: 17px !important;
	line-height: 1 !important;
}

.kol-ams-search .kol-search-input,
.kol-ams-search__input {
	display: block !important;
	flex: 1 1 auto !important;
	min-width: 0 !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #111827 !important;
	-webkit-text-fill-color: #111827 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
	outline: none !important;
}

.kol-ams-search .kol-search-input::placeholder,
.kol-ams-search__input::placeholder {
	color: #666d75 !important;
	opacity: 1 !important;
	-webkit-text-fill-color: #666d75 !important;
}

.kol-ams-search .kol-search-dropdown {
	position: absolute !important;
	top: calc(100% + 6px) !important;
	left: 0 !important;
	right: 0 !important;
	z-index: 100000 !important;
	width: 100% !important;
	max-height: 70vh !important;
	overflow-y: auto !important;
	border: 1px solid #aeb4b9 !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18) !important;
	color: #111827 !important;
}

body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop {
	position: relative !important;
	height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px)) !important;
	min-height: var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px)) !important;
	align-self: stretch !important;
}

body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop .kol-search-widget-wrapper,
body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop .kol-search-container {
	position: absolute !important;
	top: 50% !important;
	left: 0 !important;
	right: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-50%) !important;
}

body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop .kol-search-container {
	top: 0 !important;
	transform: none !important;
}

body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop .kol-search-form {
	position: relative !important;
	top: 0 !important;
	display: flex !important;
	align-items: center !important;
	height: 44px !important;
	min-height: 44px !important;
	max-height: 44px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	transform: none !important;
}

.kol-ams-primary-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	height: 100%;
	overflow: visible;
}

.kol-ams-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kol-ams-menu li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kol-ams-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: var(--kol-ams-header-height, 55px);
	padding: 0;
	color: #003b56 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.kol-ams-menu > li > a:hover,
.kol-ams-menu > li > a:focus-visible,
.kol-ams-menu > li.current-menu-item > a,
.kol-ams-menu > li.current_page_item > a,
.kol-ams-menu > li.current-menu-ancestor > a {
	color: #001e2c !important;
	text-decoration: none !important;
}

.kol-ams-menu > li > a i,
.kol-ams-menu > li > a .fa,
.kol-ams-menu > li > a .fas,
.kol-ams-menu > li > a .far,
.kol-ams-menu > li > a .dashicons {
	color: currentColor !important;
	font-size: 20px;
	line-height: 1;
}

.kol-ams-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100001;
	display: none;
	min-width: 210px;
	margin: 0;
	padding: 8px;
	list-style: none;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.kol-ams-menu li:hover > .sub-menu,
.kol-ams-menu li:focus-within > .sub-menu {
	display: block;
}

.kol-ams-menu .sub-menu li {
	display: block;
}

.kol-ams-menu .sub-menu a {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	color: #1f2937 !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
}

.kol-ams-menu .sub-menu a:hover,
.kol-ams-menu .sub-menu a:focus-visible {
	background: #f3f4f6;
	color: #111827 !important;
}

.kol-ams-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-width: 0;
	height: 100%;
}

.kol-ams-action-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	min-width: 0;
}

.kol-ams-action-shell,
.kol-ams-action-shell .nav-item {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 0;
	height: 100%;
}

.kol-ams-action {
	position: relative;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px;
	height: 32px;
	min-width: 22px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #003b56 !important;
	font-size: 19px;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
}

.kol-ams-action:hover,
.kol-ams-action:focus-visible,
.kol-ams-action[aria-expanded="true"] {
	color: #001e2c !important;
	text-decoration: none !important;
}

.kol-ams-action i {
	color: currentColor !important;
	font-size: 19px;
	line-height: 1;
}

.kol-ams-action__badge,
.kol-ams-action sup.count,
.kol-ams-action .kol-adv-count {
	position: absolute !important;
	top: -7px !important;
	right: -11px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 20px !important;
	height: 18px !important;
	padding: 0 5px !important;
	border-radius: 999px !important;
	background: #ff2e3d !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 18px !important;
	text-align: center !important;
}

.kol-ams-action__badge[hidden],
.kol-ams-action sup.count[hidden],
.kol-ams-action .kol-adv-count[hidden] {
	display: none !important;
}

.kol-ams-cart-slide-backdrop {
	position: fixed;
	top: var(--kol-ams-cart-slide-top, calc(var(--kol-ams-admin-bar-height, 0px) + var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px))));
	right: 0;
	bottom: var(--kol-ams-cart-slide-bottom, 0px);
	left: 0;
	z-index: 9995;
	background: rgba(15, 23, 42, 0.36);
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 180ms ease;
}

.kol-ams-cart-slide {
	position: fixed;
	top: var(--kol-ams-cart-slide-top, calc(var(--kol-ams-admin-bar-height, 0px) + var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px))));
	right: 0;
	bottom: var(--kol-ams-cart-slide-bottom, 0px);
	z-index: 9996;
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	width: min(420px, 100vw);
	height: auto;
	border-left: 1px solid rgba(17, 24, 39, 0.14);
	background: #ffffff;
	box-shadow: -18px 0 42px rgba(15, 23, 42, 0.18);
	color: #111827;
	opacity: 0;
	outline: 0;
	transform: translateX(100%);
	visibility: hidden;
	transition: transform 220ms ease, opacity 180ms ease, visibility 220ms ease;
}

body.kol-ams-cart-slide-open {
	overflow: visible;
}

body.kol-ams-cart-slide-open .kol-ams-cart-slide {
	opacity: 1;
	transform: translateX(0);
	visibility: visible;
}

body.kol-ams-cart-slide-open .kol-ams-cart-slide-backdrop {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.kol-ams-cart-slide__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 58px;
	padding: 0 14px 0 16px;
	border-bottom: 1px solid rgba(17, 24, 39, 0.14);
	background: #ffffff;
}

.kol-ams-cart-slide__header h2 {
	margin: 0;
	color: #111827;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

.kol-ams-cart-slide__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 8px;
	background: transparent;
	color: #111827;
	cursor: pointer;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
}

.kol-ams-cart-slide__content {
	display: flex;
	flex-direction: column;
	min-height: 0;
	background: rgba(127, 127, 127, 0.035);
}

.kol-ams-cart-slide__content.is-loading {
	cursor: progress;
}

.kol-ams-cart-slide__items {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 0;
	padding: 12px;
	overflow-y: auto;
}

.kol-ams-cart-slide-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 12px;
	min-width: 0;
	padding: 10px;
	border: 1px solid rgba(13, 110, 253, 0.18);
	border-radius: 8px;
	background: #f8fbff;
}

.kol-ams-cart-slide-item__media {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	overflow: hidden;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 8px;
	background: rgba(127, 127, 127, 0.06);
	color: #003b56;
	text-decoration: none !important;
}

.kol-ams-cart-slide-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kol-ams-cart-slide-item__body {
	display: grid;
	align-content: start;
	gap: 6px;
	min-width: 0;
}

.kol-ams-cart-slide-item__name {
	display: -webkit-box;
	overflow: hidden;
	color: #111827 !important;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kol-ams-cart-slide-item__qty {
	color: #667085;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.kol-ams-cart-slide-item__price {
	color: #111827;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.15;
}

.kol-ams-cart-slide__buttons {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: auto;
	padding: 14px;
	border-top: 1px solid rgba(17, 24, 39, 0.14);
	background: #ffffff;
}

.kol-ams-cart-slide__button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 12px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

.kol-ams-cart-slide__button--secondary {
	border: 1px solid rgba(17, 24, 39, 0.14) !important;
	background: #ffffff !important;
	color: #111827 !important;
}

.kol-ams-cart-slide__button--primary {
	border: 1px solid #0d6efd !important;
	background: #0d6efd !important;
	color: #ffffff !important;
}

.kol-ams-cart-slide__empty {
	display: grid;
	place-items: center;
	align-content: center;
	gap: 8px;
	min-height: 100%;
	padding: 32px 22px;
	color: #667085;
	text-align: center;
}

.kol-ams-cart-slide__empty i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	background: rgba(13, 110, 253, 0.08);
	color: #0d6efd;
	font-size: 22px;
}

.kol-ams-cart-slide__empty strong {
	color: #111827;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
}

html.dark-mode .kol-ams-cart-slide {
	border-left-color: #333333;
	background: var(--kol-ams-header-background, #1a1a1a);
	box-shadow: -18px 0 42px rgba(0, 0, 0, 0.42);
	color: #e0e0e0;
}

html.dark-mode .kol-ams-cart-slide-backdrop {
	background: rgba(0, 0, 0, 0.48);
}

html.dark-mode .kol-ams-cart-slide__header,
html.dark-mode .kol-ams-cart-slide__content,
html.dark-mode .kol-ams-cart-slide__buttons {
	background: var(--kol-ams-header-background, #1a1a1a);
}

html.dark-mode .kol-ams-cart-slide__header {
	border-bottom-color: rgba(76, 175, 80, 0.16);
}

html.dark-mode .kol-ams-cart-slide__header h2,
html.dark-mode .kol-ams-cart-slide__close,
html.dark-mode .kol-ams-cart-slide-item__name,
html.dark-mode .kol-ams-cart-slide-item__price,
html.dark-mode .kol-ams-cart-slide__empty strong {
	color: #e0e0e0 !important;
}

html.dark-mode .kol-ams-cart-slide__close,
html.dark-mode .kol-ams-cart-slide-item__media {
	border-color: rgba(76, 175, 80, 0.16);
}

html.dark-mode .kol-ams-cart-slide__close:hover,
html.dark-mode .kol-ams-cart-slide__close:focus-visible {
	background: rgba(76, 175, 80, 0.1);
	border-color: rgba(76, 175, 80, 0.28);
	color: #ffffff !important;
}

html.dark-mode .kol-ams-cart-slide-item {
	border-color: rgba(76, 175, 80, 0.16);
	background: transparent;
	box-shadow: none;
	color: #e0e0e0;
}

html.dark-mode .kol-ams-cart-slide-item:hover,
html.dark-mode .kol-ams-cart-slide-item:focus-within {
	border-color: rgba(76, 175, 80, 0.28);
	background: rgba(76, 175, 80, 0.1);
}

html.dark-mode .kol-ams-cart-slide-item__media {
	background: #202620;
	color: #8be28d;
}

html.dark-mode .kol-ams-cart-slide-item__qty,
html.dark-mode .kol-ams-cart-slide__empty {
	color: #b8b8b8;
}

html.dark-mode .kol-ams-cart-slide__buttons {
	border-top-color: rgba(76, 175, 80, 0.16);
}

html.dark-mode .kol-ams-cart-slide__button--secondary {
	border-top: 1px solid #555555 !important;
	border-left: 1px solid #555555 !important;
	border-right: 1px solid #282828 !important;
	border-bottom: 1px solid #282828 !important;
	background: linear-gradient(#383838, #343434) !important;
	color: #ffffff !important;
}

html.dark-mode .kol-ams-cart-slide__button--primary {
	border-top: 1px solid #3d9d3d !important;
	border-left: 1px solid #3d9d3d !important;
	border-right: 1px solid #1a4d1a !important;
	border-bottom: 1px solid #1a4d1a !important;
	background: linear-gradient(#2d7c2d, #1f5f1f) !important;
	color: #ffffff !important;
}

html.dark-mode .kol-ams-cart-slide__empty i {
	background: rgba(76, 175, 80, 0.1);
	color: #8be28d;
}

.kol-ams-dropdown-shell,
.kol-ams-user-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 100001;
	display: none;
	min-width: 260px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
	color: #1f2937;
}

.kol-ams-user {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-width: 0;
}

.kol-ams-user__toggle {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: #003b56;
	font: inherit;
	cursor: pointer;
}

.kol-ams-user__name {
	display: inline-block;
	max-width: 145px;
	overflow: hidden;
	color: #003b56;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kol-ams-user__chevron {
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1;
}

.kol-ams-user__avatar,
.kol-ams-user-menu__avatar,
.kol-ams-mobile-user-card__avatar {
	display: block;
	border-radius: 50%;
	object-fit: cover;
}

.kol-ams-user__avatar {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border: 1px solid rgba(0, 0, 0, 0.12);
}

.kol-ams-user-menu {
	display: block;
	width: 280px;
	padding: 8px;
	border: 1px solid #d1d5db;
}

.kol-ams-user-menu[hidden] {
	display: none !important;
}

.kol-ams-user-menu__profile {
	display: flex;
	align-items: center;
	gap: 11px;
	min-height: 64px;
	padding: 8px;
	border-radius: 8px;
	color: #111827 !important;
	text-decoration: none !important;
}

.kol-ams-user-menu__profile:hover,
.kol-ams-user-menu__profile:focus-visible {
	background: #f3f4f6;
}

.kol-ams-user-menu__avatar {
	width: 48px;
	height: 48px;
	min-width: 48px;
}

.kol-ams-user-menu__profile strong,
.kol-ams-user-menu__profile small {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.kol-ams-user-menu__profile strong {
	color: #111827;
	font-size: 14px;
	line-height: 1.2;
}

.kol-ams-user-menu__profile small {
	margin-top: 3px;
	color: #6b7280;
	font-size: 12px;
	line-height: 1.2;
}

.kol-ams-user-nav {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 8px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #e5e7eb;
	list-style: none;
}

.kol-ams-user-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.kol-ams-user-nav a {
	display: flex;
	align-items: center;
	min-height: 36px;
	padding: 0 10px;
	border-radius: 6px;
	color: #1f2937 !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
}

.kol-ams-user-nav a:hover,
.kol-ams-user-nav a:focus-visible {
	background: #f3f4f6;
	color: #111827 !important;
}

.kol-ams-auth-links {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.kol-ams-auth-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border: 1px solid #9ca3af;
	border-radius: 6px;
	background: #ffffff;
	color: #003b56 !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}

.kol-ams-auth-link:hover,
.kol-ams-auth-link:focus-visible {
	background: #f3f4f6;
}

.kol-ams-mobile-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #003b56;
	cursor: pointer;
}

.kol-ams-mobile-toggle__bar {
	display: block;
	width: 24px;
	height: 3px;
	border-radius: 999px;
	background: currentColor;
}

.kol-ams-mobile-backdrop {
	position: fixed;
	top: calc(var(--kol-ams-admin-bar-height, 0px) + var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px)));
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99979;
	display: none;
	background: rgba(0, 0, 0, 0.42);
}

.kol-ams-mobile-panel {
	position: fixed;
	top: calc(var(--kol-ams-admin-bar-height, 0px) + var(--kol-ams-active-header-height, var(--kol-ams-header-height, 55px)));
	right: 0;
	bottom: 0;
	z-index: 99980;
	display: flex;
	flex-direction: column;
	width: min(360px, 92vw);
	max-width: 92vw;
	background: #ffffff;
	color: #1f2937;
	box-shadow: -18px 0 34px rgba(15, 23, 42, 0.24);
	transform: translateX(105%);
	transition: transform 0.22s ease;
	visibility: hidden;
}

body.kol-ams-menu-open .kol-ams-mobile-panel {
	transform: translateX(0);
	visibility: visible;
}

body.kol-ams-menu-open .kol-ams-mobile-backdrop {
	display: block;
}

.kol-ams-mobile-panel__header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	min-height: 52px;
	padding: 6px 14px 4px;
	border-bottom: 0;
}

.kol-ams-logo--mobile-panel .kol-ams-logo__image {
	width: 78px;
	height: 46px;
}

.kol-ams-mobile-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #1f2937;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.kol-ams-mobile-close:hover,
.kol-ams-mobile-close:focus-visible {
	background: #f3f4f6;
}

.kol-ams-mobile-user-card {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 14px 14px;
	padding: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #1f2937 !important;
	text-decoration: none !important;
}

.kol-ams-mobile-user-card__avatar {
	width: 52px;
	height: 52px;
	min-width: 52px;
}

.kol-ams-mobile-user-card strong,
.kol-ams-mobile-user-card small {
	display: block;
	line-height: 1.2;
}

.kol-ams-mobile-user-card strong {
	font-size: 15px;
}

.kol-ams-mobile-user-card small {
	margin-top: 4px;
	color: #6b7280;
	font-size: 12px;
}

.kol-ams-search--mobile {
	display: none;
	width: auto;
	max-width: none;
	flex: 0 0 auto;
	margin: 8px 14px 0;
}

.kol-ams-search--mobile .kol-search-form,
.kol-ams-search--mobile .kol-ams-search__form {
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
}

.kol-ams-mobile-nav,
.kol-ams-mobile-account {
	min-height: 0;
	overflow-y: auto;
}

.kol-ams-mobile-nav {
	flex: 1 1 auto;
	padding: 8px 14px 14px;
}

.kol-ams-menu--mobile {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	gap: 4px;
	height: auto;
}

.kol-ams-menu--mobile > li {
	display: block;
}

.kol-ams-menu--mobile > li > a {
	justify-content: flex-start;
	min-height: 44px;
	padding: 0 12px;
	border-radius: 7px;
	color: #1f2937 !important;
	font-size: 16px;
	font-weight: 700;
}

.kol-ams-menu--mobile > li > a:hover,
.kol-ams-menu--mobile > li > a:focus-visible,
.kol-ams-menu--mobile > li.current-menu-item > a,
.kol-ams-menu--mobile > li.current_page_item > a {
	background: #f3f4f6;
	color: #111827 !important;
}

.kol-ams-menu--mobile .sub-menu {
	position: static;
	display: block;
	min-width: 0;
	margin: 0 0 6px 28px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.kol-ams-menu--mobile .sub-menu a {
	min-height: 36px;
	color: #4b5563 !important;
	font-size: 14px;
}

.kol-ams-mobile-account {
	flex: 0 0 auto;
	padding: 0 14px 14px;
	border-top: 1px solid #e5e7eb;
}

.kol-ams-mobile-account h2 {
	margin: 14px 0 8px;
	color: #111827;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.kol-ams-mobile-account .kol-ams-user-nav {
	margin: 0;
	padding: 0;
	border-top: 0;
}

html.dark-mode .kol-ams-header {
	--kol-ams-header-background: #1a1a1a;
	background: var(--kol-ams-header-background, #1a1a1a);
	border-bottom-color: #333333;
	color: #e0e0e0;
}

html.dark-mode .kol-ams-logo__text,
html.dark-mode .kol-ams-menu > li > a,
html.dark-mode .kol-ams-action,
html.dark-mode .kol-ams-user__toggle,
html.dark-mode .kol-ams-user__name,
html.dark-mode .kol-ams-mobile-toggle {
	color: #e0e0e0 !important;
}

html.dark-mode .kol-ams-search .kol-search-form,
html.dark-mode .kol-ams-search__form {
	background: #242526 !important;
	border-color: rgba(255, 255, 255, 0.14) !important;
}

html.dark-mode .kol-ams-search .kol-search-icon,
html.dark-mode .kol-ams-search__icon {
	color: #b0b3b8 !important;
}

html.dark-mode .kol-ams-search .kol-search-input,
html.dark-mode .kol-ams-search__input {
	color: #e4e6eb !important;
	-webkit-text-fill-color: #e4e6eb !important;
}

html.dark-mode .kol-ams-search .kol-search-input::placeholder,
html.dark-mode .kol-ams-search__input::placeholder {
	color: #b0b3b8 !important;
	-webkit-text-fill-color: #b0b3b8 !important;
}

html.dark-mode .kol-ams-search .kol-search-dropdown,
html.dark-mode .kol-ams-menu .sub-menu,
html.dark-mode .kol-ams-user-menu,
html.dark-mode .kol-ams-mobile-panel {
	background: #1a1a1a !important;
	border-color: #333333 !important;
	color: #e0e0e0 !important;
}

html.dark-mode .kol-ams-menu .sub-menu a,
html.dark-mode .kol-ams-user-menu__profile,
html.dark-mode .kol-ams-user-menu__profile strong,
html.dark-mode .kol-ams-user-nav a,
html.dark-mode .kol-ams-mobile-close,
html.dark-mode .kol-ams-mobile-user-card,
html.dark-mode .kol-ams-menu--mobile > li > a,
html.dark-mode .kol-ams-mobile-account h2 {
	color: #e0e0e0 !important;
}

html.dark-mode .kol-ams-menu .sub-menu a:hover,
html.dark-mode .kol-ams-menu .sub-menu a:focus-visible,
html.dark-mode .kol-ams-user-menu__profile:hover,
html.dark-mode .kol-ams-user-menu__profile:focus-visible,
html.dark-mode .kol-ams-user-nav a:hover,
html.dark-mode .kol-ams-user-nav a:focus-visible,
html.dark-mode .kol-ams-mobile-close:hover,
html.dark-mode .kol-ams-mobile-close:focus-visible,
html.dark-mode .kol-ams-menu--mobile > li > a:hover,
html.dark-mode .kol-ams-menu--mobile > li > a:focus-visible,
html.dark-mode .kol-ams-menu--mobile > li.current-menu-item > a,
html.dark-mode .kol-ams-menu--mobile > li.current_page_item > a {
	background: #2a2a2a;
	color: #ffffff !important;
}

html.dark-mode .kol-ams-user-menu__profile small,
html.dark-mode .kol-ams-mobile-user-card small,
html.dark-mode .kol-ams-menu--mobile .sub-menu a {
	color: #b8b8b8 !important;
}

html.dark-mode .kol-ams-user-nav,
html.dark-mode .kol-ams-mobile-panel__header,
html.dark-mode .kol-ams-mobile-user-card,
html.dark-mode .kol-ams-mobile-account {
	border-color: #333333;
}

html.dark-mode .kol-ams-auth-link {
	background: #2a2a2a;
	border-color: #333333;
	color: #e0e0e0 !important;
}

@media (max-width: 1500px) {
	.kol-ams-header__inner {
		grid-template-columns: minmax(390px, max-content) minmax(220px, 1fr) max-content;
		gap: 12px;
		padding-left: 5px;
	}

	.kol-ams-header__brand-area {
		gap: 5px;
	}

	.kol-ams-menu {
		gap: 20px;
	}

	.kol-ams-menu > li > a {
		font-size: 15px;
	}

	.kol-ams-user__name {
		max-width: 118px;
		font-size: 17px;
	}
}

@media (max-width: 1360px) {
	.kol-ams-header__inner {
		grid-template-columns: minmax(370px, max-content) minmax(210px, 1fr) max-content;
		gap: 10px;
	}

	.kol-ams-menu--desktop {
		gap: 18px;
	}

	.kol-ams-menu--desktop > li > a {
		position: relative;
		justify-content: center;
		width: 34px;
		min-width: 34px;
		gap: 0;
	}

	.kol-ams-menu--desktop > li > a > span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		clip-path: inset(50%) !important;
		white-space: nowrap !important;
	}

	.kol-ams-menu--desktop > li > a i,
	.kol-ams-menu--desktop > li > a .fa,
	.kol-ams-menu--desktop > li > a .fas,
	.kol-ams-menu--desktop > li > a .far,
	.kol-ams-menu--desktop > li > a .dashicons {
		font-size: 21px;
	}

	.kol-ams-action-icons {
		gap: 10px;
	}
}

@media (max-width: 1240px) {
	.kol-ams-search {
		width: 280px;
		max-width: 280px;
		flex-basis: 280px;
	}

	.kol-ams-menu {
		gap: 14px;
	}

	.kol-ams-menu > li > a {
		font-size: 14px;
	}

	.kol-ams-action-icons {
		gap: 12px;
	}
}

@media (max-width: 1050px) {
	.kol-ams-header__inner {
		grid-template-columns: minmax(310px, max-content) minmax(180px, 1fr) max-content;
		gap: 8px;
	}

	.kol-ams-search {
		width: 220px;
		max-width: 220px;
		flex-basis: 220px;
	}

	.kol-ams-menu--desktop {
		gap: 10px;
	}

	.kol-ams-menu--desktop > li > a {
		width: 30px;
		min-width: 30px;
	}

	.kol-ams-action-icons,
	.kol-ams-header__actions {
		gap: 8px;
	}

	.kol-ams-user__name {
		display: none;
	}
}

@media (max-width: 782px) {
	body.admin-bar.kol-ams-header-enabled {
		--kol-ams-admin-bar-height: var(--wp-admin--admin-bar--height, 46px);
	}

	.kol-ams-header {
		min-height: var(--kol-ams-mobile-header-height, 56px);
	}

	.kol-ams-header__inner {
		display: flex;
		min-height: var(--kol-ams-mobile-header-height, 56px);
		padding: 0 8px;
		gap: 8px;
	}

	.kol-ams-header__brand-area {
		flex: 0 0 auto;
		gap: 8px;
		min-width: 0;
	}

	.kol-ams-logo__image {
		width: 76px;
		height: 46px;
		max-width: 76px;
		max-height: 46px;
	}

	.kol-ams-user {
		display: none !important;
	}

	.kol-ams-primary-nav {
		display: flex !important;
		flex: 1 1 auto;
		justify-content: flex-start;
		min-width: 0;
		overflow: hidden;
	}

	body.kol-ams-header-enabled .kol-ams-header .kol-ams-search--desktop,
	.kol-ams-search--desktop {
		display: none !important;
	}

	.kol-ams-menu--desktop {
		display: flex;
		justify-content: flex-start;
		gap: 8px;
		width: auto;
		max-width: 100%;
		height: var(--kol-ams-mobile-header-height, 56px) !important;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.kol-ams-menu--desktop::-webkit-scrollbar {
		display: none;
	}

	.kol-ams-menu--desktop > li {
		flex: 0 0 auto;
	}

	.kol-ams-menu--desktop > li > a {
		justify-content: center;
		width: 34px;
		min-width: 34px;
		height: var(--kol-ams-mobile-header-height, 56px);
		min-height: var(--kol-ams-mobile-header-height, 56px);
		gap: 0;
		overflow: hidden;
		font-size: 0;
	}

	.kol-ams-menu--desktop > li > a > span {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		margin: -1px !important;
		padding: 0 !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		clip-path: inset(50%) !important;
		white-space: nowrap !important;
	}

	.kol-ams-menu--desktop > li > a i,
	.kol-ams-menu--desktop > li > a .fa,
	.kol-ams-menu--desktop > li > a .fas,
	.kol-ams-menu--desktop > li > a .far,
	.kol-ams-menu--desktop > li > a .dashicons {
		font-size: 20px;
	}

	.kol-ams-menu--desktop .sub-menu {
		display: none !important;
	}

	.kol-ams-logo__text {
		max-width: 76px;
		overflow: hidden;
		font-size: 16px;
		text-overflow: ellipsis;
	}

	.kol-ams-header__actions {
		flex: 0 0 auto;
		gap: 8px;
	}

	.kol-ams-action-icons {
		gap: 6px;
	}

	.kol-ams-action {
		width: 21px;
		min-width: 21px;
		height: 34px;
		font-size: 18px;
	}

	.kol-ams-action i {
		font-size: 18px;
	}

	.kol-ams-mobile-toggle {
		display: inline-flex;
	}

	.kol-ams-search--mobile {
		display: block;
	}
}

@media (max-width: 360px) {
	.kol-ams-logo__image {
		width: 62px;
	}

	.kol-ams-menu--desktop > li > a {
		width: 30px;
		min-width: 30px;
	}

	.kol-ams-mobile-toggle {
		width: 38px;
		height: 38px;
	}

	.kol-ams-action-icons {
		gap: 6px;
	}
}

body.kol-custom-register-page.kol-ams-header-enabled,
body.kol-custom-register-page.kol-ams-header-enabled.kol-ams-header-sticky {
	--kol-ams-active-header-height: 0px !important;
	--kol-ams-header-height: 0px !important;
	--kol-ams-mobile-header-height: 0px !important;
	--kol-ams-header-gap: 0px !important;
	padding-top: 0 !important;
}

body.kol-custom-register-page #kol-ams-header,
body.kol-custom-register-page .kol-ams-mobile-backdrop,
body.kol-custom-register-page #kol-ams-mobile-panel {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
