Hello,
We have tested your website and found a few problems that you should fix first to increase your score.
Eliminate render-blocking resources
– you may try solutions described here https://onlinemediamasters.com/eliminate-render-blocking-resources-wordpress/
Avoid an excessive DOM size
– The number of DOM elements are generated in the process of content building. All page builder elements are DOM elements. If you want to reduce DOM elements you will have to reduce the content: widgets, products, menu items, and others.
Minimize main-thread work
– I suggest using the Wp Rocket to fix it, more details are here: https://wp-rocket.me/google-core-web-vitals-wordpress/minimize-main-thread-work/
Largest Contentful Paint element
– You need to optimize your site in general to improve this parameter. https://web.dev/articles/lcp
Reduce unused CSS
– To fix that, I suggest using the WP Rocket. WP Rocket -> Settings -> File optimization. Enable CSS minify and combine it: https://www.wpbeginner.com/wp-tutorials/how-to-remove-unused-css-in-wordpress-the-right-way/
Image elements do not have explicit width and height
– navigate to Theme Settings -> Footer -> Copyright and add to the payment image the width and height attributes: https://prnt.sc/_l2GVBuElAbv
Ensure text remains visible during webfont load
: Navigate to Theme Settings -> Performance -> Fonts & Icons -> enable the “Swap” option for these https://prnt.sc/dr1cTPFGZGv_ fields
Kind Regards