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/5y0bgi95lc1v/plugin/14/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVnp7KGeVnQ4hPpKv4nKNYktnHKxO1FFgr4egQ3CL-wpeuAWo5vEnpvm-Qb0rHbY4uY7mwGax5hfRFh_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzgyYzFmODNmMmE5NjY0MDE0MDI0ZThhMTgzZmVkZDM3Y2M2ODFlNWVkYWUyNTE0YTA3OTY2NjQ3NGIwMjI1MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDRUMTY6MjA6NDkuOTcwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5tcDRBd3NVMmdZWXA2RFhHbjZQODh1U3JiU2c0b2llUWNIeTNkOEpVVFZ6Y1kwTGQtemE4cjU5Y1c5MDAxV1hfX251aThyNExtUFdlbDhhbE40dEVpSWxYdWJ3In19");
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", "AVnp7KGeVnQ4hPpKv4nKNYktnHKxO1FFgr4egQ3CL-wpeuAWo5vEnpvm-Qb0rHbY4uY7mwGax5hfRFh_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzgyYzFmODNmMmE5NjY0MDE0MDI0ZThhMTgzZmVkZDM3Y2M2ODFlNWVkYWUyNTE0YTA3OTY2NjQ3NGIwMjI1MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTItMDRUMTY6MjA6NDkuOTcwWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5tcDRBd3NVMmdZWXA2RFhHbjZQODh1U3JiU2c0b2llUWNIeTNkOEpVVFZ6Y1kwTGQtemE4cjU5Y1c5MDAxV1hfX251aThyNExtUFdlbDhhbE40dEVpSWxYdWJ3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('656e01ba7ed20', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('656e01ba7ed20', 'paypal', 'buynow', 'rect', 'gold');
});
}