* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.header,
.header * {
	font-family: "Wix Madefor Display", "Poppins", sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none !important;
}

.bodyHeader,
.mobile-menu {
	font-family: "Wix Madefor Display", "Poppins", sans-serif;
}

.bodyHeader.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

.wix-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 20px;
	padding-inline: 20px;
	background: #fff;
	position: relative;
	z-index: 1000;
}

.menu {
	display: flex;
	gap: 12.5px;
	list-style: none;
	position: relative;
	justify-content: flex-end;
}

.menu li {
	padding: 10px;
}

.menu a:hover {
	color: #76747b;
}

.menu .has-mega:hover .mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.75px;
}

.menu a:focus {
	outline: none !important;
}

.menu .has-mega {
	display: flex;
	align-items: center;
}

.menu .has-mega>a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
	color: #000;
}

.menu .has-mega>a:hover {
	color: #76747b;
}

.menu .has-mega>a:hover::after {
	background-color: #76747b;
}

.menu .has-mega>a::after {
	content: "";
	width: 18px;
	height: 20px;
	display: inline-block;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
	mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M6 9l6 6 6-6" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: #000;
	transition: 0.3s ease;
	opacity: 0.7;
}

.menu .has-mega>a:hover::after {
	transform: rotate(-180deg);
	color: #76747b;
}

/* ===== MEGA MENU ===== */
.mega-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: auto;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.43) 2px 2px 4px 0px;
	padding: 36px 0 10px 36px;
	border: 2px solid black;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0px);
	transition: all 0.3s ease;
}

.mega-menu.mega-self {
	padding: 20px;
}

.mega-grid {
	display: flex;
	column-gap: 15px;
}

.mega-grid.mega-grid-self {
	justify-content: space-around;
}

.mega-grid.mega-grid-self .col {
	max-width: 157px;
	width: 100%;
}


.col-wrapper {
	display: flex;
	display: flex;
	max-width: 522px;
	width: 100%;
	column-gap: 10px;
}

.col-wrapper .col {
	max-width: 157px;
	width: 100%;
}

.mega-menu .mega-grid .col h3 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

.mega-menu .mega-grid .col h3:hover {
	color: #76747b !important;
}

.col h4 {
	margin-bottom: 10px;
}

.col a {
	display: block;
	padding: 8px 0;
	font-size: 16px;

}

.promo {
	display: flex;
	flex-direction: column;
	max-width: 275px;
	width: 100%;
	padding-right: 40px;
	justify-content: flex-start;
	align-items: center;
}

.promo img {
	c-webkit-mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='35.7 10 128.6 180' viewBox='35.7 10 128.6 180' height='200' width='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 10c-35.5 0-64.3 28.8-64.3 64.3V190h128.6V74.3c0-35.5-28.8-64.3-64.3-64.3z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='35.7 10 128.6 180' viewBox='35.7 10 128.6 180' height='200' width='200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 10c-35.5 0-64.3 28.8-64.3 64.3V190h128.6V74.3c0-35.5-28.8-64.3-64.3-64.3z'/%3E%3C/svg%3E");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	max-height: 169px;
	height: 100%;
	object-fit: cover;
	mask-position: center;
	width: 100%;
	margin: 30px 0 13px;
}


.promo .view-all-btn {
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	background: #fb7806;
	color: #fff !important;
	border-radius: 12px;
	display: block;
	font-size: 13px;
	text-align: center;
	width: 90%;
	transition: all 0.3s;
	border: 2px solid transparent;
	margin-bottom: 17px;
}

.promo .view-all-btn:hover {
	background-color: transparent;
	color: #000 !important;
	border: 2px solid #000;
}

.promo .outline {
	background: #fff;
	border: 2px solid #8db300;
	font-size: 13px;
	padding: 10px 15px;
	width: 90%;
	text-align: center;
	border-radius: 12px;
	color: #6f8f00 !important;
	transition: all 0.3s;
}

.promo .outline:hover {
	background-color: #8db300;
	color: #fff !important;
}

.hamburger {
	display: none;
	font-size: 26px;
	cursor: pointer;
}

/* ===== MOBILE ===== */
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateX(100%);
	transition: 0.3s;
	padding: 20px;
	overflow: auto;
	z-index: 99999;
}

.mobile-menu.active {
	transform: translateX(0);
}

.close {
	font-size: 24px;
	text-align: right;
	cursor: pointer;
	color: black !important;
	opacity: 1;
}

.first-mobile-section {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}

.first-mobile-section>li>a {
	color: #8db300;
	font-size: 15px;
}

.first-mobile-section>li>a:hover {
	color: #76747b;
}

.first-mobile-section>li>ul li {
	margin: 10px 0;
}

.first-mobile-section>li>ul {
	margin-top: 20px;
}

.first-mobile-section>li>ul li a {
	color: #2F2B36;
	font-size: 15px;
}

.first-mobile-section>li>ul li a:hover {
	color: #12B8C9;
}

.second-mobile-section {
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 680px;
	text-align: center;
}

.second-mobile-section>li>a {
	color: #8db300;
	font-size: 12px;
}

.second-mobile-section>li>a:hover {
	color: #76747b;
}

.mobile-menu-heading {
	text-align: center;
	margin: 40px 0;
}

.mobile-menu-heading a {
	font-weight: bold;
	font-size: 14px;
	color: #fdb06d;
	text-decoration: none;
}

.mobile-menu-heading a:hover {
	color: #76747b;
}

.mobile-section a {
	display: block;
	padding: 6px 0;
	color: #000;
	text-decoration: none;
}

@media(min-width:768px) {
	.mobile-menu {
		padding: 40px;
	}

	.first-mobile-section {
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(auto-fit, minmax(150px, 225px));
		max-width: 680px;
		text-align: left;
	}

	.mobile-menu-heading {
		text-align: left;
	}

	.second-mobile-section {
		display: flex;
		justify-content: space-between;
		max-width: 680px;
		text-align: left;
		margin: 0 !important;
	}

	.second-mobile-section>li>a {
		font-size: 17px;
	}

	.close {
		float: none;
		text-align: center;
	}

	.wix-navigation {
		padding-inline: 30px;
	}
}

@media(max-width:991px) {
	.bodyHeader {
		font-family: "madefor-display", Arial, sans-serif;
	}

	.menu {
		display: none;
	}

	.hamburger {
		display: block;
		margin-left: auto;
	}

	.mega-menu {
		display: none !important;
	}

	.first-mobile-section {
		display: grid;
		justify-content: space-between;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width:992px) {
	.nav {
		max-width: 894px;
		width: 100%;
	}
}

@media(min-width:1200px) {


	.wix-navigation .logo img {
		width: 354px;
		object-fit: cover;
	}

	.wix-navigation {
		padding-block: 12px !important;
	}

	.view-all-btn,
	.outline {
		font-size: 18px !important;
	}
}

@media(min-width:1250px) {
	.promo {
		padding-right: 0;
	}

	.mega-menu .mega-grid .col h3 {
		color: #000;
		font-weight: bold;
		font-size: 20px;
	}
}

@media(min-width:1024px) {
	.wix-navigation {
		padding-inline: 40px;
	}
}

@media(min-width:1444px) {
	.wix-navigation {
		padding-inline: 56px;
	}
}

@media(min-width:1680px) {
	.wix-navigation {
		padding-inline: 66px;
	}
}

@media(min-width:1920px) {
	.wix-navigation {
		padding-inline: 75px;
	}
}