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/r4qlm1kdulw3/plugin/4/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiN2ZiNDIzZTkzNWU0MzY2NjVjN2JlYmE3MzQyZDgxMWMxY2I4MTBhNGQxOWQ1ZTFlZjgxZmY1NWRhZjlmNThkY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDQtMDdUMTY6MjU6MzYuNzYzNzQyNzQyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBfeGJUOWdLaDkwRmtqanZXc0pEMjRGcHZ1Uk1qbnI3VkpFX3JwUzVJdFBIOERFeWRvd1U4OC1CV3RlSXUxY0pYZk1ZaDQzbGQzS0tZSE9sbnZEVGxKazhVM2tBIn19");
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", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiN2ZiNDIzZTkzNWU0MzY2NjVjN2JlYmE3MzQyZDgxMWMxY2I4MTBhNGQxOWQ1ZTFlZjgxZmY1NWRhZjlmNThkY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDQtMDdUMTY6MjU6MzYuNzYzNzQyNzQyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBfeGJUOWdLaDkwRmtqanZXc0pEMjRGcHZ1Uk1qbnI3VkpFX3JwUzVJdFBIOERFeWRvd1U4OC1CV3RlSXUxY0pYZk1ZaDQzbGQzS0tZSE9sbnZEVGxKazhVM2tBIn19");
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('69d5366c14f11', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('69d5366c14f11', 'paypal', 'checkout', 'rect', 'gold');
}