
header-drawer {
  justify-self: start;
  margin-left: -1.2rem;
}

@media screen and (min-width: 990px) {
  header-drawer {
    display: none;
  }
}

.menu-drawer-container {
  display: flex;
}

.list-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-menu--inline {
  display: inline-flex;
  flex-wrap: wrap;
}

summary.list-menu__item {
  padding-right: 2.7rem;
}

.list-menu__item {
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: 1.8;
}

@media screen and (min-width: 750px) {
  .list-menu__item--link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

summary.menu-drawer__menu-item > a.list-menu__item {
  padding: 0;
}

/*
 * Header chrome that carries no merchant setting.
 *
 * These sat in `sections/header.liquid`'s inline <style>, which put them in the
 * HTML of every page. The section keeps only the declarations its colour and
 * logo settings feed; everything static is here, where it is cached once.
 */
.header__logo_secondary {
  display: none;
}

.header-wrapper .search-modal .field__input {
  background-color: rgb(var(--color-background));
}

.search-modal__form {
  position: relative;
}

.search-input-focus .easystore-section-header-hidden {
  transform: none;
}

.header__submenu--account {
  margin-left: -60px;
}

.header__account-entry {
  position: relative;
}
