.brands-menu-item > a,
.menu-item.brands-menu-item > a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.2;
}

.menu-item.brands-menu-item {
	margin: 0;
}

.brands-menu-logo,
.sparos-brand-logo {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
}

.brands-menu-logo img,
.sparos-brand-logo img {
	width: 32px;
	height: 32px;
	object-fit: contain;
	display: block;
}

.wd-nav-sticky > li > a {
	padding: 0 20px !important;
}

/* Hide scrollbar but keep scrolling for the Brands Menu list */
#menu-brands-menu {
	-ms-overflow-style: none; /* IE/Edge (legacy) */
	scrollbar-width: none; /* Firefox */
}

#menu-brands-menu::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none; /* Chrome/Safari */
}
.wd-nav-sticky > li > a {
	padding: 0 20px!important;
}
#menu-brands-menu {
	overflow: scroll;
  height: 100vh;
}