Hi,
you have to modify almaira_shop_get_header() in inc/admin-function.php
Or (I think it’s better) you can :
1/ create a specific function in your child theme (you can copy and modify the original function)
2/ replace the calls to almaira_shop_get_header() by your_child_function() in all templates pages
It would be easier if the theme’s creator uses a hook !