.ea-hamburger-btn,
.ea-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  padding: 0;
}

.ea-hamburger-btn svg,
.ea-close-btn svg {
  width: 32px;
  height: 32px;
  fill: #000;
}

.ea-mobile-menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
  z-index: 9999;
  display: none;
  flex-direction: column;
  padding: 20px;
}

.ea-mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ea-mobile-search {
  margin: 20px 0;
}

.ea-mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ea-mobile-menu li {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .ea-hamburger-btn {
    display: block;
    position: relative;
    z-index: 10000;
  }
}
