Extra right margin

I am having problems with my website as for both mobile and desktop it seems to be an extra space on the right.
I’ve tried different codes but no-one seems to work or if they do other sections stop working.

Can you please help me?

Website: www.sosober.it
Password: mohwhi

Thank you!!

Hey! I’ve seen this issue before — it’s usually caused by a section or element overflowing the container, which can create that extra space on mobile and desktop. Pasting random CSS often breaks other sections, so it really needs someone to check the page structure and apply a proper fix. Will you need me to come in and aid you out on it

Why do you have this rule:

/* --- MOBILE (<767px) --- */
@media (max-width:767px){
  /* 🔧 forza visibilità totale */
  * {
    overflow: visible !important;
  }

It’s a bit too broad and applies to literally all elements on your page…

It’s in your “Tutti i prodotti Vini analcolici …” “Custom liquid” section.