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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmRhYWYwYjk3ODQ3NmQzNjAxMDU3NDM0ODY3ZjA4ZWM4NGIyN2QyNTAxNzA5YTI3ODUxYjU3YjRmZjg4MWQzOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjVUMDY6Mjc6MzcuOTQ1NTAwMDA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9tZEd4VHFCUzBuSXZSTk5CcXBwNHFfQno5UGxBY3JMa0RISGdsdzFMM19FZXBjanpfanBXb01BM2YxRzY2T0h5aG0xajJhb0tzWVFzYmtGXzFVTWx2eGdUM2tnIn19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYmRhYWYwYjk3ODQ3NmQzNjAxMDU3NDM0ODY3ZjA4ZWM4NGIyN2QyNTAxNzA5YTI3ODUxYjU3YjRmZjg4MWQzOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDgtMjVUMDY6Mjc6MzcuOTQ1NTAwMDA0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9tZEd4VHFCUzBuSXZSTk5CcXBwNHFfQno5UGxBY3JMa0RISGdsdzFMM19FZXBjanpfanBXb01BM2YxRzY2T0h5aG0xajJhb0tzWVFzYmtGXzFVTWx2eGdUM2tnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('68ac0e4a7281f', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('68ac0e4a7281f', 'paypal', 'buynow', 'rect', 'gold');
});
}