/** Shopify CDN: Minification failed

Line 16:13 Unexpected "{"
Line 16:22 Expected ":"
Line 16:29 Unexpected "{"
Line 20:13 Unexpected "{"
Line 20:22 Expected ":"
Line 25:13 Unexpected "{"
Line 25:22 Expected ":"
Line 33:13 Unexpected "{"
Line 33:22 Expected ":"
Line 46:13 Unexpected "{"
... and 19 more hidden warnings

**/
#ShopByMood-{{ section.id }} {
  transition: background-color 0.4s ease;
}

#ShopByMood-{{ section.id }} .shopby-mood__intro {
  margin-bottom: 2rem;
  text-align: center;
}

#ShopByMood-{{ section.id }} .shopby-mood__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

#ShopByMood-{{ section.id }} .shopby-mood__filter {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.4rem;
  border: 0.1rem solid rgba(var(--color-foreground), 0.15);
  border-radius: 999px;
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  cursor: pointer;
  transition: all 0.2s ease;
}

#ShopByMood-{{ section.id }} .shopby-mood__filter:hover,
#ShopByMood-{{ section.id }} .shopby-mood__filter.is-active {
  border-color: rgba(var(--color-foreground), 0.35);
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.08);
}

#ShopByMood-{{ section.id }} .shopby-mood__filter.is-active {
  background: rgba(var(--color-foreground), 0.06);
}

#ShopByMood-{{ section.id }} .shopby-mood__filter-icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
}

#ShopByMood-{{ section.id }} .shopby-mood__filter-icon img {
  display: block;
  max-width: 100%;
  height: auto;
}

#ShopByMood-{{ section.id }} .shopby-mood__status {
  margin-bottom: 1.5rem;
  text-align: center;
}

#ShopByMood-{{ section.id }} .shopby-mood__count {
  margin: 0;
  opacity: 0.8;
}

#ShopByMood-{{ section.id }} .shopby-mood__item.hidden,
#ShopByMood-{{ section.id }} .shopby-mood__empty.hidden {
  display: none !important;
}

#ShopByMood-{{ section.id }} .shopby-mood__empty {
  text-align: center;
  margin-top: 2rem;
}
