How can I remove a persistent pop up on Bajaeast.com?

Site is Bajaeast.com. Theres a small black pop up that occurs upon every reload (is a covid information pop up) , its blocking the cart on mobile so we want to remove it now.

It isn’t part of a third party app and ive looked through all the pop up code and it isnt there nor is it on the customize page. Where else can i look? Or is there some code i can you to just disable it?

HELP PLEASE!

bajaeast.com

@tee10 , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
[class*='fsb_'],[id*='fsb_']{
    display: none !important;
}

Kind regards,
Diego

This worked ! Thank you so much!