Footer issue (urgent)

This is my store: aromaticaparfums.com

I am having a big space in the footer with “undefined” text. Please help me fix this

Go to your online store → edit code → app.css file and paste this code in the end of file

div#instafeed-instagram-feed {
    display: none !important;
}
div:has(> .insta-stories-header-body) {
  display: none !important;
}
div:has(> #instafeed-instagram-feed) {
  display: none !important;
}

Hi @aromaticaparfum

let try to add custom css below:

@media screen and (min-width: 767px) {
  .shopify-section-group-footer-group .yotpo-widget-referral-share .yotpo-customer-login-view {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 740px) {
  .footer-section #footer {
      grid-row-gap: 10px;
      margin-bottom: 0px;
  }
}

The result will be like: