.header-region-search {
  background: #fff;
  bottom: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  left: 0;
  height: 54px;
  position: absolute;
  right: 0;
  transition: transform 300ms ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .header-region-search {
    left: auto;
    right: 100px;
    transform: translateY(-10px);
    width: 350px;
  }
}
.more-open .header-region-search {
  display: none;
}
.header-region-search.exposed {
  transform: translateY(100%);
}
.header-region-search form {
  display: flex;
  flex: 1;
}
.header-region-search .form-item {
  flex: 1;
}
.header-region-search .form-item__search {
  background: transparent;
  border: 0;
  height: 54px;
  width: 100%;
}
.header-region-search .form-item__search::-webkit-input-placeholder {
  color: #63666a;
  font-size: 1rem;
  line-height: 1.5;
}
.header-region-search .form-item__search:-moz-placeholder {
  color: #63666a;
  font-size: 1rem;
  line-height: 1.5;
}
.header-region-search .form-item__search::-moz-placeholder {
  color: #63666a;
  font-size: 1rem;
  line-height: 1.5;
}
.header-region-search .form-item__search:-ms-input-placeholder {
  color: #63666a;
  font-size: 1rem;
  line-height: 1.5;
}
.header-region-search input[type=submit] {
  background: transparent;
  border: 0;
  bottom: 0;
  font-size: 0;
  height: 54px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  z-index: 1;
}
.header-region-search .header-region-search__icon {
  align-items: center;
  display: flex;
  flex: 0 0 54px;
  height: 54px;
  justify-content: center;
  width: 54px;
}