/** Shopify CDN: Minification failed

Line 49:9 Expected ":"

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

.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 20rem;
  border: 1px solid rgba(var(--color-foreground), 0.2);
}

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

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

.list-menu__item--active:hover {
  text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
  max-height: 18rem;
  overflow: auto;
  width: 10rem;
  padding: 0.5rem;
}
.header__menu-item {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);

  padding: 0.6em 0.9em;
  border-radius: 8px;
  
    inset 0 -1px 0 rgba(255, 255, 255, 0.5);
  margin: 0.4em 0;
  cursor: pointer;
  color: #333;
  transition: transform 0.3s, background 0.3s ease, color 0.3s;
}
