{"product_id":"testing","title":"Testing","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003ctitle\u003ePopup Beispiel\u003c\/title\u003e\n\n\u003cstyle\u003e\n\/* Hintergrund *\/\n.popup {\n    display: none;\n    position: flex;\n    z-index: 1000;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(0,0,0,0.5);\n}\n\n\/* Fenster *\/\n.popup-content {\n    background: #fff;\n    margin: 10% auto;\n    padding: 20px;\n    width: 400px;\n    border-radius: 8px;\n    box-shadow: 0 0 15px rgba(0,0,0,0.3);\n    text-align: center;\n}\n\n\/* Schließen-Button *\/\n.close {\n    float: right;\n    font-size: 24px;\n    cursor: pointer;\n}\n\u003c\/style\u003e\n\n\n\n\n\u003ca href=\"#\" id=\"popupLink\"\u003eHier klicken\u003c\/a\u003e\n\n\u003cdiv id=\"popup\" class=\"popup\"\u003e\n    \u003cdiv class=\"popup-content\"\u003e\n        \u003cspan class=\"close\"\u003e×\u003c\/span\u003e\n        \u003ch2\u003ePopup-Fenster\u003c\/h2\u003e\n        \u003cp\u003eDies ist der Inhalt des Popups.\u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\nconst popup = document.getElementById(\"popup\");\nconst link = document.getElementById(\"popupLink\");\nconst close = document.querySelector(\".close\");\n\nlink.onclick = function(event) {\n    event.preventDefault();\n    popup.style.display = \"block\";\n}\n\nclose.onclick = function() {\n    popup.style.display = \"none\";\n}\n\nwindow.onclick = function(event) {\n    if (event.target == popup) {\n        popup.style.display = \"none\";\n    }\n}\n\u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"Taste The World","offers":[{"title":"Default Title","offer_id":58465219674460,"sku":null,"price":0.0,"currency_code":"EUR","in_stock":false}],"url":"https:\/\/taste-the-world.store\/products\/testing","provider":"Taste The World","version":"1.0","type":"link"}