/** Shopify CDN: Minification failed

Line 10:0 Unexpected "{"
Line 10:1 Expected identifier but found "%"
Line 11:31 Unexpected "/"
Line 11:76 Unterminated string token
Line 12:1 Expected identifier but found "%"

**/
{% comment %}
  Minimal styles so Noor search/wishlist icons sit cleanly in Dawn's header.
{% endcomment %}
.header__icons .predictive-search {
  display: inline-flex;
  align-items: center;
}
.header__icons .predictive-search .icon-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
}
.header__icons .predictive-search .icon-btn svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.6;
}
.header__icons .cart-count-bubble.hidden {
  display: none !important;
}
