if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/mfa1qocjwyob/plugin/4/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AZG4aP1W0lp4Sl7eP-rMcO1T4YllPlSoVTlEi7vxvyemOQdRKnepzxmZsYjbTqAYsTpxhrZ4BT3hS1V1");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTlhMzlmMWE1ZmJmMmM4YWNhZDg0MDBmNzdjMGIzMjE0ZTJlY2Q3YTYzODc3OTU3ZGFkYjBhZWZmYTA4ZGNjMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMDRUMDI6Mzg6NDkuNzg2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBxY1FEd2p0Rm8zUW5UZFZzXzVyNzcwaVpyNW9LOVpPSzI4eFBiOFpIaG9MY3U0OVJNM3RROVhNV0MxSGtMNUd6NUJGUWYxdTFUb0xFc0N3aWxNTTl0S1B3SVlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AZG4aP1W0lp4Sl7eP-rMcO1T4YllPlSoVTlEi7vxvyemOQdRKnepzxmZsYjbTqAYsTpxhrZ4BT3hS1V1");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTlhMzlmMWE1ZmJmMmM4YWNhZDg0MDBmNzdjMGIzMjE0ZTJlY2Q3YTYzODc3OTU3ZGFkYjBhZWZmYTA4ZGNjMnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMDRUMDI6Mzg6NDkuNzg2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBxY1FEd2p0Rm8zUW5UZFZzXzVyNzcwaVpyNW9LOVpPSzI4eFBiOFpIaG9MY3U0OVJNM3RROVhNV0MxSGtMNUd6NUJGUWYxdTFUb0xFc0N3aWxNTTl0S1B3SVlBIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('66ff5cb4e034c', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('66ff5cb4e034c', 'paypal', 'buynow', 'rect', 'gold');
}