.customMegamenu.dropdown-toggle.show {
	background-color: red;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.filterHidden {
	display: none !important;
}

.custom-facet-container {
	max-height: 250px;
	overflow: auto;
}

.custom-price {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
	display: block;
}

.custom-price .badge {
	padding: 0;
	font-size: inherit !important;
}

.megamenu-wrapper-custom {
	
	.dropdown-toggle span {
		position: relative;

		&:after {
			content: '';
			width: 100%;
			position: absolute;
			top: -1rem;
			left: 0;
		}
	}
	
	.megamenu {
		width: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: 0 0.5rem 0.5rem rgba($black, .08);

		.overflow-y-auto {
			scrollbar-width: thin;
		}

		& > .container-xl {
			max-height: 70vh;
		}
	}
}
