/** Shopify CDN: Minification failed

Line 18:0 Unexpected "}"

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

.list-menu--disclosure {
position: fixed;
    min-width: 100%;
    width: 100vw;
    border: 1px solid rgba(var(--color-foreground), 0.2);
    background-color: rgb(var(--color-background));
    left: 0;
}
}

.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;
}

.header__submenu.list-menu.list-menu--disclosure > ul {
    display: flex;
    max-width: 1208px;
    margin: 0 auto;
    justify-content: flex-end;  
}