/** Shopify CDN: Minification failed

Line 37:0 Unexpected "}"

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

}
.list-menu li:last-child a:hover {
  background-color: #F3F3F3;
  color: #000;
  transform: scale(1.05);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}
.list-menu li:last-child a span{
  text-decoration: none;
}
@media (max-width: 768px) {
  .list-menu li:last-child a {
    padding: 5px 10px;
    font-size: 15px;
    background-color: #3C3C3B;
    color: #F3F3F3;
    box-shadow: none;
    margin-left: 20px;
  }

  .list-menu li:last-child a:hover {
    background-color: #F3F3F3;
    color: #000000;
    border: 2px solid #3C3C3B;
  }
}