:root {
	--fc-purple: #6d28d9;
	--fc-purple-dark: #4c1d95;
	--fc-purple-soft: #f3e8ff;
	--fc-white: #ffffff;
	--fc-black: #111111;
	--fc-grey: #f8f8fb;
	--fc-border: #ece7f5;
}

.fc-sticky-header {
	position: sticky;
	top: 0;
	z-index: 1040;
	background: var(--fc-white);
	box-shadow: 0 4px 18px rgba(17, 17, 17, .06);
}

.fc-top-bar {
	background: var(--fc-purple);
	color: var(--fc-white);
	padding: .45rem 0;
	font-size: .95rem;
}

.fc-header-row {
	background: var(--fc-white);
	color: var(--fc-black);
	border-bottom: 1px solid var(--fc-border);
}

.fc-logo img {
	max-height: 54px;
	width: auto;
}

.fc-header-row .nav-link {
	color: var(--fc-black) !important;
	font-weight: 600;
}

.fc-header-row .nav-link:hover {
	color: var(--fc-purple) !important;
}

.fc-category-nav {
	background: var(--fc-white);
	border-bottom: 3px solid var(--fc-purple);
}

.fc-category-nav .navbar {
	padding-top: .35rem;
	padding-bottom: .35rem;
}

.fc-category-nav .nav-link {
	color: var(--fc-black) !important;
	font-weight: 700;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.fc-category-nav .nav-link:hover {
	color: var(--fc-purple) !important;
}

.fc-search {
	min-width: 280px;
}

.fc-search .woocommerce-product-search {
	margin-bottom: 0 !important;
}

.fc-search .form-control {
	border-radius: 999px 0 0 999px;
	border: 1px solid var(--fc-border);
	background: var(--fc-grey);
}

.fc-search .btn {
	border-radius: 0 999px 999px 0;
	background: var(--fc-purple);
	color: var(--fc-white);
	border: 1px solid var(--fc-purple);
	font-weight: 700;
}

.fc-search .btn:hover {
	background: var(--fc-purple-dark);
	border-color: var(--fc-purple-dark);
	color: var(--fc-white);
}

.fc-wishlist a,
.account-link,
.basket-link {
	color: var(--fc-black) !important;
	text-decoration: none;
}

.fc-wishlist a:hover,
.account-link:hover,
.basket-link:hover {
	color: var(--fc-purple) !important;
}

.fc-wishlist i,
.account i {
	font-size: 26px;
}

.basket-link {
	position: relative;
}

.basket-count {
	position: absolute;
	top: -8px;
	right: -10px;
	background: var(--fc-purple);
	color: var(--fc-white);
	border-radius: 999px;
	font-size: 11px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
}

.navbar-toggler {
	border: 0;
	padding: .25rem;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28109,40,217,1%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.fc-mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 84%;
	max-width: 390px;
	height: 100vh;
	background: var(--fc-white);
	color: var(--fc-black);
	z-index: 1060;
	transition: right .3s ease-in-out;
	display: flex;
	flex-direction: column;
	box-shadow: -10px 0 30px rgba(0,0,0,.18);
}

.fc-mobile-menu.open {
	right: 0;
}

body.fc-menu-open {
	overflow: hidden;
}

.fc-mobile-menu a {
	color: var(--fc-black) !important;
}

.fc-mobile-menu a:hover {
	color: var(--fc-purple) !important;
}

.fc-mobile-menu-header,
.fc-mobile-menu-bottom {
	border-color: var(--fc-border);
	border-style: solid;
}

.fc-mobile-menu-header {
	border-width: 0 0 1px;
}

.fc-mobile-menu-bottom {
	border-width: 1px 0 0;
}

.fc-mobile-menu-header .btn-link {
	color: var(--fc-purple) !important;
	text-decoration: none;
}

.menu-mega {
	position: static;
}

.mega-menu-content {
	width: 100%;
	left: 0;
	right: 0;
	top: 100%;
	border: 0;
	border-top: 1px solid var(--fc-border);
	border-radius: 0 0 18px 18px;
	background: var(--fc-white);
	box-shadow: 0 18px 35px rgba(0,0,0,.12);
	padding: 2rem 0;
}

.mega-menu-inner {
	color: var(--fc-black);
}

.mega-menu-inner h5,
.mega-menu-inner .fc-mega-title {
	color: var(--fc-purple);
	font-weight: 800;
}

.mega-menu-inner a {
	color: var(--fc-black);
	text-decoration: none;
	font-weight: 600;
}

.mega-menu-inner a:hover {
	color: var(--fc-purple);
	text-decoration: none;
}

.fc-mega-grid {
	padding: .5rem 0;
}

.fc-mega-title {
	font-size: .9rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
	color: var(--fc-purple);
	margin-bottom: .85rem;
}

.fc-mega-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fc-mega-list li {
	margin-bottom: .55rem;
}

.fc-mega-list a {
	color: #111;
	text-decoration: none;
	font-weight: 600;
	font-size: .96rem;
}

.fc-mega-list a:hover {
	color: var(--fc-purple);
}

.fc-mega-feature {
	display: block;
	background: #f8f8fb;
	border: 1px solid var(--fc-border);
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	color: #111;
	transition: transform .2s ease, box-shadow .2s ease;
}

.fc-mega-feature:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px rgba(17, 17, 17, .10);
}

.fc-mega-feature img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	display: block;
}

.fc-mega-feature div {
	padding: 1rem;
}

.fc-mega-feature span {
	display: inline-block;
	color: var(--fc-purple);
	font-weight: 800;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	margin-bottom: .35rem;
}

.fc-mega-feature p {
	margin: 0 0 .6rem;
	color: #333;
	font-weight: 600;
}

.fc-mega-feature strong {
	color: var(--fc-purple);
}

.mobile-sidebar-menu .nav-link {
	padding: .75rem 0;
	font-weight: 700;
	border-bottom: 1px solid var(--fc-border);
}

.mobile-sidebar-menu .submenu-container .nav-link {
	font-weight: 600;
	font-size: .95rem;
	border-bottom: 0;
	padding: .45rem 0;
}

@media (max-width: 991px) {
	.fc-logo img {
		max-height: 44px;
	}

	.fc-mobile-icons .account-link {
		margin-right: .75rem !important;
	}

	.fc-mobile-icons .account i {
		font-size: 24px;
	}
}
