.pk-mobile-menu[hidden] {
  display: none;
}

.pk-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 999999;
}

.pk-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.pk-mobile-menu__panel {
  position: absolute;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.pk-mobile-menu__header {
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  align-items: center;
  padding: 12px 8px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
}

.pk-mobile-menu__title {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pk-mobile-menu__back,
.pk-mobile-menu__close {
  height: 44px;
  width: 44px;
  border: 0;
  background: transparent;
  font-size: 24px;
}

.pk-mobile-menu__back[hidden] {
  display: none !important;
}

.pk-mobile-menu__body {
  overflow: auto;
}

.pk-mobile-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pk-mobile-menu__item {
  border-bottom: 1px solid #e5e5e5;
}

.pk-mobile-menu__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  width: 100%;
  border: 0;
  background: #fff;
  color: #111;
  text-decoration: none;
  font: inherit;
  text-align: left;
}

.pk-mobile-menu__chev {
  font-size: 22px;
}

html.pk-mobile-menu-open,
html.pk-mobile-menu-open body {
  overflow: hidden;
}
