.menu-main__items .icon{
    display: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.6; /* optional für visuelles Feedback */
}