@charset "UTF-8";
.search_form {
  z-index: 1050 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Proxima Nova", Arial, sans-serif;
  font-weight: 300;
}
.search_form * {
  box-sizing: border-box;
}
.search_form form {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.search_form form button {
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0);
}
.search_form form button::before {
  content: "";
  font-family: "wi-icons";
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: inline-block;
}
.search_form input[type=text] {
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #000;
  font-family: inherit;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.2px;
  padding: 6px 6px 6px 26px;
}
.search_form input[type=text]::placeholder {
  font-family: "Proxima Nova", Arial, sans-serif !important;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  opacity: 1;
}

.suggestions-wrapper {
  position: absolute;
  background: #fff;
  width: 100%;
  font-family: inherit;
  font-weight: 300;
  color: #000;
}
.suggestions-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.suggestions-wrapper li:not([tabindex]) {
  padding: 0;
}
.suggestions-wrapper .suggestions {
  margin: 0;
  padding: 33px 0 20px;
}
.suggestions-wrapper li[tabindex], .suggestions-wrapper .suggestions:not(.fh-products) a {
  padding: 4px 10px;
}
.suggestions-wrapper li[tabindex], .suggestions-wrapper a {
  display: block;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  text-align: left;
}
.suggestions-wrapper li[tabindex]:hover, .suggestions-wrapper li[tabindex]:focus, .suggestions-wrapper a:hover, .suggestions-wrapper a:focus {
  background: rgba(242, 242, 242, 0.62);
}

.suggestion-text {
  font-weight: 300;
}

.suggestion-highlight {
  font-weight: 400;
}

.suggestions-heading, .suggestion .result-count {
  display: none;
}

.suggestions-wrapper li:last-child {
  border-width: 0;
}

.fh-categories {
  display: none;
}

.fh-products {
  display: none;
}
.fh-products ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fh-products li {
  width: 25%;
  padding: 0 15px;
}
.fh-products a {
  display: block;
  text-decoration: none;
}
.fh-products img {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 60px);
}
.fh-products figcaption {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .searchbar {
    font-family: "Proxima Nova", Arial, sans-serif;
    z-index: 1;
  }
  .searchbar .suggestions-wrapper .suggestions {
    padding-left: 32px;
  }
  .searchbar .suggestions-wrapper li[tabindex] {
    padding-left: 0;
  }
  .searchbar .suggestions-wrapper li[tabindex]:hover, .searchbar .suggestions-wrapper li[tabindex]:focus {
    background: none;
  }

  .search article .search-again {
    margin-left: 5rem;
    margin-right: 5rem;
    padding-bottom: 18px;
    font-family: "Proxima Nova", Arial, sans-serif;
  }
  .search article .search-again * {
    box-sizing: border-box;
  }
  .search article .search-again form {
    position: relative;
  }
  .search article .search-again input[type=text] {
    float: none;
    height: auto;
    background-color: transparent;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.5;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #000;
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.2px;
    padding: 6px 6px 6px 26px;
  }
  .search article .search-again input[type=text]::placeholder {
    font-family: "Proxima Nova", Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    opacity: 1;
  }
  .search article .search-again button[type=submit] {
    position: absolute;
    top: 9px;
    left: 0;
    width: 16px;
    height: 16px;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0);
  }
  .search article .search-again button[type=submit]::before {
    content: "";
    font-family: "wi-icons";
    font-size: 16px;
    line-height: 1;
    color: #000;
    display: inline-block;
  }
  .search article .search-again .suggestions-wrapper .suggestions {
    padding-left: 32px;
  }
  .search article .search-again .suggestions-wrapper li[tabindex] {
    padding-left: 0;
  }
  .search article .search-again .suggestions-wrapper li[tabindex]:hover, .search article .search-again .suggestions-wrapper li[tabindex]:focus {
    background: none;
  }

  .fh-products li {
    width: 50%;
  }
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*# sourceMappingURL=suggest.css.map */
