.menuCategory
{
	& ul > li:first-of-type .menuItem > .__name
	{
		width: max-content;
		position: relative;
	}

	& ul > li:first-of-type .menuItem .__name::before
	{
		-webkit-backdrop-filter:  blur(8px);
	backdrop-filter:  blur(8px);
	background-color: rgb(255,255,255);
	background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc);
	clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
	clip-path: polygon(0 0, 94% 0%, 100% 100%, 6% 100%);
	content: "";
	inset: -1px -16px ;
	opacity: 0.5;
	position: absolute;
	transform-origin: center;
	transition: scale ease-in-out .4s,rotate ease-in-out .4s;
	z-index: -2;
	}

	.vip
	{
		fill: var(--color-brand-gold);
		transform: translate(-.8rem, -.8rem) scale(1.5);

	}

}
.toto 
{
	.suggestionList-item__heading em {
/* 	background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc); */
	/* background-clip: text;
	color: transparent; */
	position: relative;
	z-index: 2;
}
.suggestionList-item__heading em::before {
	-webkit-backdrop-filter:  blur(8px);
	backdrop-filter:  blur(8px);
	background-color: rgb(255,255,255);
	background-image: linear-gradient(to right, #F27121cc, #E94057cc, #8A2387cc);
	clip-path: polygon(8% 0, 100% 0%, 92% 100%, 0% 100%);
	clip-path: polygon(0 0, 94% 0%, 100% 100%, 6% 100%);
	content: "";
	inset: -1px -16px ;
	opacity: 0.5;
	position: absolute;
	transform-origin: center;
	transition: scale ease-in-out .4s,rotate ease-in-out .4s;
	z-index: -2;

}
}