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/fo55nitsrt8j/plugin/93/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZfpBcz7z-bC1M7_SIiCafiyB-C5CKBCVHgkEOsTlOmxqDIBmiO-lvIZoKD5ao5nhUfXhMtCLqKr40Mm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzhjMWI2NjhhYWNiYWU3MjRiNDA0NmY3MGJkNWNkNGI4MmRjM2MzZjg5M2FiNjU4NTRlNmRiNjVlZTRjNDcwMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjNUMTY6Mjg6MzAuMDYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1YUkZzc3RobFczSUp6MV9UN2pKZUhJUzNBYmdYSDM2Nm16c0VMZzUwN2o3MkVBMVJpTG5TckhUN0NtaWdvTU14ZzdyVGVtQ0VLUy1tNnJ6WUVTT1A5Q2c1THdnIn19");
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", "AZfpBcz7z-bC1M7_SIiCafiyB-C5CKBCVHgkEOsTlOmxqDIBmiO-lvIZoKD5ao5nhUfXhMtCLqKr40Mm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzhjMWI2NjhhYWNiYWU3MjRiNDA0NmY3MGJkNWNkNGI4MmRjM2MzZjg5M2FiNjU4NTRlNmRiNjVlZTRjNDcwMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDMtMjNUMTY6Mjg6MzAuMDYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1YUkZzc3RobFczSUp6MV9UN2pKZUhJUzNBYmdYSDM2Nm16c0VMZzUwN2o3MkVBMVJpTG5TckhUN0NtaWdvTU14ZzdyVGVtQ0VLUy1tNnJ6WUVTT1A5Q2c1THdnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('641c8606d8f95', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('641c8606d8f95', 'paypal', 'buynow', 'rect', 'gold');
});
}