Hi, now the website is gone online. I can give you access to the beta site so we do not risk any crash.
As I needed to have nonbuggy website I inserted this css, but of course it’s not a clean solution. With this css I removed this on the real website, you can see the difference in the 2 webpages
/* BUG Mobile Product Single Page */
@media only screen and (max-width: 576px) {
table.variations .label .wd-attr-selected {
display: none;
}
}