and was unguarded. `product-add-to-cart` only exists on product pages, so on home / collection / cart / search / blog it threw "Cannot read properties of null (reading 'addEventListener')". It also pushed an undefined `item`, so the "Added to Cart" event never tracked anything even on product pages ā it threw a ReferenceError on click instead. Now guarded, and moved inside