.beautys-header__actions {
  gap: 15px;
}

.beautys-header__actions .header-block__action-btn {
  gap: 0;
}

.beautys-header-icons,
.beautys-header__wishlist #_desktop_beautysheadericons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.beautys-header-icons__heart {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/heart.svg") center / 24px 24px no-repeat;
}

.beautys-header__account .header-block__icon,
.beautys-header__cart .header-block__icon {
  width: 24px;
  height: 24px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

.beautys-header__account .header-block__icon {
  background-image: url("../img/account.svg");
}

.beautys-header__cart .header-block__icon {
  background-image: url("../img/cart.svg");
}

.beautys-header__actions .header-block__badge {
  top: 0;
  right: -4px;
  min-width: 16px;
  height: 16px;
  padding: 0 3px;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  background: #efa39c;
}

.beautys-header__actions .header-block__action-btn:hover .header-block__icon,
.beautys-header__actions .header-block__action-btn:hover .beautys-header-icons__heart,
.beautys-header__actions .header-block__action-btn:focus-visible .header-block__icon,
.beautys-header__actions .header-block__action-btn:focus-visible .beautys-header-icons__heart {
  opacity: 0.72;
}

@media (max-width: 767.98px) {
  .beautys-header__actions {
    gap: 6px;
  }
}

@media (max-width: 420px) {
  .beautys-header__actions {
    gap: 18px;
  }
}
