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/9pzvtwnpzq1s/plugin/13/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AdCDqVv5IeoDMVOpC-_k4GqdafMtC88i69InyVRUg5HXK2v7kJ29YLQZebblUMcjfBaTbt212204Fupd");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjcwYWFiNTY2ZDZhNjY5MTllMGE0ZjQ4Y2EyMmIwNDAyZDBhNGVmOTkxM2Q1MGI2MTQ0ZDBlYTdjNmZhZWUzN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjJUMDA6NTk6NTIuNDcyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU94Wl9pbm5oX3k0WHdibk4wT3BaNDJ1TWlaUWR1YUdveElQaFFOQVJoN2dONXFHUmhJVW1KOXA3OE9xaDJ6b0prdi1CWS12emcwQm9YX0VtYkx4aUs1RFdzRElnIn19");
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", "AdCDqVv5IeoDMVOpC-_k4GqdafMtC88i69InyVRUg5HXK2v7kJ29YLQZebblUMcjfBaTbt212204Fupd");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjcwYWFiNTY2ZDZhNjY5MTllMGE0ZjQ4Y2EyMmIwNDAyZDBhNGVmOTkxM2Q1MGI2MTQ0ZDBlYTdjNmZhZWUzN3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjJUMDA6NTk6NTIuNDcyWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU94Wl9pbm5oX3k0WHdibk4wT3BaNDJ1TWlaUWR1YUdveElQaFFOQVJoN2dONXFHUmhJVW1KOXA3OE9xaDJ6b0prdi1CWS12emcwQm9YX0VtYkx4aUs1RFdzRElnIn19");
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('650ce86d2cff9', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('650ce86d2cff9', 'paypal', 'buynow', 'rect', 'gold');
}