.odk-site-header {
	position: relative;
	width: 100%;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	color: var(--global-palette3, #262625);
	font-family: inherit;
}

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

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

.odk-site-header__inner {
	width: 100%;
	max-width: var(--global-content-width);
	margin: 0 auto;
	padding-right: var(--global-content-edge-padding, 1rem);
	padding-left: var(--global-content-edge-padding, 1rem);
}

.odk-site-header__upper {
	position: relative;
	z-index: 10040;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette8, #f7eee6);
}

.odk-site-header__upper-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 640px) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	min-height: 88px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.odk-site-header__brand {
	justify-self: start;
	min-width: 0;
}

.odk-site-header__logo {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 210px;
}

.odk-site-header__logo-img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 62px;
	object-fit: contain;
}

.odk-site-header__logo--text {
	color: var(--global-palette3, #262625);
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.1;
}

.odk-site-header__search {
	justify-self: center;
	width: 100%;
	min-width: 0;
}

.odk-site-header .odk-product-search {
	width: 100%;
	min-width: 0;
	max-width: 640px;
	flex: 1 1 auto;
}

.odk-site-header .odk-product-search__input {
	height: 48px;
	padding-right: 54px;
	padding-left: 18px;
	border-color: rgba(0, 0, 0, 0.13);
	border-radius: 999px;
	background: var(--global-palette9, #fff);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
	font-size: 0.98rem;
}

.odk-site-header .odk-product-search__submit {
	top: 4px;
	right: 4px;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	background: var(--global-palette3, #262625);
	color: var(--global-palette9, #fff);
}

.odk-site-header .odk-product-search__submit:hover,
.odk-site-header .odk-product-search__submit:focus {
	background: var(--global-palette10, #6f8555);
	color: var(--global-palette9, #fff);
}

.odk-site-header .odk-product-search__suggestions {
	top: calc(100% + 10px);
	border-radius: 10px;
}

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

.odk-site-header__mobile-search {
	display: none;
}

.odk-site-header__icon-link,
.odk-site-header__cart,
.odk-site-header__phone,
.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger {
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.odk-site-header__icon-link,
.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger,
.odk-site-header__cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50% !important;
	background: var(--global-palette9, #fff);
	color: var(--global-palette3, #262625);
}

.odk-site-header__menu-toggle,
.odk-site-header .odk-product-search__mobile-trigger {
	display: none;
}

.odk-site-header__icon-link svg,
.odk-site-header__cart svg,
.odk-site-header__phone svg,
.odk-site-header__menu-toggle svg,
.odk-site-header .odk-product-search__mobile-trigger svg {
	display: block;
	width: 22px;
	height: 22px;
}

.odk-site-header__icon-link:hover,
.odk-site-header__icon-link:focus,
.odk-site-header__menu-toggle:hover,
.odk-site-header__menu-toggle:focus,
.odk-site-header .odk-product-search__mobile-trigger:hover,
.odk-site-header .odk-product-search__mobile-trigger:focus,
.odk-site-header__cart:hover,
.odk-site-header__cart:focus {
	border-color: var(--global-palette10, #6f8555);
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__wishlist-fragment.has-items {
	border-color: rgba(184, 33, 5, 0.22);
	color: var(--global-palette13, #b82105);
}

.odk-site-header__wishlist-fragment.has-items svg {
	fill: currentColor;
}

.odk-site-header__wishlist-fragment.has-items svg path {
	fill: currentColor;
	stroke: currentColor;
}

.odk-site-header__counter,
.odk-site-header__cart-count {
	position: absolute;
	top: -5px;
	right: -5px;
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 19px;
	height: 19px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--global-palette13, #b82105);
	color: var(--global-palette9, #fff);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
}

.odk-site-header__wishlist-fragment.has-items .odk-site-header__counter,
.odk-site-header__cart.has-items .odk-site-header__cart-count {
	display: inline-flex;
}

.odk-site-header__cart {
	padding: 0;
}

.odk-site-header__cart.has-items {
	border-color: rgba(184, 33, 5, 0.22);
	background: var(--global-palette9, #fff);
	color: var(--global-palette13, #b82105);
}

.odk-site-header__cart.has-items .odk-site-header__cart-bag {
	fill: currentColor;
}

.odk-site-header__phone-copy {
	display: grid;
	gap: 1px;
	min-width: 0;
	line-height: 1.12;
}

.odk-site-header__phone-label {
	font-size: 0.72rem;
	font-weight: 700;
	opacity: 0.82;
}

.odk-site-header__lower {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	background: var(--global-palette7, #f0e6dd);
}

.odk-site-header__lower-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 48px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.odk-site-header__menu-toggle {
	display: none;
	gap: 8px;
	width: auto;
	padding: 0 13px;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 800;
}

.odk-site-header__nav {
	justify-self: center;
	min-width: 0;
}

.odk-site-header__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.odk-site-header__menu li {
	position: relative;
	margin: 0;
	list-style: none;
}

.odk-site-header__menu > li > a {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 12px;
	color: var(--global-palette3, #262625);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
}

.odk-site-header__menu > li > a:hover,
.odk-site-header__menu > li > a:focus,
.odk-site-header__menu > li.current-menu-item > a,
.odk-site-header__menu > li.current-menu-ancestor > a {
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10030;
	display: none;
	width: 220px;
	margin: 0;
	padding: 8px;
	border-radius: 8px;
	background: var(--global-palette3, #262625);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
	list-style: none;
}

.odk-site-header__menu li:hover > .sub-menu,
.odk-site-header__menu li:focus-within > .sub-menu {
	display: block;
}

.odk-site-header__menu .sub-menu a {
	display: block;
	padding: 9px 10px;
	border-radius: 5px;
	color: var(--global-palette8, #f7eee6);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
}

.odk-site-header__menu .sub-menu a:hover,
.odk-site-header__menu .sub-menu a:focus {
	background: var(--global-palette7, #f0e6dd);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__submenu-toggle {
	display: none;
}

.odk-site-header__contact {
	justify-self: end;
}

.odk-site-header__phone {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	min-height: 38px;
	padding: 6px 11px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.56);
	color: var(--global-palette3, #262625);
}

.odk-site-header__phone:hover,
.odk-site-header__phone:focus {
	border-color: var(--global-palette10, #6f8555);
	background: var(--global-palette9, #fff);
	color: var(--global-palette10, #6f8555);
}

.odk-site-header__phone-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.odk-site-header__phone-number {
	font-size: 0.9rem;
	font-weight: 900;
	white-space: nowrap;
}

@media (max-width: 1180px) {
	.odk-site-header__upper-inner {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 560px) minmax(0, 1fr);
		gap: 16px;
	}

	.odk-site-header__menu > li > a {
		padding-right: 9px;
		padding-left: 9px;
	}
}

@media (max-width: 1024px) {
	.odk-site-header__upper {
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}

	.odk-site-header__upper-inner {
		grid-template-columns: minmax(88px, auto) minmax(0, 1fr);
		gap: 12px;
		min-height: 68px;
		justify-content: initial;
	}

	.odk-site-header__logo {
		max-width: 150px;
	}

	.odk-site-header__search {
		display: none;
	}

	.odk-site-header .odk-product-search {
		position: static;
		width: auto;
		min-width: 0;
	}

	.odk-site-header .odk-product-search__form--desktop {
		display: none;
	}

	.odk-site-header .odk-product-search__mobile-trigger {
		display: inline-flex;
	}

	.odk-site-header__actions {
		display: flex;
		gap: 7px;
		align-items: center;
		justify-content: flex-end;
		justify-self: end;
	}

	.odk-site-header__mobile-search,
	.odk-site-header__mobile-search .odk-product-search,
	.odk-site-header__mobile-search .odk-product-search__mobile-trigger {
		display: inline-flex;
	}

	.odk-site-header .odk-product-search__modal {
		position: absolute;
		top: 100%;
		right: 0;
		bottom: auto;
		left: 0;
		z-index: 10050;
	}

	.odk-site-header .odk-product-search__backdrop {
		top: 0;
		bottom: auto;
		height: calc(100vh - 68px);
		background: transparent;
	}

	.odk-site-header .odk-product-search__panel {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 14px calc(var(--global-content-edge-padding, 1rem) + 48px) 16px var(--global-content-edge-padding, 1rem);
		border-radius: 0 0 10px 10px;
		background: var(--global-palette8, #f7eee6);
		box-shadow: none;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 240ms ease;
	}

	.odk-site-header .odk-product-search__form--mobile {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 8px;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		background: var(--global-palette9, #fff);
		box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__submit {
		top: 12px;
		right: 12px;
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__suggestions {
		width: calc(100% + 48px);
		margin-top: 10px;
		margin-right: -48px;
	}

	.odk-site-header .odk-product-search__modal.is-open .odk-product-search__panel {
		transform: translateY(0);
	}

	.odk-site-header .odk-product-search__close {
		top: 26px;
		right: var(--global-content-edge-padding, 1rem);
		z-index: 2;
		width: 40px;
		height: 40px;
		border-radius: 999px;
		background: var(--global-palette9, #fff);
		color: var(--global-palette3, #262625);
		font-size: 26px;
	}

	.odk-site-header__menu-toggle--upper {
		display: inline-flex;
		width: 46px;
		padding: 0;
	}

	.odk-site-header__lower {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10035;
		border-bottom: 0;
		background: var(--global-palette8, #f7eee6);
		pointer-events: none;
	}

	.odk-site-header.is-menu-open .odk-site-header__lower {
		pointer-events: auto;
	}

	.odk-site-header__lower-inner {
		display: block;
		min-height: 0;
		padding-top: 0;
		padding-bottom: 0;
	}

	.odk-site-header__lower-spacer {
		display: none;
	}

	.odk-site-header__menu-toggle--lower {
		display: none;
	}

	.odk-site-header__contact {
		display: none;
	}

	.odk-site-header__nav {
		display: block;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		padding-top: 0;
		opacity: 0;
		visibility: hidden;
		transition: max-height 280ms ease, opacity 180ms ease, padding-top 220ms ease, visibility 0s linear 280ms;
	}

	.odk-site-header.is-menu-open .odk-site-header__nav {
		max-height: calc(100vh - 76px);
		overflow-y: auto;
		padding-top: 10px;
		opacity: 1;
		visibility: visible;
		transition-delay: 0s;
	}

	.odk-site-header.is-menu-open .odk-site-header__contact {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		padding-bottom: 12px;
	}

	.odk-site-header__menu {
		display: grid;
		gap: 2px;
		justify-content: stretch;
		width: 100%;
		padding: 8px;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 10px;
		background: var(--global-palette9, #fff);
		box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
	}

	.odk-site-header__menu > li > a {
		justify-content: space-between;
		min-height: 40px;
		width: 100%;
		padding: 0 12px;
		border-radius: 7px;
	}

	.odk-site-header__menu > li > a:hover,
	.odk-site-header__menu > li > a:focus,
	.odk-site-header__menu > li.current-menu-item > a,
	.odk-site-header__menu > li.current-menu-ancestor > a {
		background: var(--global-palette8, #f7eee6);
	}

	.odk-site-header__menu > li.menu-item-has-children {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 40px;
		align-items: center;
	}

	.odk-site-header__menu > li.menu-item-has-children > a {
		grid-column: 1;
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle {
		grid-column: 2;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		margin-left: 4px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: var(--global-palette8, #f7eee6);
		color: var(--global-palette3, #262625);
		cursor: pointer;
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle:hover,
	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle:focus {
		background: var(--global-palette7, #f0e6dd);
		color: var(--global-palette10, #6f8555);
	}

	.odk-site-header__menu > li.menu-item-has-children > .odk-site-header__submenu-toggle svg {
		width: 18px;
		height: 18px;
		transition: transform 160ms ease;
	}

	.odk-site-header__menu > li.menu-item-has-children.is-submenu-open > .odk-site-header__submenu-toggle svg {
		transform: rotate(180deg);
	}

	.odk-site-header__menu .sub-menu {
		position: static;
		display: none;
		grid-column: 1 / -1;
		width: auto;
		margin: 0 0 6px 12px;
		padding: 2px 0 0 10px;
		border-left: 2px solid var(--global-palette7, #f0e6dd);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.odk-site-header__menu li:hover > .sub-menu,
	.odk-site-header__menu li:focus-within > .sub-menu {
		display: none;
	}

	.odk-site-header__menu .is-submenu-open > .sub-menu,
	.odk-site-header__menu li.is-submenu-open:hover > .sub-menu,
	.odk-site-header__menu li.is-submenu-open:focus-within > .sub-menu {
		display: grid;
	}

	.odk-site-header__menu .sub-menu a {
		padding: 8px 10px;
		color: var(--global-palette4, #3f3d3a);
		font-size: 0.84rem;
	}

	.odk-site-header__menu .sub-menu a:hover,
	.odk-site-header__menu .sub-menu a:focus {
		background: var(--global-palette8, #f7eee6);
	}
}

@media (max-width: 767px) {
	.odk-site-header__upper-inner {
		min-height: 64px;
		gap: 8px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.odk-site-header__logo {
		max-width: 122px;
	}

	.odk-site-header__logo-img {
		max-height: 52px;
	}

	.odk-site-header__actions {
		gap: 5px;
	}

	.odk-site-header__icon-link,
	.odk-site-header__cart,
	.odk-site-header__menu-toggle--upper,
	.odk-site-header .odk-product-search__mobile-trigger {
		width: 42px;
		height: 42px;
		min-height: 42px;
	}

	.odk-site-header__menu-toggle {
		gap: 0;
		padding: 0;
	}

	.odk-site-header__menu-toggle span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
	}

	.odk-site-header__icon-link svg,
	.odk-site-header__cart svg,
	.odk-site-header__menu-toggle svg,
	.odk-site-header .odk-product-search__mobile-trigger svg {
		width: 21px;
		height: 21px;
	}

	.odk-site-header__phone {
		width: 100%;
		max-width: 240px;
		justify-content: center;
	}

	.odk-site-header__phone-label {
		display: none;
	}
}

@media (max-width: 480px) {
	.odk-site-header__inner {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}

	.odk-site-header__upper-inner {
		grid-template-columns: minmax(84px, auto) minmax(0, 1fr);
		gap: 7px;
	}

	.odk-site-header__logo {
		max-width: 94px;
	}

	.odk-site-header__logo-img {
		max-height: 42px;
	}

	.odk-site-header__actions {
		gap: 2px;
	}

	.odk-site-header .odk-product-search__panel {
		padding-right: calc(0.6rem + 44px);
		padding-left: 0.6rem;
	}

	.odk-site-header .odk-product-search__form--mobile {
		display: flex;
	}

	.odk-site-header .odk-product-search__close {
		right: 0.6rem;
	}

	.odk-site-header .odk-product-search__form--mobile .odk-product-search__suggestions {
		width: calc(100% + 44px);
		margin-right: -44px;
	}

	.odk-site-header__icon-link,
	.odk-site-header__cart,
	.odk-site-header__menu-toggle--upper,
	.odk-site-header .odk-product-search__mobile-trigger {
		width: 38px;
		height: 38px;
		min-height: 38px;
	}

	.odk-site-header__icon-link svg,
	.odk-site-header__cart svg,
	.odk-site-header__menu-toggle svg,
	.odk-site-header .odk-product-search__mobile-trigger svg {
		width: 20px;
		height: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.odk-site-header__nav,
	.odk-site-header .odk-product-search__panel {
		transition: none;
	}
}
