Hi,
The end of your product page take some time to be loaded.
At the top of your page you have a product listing in a carousel (with fade effect). The initialization of this component is made when the page is completely loaded. So, before the page finish his loading, you see all products in the carousel because there is no background for the product elements.
Try to add this CSS in your website
.hikashop_main_carousel_div .product_slide { background-color: #000000; }
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.