white strip above the announcement bar

There is a white area above the announcement bar on my store. Can anyone help me remove this ?

attaching screenshot for reference (the strap above the red line)

store link: https://barkblissboutique.com.au/

@technase oh sorry for that issue i can see un usage text at theme.liquid

can you please send file code so i will check and update look like this after remove text

I am sorry what file code ?

Hello @technase
Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file and save.

@media screen and (min-width: 750px) {
body {
margin-top: -25px !important;
}
}

Thanks

@technase just give me theme.liquid code

go to edit code >>>