if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/rxsnpfa85a86/plugin/7/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZDku_XSj1KFEH99voXhw0oQMvezCvMbeiiM7eiAHI_5yvRzpBq-D4xsMStyLA1jaQT6hTGbEw4P1bvA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMTg2MjA2MDUxNjA1NDYxMGY2YzY2ZTAxMjljZjhhNWZmMWFiMTAzNjI4ZGQ4ZjM0NDIwN2Y0M2NjOGI4NzRlYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMzBUMTM6MTI6MjMuNzA3NTYyNDc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4yakc1NG1zOWh4dWxWX0hRS3NidnZSZG9fZXNYU0xnTmYwTHpNc2xzc21uRkpMOGRyb3RQaUVNbEdSaVpvTnNRX3RENGNKUVlTRmJXWjlISGhIbWxqZndackV3In19");
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", "AZDku_XSj1KFEH99voXhw0oQMvezCvMbeiiM7eiAHI_5yvRzpBq-D4xsMStyLA1jaQT6hTGbEw4P1bvA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMTg2MjA2MDUxNjA1NDYxMGY2YzY2ZTAxMjljZjhhNWZmMWFiMTAzNjI4ZGQ4ZjM0NDIwN2Y0M2NjOGI4NzRlYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMzBUMTM6MTI6MjMuNzA3NTYyNDc3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4yakc1NG1zOWh4dWxWX0hRS3NidnZSZG9fZXNYU0xnTmYwTHpNc2xzc21uRkpMOGRyb3RQaUVNbEdSaVpvTnNRX3RENGNKUVlTRmJXWjlISGhIbWxqZndackV3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68122b524c360', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68122b524c360', 'paypal', 'buynow', 'rect', 'gold');
});
}