@media (min-width: 1600px) {
	.header_top_mobile {
		display: none;
	}
	.header .menu_content_container {
		display: flex;
		align-items: center;
		gap: var(--gap-m);
	}
	.header .menu_content_container .mobile_upper_menu {
		display: none;
	}
	.header .menu_cta {
		gap: 15px;
	}
	.header .menu_cta > a {
		height: 44px;
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 0 15px;
		border: 2px solid var(--yellow);
		background: var(--yellow);
		color: var(--blue-grey);
		border-radius: var(--border-radius-s);
		text-decoration: none;
		transition: all 0.3s ease-in-out;
	}
	.header .menu_cta > a.search_icon {
		display: none;
	}
	.header .menu_cta > a.search_icon span {
		aspect-ratio: 1/1;
		height: 20px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23505464' d='m19.7 17.3-3.9-3.9a1 1 0 0 0-.6-.3h-.7a8.1 8.1 0 1 0-1.4 1.4v.7c0 .2.1.5.3.6l3.9 4c.4.3 1 .3 1.3 0l1.1-1.2c.4-.3.4-1 0-1.3ZM8.1 13a5 5 0 1 1 0-10 5 5 0 0 1 0 10Z'/%3E%3C/svg%3E");
	}
	.header .menu_cta > a.account_icon {
		background: var(--light-blue-grey);
		border-color: var(--light-blue-grey);
	}
	.header .menu_cta > a.cart_icon {
		background: var(--yellow);
		border-color: var(--yellow);
	}
	.header .menu_cta > a.cart_icon span.count {
		background: var(--dark-blue-grey);
		color: #FFFFFF;
	}
	.header #mobile_menu_button {
		display: none;
	}
	.header .header_container {
		align-items: stretch;
		justify-content: center;
		gap: 20px;
		padding: 15px 0;
		flex: 1;
	}
	.header .header_top {
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.header .header_top form.search-form {
		display: flex;
		align-items: center;
		position: relative;
		flex: 1;
		margin-right: 20px;
	}
	.header .header_top form.search-form input.search_form_text {
		height: 40px;
		padding-inline: 15px 40px;
		background: #F8F9FA;
		border: 0;
		border-radius: var(--border-radius-s);
		width: 25vw;
		max-width: 400px;
		margin-left: auto;
	}
	.header .header_top form.search-form input.search_form_submit {
		aspect-ratio: 1/1;
		max-width: 20px;
		width: 100%;
		background: transparent center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 21'%3E%3Cpath fill='%23BEBEBE' d='m19.7 18.2-3.9-4a1 1 0 0 0-.6-.2h-.7a8.1 8.1 0 1 0-1.4 1.4v.7l.3.6 3.9 4c.4.3 1 .3 1.3 0l1.1-1.2c.4-.4.4-1 0-1.3ZM8.1 14a5 5 0 1 1 0-10 5 5 0 0 1 0 10Z'/%3E%3C/svg%3E");
		border: 0;
		text-indent: 99999px;
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
	}
	.header .header_top form.search-form:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -20px;
		transform: translateY(-50%);
		width: 1px;
		height: 75%;
		background: var(--light-grey);
	}
	.header .header_top ul.main_menu li a {
		font-size: 16px;
		padding: 0 10px;
		font-weight: 400;
		color: var(--blue-grey);
	}
	.header .header_top ul.main_menu > li.menu-item-has-children > a {
		padding-right: 35px;
	}
	.header .header_top .contact_link_container {
		flex-flow: column;
	}
	.header .header_top .contact_link_container * {
		margin: 0;
		color: var(--blue-grey);
	}
	.header .header_top .contact_link_container a {
		font-weight: 700;
	}
	.header .header_bottom {
		display: flex;
		flex-direction: row-reverse;
	}
	.header .header_bottom .menu_content_container {
		justify-content: flex-end;
		flex: 1;
	}
	.header ul.main_menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		flex: 1;
	}
	.header ul.main_menu li {
		position: relative;
		margin: 0;
	}
	.header ul.main_menu li a {
		padding: 0 20px;
		height: 44px;
		display: flex;
		align-items: center;
		gap: 10px;
		border-radius: var(--border-radius-s);
	}
	.header ul.main_menu li a:hover {
		background-color: var(--light-blue-grey);
	}
	.header ul.main_menu li.shop_all a:before {
		content: '';
		display: block;
		width: 18px;
		height: 12px;
		background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 12'%3E%3Cpath fill='%23505464' d='M0 0h18v1.7H0zM0 6.9h18v1.7H0zM0 3.4h15.9v1.7H0zM0 10.3h15.9V12H0z'/%3E%3C/svg%3E");;
	}
	.header ul.main_menu > li {
		border-radius: var(--border-radius-s);
	}
	.header ul.main_menu > li > a {
		font-weight: 700;
	}
	.header ul.main_menu > li.current-menu-item > a {
		background-color: var(--yellow);
	}
	.header ul.main_menu > li.menu-item-has-children.current-menu-item > a {
		background-color: var(--yellow);
	}
	.header ul.main_menu > li.menu-item-has-children > a {
		padding-right: 32px;
		background: calc(100% - 10px)/12px 6px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 14 9'%3E%3Cpath stroke='%23272930' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1.3 6 6 6-6'/%3E%3C/svg%3E");
	}
	.header ul.main_menu > li.menu-item-has-children:hover {
		background-color: var(--light-blue-grey);
	}
	.header ul.main_menu > li.menu-item-has-children ul {
		background: #fff;
		color: var(--error);
		position: absolute;
		list-style: none;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		border: 2px solid var(--blue-grey);
		border-radius: var(--border-radius-s);
		min-width: 275px;
		max-width: 400px;
		width: 100%;
		display: none;
		z-index: 100;
	}
	.header ul.main_menu > li.menu-item-has-children ul:before {
		content: "";
		display: block;
		position: absolute;
		top: -25px;
		left: 0;
		width: 100%;
		height: 30px;
		background: transparent;
	}
	.header ul.main_menu > li.menu-item-has-children ul:after {
		content: "";
		display: block;
		position: absolute;
		border: 10px solid rgba(0, 0, 0, 0);
		border-bottom-color: var(--blue-grey);
		width: 0;
		height: 0;
		top: -20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.header ul.main_menu > li.menu-item-has-children ul li {
		width: 100%;
		overflow: hidden;
	}
	.header ul.main_menu > li.menu-item-has-children ul li a {
		padding: 10px;
		min-height: 44px;
		height: auto;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		text-decoration: none;
		width: 100%;
		font-weight: 400;
		border-bottom: 1px solid var(--blue-grey);
		border-radius: 0;
	}
	.header ul.main_menu > li.menu-item-has-children ul li:first-of-type a {
		border-top-left-radius: var(--border-radius-s);
		border-top-right-radius: var(--border-radius-s);
	}
	.header ul.main_menu > li.menu-item-has-children ul li:last-of-type a {
		border-bottom: 0;
		border-bottom-left-radius: var(--border-radius-s);
		border-bottom-right-radius: var(--border-radius-s);
	}
	.header ul.main_menu > li:hover ul {
		display: block;
	}
	.header ul.main_menu > li.menu-item-has-children.mega_menu {
		position: unset;
		&:hover {
			& .expand_container {
				position: relative;
				width: 100%;
				display: block;
				& .expand_btn {
					display: block;
					position: absolute;
					border: 10px solid rgba(0, 0, 0, 0);
					border-bottom-color: var(--blue-grey);
					width: 10px;
					height: 10px;
					top: -9px;
					left: 50%;
					transform: translateX(-50%);
				}
			}
		}
		ul.mega_menu_container {
			position: absolute;
			list-style-type: none;
			top: auto;
			left: 0;
			border: none;
			transform: none;
			border-radius: 0;
			max-width: 100%;
			padding: 0 var(--padding-m);
			background-color: transparent;
			margin: 11px 0 0;
			&:after {
				content: none;
			}
			li {
				a {
					border: none;
					flex-flow: column;
					align-items: center;
					gap: var(--gap-xs);
					font-weight: 700;
					padding: 0;
					border-radius: 0;
					&:hover {
						background: transparent;
						opacity: 0.5;
					}
				}
			}
			.mega_menu_inner {
				display: grid;
				grid-template-columns: repeat(4, 1fr);
				align-items: center;
				gap: var(--gap-l);
				border-top: 2px solid var(--blue-grey);
				padding: var(--padding-xs);
				background-color: #fff;
				border-bottom-left-radius: 3px;
				border-bottom-right-radius: 3px;
				box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
			}
			.mega_menu_image_links {
				grid-column: 1 / span 3;
				display: flex;
				gap: var(--gap-s);
				div.image_link {
					width: 100%;
					aspect-ratio: 1 / 1;
					background: center / cover no-repeat;
				}
			}
			.mega_menu_text_links {
				.menu_title {
					margin-bottom: 15px;
					span {
						font-weight: 700;
					}
				}
				li {
					a {
						align-items: flex-start;
						min-height: 0;
						padding-bottom: 10px;
					}
				}
			}
		}
	}
}