.fixed_header .header_inner {
  justify-content: flex-end;
}

.fixed_header .header_inner .logo_block {
  margin-right: auto;
}

.fixed_header .header_inner .icon_shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-right: 20px;
}

.fixed_header .header_inner .icon_shop svg {
  width: 30px;
}

.fixed_header .header_inner .icon_shop svg .cls-1 {
  fill: #fff;
}

.fixed_header.is-subpage .header_inner .icon_shop svg .cls-1 {
  fill: #000;
}

.fixed_header .header_inner .icon_shop span {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: #ffffff;
}

.fixed_header.is-subpage .header_inner .icon_shop span {
  color: #000;
}

@media screen and (min-width: 960px) {
  .fixed_header .header_inner .icon_shop {
    display: none;
  }
}

.fixed_header .header_inner .hum_btn {
  margin: 0;
}

.fixed_header.is-scrolled .header_inner .icon_shop svg .cls-1 {
  fill: #000;
}

.fixed_header.is-scrolled .header_inner .icon_shop span {
  color: #000;
}