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

.cohoma-site-header {
	background: #fef5e6;
	color: #111;
	position: relative;
	z-index: 999;
}

.cohoma-site-header::before,
.cohoma-site-header::after {
	content: none;
	display: none;
}

.cohoma-site-header__inner {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(130px, 150px) minmax(0, 1fr) auto;
	margin: 0 auto;
	min-height: 82px;
	padding: 0 20px;
	width: 100%;
}

.cohoma-site-header__brand,
.cohoma-site-header__brand .custom-logo-link {
	align-items: center;
	display: flex;
	margin: 0;
}

.cohoma-site-header__brand .custom-logo {
	height: auto;
	max-height: 64px;
	max-width: 145px;
	object-fit: contain;
	width: 100%;
}

.cohoma-site-header__site-name,
.cohoma-site-header__site-name:visited {
	color: #111;
	font-family: "Josefin Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.cohoma-site-header__navigation {
	align-self: stretch;
	min-width: 0;
}

.cohoma-site-header__navigation-heading,
.cohoma-site-header__menu-toggle,
.cohoma-site-header__mobile-phone {
	display: none;
}

.cohoma-site-header__menu,
.cohoma-site-header__sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cohoma-site-header__menu {
	align-items: stretch;
	display: flex;
	height: 100%;
	justify-content: center;
}

.cohoma-site-header__menu-item {
	margin: 0;
	position: relative;
}

.cohoma-site-header__menu > .cohoma-site-header__menu-item {
	align-items: stretch;
	display: flex;
}

.cohoma-site-header__menu-row {
	align-items: center;
	display: flex;
	min-width: 0;
}

.cohoma-site-header__menu > .cohoma-site-header__menu-item > .cohoma-site-header__menu-row {
	height: 100%;
}

.cohoma-site-header__menu-link,
.cohoma-site-header__menu-link:visited {
	color: #111;
	font-family: "Josefin Sans", sans-serif;
	font-size: 11.5px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
}

.cohoma-site-header__menu > .cohoma-site-header__menu-item > .cohoma-site-header__menu-row > .cohoma-site-header__menu-link {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 0 5px;
	text-align: center;
	white-space: nowrap;
}

.cohoma-site-header__menu-item.current-menu-item > .cohoma-site-header__menu-row > .cohoma-site-header__menu-link,
.cohoma-site-header__menu-item.current-menu-ancestor > .cohoma-site-header__menu-row > .cohoma-site-header__menu-link,
.cohoma-site-header__menu-link:hover,
.cohoma-site-header__menu-link:focus-visible {
	color: #612d0f;
}

.cohoma-site-header__menu-link:focus-visible,
.cohoma-site-header__submenu-toggle:focus-visible,
.cohoma-site-header__action:focus-visible,
.cohoma-site-header__menu-toggle:focus-visible,
.cohoma-site-header__navigation-close:focus-visible,
.cohoma-site-header__mobile-phone:focus-visible,
.cohoma-site-header__search-submit:focus-visible {
	outline: 2px solid #612d0f;
	outline-offset: 2px;
}

.cohoma-site-header__submenu-toggle,
.cohoma-site-header__menu-toggle,
.cohoma-site-header__navigation-close,
.cohoma-site-header__search-toggle,
.cohoma-site-header__search-submit {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.cohoma-site-header__submenu-toggle:hover,
.cohoma-site-header__submenu-toggle:focus-visible {
	background: rgba(99, 57, 71, 0.06);
	border-color: transparent;
	color: #612d0f;
}

.cohoma-site-header .cohoma-site-header__menu-toggle:hover,
.cohoma-site-header .cohoma-site-header__menu-toggle:focus,
.cohoma-site-header .cohoma-site-header__menu-toggle:active,
.cohoma-site-header .cohoma-site-header__menu-toggle[aria-expanded="true"],
.cohoma-site-header .cohoma-site-header__navigation-close:hover,
.cohoma-site-header .cohoma-site-header__navigation-close:focus,
.cohoma-site-header .cohoma-site-header__navigation-close:active {
	background: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	color: #111 !important;
}

.cohoma-site-header__submenu-toggle {
	align-items: center;
	display: inline-flex;
	height: 28px;
	justify-content: center;
	width: 18px;
}

.cohoma-site-header__submenu-toggle svg {
	height: 13px;
	transition: transform 160ms ease;
	width: 13px;
}

.cohoma-site-header__submenu-toggle svg,
.cohoma-site-header__action svg,
.cohoma-site-header__menu-toggle svg,
.cohoma-site-header__navigation-close svg,
.cohoma-site-header__mobile-phone svg,
.cohoma-site-header__search-submit svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.cohoma-site-header__sub-menu {
	background: #fef5e6;
	box-shadow: 0 12px 30px rgba(56, 31, 16, 0.16);
	left: 0;
	min-width: 240px;
	opacity: 0;
	padding: 10px 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
	visibility: hidden;
	z-index: 30;
}

.cohoma-site-header__sub-menu .cohoma-site-header__menu-row {
	align-items: stretch;
}

.cohoma-site-header__sub-menu .cohoma-site-header__menu-link {
	display: block;
	flex: 1;
	font-size: 11.5px;
	font-weight: 600;
	line-height: 1.35;
	padding: 10px 16px;
	white-space: nowrap;
}

.cohoma-site-header__sub-menu .cohoma-site-header__submenu-toggle {
	height: auto;
	width: 42px;
}

.cohoma-site-header__sub-menu .cohoma-site-header__sub-menu {
	left: 100%;
	top: -10px;
}

.cohoma-site-header__menu-item:hover > .cohoma-site-header__sub-menu,
.cohoma-site-header__menu-item:focus-within > .cohoma-site-header__sub-menu,
.cohoma-site-header__menu-item.is-submenu-open > .cohoma-site-header__sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.cohoma-site-header__menu-item.is-submenu-open > .cohoma-site-header__menu-row .cohoma-site-header__submenu-toggle svg {
	transform: rotate(180deg);
}

.cohoma-site-header__menu > .cohoma-site-header__menu-item:nth-last-child(-n+2) > .cohoma-site-header__sub-menu {
	left: auto;
	right: 0;
}

.cohoma-site-header__actions {
	align-self: stretch;
	display: flex;
	height: 82px;
}

.cohoma-site-header__action,
.cohoma-site-header__action:visited {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #111;
	display: inline-flex;
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	gap: 8px;
	height: 100%;
	justify-content: center;
	margin: 0;
	min-width: 46px;
	padding: 0 12px;
	position: relative;
	text-decoration: none;
}

.cohoma-site-header__action:hover,
.cohoma-site-header__action:focus-visible {
	background: transparent;
	color: #612d0f;
}

.cohoma-site-header__action svg {
	height: 21px;
	stroke-width: 1.5;
	width: 21px;
}

.cohoma-site-header__phone-link {
	white-space: nowrap;
}

.cohoma-site-header__cart-count {
	align-items: center;
	background: #612d0f;
	border: 2px solid #fef5e6;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-family: "DM Sans", sans-serif;
	font-size: 9px;
	font-weight: 700;
	height: 18px;
	justify-content: center;
	line-height: 1;
	min-width: 18px;
	padding: 0 3px;
	position: absolute;
	right: 5px;
	top: 18px;
}

.cohoma-site-header__search-panel {
	padding: 14px 20px;
	position: absolute;
	right: 0;
	top: 100%;
	width: min(430px, 100%);
	z-index: 40;
}

.cohoma-site-header__search-panel[hidden],
.cohoma-site-header__navigation-overlay[hidden] {
	display: none !important;
}

.cohoma-site-header__search-form {
	align-items: stretch;
	background: #fff;
	border: 1px solid #612d0f;
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(56, 31, 16, 0.14);
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	margin: 0;
	overflow: hidden;
}

.cohoma-site-header__search-form input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 0;
	border-radius: 9px 0 0 9px;
	box-shadow: none;
	color: #111;
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	height: 46px;
	margin: 0;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.cohoma-site-header__search-form input[type="search"]:focus {
	box-shadow: inset 0 0 0 1px #612d0f;
	outline: 0;
}

.cohoma-site-header__search-submit {
	align-items: center;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	width: 100%;
}

.cohoma-site-header__search-submit {
	background: #612d0f;
	border-radius: 0 9px 9px 0;
	color: #fff;
}

.cohoma-site-header__search-submit:hover,
.cohoma-site-header__search-submit:focus-visible {
	background: #612d0f;
	color: #fff;
}

.cohoma-site-header__search-submit svg {
	height: 19px;
	width: 19px;
}

@media (min-width: 1280px) {
	.cohoma-site-header__menu-link,
	.cohoma-site-header__menu-link:visited {
		text-transform: uppercase;
	}

	.cohoma-site-header__menu > .cohoma-site-header__menu-item.menu-item-has-children > .cohoma-site-header__menu-row > .cohoma-site-header__submenu-toggle {
		display: none;
	}

	.cohoma-site-header__menu > .cohoma-site-header__menu-item.menu-item-has-children > .cohoma-site-header__menu-row > .cohoma-site-header__menu-link::after {
		align-self: center;
		border-bottom: 1.7px solid currentColor;
		border-right: 1.7px solid currentColor;
		content: "";
		flex: 0 0 auto;
		height: 7px;
		margin: 0 3px 0 7px;
		position: relative;
		top: -4px;
		transform: rotate(45deg);
		width: 7px;
	}

	.cohoma-site-header__phone-link span {
		display: none;
	}

	.cohoma-site-header__actions > .cohoma-site-header__action + .cohoma-site-header__action::before {
		background: rgba(17, 17, 17, 0.2);
		content: "";
		height: 24px;
		left: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
	}
}

@media (max-width: 1279px) {
	html.cohoma-navigation-open,
	body.cohoma-navigation-open {
		overflow: hidden;
	}

	.cohoma-site-header__inner {
		display: flex;
		gap: 8px;
		justify-content: space-between;
		min-height: 72px;
		padding: 0 12px;
		position: relative;
	}

	.cohoma-site-header__menu-toggle {
		align-items: center;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		justify-self: start;
		width: 40px;
	}

	.cohoma-site-header__menu-toggle svg {
		height: 24px;
		width: 24px;
	}

	.cohoma-site-header__brand {
		justify-content: center;
		left: 50%;
		position: absolute;
		transform: translateX(-50%);
	}

	.cohoma-site-header__brand .custom-logo {
		max-height: 54px;
		max-width: 115px;
	}

	.cohoma-site-header__navigation {
		background: #fef5e6;
		box-shadow: 8px 0 28px rgba(36, 20, 11, 0.22);
		height: 100dvh;
		left: 0;
		max-width: 390px;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transform: translateX(-102%);
		transition: transform 220ms ease, visibility 220ms ease;
		visibility: hidden;
		width: min(90vw, 390px);
		z-index: 100002;
	}

	.admin-bar .cohoma-site-header__navigation {
		height: calc(100dvh - 32px);
		top: 32px;
	}

	.cohoma-site-header__navigation.is-open {
		transform: translateX(0);
		visibility: visible;
	}

	.cohoma-site-header__navigation-heading {
		align-items: center;
		border-bottom: 1px solid rgba(17, 17, 17, 0.14);
		display: flex;
		font-family: "Josefin Sans", sans-serif;
		font-size: 18px;
		font-weight: 600;
		justify-content: space-between;
		min-height: 64px;
		padding: 0 14px 0 20px;
	}

	.cohoma-site-header__navigation-close {
		align-items: center;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		width: 40px;
	}

	.cohoma-site-header__navigation-close svg {
		height: 22px;
		width: 22px;
	}

	.cohoma-site-header__menu {
		display: block;
		height: auto;
	}

	.cohoma-site-header__menu > .cohoma-site-header__menu-item {
		display: block;
	}

	.cohoma-site-header__menu-row {
		border-bottom: 1px solid rgba(17, 17, 17, 0.1);
		min-height: 51px;
	}

	.cohoma-site-header__menu > .cohoma-site-header__menu-item > .cohoma-site-header__menu-row {
		height: auto;
	}

	.cohoma-site-header__menu-link,
	.cohoma-site-header__sub-menu .cohoma-site-header__menu-link,
	.cohoma-site-header__menu > .cohoma-site-header__menu-item > .cohoma-site-header__menu-row > .cohoma-site-header__menu-link {
		align-items: center;
		display: flex;
		flex: 1;
		font-size: 15px;
		height: auto;
		line-height: 1.35;
		min-height: 50px;
		padding: 10px 10px 10px 20px;
		text-align: left;
		white-space: normal;
	}

	.cohoma-site-header__submenu-toggle,
	.cohoma-site-header__sub-menu .cohoma-site-header__submenu-toggle {
		height: 50px;
		width: 50px;
	}

	.cohoma-site-header__submenu-toggle svg {
		height: 16px;
		width: 16px;
	}

	.cohoma-site-header__sub-menu,
	.cohoma-site-header__sub-menu .cohoma-site-header__sub-menu {
		background: rgba(99, 57, 71, 0.045);
		box-shadow: none;
		display: none;
		left: auto;
		min-width: 0;
		opacity: 1;
		padding: 0;
		pointer-events: auto;
		position: static;
		right: auto;
		top: auto;
		transform: none;
		transition: none;
		visibility: visible;
	}

	.cohoma-site-header__menu-item.is-submenu-open > .cohoma-site-header__sub-menu {
		display: block;
	}

	.cohoma-site-header__sub-menu .cohoma-site-header__menu-link {
		font-size: 14px;
		font-weight: 600;
		padding-left: 34px;
	}

	.cohoma-site-header__sub-menu .cohoma-site-header__sub-menu .cohoma-site-header__menu-link {
		padding-left: 48px;
	}

	.cohoma-site-header__mobile-phone,
	.cohoma-site-header__mobile-phone:visited {
		align-items: center;
		color: #111;
		display: flex;
		font-family: "Josefin Sans", sans-serif;
		font-size: 15px;
		font-weight: 600;
		gap: 10px;
		margin: 18px 20px 26px;
		min-height: 44px;
		text-decoration: none;
	}

	.cohoma-site-header__mobile-phone svg {
		height: 21px;
		width: 21px;
	}

	.cohoma-site-header__navigation-overlay {
		background: rgba(17, 17, 17, 0.46);
		inset: 0;
		position: fixed;
		z-index: 100001;
	}

	.cohoma-site-header__actions {
		height: 72px;
		margin-left: auto;
	}

	.cohoma-site-header__action,
	.cohoma-site-header__action:visited {
		border: 0;
		height: 72px;
		min-width: 36px;
		padding: 0 6px;
	}

	.cohoma-site-header__action svg {
		height: 20px;
		width: 20px;
	}

	.cohoma-site-header__phone-link {
		display: none;
	}

	.cohoma-site-header__cart-count {
		right: 0;
		top: 17px;
	}

	.cohoma-site-header__search-panel {
		left: 0;
		padding: 12px;
		right: auto;
		width: 100%;
	}
}

@media (max-width: 782px) {
	.admin-bar .cohoma-site-header__navigation {
		height: calc(100dvh - 46px);
		top: 46px;
	}
}

@media (max-width: 380px) {
	.cohoma-site-header__inner {
		padding: 0 8px;
	}

	.cohoma-site-header__brand .custom-logo {
		max-width: 100px;
	}

	.cohoma-site-header__menu-toggle {
		height: 36px;
		width: 36px;
	}

	.cohoma-site-header__action,
	.cohoma-site-header__action:visited {
		min-width: 32px;
		padding: 0 4px;
	}

	.cohoma-site-header__action svg {
		height: 19px;
		width: 19px;
	}

	.cohoma-site-header__cart-count {
		right: -2px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cohoma-site-header__navigation,
	.cohoma-site-header__sub-menu,
	.cohoma-site-header__submenu-toggle svg {
		transition: none;
	}
}
.whatsappicon {
	position: fixed;
	right: 20px;
	bottom: 90px;
	z-index: 99;
}
