Why is my Brooklyn theme banner blocking text on mobile?

Hi

I am using the Brooklyn theme. The banner as well as the country switcher are blocking some text on mobile. I would really appreciate it if someone could help me. Below is an image for reference.

my website is www.breeprobiotics.co.za

@Mike22288804 - it is because your header is set to fixed to scroll down when user scrolls down, if ou do not want that on mobile then please add this css and check, it will like screenshot below

@media screen and (max-width:749px){
.header-wrapper{position: initial;}
}

Thanks Suyash

it worked, but the Shop now button is now not visible on the landing page of mobile, is there any way i can fix it?