/*
 * Most colors are defined in ranges where the core color is
 * in the middle (500). Lighter colors are 50 -> 400 and darker
 * are 600 -> 900.
 *
 * The scales are not all complete. Items yet to be defined on the scale default to pink to indicate to consumers
 * that they are not implemented. Where possible, avoid adding new colors to the scales.
 *
 */
/*
TODO(RD): I feel like we should do something like this, but does it make sense to put it in:
   - A variable?
   - A mixin?
   - A utility class?

$focusOutline: outline 4px $focusColor;
$focusBoxShadow: 0 0 0 4px $focusColor;
*/
.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBoxWrapper--26xu0 {
  position: static;
}

.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBox--1IaaG {
  display: none;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__toggleSearch--yq7Lk {
  align-items: center;
  background: transparent;
  border: 0;
  color: #40354E;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBoxVisible--3IWTe .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBox--1IaaG {
  display: block;
}

.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBoxFocused--34KWO .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__toggleSearch--yq7Lk {
  opacity: 0;
  pointer-events: none;
}

.node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBoxFocused--34KWO .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBox--1IaaG {
  z-index: 999999999;
}

@media screen and (min-width: 1024px) {
  .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__searchBox--1IaaG {
    display: block;
    position: static;
  }
  .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__toggleSearch--yq7Lk {
    display: none;
  }
  .node_modules--redbubble-design-system-react-headerAndFooter-components-SearchBox-styles__logo--3kjY6 {
    width: auto;
  }
}


/*# sourceMappingURL=design-system-header-search-box.292ce.css.map*/