.nav__container {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 100dvh;
  background: white;
  z-index: 10;
}

.nav-head__container {
  padding: 18px 40px;
  justify-content: end;
}

.nav-head__container > button {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.nav-head__container > button > img {
  height: 34px;
  width: 34px;
}

.nav-link__container {
  gap: 5px;
  padding-left: 10px;
}
