/** Shopify CDN: Minification failed

Line 57:29 Expected "}" to go with "{"

**/
.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;
}
/* ===== Giline Header ===== */

.header__menu-item,
.list-menu__item--link {
  color: #405848;
  font-weight: 500;
  transition: color 0.25s ease;
}

.header__menu-item:hover,
.list-menu__item--link:hover {
  color: #2F3E35;
}

.header__active-menu-item,
.list-menu__item--active {
  color: #2F3E35;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #D6AD3F;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;