.Header {
  width: 100%;
  background: var(--white);
}

.Header__inner {
  position: relative;
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--lightGray);
  padding: 0 16px 0 0;
}

.Header__action {
  width: 60px;
  height: 60px;
}

.Header__action.is-search{
  background-image: url('/images/icons/block-search.svg');
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50%;
}

