document.addEventListener('DOMContentLoaded', function(){
document.addEventListener('click', function(event){
if(!event.target.matches('.product-remove .remove')){
return;
}
gtag('event', 'remove_from_cart', {'items': [ {"quantity":1,"item_id":"13208","item_name":"Marshall Major IV Wireless Bluetooth On Ear Headphone with Mic (Imported)","list_name":"Cart","price":1499,"item_category":"Headphones"} ]});
})
});