Horizontal scroll - Mobile Version of my homepage

Hi I have a problem with my mobile site. on desktop it works fine but on mobile i have a horizontal scroll in all pages . I tried everything but i cant figure it out is there someone who can help ? I already tried a couple of things but they didnt Work. thanks in advance
My website : https://e018c6-82.myshopify.com/

Hi @Martin299 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/frame.scss.css
  2. Add code below to end of file
@media(max-width: 1199px){
    .search-bar-type-3.drawer--top .search-bar__table.search-box {
      margin: 0!important
    }
    .header-type-8 .sticky-animate:after {
      right: 0!important;
      
    }
    .header-type-8 .sticky-animate:before, .header-type-8 .sticky-animate:after {
      width: 100%!important;
    }
  }

Thank You so Much It works