.icon-button--search {
  background: none;
  border: 0 none;
  box-shadow: 0;
  cursor: pointer;
  fill: var(--iconcolor);
  height: 1.3125rem;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: 0;
  top: .9375rem;
  width: 1.3125rem;

  &:--enter {
    fill: var(--iconcolor--hover);
  }
}


.icon {
  &\--search {
    height: 1.3125rem;
    width: 1.3125rem;

    @nest .header--sticky & {
      height: 1.1875rem;
      width: 1.1875rem;
    }
  }

  &\__search-g {
    fill-rule: evenodd;
  }

  &\__search-path {
    fill: inherit;
  }
}