/** Shopify CDN: Minification failed

Line 43:3 Expected "}" to go with "{"

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

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  
}

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


.header__active-menu-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: #000;
}



.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .header__inline-menu {
    display: flex !important;
  }