
header {
	background-color: #2e160d
}
@media only screen and (min-width: 1024px) {
	.logo-image {
		max-width: 200px
	}
	header nav ul.block-1,
	header nav ul.block-2 {
		font-size: 13px
	}
	body header .menu-overlay .sub-menu .small-link {
		font-size:16px !important;
		color:#545454;
		text-decoration: none;
	}
	body header .menu-overlay .sub-menu .title {
		font-size: 20px !important;
		color:#e8b961;
	}
	body header .menu-overlay .featured__item {
		margin-top: 0 !important;
		flex-basis: auto
	}
	body header .menu-overlay .featured__item .title {
		font-size: 20px !important;
		color:#000;
		font-weight:600;
	}
	header .menu-overlay .sub-menus {
		min-width: 50%;
		justify-content: space-between
	}
	header .menu-overlay .sub-menu:not(:last-child) {
		margin-right: 30px
	}
	header .menu-overlay .featured__item img {
		width: auto;
		max-height: 100%;
		height: 200px;
		object-fit: contain
	}
	header nav ul.block-1 li {
		margin-right: 38px
	}
	header nav ul.block-2 li,
	header nav ul.block-2 li.search+li {
		margin-left: 38px
	}
}

@media only screen and (min-width: 1060px) {
	header nav ul.block-1,
	header nav ul.block-2 {
		font-size: 15px
	}
}

@media only screen and (min-width: 1300px) {
	.logo-image {
		max-width: none
	}
	header nav ul.block-1,
	header nav ul.block-2 {
		font-size: 14px
	}
	header nav ul.block-1 li {
		margin-right: 48px
	}
	header nav ul.block-2 li,
	header nav ul.block-2 li.search+li {
		margin-left: 48px
	}
}

@media only screen and (min-width: 1700px) {
	header nav ul.block-1 li {
		margin-right: 80px
	}
	header nav ul.block-2 li,
	header nav ul.block-2 li.search+li {
		margin-left: 80px
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	body header .menu-overlay .sub-menu .small-link {
		font-size: 16px !important;
		line-height: 28px !important
	}
	body header .menu-overlay .featured__item .title {
		font-size: 16px !important;
		font-weight: 400
	}
	body header .menu-overlay .sub-menu .title {
		font-size: 14px !important
	}
	header .menu-overlay.visible~nav {
		padding-left: 50px
	}
	.logo-image {
		max-width: 180px
	}
	header nav {
		margin-left: 30px;
		margin-right: 30px
	}
}

header .menu-content-narrow {
	display: flex;
	flex-direction: column;
	height: auto;
	top: -150vh;
	width: 100%;
	padding: 20px
}

header .menu-content-narrow .sub-menus-narrow {
	position: static
}

header .menu-content-narrow .sub-menus {
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin-left: 0;
	transition: opacity .3s, margin-left .3s;
	column-gap: 0
}

header .menu-content-narrow .sub-menu {
	break-inside: avoid;
	padding: 5px
}

header .menu-content-narrow .sub-menu ul {
	margin-top: 0
}

header .menu-content-narrow .sub-menu .title {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 10px;
	position: relative
}

header .menu-content-narrow .sub-menu .title:after {
	content: "+";
	font-size: 20px;
	position: absolute;
	right: 0;
	display: block;
	top: -9px;
	line-height: 1
}

header .menu-content-narrow .sub-menu .small-link {
	padding: 0 0 12px;
	font-size: 16px;
	display: block
}

header .menu-content-narrow .sub-menu .title+.sub-menus--tier3 {
	height: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
	transition: opacity .3s, margin-left .3s
}

header .menu-content-narrow .sub-menu.open .title+.sub-menus--tier3 {
	opacity: 1;
	height: auto;
	margin-left: 10px
}

header .menu-content-narrow .sub-menu.open .title:after {
	content: "-"
}

header .menu-content-narrow .mobile-nav__top-level-link {
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	position: relative
}

header .menu-content-narrow .mobile-nav__top-level-box.has-children .mobile-nav__top-level-link:after {
	content: "+";
	font-size: 30px;
	position: absolute;
	right: 0;
	display: block;
	top: -9px;
	line-height: 1
}

header .menu-content-narrow .mobile-nav__top-level-box.has-children.open .mobile-nav__top-level-link:after {
	content: "-"
}

header .menu-content-narrow .mobile-nav__top-level-box.open .sub-menus {
	opacity: 1;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px
}
