.catalog-products-header {
  background-color: var(--bg-highlight);
  height: 44px;
  padding: 0 16px;
}

.catalog-products-header__block {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catalog-products-header__back {
  height: 24px;
  width: 24px;
}

.catalog-products-header__title {
  font-size: 18px;
  line-height: 18px;
  position: relative;
}
.catalog-products-header__title span {
  position: absolute;
  right: 0;
  left: calc(100% + 2px);
  font-size: 12px;
  height: 120%;
  color: var(--text-disabled);
}