:root {
	--komilfo-header-bg: #000;
	--komilfo-header-accent: #b969dd;
	--komilfo-header-text: #fff;
	--komilfo-header-muted: #9a9a9a;
	--komilfo-header-border: #2a2a2a;
	--komilfo-header-input-bg: #111;
	--komilfo-header-max: 1320px;
}

.komilfo-nav-bar__sale {
	color: #b969dd !important;
}

.komilfo-header__nav-divider {
	display: flex;
}

.komilfo-header__utility {
	display: flex !important;
}

.komilfo-header,
.komilfo-header button,
.komilfo-header input,
.komilfo-header select {
	font-family: 'Roboto', Arial, sans-serif;
}

.wf-wrap {
	max-width: var(--komilfo-header-max);
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	box-sizing: border-box;
}

.komilfo-header {
	background: var(--komilfo-header-bg);
	color: var(--komilfo-header-text);
	position: relative;
	z-index: 50000;
}

.komilfo-header__sticky-wrapper {
	position: relative;
	z-index: 50100;
	background: var(--komilfo-header-bg);
}

.komilfo-header.is-sticky,
.komilfo-header.is-menu-open {
	padding-top: var(--header-sticky-height, 126px);
}

.komilfo-header.is-sticky .komilfo-header__sticky-wrapper,
.komilfo-header.is-menu-open .komilfo-header__sticky-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50100;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.komilfo-header .wf-wrap {
	max-width: none;
}

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

/* Announcement */
.komilfo-header__announcement {
	border-bottom: 1px solid var(--komilfo-header-border);
	padding: 7px 0;
	padding-top: calc(7px + env(safe-area-inset-top, 0px));
}

.komilfo-header__announcement-text {
	margin: 0;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: var(--komilfo-header-text);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
}

.komilfo-header__announcement-text i {
	font-size: 11px;
	opacity: .85;
}

.komilfo-header__announcement-sep {
	opacity: .6;
}

/* Main row */
.komilfo-header__main {
	padding: 12px 0 11px;
}

.komilfo-header__main-inner {
	display: grid;
	grid-template-columns: auto 1fr auto auto;
	grid-template-areas: "logo search contact actions";
	align-items: center;
	gap: 22px;
}

.komilfo-header__burger {
	display: none;
	grid-area: burger;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--komilfo-header-text);
	cursor: pointer;
	position: relative;
}

.komilfo-header__burger-icon {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 22px;
	height: 2px;
	background: currentColor;
	transition: opacity .2s ease;
}

.komilfo-header__burger-icon--open::before,
.komilfo-header__burger-icon--open::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: currentColor;
}

.komilfo-header__burger-icon--open::before {
	top: -7px;
}

.komilfo-header__burger-icon--open::after {
	top: 7px;
}

.komilfo-header__burger-icon--close {
	width: 22px;
	height: 22px;
	background: transparent;
	opacity: 0;
}

.komilfo-header__burger-icon--close::before,
.komilfo-header__burger-icon--close::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 22px;
	height: 2px;
	background: currentColor;
}

.komilfo-header__burger-icon--close::before {
	transform: rotate(45deg);
}

.komilfo-header__burger-icon--close::after {
	transform: rotate(-45deg);
}

.komilfo-header.is-menu-open .komilfo-header__burger-icon--open {
	opacity: 0;
}

.komilfo-header.is-menu-open .komilfo-header__burger-icon--close {
	opacity: 1;
}

.komilfo-header__branding {
	grid-area: logo;
}

.komilfo-header__logo-link {
	display: inline-block;
	line-height: 0;
}

.komilfo-header__logo-img,
.komilfo-header__branding .custom-logo {
	width: 170px !important;
	max-width: 170px !important;
	height: auto !important;
	display: block;
	object-fit: contain;
}

.komilfo-header__search--desktop {
	grid-area: search;
	min-width: 0;
}

.komilfo-header__search--mobile {
	display: none;
	padding-bottom: 12px;
}

.komilfo-header__contact {
	grid-area: contact;
	text-align: right;
	white-space: nowrap;
}

.komilfo-header__phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.komilfo-header__phone i {
	color: var(--komilfo-header-accent);
	font-size: 13px;
}

.komilfo-header__hours {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: var(--komilfo-header-muted);
}

.komilfo-header__actions {
	grid-area: actions;
	display: flex;
	align-items: center;
	gap: 16px;
}

.komilfo-header__language {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 2px;
}

.komilfo-header__language--mobile {
	display: none;
}

.komilfo-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	margin: 0;
	padding: 2px;
	list-style: none;
	border: 1px solid #2d2d2d;
	border-radius: 999px;
	background: #101010;
}

.komilfo-lang-switcher li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.komilfo-lang-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	color: rgba(255, 255, 255, .72) !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	transition: background .2s ease, color .2s ease;
}

.komilfo-lang-switcher li.active a,
.komilfo-lang-switcher a:hover {
	background: var(--komilfo-header-accent);
	color: #fff !important;
}

.komilfo-header__action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: var(--komilfo-header-text);
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.komilfo-header__cart,
.komilfo-header__wishlist {
	position: relative;
}

.komilfo-header__cart-badge,
.komilfo-header__wishlist-badge {
	position: absolute;
	top: -4px;
	right: -8px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--komilfo-header-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
}

.komilfo-header__wishlist-badge.is-empty {
	display: none;
}

.komilfo-header__account {
	position: relative;
}

.komilfo-header__account-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	min-width: 180px;
	background: rgba(0, 0, 0, .92);
	border: 1px solid var(--komilfo-header-border);
	padding: 10px 0;
	z-index: 20;
}

.komilfo-header__account-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.komilfo-header__account-dropdown a {
	display: block;
	padding: 8px 16px;
	font-size: 13px;
	color: #fff;
}

.komilfo-header__account-dropdown a:hover {
	color: var(--komilfo-header-accent);
}

.komilfo-header__account.is-open .komilfo-header__account-dropdown,
.komilfo-header__account.showed .komilfo-header__account-dropdown {
	display: block;
}

/* Header search */
.komilfo-search-form--header {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: none;
}

.komilfo-search-form--header .komilfo-search-form__icon {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--komilfo-header-muted);
	font-size: 14px;
	pointer-events: none;
	z-index: 1;
}

.komilfo-search-form--header .komilfo-search-form__input {
	flex: 1;
	width: 100%;
	height: 42px;
	padding: 0 20px 0 44px;
	border: 1px solid #3a3a3a;
	border-radius: 999px;
	background: var(--komilfo-header-input-bg);
	color: var(--komilfo-header-text);
	font-size: 13px;
	outline: none;
}

.komilfo-search-form--header .komilfo-search-form__input::placeholder {
	color: var(--komilfo-header-muted);
}

.komilfo-search-form--header .komilfo-search-form__input:focus {
	border-color: #555;
}

.komilfo-search-form--header .komilfo-search-form__submit {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.komilfo-search-form--header .komilfo-search-form__results {
	top: calc(100% + 6px);
	border-radius: 8px;
	border: 1px solid #333;
	background: #111;
	color: #fff;
}

.komilfo-search-form--header .komilfo-search-form__results a {
	border-bottom-color: #222;
}

.komilfo-search-form--header .komilfo-search-form__results a:hover {
	background: #1a1a1a;
}

/* Nav panel */
.komilfo-header__nav-panel {
	border-top: 1px solid var(--komilfo-header-border);
	position: relative;
}

.komilfo-header__nav-panel-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 9px 24px 13px;
	position: static;
}

.komilfo-header__categories {
	flex: 1 1 auto;
	min-width: 0;
}

.komilfo-header__nav-divider {
	flex: 0 0 1px;
	align-self: stretch;
	width: 1px;
	background: #3a3a3a;
	margin: 2px 8px;
}

.komilfo-header__mega {
	position: static;
}

.komilfo-header .mega-menu .menu,
.komilfo-header__mega>.menu {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 18px;
	justify-content: flex-start;
}

@media (min-width: 992px) {

	/* Russian language menu gap */
	body.lang-ru .komilfo-header .mega-menu .menu,
	body.lang-ru .komilfo-header__mega>.menu {
		gap: 4px 13px !important;
	}

	/* Ukrainian and English menu gap */
	body.lang-uk .komilfo-header .mega-menu .menu,
	body.lang-uk .komilfo-header__mega>.menu,
	body.lang-en .komilfo-header .mega-menu .menu,
	body.lang-en .komilfo-header__mega>.menu {
		gap: 4px 21px !important;
	}
}

.komilfo-header .mega-menu .menu-item {
	position: static;
	padding: 0 !important;
	margin: 0 !important;
}

.komilfo-header .mega-menu .menu>.menu-item>a {
	display: block;
	padding: 4px 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--komilfo-header-text) !important;
	background: transparent !important;
	letter-spacing: .02em;
}

.komilfo-header .mega-menu .menu>.menu-item.menu-item--sale>a {
	color: var(--komilfo-header-accent) !important;
}

.komilfo-header .mega-menu .menu>.menu-item>a:hover,
.komilfo-header .mega-menu .menu>.menu-item:hover>a {
	color: var(--komilfo-header-accent) !important;
	text-decoration: none !important;
}

.komilfo-header .mega-menu .menu>.menu-item>.sub-menu,
.komilfo-header .mega-menu .menu>.menu-item>.columns-wrapper {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100vw;
	margin: 0 !important;
	padding: 28px clamp(24px, 4vw, 80px);
	background: rgba(0, 0, 0, .98);
	border-top: 1px solid var(--komilfo-header-accent);
	border-bottom: 1px solid rgba(185, 105, 221, .35);
	box-shadow: 0 22px 42px rgba(0, 0, 0, .32);
	z-index: 80;
	list-style: none;
	grid-template-columns: repeat(4, minmax(180px, 1fr));
	gap: 8px 54px;
	box-sizing: border-box;
}

.komilfo-header .mega-menu .menu>.menu-item:hover>.sub-menu,
.komilfo-header .mega-menu .menu>.menu-item:focus-within>.sub-menu,
.komilfo-header .mega-menu .menu>.menu-item:hover>.columns-wrapper,
.komilfo-header .mega-menu .menu>.menu-item:focus-within>.columns-wrapper,
.komilfo-header .mega-menu .menu>.menu-item>.columns-wrapper:hover {
	display: grid;
}

.komilfo-header .mega-menu .menu>.menu-item>.sub-menu::before,
.komilfo-header .mega-menu .menu>.menu-item>.columns-wrapper::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	height: 30px;
	background: transparent;
}

.komilfo-header .mega-menu .columns-wrapper>.sub-menu {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent;
	border: 0;
	box-shadow: none;
	list-style: none !important;
}

.komilfo-header .mega-menu .sub-menu li,
.komilfo-header .mega-menu .columns-wrapper li {
	list-style: none !important;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.komilfo-header .mega-menu .sub-menu li::marker,
.komilfo-header .mega-menu .columns-wrapper li::marker {
	content: "" !important;
	font-size: 0;
}

.komilfo-header .mega-menu .sub-menu a,
.komilfo-header .mega-menu .columns-wrapper a {
	display: flex;
	align-items: center;
	min-height: 30px;
	padding: 6px 0;
	color: rgba(255, 255, 255, .86) !important;
	background: transparent !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none !important;
	transition: color .2s ease, transform .2s ease;
}

.komilfo-header .mega-menu .sub-menu a::before,
.komilfo-header .mega-menu .columns-wrapper a::before {
	content: none !important;
	display: none !important;
}

.komilfo-header .mega-menu .sub-menu a:hover,
.komilfo-header .mega-menu .columns-wrapper a:hover {
	color: #fff !important;
	transform: translateX(3px);
}

.komilfo-header .mega-menu .columns-wrapper,
.komilfo-header .menu-absolute .columns-wrapper {
	border-top-color: var(--komilfo-header-accent);
}

.komilfo-header .mega-menu .menu-item-has-children .menu-toogle.mobile {
	display: none;
}


.komilfo-header .mega-menu .menu,
.komilfo-header__mega>.menu {
	flex-wrap: nowrap;
}

@media (min-width: 992px) {
	.komilfo-header__nav-panel-inner {
		padding-left: 24px;
		padding-right: 24px;
	}

	.komilfo-header__utility {
		display: none;
	}

	.komilfo-header .mega-menu .menu,
	.komilfo-header__mega>.menu {
		display: flex;
		justify-content: space-between;
	}



	.komilfo-header .mega-menu .menu,
	.komilfo-header__mega>.menu {
		flex-wrap: nowrap;
		white-space: nowrap;
		gap: 4px 21px;
	}

	.komilfo-header .mega-menu .menu>.menu-item>a {
		font-size: 11px;
		position: relative;
		line-height: 31px;
		padding-bottom: 5px;
	}

	.komilfo-header .mega-menu .menu>.menu-item>a::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: -20px;
		background: transparent;
		z-index: 10;
	}

	.komilfo-header__utility-list a {
		font-size: 10px;
	}

	.komilfo-header__logo-img,
	.komilfo-header__branding .custom-logo {
		width: 160px !important;
		max-width: 160px !important;
	}

	.komilfo-header .menu-absolute {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 30;
	}
}

/* Utility links */
.komilfo-header__utility-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.komilfo-header__utility-list a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--komilfo-header-accent) !important;
	letter-spacing: .02em;
	white-space: nowrap;
}

.komilfo-header__utility-list a i {
	font-size: 12px;
}

.komilfo-header__utility-list a:hover {
	opacity: .85;
}

html.komilfo-header-menu-open,
body.komilfo-header-menu-open {
	overflow: hidden;
	height: 100vh;
	height: 100dvh;
}

/* Submenu Toggle Button (Desktop hidden, Mobile visible) */
.komilfo-menu-toggle {
	display: none !important;
}

/* Mobile */
@media (max-width: 991px) {
	.wf-wrap {
		padding-left: 16px;
		padding-right: 16px;
	}

	.komilfo-header__announcement {
		padding: 6px 0;
		padding-top: calc(6px + env(safe-area-inset-top, 0px));
	}

	.komilfo-header__main {
		padding: 10px 0;
	}

	.komilfo-header__main-inner {
		grid-template-columns: auto 1fr auto;
		grid-template-areas: "burger logo actions";
		gap: 12px 14px;
	}

	.komilfo-header__burger {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		width: auto;
		height: auto;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		color: #fff;
		padding: 4px 0;
		text-decoration: none;
	}

	.komilfo-header__burger-chevron {
		color: var(--komilfo-header-accent);
		font-size: 10px;
		transition: transform 0.2s ease;
	}

	.komilfo-header.is-menu-open .komilfo-header__burger-chevron {
		transform: rotate(180deg);
	}

	.komilfo-header__branding {
		justify-self: center;
	}

	.komilfo-header__logo-img,
	.komilfo-header__branding .custom-logo {
		width: 130px !important;
		max-width: 130px !important;
	}

	.komilfo-header__search--desktop,
	.komilfo-header__contact {
		display: none;
	}

	.komilfo-search-form {
		max-width: 100% !important;
	}

	.komilfo-header__search--mobile {
		display: flex;
		grid-area: search;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 0 16px 12px;
	}

	.komilfo-header__actions {
		gap: 12px;
	}

	.komilfo-header__language--desktop {
		display: none;
	}

	.komilfo-header__language--mobile {
		display: flex;
		flex: 0 0 auto;
		margin-right: 0;
	}

	.komilfo-lang-switcher {
		padding: 1px;
	}

	.komilfo-lang-switcher a {
		min-width: 25px;
		height: 22px;
		padding: 0 6px;
		font-size: 9px;
	}

	.komilfo-search-form--mobile {
		flex: 1 1 auto;
		width: auto;
		max-width: 260px;
		min-width: 0;
	}

	.komilfo-search-form--mobile .komilfo-search-form__input {
		height: 34px;
		padding-left: 38px;
		font-size: 12px;
	}

	.komilfo-search-form--mobile .komilfo-search-form__icon {
		left: 15px;
		font-size: 13px;
	}

	.komilfo-header__action {
		width: 26px;
		height: 26px;
		font-size: 18px;
	}

	.komilfo-header__nav-panel {
		display: none;
		border-top: 0;
		background: var(--komilfo-header-bg);
	}

	.komilfo-header.is-menu-open .komilfo-header__nav-panel {
		display: block;
		position: fixed;
		top: 104px;
		bottom: 0;
		left: 0;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.komilfo-header__nav-panel-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 0 16px 20px;
		position: relative;
	}

	.komilfo-header__nav-divider {
		width: 100%;
		height: 1px;
		margin: 12px 0;
	}

	.komilfo-header .mega-menu .menu,
	.komilfo-header__mega>.menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.komilfo-header .mega-menu .menu>.menu-item {
		position: relative;
		border-bottom: 1px solid var(--komilfo-header-border);
	}

	.komilfo-header .mega-menu .menu>.menu-item>a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 14px 0;
		font-size: 13px;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children>a::after {
		content: none !important;
		display: none !important;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children {
		position: relative;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children>a {
		padding-right: 50px;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children .komilfo-menu-toggle {
		display: flex !important;
		position: absolute;
		right: 0;
		top: 0;
		width: 50px;
		height: 48px;
		align-items: center;
		justify-content: flex-end;
		border: none;
		background: transparent;
		cursor: pointer;
		color: var(--komilfo-header-muted);
		padding: 0;
		z-index: 5;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children .komilfo-menu-toggle i {
		transition: transform 0.2s ease;
		display: inline-block;
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children.is-expanded .komilfo-menu-toggle {
		color: var(--komilfo-header-accent);
	}

	.komilfo-header .mega-menu .menu>.menu-item-has-children.is-expanded .komilfo-menu-toggle i {
		transform: rotate(90deg);
	}

	.komilfo-header .mega-menu .columns-wrapper,
	.komilfo-header .menu-absolute .columns-wrapper,
	.komilfo-header .mega-menu .menu>.menu-item>.sub-menu {
		position: static !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 0 10px 12px !important;
		border-top: 0 !important;
		border-bottom: 0 !important;
		box-shadow: none !important;
		background: transparent !important;
		display: none !important;
		grid-template-columns: 1fr !important;
		gap: 0 !important;
	}

	.komilfo-header .mega-menu .menu-item.is-expanded>.columns-wrapper,
	.komilfo-header .mega-menu .menu-item.is-expanded>.sub-menu {
		display: block !important;
	}

	.komilfo-header .mega-menu .sub-menu a {
		min-height: 0;
		padding: 8px 0;
		font-size: 12px;
		color: rgba(255, 255, 255, .72) !important;
	}

	.komilfo-header .mega-menu .menu-item-has-children .menu-toogle.mobile {
		display: none !important;
	}

	.komilfo-header__utility-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		padding-top: 4px;
	}

	.komilfo-header__utility-list a {
		font-size: 12px;
	}

	.komilfo-header__announcement-text {
		font-size: 11px;
		line-height: 1.35;
	}
}

@media (min-width: 992px) {
	.komilfo-header__search--mobile {
		display: none !important;
	}
}

@media (max-width: 992px) {}

@media (max-width: 1207px) {
	.komilfo-header__utility {
		display: none !important;
	}

	.komilfo-header__nav-divider {
		display: none;
	}
}

@media (max-width:1310px) {
	.komilfo-header__utility-list a {
		display: inline-flex;
		align-items: center;
		gap: 6px;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		color: var(--komilfo-header-accent) !important;
		letter-spacing: .02em;
		white-space: nowrap;
		flex-direction: column;
	}

	.komilfo-header .mega-menu .menu,
	.komilfo-header__mega>.menu {
		flex-wrap: nowrap;
		white-space: nowrap;
		gap: 4px 17px;
	}
}

@media (max-width: 991px) {
	.komilfo-header__utility-list {
		flex-direction: row;
		display: flex;
		align-items: center;
		gap: 14px;
		padding-top: 4px;
		padding-bottom: 35px;
		justify-content: space-between;
	}

	.komilfo-header__utility {
		display: flex !important;
		justify-content: center;
	}
}

@media (max-width: 1257px) {
	.komilfo-header__utility-list a {
		display: inline-flex;
		align-items: center;
		width: 80px;
		gap: 6px;
		text-align: center;
		font-size: 11px;
		font-weight: 600;
		text-transform: uppercase;
		color: var(--komilfo-header-accent) !important;
		letter-spacing: .02em;
		white-space: normal;
		flex-direction: column;
	}
}

/* Custom Redesigned Desktop Navigation */
@media (min-width: 992px) {
	.komilfo-header__nav-desktop-only {
		display: block;
	}

	.komilfo-header__nav-mobile-only {
		display: none;
	}

	.komilfo-header__nav-panel {
		background: #000;
		border-top: 1px solid var(--komilfo-header-border);
		position: relative;
	}

	.komilfo-nav-bar {
		display: flex;
		align-items: center;
		padding: 10px 0 14px;
		margin: 0;
	}

	/* Separator */
	.komilfo-nav-bar__sep {
		color: #2e2e2e;
		font-weight: 300;
		font-size: 14px;
		margin: 0 16px;
		user-select: none;
	}

	/* General Nav Item */
	.komilfo-nav-bar__item {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.05em;
		color: var(--komilfo-header-text);
		text-decoration: none;
		transition: color 0.25s ease, opacity 0.25s ease;
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
	}

	.komilfo-nav-bar__item:hover {
		color: var(--komilfo-header-accent);
	}

	/* Catalog Trigger Button */
	.komilfo-nav-bar__catalog-trigger {
		border-radius: 4px;
		padding: 8px 16px;
		line-height: 1;
		transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
	}

	.komilfo-nav-bar__catalog-trigger.is-active,
	.komilfo-nav-bar__catalog-trigger:hover {
		border: 1px solid var(--komilfo-header-accent);

		background-color: rgba(185, 105, 221, 0.08);
		border-color: var(--komilfo-header-accent);
		color: #fff;
	}

	.komilfo-nav-bar__chevron {
		color: var(--komilfo-header-accent);
		font-size: 10px;
		transition: transform 0.25s ease;
	}

	.komilfo-nav-bar__catalog-trigger.is-active .komilfo-nav-bar__chevron {
		transform: rotate(180deg);
	}

	/* Sale Item */
	.komilfo-nav-bar__sale {
		color: var(--komilfo-header-accent);
	}

	.komilfo-nav-bar__sale:hover {
		opacity: 0.85;
		color: var(--komilfo-header-accent);
	}

	/* Utility Link Items */
	.komilfo-nav-bar__utility i {
		color: var(--komilfo-header-accent);
		font-size: 13px;
	}

	/* Dropdown Container */
	.komilfo-catalog-dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #0d0d0d;
		border-top: 1px solid #1c1c1c;
		border-bottom: 2px solid var(--komilfo-header-accent);
		box-shadow: 0 20px 45px rgba(0, 0, 0, 0.85);
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transform: translateY(8px);
		transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
			transform 0.25s cubic-bezier(0.4, 0, 0.2, 1),
			visibility 0.25s;
	}

	.komilfo-catalog-dropdown.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.komilfo-catalog-dropdown__inner {
		max-width: var(--komilfo-header-max);
		margin: 0 auto;
		padding: 24px;
		display: flex;
		min-height: 380px;
	}

	/* Left Pane (Categories List) */
	.komilfo-catalog-dropdown__left {
		flex: 0 0 260px;
		width: 260px;
		border-right: 1px solid rgba(255, 255, 255, 0.08);
		padding-right: 16px;
	}

	.komilfo-catalog-dropdown__categories {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.komilfo-catalog-dropdown__cat-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 14px;
		margin-bottom: 2px;
		border-radius: 4px;
		cursor: pointer;
		transition: background-color 0.2s ease, color 0.2s ease;
	}

	.komilfo-catalog-dropdown__cat-link {
		color: #a3a3a3;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-decoration: none;
		transition: color 0.2s ease;
		display: block;
		flex-grow: 1;
	}

	.komilfo-catalog-dropdown__cat-arrow {
		color: var(--komilfo-header-accent);
		font-size: 9px;
		opacity: 0;
		transform: translateX(-4px);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	/* Active Category Item */
	.komilfo-catalog-dropdown__cat-item.is-active,
	.komilfo-catalog-dropdown__cat-item:hover {
		background-color: rgba(185, 105, 221, 0.06);
	}

	.komilfo-catalog-dropdown__cat-item.is-active .komilfo-catalog-dropdown__cat-link,
	.komilfo-catalog-dropdown__cat-item:hover .komilfo-catalog-dropdown__cat-link {
		color: var(--komilfo-header-accent);
	}

	.komilfo-catalog-dropdown__cat-item.is-active .komilfo-catalog-dropdown__cat-arrow,
	.komilfo-catalog-dropdown__cat-item:hover .komilfo-catalog-dropdown__cat-arrow {
		opacity: 1;
		transform: translateX(0);
	}

	/* Right Pane (Subcategories) */
	.komilfo-catalog-dropdown__right {
		flex: 1;
		padding-left: 28px;
		position: relative;
	}

	.komilfo-catalog-dropdown__sub-panel {
		display: none;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
		height: 100%;
	}

	.komilfo-catalog-dropdown__sub-panel.is-active {
		display: grid;
	}

	/* Columns and Separators */
	.komilfo-catalog-dropdown__col {
		position: relative;
		min-width: 0;
		padding-right: 12px;
	}

	.komilfo-catalog-dropdown__col:not(:last-child)::after {
		content: '';
		position: absolute;
		top: 10px;
		right: -6px;
		bottom: 10px;
		width: 1px;
		background: rgba(255, 255, 255, 0.05);
	}

	.komilfo-catalog-dropdown__sub-list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.komilfo-catalog-dropdown__sub-item {
		margin-bottom: 2px;
	}

	.komilfo-catalog-dropdown__sub-link {
		display: inline-flex;
		align-items: center;
		flex-wrap: wrap;
		color: #dfdfdf;
		font-size: 13px;
		font-weight: 500;
		text-decoration: none;
		padding: 5px 0;
		transition: color 0.2s ease, transform 0.2s ease;
		line-height: 1.3;
	}

	.komilfo-catalog-dropdown__sub-link:hover {
		color: #fff;
		transform: translateX(3px);
	}

	/* HIT Badge */
	.komilfo-catalog-dropdown__badge {
		background: var(--komilfo-header-accent);
		color: #fff;
		font-size: 8px;
		font-weight: 700;
		line-height: 1.2;
		padding: 2px 5px;
		border-radius: 3px;
		margin-left: 6px;
		text-transform: uppercase;
		letter-spacing: 0.05em;
		display: inline-block;
		vertical-align: middle;
	}
}

@media (max-width: 991px) {
	.komilfo-header__nav-desktop-only {
		display: none;
	}

	.komilfo-header__nav-mobile-only {
		display: block;
	}
}

/* ============================================================
   Nav-bar dropdown items (SALE / Loyalty / Reps / Cooperation)
   ============================================================ */
@media (min-width: 992px) {

	/* Wrapper when a dropdown is assigned */
	.komilfo-nav-bar__has-dropdown {
		position: relative;
	}

	/* Trigger button — same look as a regular nav-bar item */
	.komilfo-nav-bar__dropdown-trigger {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		text-transform: uppercase;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.05em;
		color: var(--komilfo-header-text);
		background: transparent;
		border: none;
		cursor: pointer;
		padding: 0;
		transition: color 0.25s ease;
	}

	.komilfo-nav-bar__has-dropdown:hover .komilfo-nav-bar__dropdown-trigger,
	.komilfo-nav-bar__has-dropdown.is-open .komilfo-nav-bar__dropdown-trigger {
		color: var(--komilfo-header-accent);
	}

	/* When the item is also a sale item */
	.komilfo-nav-bar__sale .komilfo-nav-bar__dropdown-trigger {
		color: var(--komilfo-header-accent);
	}

	/* Utility icon colour inside trigger */
	.komilfo-nav-bar__utility .komilfo-nav-bar__dropdown-trigger i:first-child {
		color: var(--komilfo-header-accent);
		font-size: 13px;
	}

	/* Chevron */
	.komilfo-nav-bar__dd-chevron {
		font-size: 9px;
		color: var(--komilfo-header-accent);
		transition: transform 0.25s ease;
	}

	.komilfo-nav-bar__has-dropdown.is-open .komilfo-nav-bar__dd-chevron {
		transform: rotate(180deg);
	}

	/* Dropdown panel */
	.komilfo-nav-bar__dropdown-panel {
		position: absolute;
		top: calc(100% + 14px);
		left: 50%;
		transform: translateX(-50%) translateY(6px);
		min-width: 200px;
		background: #0d0d0d;
		border: 1px solid #1c1c1c;
		border-top: 2px solid var(--komilfo-header-accent);
		border-radius: 0 0 6px 6px;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.7);
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
		            transform 0.22s cubic-bezier(0.4, 0, 0.2, 1),
		            visibility 0.22s;
	}

	.komilfo-nav-bar__has-dropdown.is-open .komilfo-nav-bar__dropdown-panel {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) translateY(0);
	}

	/* List inside panel */
	.komilfo-nav-bar__dropdown-list {
		list-style: none;
		margin: 0;
		padding: 8px 0;
	}

	.komilfo-nav-bar__dropdown-item a {
		display: block;
		padding: 9px 20px;
		font-size: 12px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.8);
		text-decoration: none;
		white-space: nowrap;
		transition: color 0.18s ease, background 0.18s ease, padding-left 0.18s ease;
	}

	.komilfo-nav-bar__dropdown-item a:hover {
		color: #fff;
		background: rgba(185, 105, 221, 0.08);
		padding-left: 26px;
	}
}