/** Shopify CDN: Minification failed

Line 18:19 The "-" operator only works if there is whitespace on both sides

**/
.list-menu--right {
  right: 0;
}

.list-menu--disclosure {
  position: fixed;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.submenu-inner {
  width: calc(100% -40px);
  margin: 0 auto;
  max-width: 140rem;
  background-color: var(--color-base-accent-1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: 0 0 30px -20px rgba(92,144,146,.5);
  margin-top: 1rem;
  padding: 30px;
}

.header__submenu.list-menu.megamenu .submenu-inner {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  margin-top: 0;
}

.submenu-inner li {
  text-align: center;
}

.megamenu .submenu-inner li {
  width: 100%;
}

.submenu-inner .header__menu-item {
  color: var(--brand-color-nla);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  transition: color .2s ease-in-out;
} 

.header__submenu.list-menu.megamenu .submenu-inner .header__menu-item {
  color: var(--color-base-accent-1);
} 

.submenu-inner .header__menu-item:hover {
  color: var(--brand-color-2);
}

.list-menu--disclosure:focus {
  outline: none;
}

/* .list-menu__item--active {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
} */

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}

img.link-preview-image {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto 1rem auto;
}
