ul.menu-link>li>a, ul.menu-link>li:first-child>a {
  padding: 8px 24px;
  border-radius: 50px;
  background: #f7f4f2;
}

li.menu-collection:not(.menu-collection-active):hover a {
  background: #fe550091 !important;
  color: white;
}

li.menu-collection:hover a {
  text-decoration: unset;
}

li.menu-collection-active a {
  text-decoration: unset;
  background: #fe5500 !important;
  color: white;
}