.yuki-header {
	--yuki-header-bar-bg: #123f6b;
	--yuki-header-bar-color: #fff;
	--yuki-header-accent: #E21B1B;
	--yuki-header-panel-bg: #fff;
	--yuki-header-panel-text: #15253a;
	--yuki-header-border: rgba(21, 37, 58, 0.1);
	--yuki-header-shadow: 0 32px 60px rgba(14, 31, 53, 0.18);
	--yuki-header-content-width: var(--content-width, var(--container-max-width, 1280px));
	--yuki-header-panel-top: 0px;
	--yuki-header-panel-left: 14px;
	--yuki-header-panel-right: 16px;
	--yuki-header-panel-width: min(var(--yuki-header-content-width), calc(100vw - 32px));
	--yuki-header-menu-top: var(--yuki-header-panel-top);
	--yuki-header-menu-left: var(--yuki-header-panel-left);
	--yuki-header-menu-right: var(--yuki-header-panel-right);
	--yuki-header-menu-width: var(--yuki-header-panel-width);
	--yuki-header-search-top: 0px;
	--yuki-header-search-left: 14px;
	--yuki-header-search-right: 16px;
	--yuki-header-search-width: min(var(--yuki-header-content-width), calc(100vw - 32px));
	--yuki-header-login-left: auto;
	--yuki-header-login-right: 16px;
	--yuki-header-sticky-offset: 0px;
	--yuki-header-bar-height: 0px;
	color: var(--yuki-header-panel-text);
	position: relative;
	width: 100%;
	z-index: 20;
}

.yuki-header.is-sticky-enabled {
	z-index: 30;
}

.yuki-header.is-sticky-enabled.is-sticky-active {
	z-index: 1003;
}

.yuki-header.is-sticky-enabled.is-sticky-active .yuki-header__bar {
	left: 0;
	position: fixed;
	right: 0;
	top: var(--yuki-header-sticky-offset);
	z-index: 1003;
}

.yuki-header.is-panel-open {
	z-index: 1000;
}

.yuki-header *,
.yuki-header *::before,
.yuki-header *::after {
	box-sizing: border-box;
}

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

.yuki-header__bar {
	align-items: center;
	background: var(--yuki-header-bar-bg);
	border-radius: 0;
	color: var(--yuki-header-bar-color);
	padding: 18px 24px !important;
	position: relative;
	width: 100% !important;
}

.yuki-header__bar-inner {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: auto minmax(260px, 1fr) auto;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--yuki-header-content-width);
	width: 100%;
}

.yuki-header__brand,
.yuki-header__actions {
	align-items: center;
	display: flex;
	gap: 16px;
}

.yuki-header__logo {
	align-items: center;
	color: inherit;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.yuki-header__logo-image {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.yuki-header__logo-text {
	border-bottom: 5px solid var(--yuki-header-accent);
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	padding-bottom: 4px;
}

.yuki-header__icon-button,
.yuki-header__search-submit,
.yuki-header__search-clear,
.yuki-header__panel-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: 0;
}

.yuki-header__toggle,
.yuki-header__action--account {
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	position: relative;
	transition: background-color 0.18s ease, color 0.18s ease;
	z-index: 31;
}

.yuki-header__action--search {
	display: none !important;
}

.yuki-header__toggle {
	color: #fff;
	min-width: 52px;
	padding: 0 14px;
}

.yuki-header__action--account {
	gap: 8px;
	min-width: 84px;
	padding: 0 16px;
}

.yuki-header__cart-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 10px;
	margin-left: 2px;
	text-decoration: none;
}

.yuki-header__cart-icon-wrap {
	display: inline-flex;
	position: relative;
}

.yuki-header__cart-icon {
	align-items: center;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.yuki-header__cart-icon svg {
	fill: none;
	height: 30px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 30px;
}

.yuki-header__cart-badge {
	align-items: center;
	background: #e02b20;
	border: 2px solid var(--yuki-header-bar-bg);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	min-width: 20px;
	padding: 0 4px;
	position: absolute;
	right: -4px;
	top: -2px;
}

.yuki-header__cart-total {
	color: var(--yuki-header-accent);
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	min-width: 6ch;
	white-space: nowrap;
}

.yuki-header [data-panel-target].is-active-tab {
	background: #fff !important;
	border-radius: 10px 10px 0 0 !important;
	color: #18324f !important;
	box-shadow: none !important;
	padding: 6px 10px;
}

.yuki-header [data-panel-target].is-active-tab::after {
	background: #fff;
	bottom: -21px;
	content: "";
	height: 21px;
	left: 0;
	position: absolute;
	right: 0;
}

.yuki-header__icon-button svg,
.yuki-header__search-submit svg,
.yuki-header__search-clear svg,
.yuki-header__panel-close svg,
.yuki-header__action svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 24px;
}

.yuki-header__toggle .yuki-header__trigger-icon svg {
	height: 36px;
	width: 36px;
}

.yuki-header [data-panel-target].is-active-tab .yuki-header__trigger-icon--close svg {
	height: 36px;
	width: 36px;
}

.yuki-header__trigger-icon {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.yuki-header__trigger-icon--close {
	display: none;
}

.yuki-header [data-panel-target].is-active-tab .yuki-header__trigger-icon--default {
	display: none;
}

.yuki-header [data-panel-target].is-active-tab .yuki-header__trigger-icon--close {
	display: inline-flex;
}

.yuki-header__action--account.is-active-tab > span:last-child {
	display: none;
}

.yuki-header__action--account.is-active-tab {
	min-width: 56px;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.yuki-header__panel-close--redundant {
	display: none !important;
}

.yuki-header__search {
	min-width: 0;
}

.yuki-header__search-form {
	align-items: center;
	background: #fff !important;
	border: 0 !important;
	border-radius: 10px !important;
	box-shadow: none !important;
	display: flex !important;
	gap: 10px;
	margin: 0 !important;
	max-width: 100% !important;
	min-height: 48px !important;
	padding: 0 16px !important;
	position: relative;
	width: 100% !important;
}

.yuki-header.is-search-open .yuki-header__search-form {
	border-radius: 10px 10px 0 0 !important;
}

.yuki-header__search-input {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #49586b !important;
	flex: 1;
	font-size: 18px !important;
	font-weight: 400 !important;
	height: 48px !important;
	line-height: 48px !important;
	margin: 0 !important;
	min-height: 48px !important;
	outline: none !important;
	padding: 0 !important;
}

.yuki-header__search-input::placeholder {
	color: #828282 !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.yuki-header__search-clear {
	color: #b8bec7 !important;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
}

.yuki-header__search-clear.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.yuki-header__search-submit {
	color: #d2d2d2 !important;
	flex: 0 0 auto;
	height: 24px;
	width: 24px;
}

.yuki-header.is-search-open .yuki-header__search-submit {
	color: var(--yuki-header-accent) !important;
}

.yuki-header__action {
	align-items: center;
	background: transparent !important;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	gap: 10px;
	padding: 0;
}

.yuki-header__overlay {
	background: rgba(9, 15, 26, 0.42);
	height: calc(100vh - var(--yuki-header-panel-top));
	inset: var(--yuki-header-panel-top) 0 0 0;
	position: fixed;
	z-index: 1001;
}

.yuki-header__panel {
	background: var(--yuki-header-panel-bg);
	border-radius: 0 0 12px 12px;
	box-shadow: 0 22px 50px rgba(14, 31, 53, 0.18);
	color: var(--yuki-header-panel-text);
	left: var(--yuki-header-panel-left);
	margin: 0;
	max-height: calc(100vh - var(--yuki-header-panel-top) - 16px);
	max-width: var(--yuki-header-panel-width);
	overflow: auto;
	padding: 24px 24px 28px;
	position: fixed;
	right: var(--yuki-header-panel-right);
	top: calc(var(--yuki-header-panel-top) - 1px);
	width: var(--yuki-header-panel-width);
	z-index: 1002;
}

.yuki-header__panel--search {
	border-radius: 0 0 12px 12px;
	border-top: 1px solid #d9dde3;
	box-shadow: 0 22px 50px rgba(14, 31, 53, 0.18);
	left: var(--yuki-header-search-left);
	max-width: var(--yuki-header-search-width);
	right: var(--yuki-header-search-right);
	top: calc(var(--yuki-header-search-top) - 1px);
	transform: none;
	width: var(--yuki-header-search-width);
	z-index: 999999;
}

.yuki-header__panel--login {
	left: var(--yuki-header-login-left);
	max-width: 460px;
	right: var(--yuki-header-login-right);
	width: min(460px, calc(100vw - 32px));
}

.yuki-header__panel--menu {
	left: var(--yuki-header-menu-left);
	max-width: var(--yuki-header-menu-width);
	padding-top: 34px;
	right: var(--yuki-header-menu-right);
	top: calc(var(--yuki-header-menu-top) - 1px);
	width: var(--yuki-header-menu-width);
}

.yuki-header__panel-head {
	align-items: flex-start;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.yuki-header__panel-title {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 0;
}

.yuki-header__panel-copy {
	color: #6b7788;
	font-size: 14px;
	line-height: 1.55;
	margin: 10px 0 0;
	max-width: 520px;
}

.yuki-header__category-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yuki-header__category-grid--text {
	align-items: start;
}

.yuki-header__category-column {
	border-left: 1px solid rgba(21, 37, 58, 0.1);
	display: grid;
	gap: 8px;
	padding: 0 24px 0 38px;
}

.yuki-header__category-column:first-child {
	border-left: 0;
	padding-left: 0;
}

.yuki-header__category-link {
	color: #21344d;
	display: flex;
	flex-direction: column;
	gap: 2px;
	line-height: 1.3;
	padding: 2px 0;
	text-decoration: none;
}

.yuki-header__category-link:hover,
.yuki-header__category-link:focus-visible {
	color: #0f6adf;
}

.yuki-header__category-link.is-featured .yuki-header__category-link-name {
	font-weight: 800;
}

.yuki-header__category-link-name {
	font-size: 17px;
	font-weight: 500;
}

.yuki-header__category-link-count {
	color: #7c8795;
	font-size: 12px;
}

.yuki-header__search-sections,
.yuki-header__search-results {
	display: grid;
	gap: 18px;
}

.yuki-header__search-sections[hidden],
.yuki-header__search-results[hidden],
.yuki-header__search-section[hidden],
.yuki-header__search-empty[hidden] {
	display: none !important;
}

.yuki-header__search-results {
	margin-top: 14px;
}

.yuki-header__search-section {
	display: grid;
	gap: 14px;
}

.yuki-header__search-section[data-recent-section] {
	gap: 8px;
}

.yuki-header__search-title-row {
	align-items: center;
	border-bottom: 1px solid var(--yuki-header-border);
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.yuki-header__search-title {
	color: #9aa3af;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.02em;
	margin: 0;
	text-transform: uppercase;
}

.yuki-header__search-section > .yuki-header__search-title {
	border-bottom: 1px solid var(--yuki-header-border);
	padding-bottom: 10px;
}

.yuki-header__search-tags,
.yuki-header__recent-list,
.yuki-header__socials-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.yuki-header__search-tag,
.yuki-header__recent-item {
	background: #edf4fb;
	border: 0;
	border-radius: 8px;
	color: #45698c;
	cursor: pointer;
	padding: 10px 14px;
}

.yuki-header__link-button {
	background: transparent;
	border: 0;
	color: #1b73d0;
	cursor: pointer;
	padding: 0;
}

.yuki-header__result-list {
	display: grid;
	margin-top: -2px;
}

.yuki-header__result-item {
	align-items: center;
	border-bottom: 1px solid var(--yuki-header-border);
	color: inherit;
	display: grid;
	gap: 14px;
	grid-template-columns: 60px minmax(0, 1fr);
	padding: 14px 0;
	text-decoration: none;
}

.yuki-header__result-media {
	background: #f3f6fa;
	border-radius: 12px;
	display: block;
	height: 60px;
	overflow: hidden;
	width: 60px;
}

.yuki-header__result-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.yuki-header__result-meta {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.yuki-header__result-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.yuki-header__result-category,
.yuki-header__result-price,
.yuki-header__search-empty,
.yuki-header__socials-label {
	color: #6b7788;
	font-size: 13px;
}

.yuki-header__view-all,
.yuki-header__primary-link,
.yuki-header .button.wp-element-button,
.yuki-header #wp-submit {
	align-items: center;
	background: var(--yuki-header-accent);
	border: 0;
	border-radius: 12px;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	text-decoration: none;
}

.yuki-header__login-layout {
	display: block;
}

.yuki-header__account-links {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.yuki-header__account-links .yuki-header__primary-link {
	background: #f28c28 !important;
	color: #fff !important;
	display: inline-flex !important;
	min-height: 48px;
	width: 100%;
}

.yuki-header__account-links .yuki-header__primary-link:hover,
.yuki-header__account-links .yuki-header__primary-link:focus-visible,
.yuki-header__account-links .yuki-header__primary-link:visited {
	background: #e57b16 !important;
	color: #fff !important;
}

.yuki-header__secondary-link {
	color: #7b7b7b;
	text-decoration: none;
	text-align: center;
}

.yuki-header__login-form {
	display: grid;
	gap: 14px;
}

.yuki-header__field {
	align-items: center;
	border: 1px solid #bfc6d1;
	border-radius: 2px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 50px;
	padding: 0 14px 0 16px;
}

.yuki-header__field input {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #313943;
	font-size: 14px;
	height: 48px;
	outline: none;
	padding: 0;
	width: 100%;
}

.yuki-header__field input::placeholder {
	color: #7e7e7e;
	opacity: 1;
}

.yuki-header__field-icon {
	align-items: center;
	color: #8b8b8b;
	display: inline-flex;
	justify-content: center;
}

.yuki-header__field-icon svg {
	fill: none;
	height: 20px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.yuki-header__field-icon--accent {
	background: #db473c;
	border-radius: 4px;
	color: #fff;
	height: 24px;
	width: 24px;
}

.yuki-header__field-icon--accent svg {
	height: 14px;
	width: 14px;
}

.yuki-header__forgot-row {
	display: flex;
	justify-content: flex-end;
	margin-top: -6px;
}

.yuki-header__forgot-link {
	color: #7b7b7b;
	font-size: 13px;
	text-decoration: underline;
}

.yuki-header__login-submit {
	align-items: center;
	background: #1d77cc;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	width: 100%;
}

.yuki-header__divider {
	align-items: center;
	color: #7d7d7d;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto 1fr;
	margin: 2px 0 0;
}

.yuki-header__divider span {
	border-top: 1px solid #d9dde3;
	display: block;
}

.yuki-header__divider em {
	font-size: 16px;
	font-style: normal;
	line-height: 1;
}

.yuki-header__socials-list--stack {
	display: grid;
	gap: 14px;
}

.yuki-header__social-button {
	align-items: center;
	background: #fff;
	border: 1px solid #d0d5dc;
	border-radius: 4px;
	color: #686868;
	display: grid;
	font-size: 14px;
	font-weight: 600;
	grid-template-columns: 28px 1fr 28px;
	min-height: 40px;
	padding: 0 12px;
	text-decoration: none;
}

.yuki-header__social-button.is-disabled {
	cursor: default;
	opacity: 0.65;
}

.yuki-header__social-icon,
.yuki-header__social-brand {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.yuki-header__social-icon i,
.yuki-header__social-icon svg,
.yuki-header__social-brand svg,
.yuki-header__social-brand img {
	display: block;
	height: 16px;
	width: 16px;
}

.yuki-header__social-button--auth > span:last-child {
	text-align: center;
}

.yuki-header__remember-row {
	align-items: center;
	color: #3c3c3c;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 2px;
}

.yuki-header__remember-row input {
	accent-color: #1d77cc;
	height: 18px;
	width: 18px;
}

.yuki-header__register-row {
	color: #777;
	font-size: 14px;
	margin: 4px 0 0;
	text-align: center;
}

.yuki-header__register-row .yuki-header__secondary-link {
	color: #7b7b7b;
	text-decoration: underline;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

html.yuki-header-is-open,
body.yuki-header-is-open {
	overflow: hidden !important;
}

@media (max-width: 1024px) {
	.yuki-header__bar-inner {
		grid-template-columns: 1fr;
	}

	.yuki-header__brand,
	.yuki-header__actions {
		justify-content: space-between;
	}

	.yuki-header__cart-total {
		font-size: 15px;
		min-width: 5ch;
	}

	.yuki-header__category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.yuki-header__bar {
		gap: 14px;
		padding: 10px 14px 12px !important;
	}

	.yuki-header__bar-inner {
		gap: 12px;
		grid-template-columns: minmax(44px, auto) minmax(0, 1fr) auto;
	}

	.yuki-header__brand {
		display: contents;
	}

	.yuki-header__toggle {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		min-width: 44px;
		padding: 0;
	}

	.yuki-header__logo {
		grid-column: 2;
		grid-row: 1;
		justify-content: center;
		justify-self: center;
		max-width: 100%;
	}

	.yuki-header__logo-image {
		max-height: 52px;
	}

	.yuki-header__logo-text {
		font-size: 24px;
	}

	.yuki-header__search {
		display: none;
	}

	.yuki-header.is-search-open .yuki-header__search {
		display: block;
		left: 14px;
		position: absolute;
		right: 14px;
		top: 100%;
		z-index: 1003;
	}

	.yuki-header.is-search-open .yuki-header__search-form {
		border-radius: 0 !important;
	}

	.yuki-header__action--search {
		align-self: center;
		display: inline-flex !important;
		min-width: 34px;
	}

	.yuki-header__action--search .yuki-header__search-trigger-icon {
		display: inline-flex;
	}

	.yuki-header__search-trigger-icon svg {
		height: 38px;
		width: 38px;
	}

	.yuki-header__actions {
		align-items: flex-end;
		display: flex;
		gap: 20px;
		grid-column: 3;
		grid-row: 1;
		justify-content: flex-end;
		justify-self: end;
	}

	.yuki-header__action span {
		display: none;
	}

	.yuki-header__action--account {
		display: none;
	}

	.yuki-header__cart-link {
		align-items: center;
		flex-direction: column;
		gap: 2px;
		justify-content: center;
		margin-left: 0;
	}

	.yuki-header__cart-icon {
		height: 32px;
		width: 32px;
	}

	.yuki-header__cart-icon-wrap {
		align-self: center;
	}

	.yuki-header__cart-total {
		font-size: 12px;
		line-height: 1;
		min-width: 5ch;
		text-align: center;
		font-weight: 400;
	}

	.yuki-header__panel,
	.yuki-header__panel--login {
		border-radius: 0;
		left: 0;
		max-height: calc(100vh - var(--yuki-header-panel-top));
		max-width: 100%;
		padding: 20px 16px 24px;
		right: 0;
		transform: none;
		width: 100%;
	}

	.yuki-header__panel--search {
		border-radius: 0 0 12px 12px;
		left: var(--yuki-header-search-left);
		max-height: calc(100vh - var(--yuki-header-search-top) - 16px);
		max-width: var(--yuki-header-search-width);
		padding: 18px 16px 22px;
		right: var(--yuki-header-search-right);
		top: calc(var(--yuki-header-search-top) - 1px);
		width: var(--yuki-header-search-width);
	}

	.yuki-header__panel--menu {
		border-radius: 0 12px 12px 12px;
		left: var(--yuki-header-menu-left);
		max-height: calc(100vh - var(--yuki-header-menu-top) - 16px);
		max-width: var(--yuki-header-menu-width);
		padding: 20px 16px 24px;
		right: auto;
		top: calc(var(--yuki-header-menu-top) - 1px);
		width: var(--yuki-header-menu-width);
	}

	.yuki-header__category-grid {
		grid-template-columns: 1fr;
	}

	.yuki-header__category-column {
		border-left: 0;
		border-top: 1px solid rgba(21, 37, 58, 0.1);
		padding: 18px 0 0;
	}

	.yuki-header__category-column:first-child {
		border-top: 0;
		padding-top: 0;
	}

	.yuki-header__search-sections,
	.yuki-header__search-results {
		gap: 16px;
	}

	.yuki-header__search-tags,
	.yuki-header__recent-list,
	.yuki-header__socials-list {
		gap: 8px;
	}

	.yuki-header__search-tag,
	.yuki-header__recent-item {
		padding: 9px 12px;
	}

	.yuki-header__result-item {
		gap: 12px;
		grid-template-columns: 52px minmax(0, 1fr);
		padding: 12px 0;
	}

	.yuki-header__result-media {
		height: 52px;
		width: 52px;
	}
}
