Hello @theinmarma ,
Thanks for reaching out to us!
I have checked your Shop Page and understood the issue you are having with. The double title most of the time appears due to the Theme as most of the WooCommerce-based Themes try to enhance the functionality of the Product loop of the Shop page.
However, this issue can be solved by applying CSS code. Please copy the CSS code mentioned below and paste it into Appearance > Customize > Additional CSS section.
.shopengine-archive-mode-grid .product-details .woocommerce-loop-product__title:nth-child(2) {
display: none !important;
}
I hope it will help. But, if you need further assistance in this matter, feel free to let me know. I will be happy to assist you.
Best Regards,
Prosenjit