How can I edit the final HTML structure of the whole web page

This theme has a companion plugin called hunk-companion.

I ssh’d to my server and did grep -iRl "almaira_shop_show_frontpage" inside the wp-content folder and it returned this:

plugins/hunk-companion/almaira-shop/almaira-shop-admin/almaira_shop_shortcode.php

I found that in plugins/hunk-companion/almaira-shop/almaira-shop-frontpage you have all the sections’ .php files.

You can now copy the code you need into your own page template file to create your custom frontpage in your child theme (that’s what I’m about to do!).

Good Luck!