(() => {

  const ldJsonElms = document.querySelectorAll('script[type="application/ld+json"]');


  // Array.from(ldJsonElms).map(elm => {
  //   const txt = elm.textContent;

  //   const matchTxt = txt.match(/"Product"/)

  //   const filterTxt = matchTxt.filter((elm, i) => matchTxt.indexOf(elm) === i )

  //   console.log(filterTxt)
  // })

})();