/* Stable first-paint header geometry while the full theme stylesheet loads. */
.header .region-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}

.header-content .menu--main,
.header-content .menu--main > div {
  width: 100%;
}

.header-content .menu--main ul.menu {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
  text-transform: uppercase;
}

.header-content .menu--main ul.menu > li {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  padding: 30px 20px;
  float: none;
  list-style: none;
}

.header-content .menu--main ul.menu > li > a {
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.header-content .menu--main .mobile-category-image,
.header-content .menu--main ul.menu > li > ul {
  display: none;
}

@media (max-width: 992px) {
  .header-content .menu--main {
    display: none;
  }
}
