#header .header-top {
	border-top: 3px solid #6d1ca7!important;
}

.header-top {
	padding-top: 25px;
	padding-bottom: 25px;
}

.header-bottom {
	background: #6d1ca7;
	border-bottom: unset;
}

.header-bottom #top-menu > li > a {
	color: #fff !important;
}

.header-bottom a {
	color: #6d1ca7 !important;
}

#_desktop_cart .btn {
	--bs-btn-bg: #6d1ca7;
	--bs-btn-border-color: #6d1ca7;
}

.header-block__badge {
	color: #6d1ca7;
}


/* MOBILE */
.header-bottom__row {
	justify-content: space-around;
}

.header-bottom .material-icons {
	color: #fff !important;
}

.header-bottom .menu--mobile .material-icons {
	color: #000 !important;
}

body {
	background-image: url("../img-dist/bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

footer .footer__main {
	background: unset !important;
	background-image: linear-gradient(90deg,rgb(0, 0, 0) 0%, rgb(109, 28, 167) 50%) !important;
}
