I have some "undefined" text under my title and I haven't been able to remove it

Hello,

I have some text under my product title that says “undefined” which I don’t see how to remove. Could anyone help me with this?

URL: Automatic Fountain Water Feeder - With LED Water Level Display – Dog Joy Deals

Hi @Emmanuel12 please go to theme.scss.liquid or base.css on dawn theme and write this code at bottom of file.

.areviews_main_header_container {
    display: none;
}