var _learnq = _learnq || [];
  var item = {
    Name: "Bottle Brush",
    ProductID: 4390810878067,
    Categories: ["Best Selling Products","Equipment","Newest Products","Wine Equipment"],
    ImageURL: "https://brewsrq.com/cdn/shop/products/quart-bottle-brush-13724027650163_grande.jpg?v=1623233915",
    URL: "https://brewsrq.com/products/quart-bottle-brush-1",
    Brand: "BSG",
    Price: "$4.99",
    CompareAtPrice: "$0.00"
  };
  _learnq.push(['track', 'Viewed Product', item]);
  _learnq.push(['trackViewedItem', {
    Title: item.Name,
    ItemId: item.ProductID,
    Categories: item.Categories,
    ImageUrl: item.ImageURL,
    Url: item.URL,
    Metadata: {
      Brand: item.Brand,
      Price: item.Price,
      CompareAtPrice: item.CompareAtPrice
    }
  }]);