/** Shopify CDN: Minification failed

Line 45:8 Expected identifier but found whitespace
Line 45:10 Unexpected "{"
Line 45:19 Expected ":"
Line 46:7 Expected identifier but found whitespace
Line 46:9 Unexpected "{"
Line 46:18 Expected ":"
Line 60:8 Expected identifier but found whitespace
Line 60:10 Unexpected "{"
Line 60:19 Expected ":"

**/
.list-menu--right {
  right: 0;
}
.list-menu--disclosure {
  position: absolute;
  min-width: 100%;
  width: 23rem;
  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__icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
  padding-right: 12px;
  color: {{ section.settings.header_text_color }};
  fill: {{ section.settings.header_text_color }};
  text-decoration: none;
}

/* Optional override only for wishlist if others are already good */
.header__icon--wishlist {
  gap: 8px; /* slight increase from 6px for text spacing */
  padding-left: 12px;
  padding-right: 12px;
}

/* Label styling */
.header__icon--wishlist .icon-label {
  font-size: 14px;
  color: {{ section.settings.header_text_color }};
}

@media screen and (max-width: 749px) {
  .wishlist-text {
    display: none !important;
  }
}


