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: calc(1 + 0.3 / var(--font-body-scale));
}

.header__inline-menu .header__menu-item,
.menu-drawer__menu-item {
  text-transform: lowercase;
}

.list-menu__item--link {
  text-decoration: none;
  padding-bottom: 1rem;
  padding-top: 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
}

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

.header {
  padding: 10px 3rem;
}

.section-header {
  position: sticky;
  margin-bottom: 0;
  overflow: visible;
  z-index: 50;
}

.header-wrapper,
.header {
  overflow: visible;
}

.header__inline-menu,
.header__inline-menu header-menu,
.header__inline-menu details {
  position: relative;
}

.header__inline-menu details[open] {
  z-index: 60;
}

.header__inline-menu details[open] > .header__submenu,
.header__inline-menu .header__submenu.global-settings-popup {
  z-index: 60;
}

@media screen and (min-width: 990px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 989px) {
  .section-header.shopify-section-header-hidden {
    top: 0 !important;
  }
}

.header__account-indicator,
.header__sss-link {
  align-items: center;
  color: rgb(var(--color-foreground));
  display: inline-flex;
  justify-content: center;
  min-height: 4.4rem;
  min-width: 4.4rem;
  text-decoration: none;
}

.header__sss-link {
  border: 1px solid transparent;
  border-radius: 999px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.header__sss-link:hover,
.header__sss-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.82);
  transform: translateY(-0.1rem);
}

.header__account-indicator,
.bbb-bookshelf-header {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: #111;
  height: 4.4rem;
  min-height: 4.4rem;
  min-width: 4.4rem;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
  width: 4.4rem;
}

.header__account-indicator:hover,
.bbb-bookshelf-header:hover {
  background: #111;
  border-color: rgba(255, 255, 255, 0.75);
  color: #fff;
  transform: translateY(-0.1rem);
}

.header__account-dot {
  align-items: center;
  background: transparent;
  border: 0.2rem solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  box-shadow: none;
  display: inline-flex;
  font-family: var(--font-heading-family, Georgia, serif);
  font-size: 1.5rem;
  font-weight: 700;
  height: 2.9rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.1rem;
  text-transform: uppercase;
  width: 2.9rem;
}

.header__account-indicator--visitor .header__account-dot {
  border-color: rgba(17, 17, 17, 0.45);
}

.header__account-indicator--free .header__account-dot {
  border-color: #22c55e;
}

.header__account-indicator--paid .header__account-dot {
  border-color: #ff8ac7;
}

.bbb-bookshelf-header__emoji {
  filter: grayscale(1) contrast(1.35);
  font-size: 2rem;
  line-height: 1;
}

.header__sss-image {
  border-radius: 999px;
  display: block;
  height: 4.4rem;
  object-fit: cover;
  width: 4.4rem;
}

.header__heading-logo-wrapper {
  display: inline-block;
  line-height: 0;
}

.header__heading-logo {
  height: auto;
  max-width: 100%;
}
