Your theme is very professional, however, I have seen through many versions that the html code that this theme generates has a very large DOM depth. I tested it with your demo page and the DOM index is very high. A large DOM tree will likely increase memory usage, cause longer style calculations, and may produce costly layout reflows. Manipulating the DOM elements helps modify the page content depending on what you want the user to see.
Avoiding an excessive DOM size is in the best interest of your page, particularly within the context of page experience.