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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDYxMzYxYmVjMDlkZGY0N2ZjNzg2MWIyYmNiZjgyZDM3YWU5ZmNkNjNkNjFjYzdkMTVjYzg5MjliOWYzYmRhNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMTRUMTk6MTI6MjkuNjE3Mjk0MTcxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1qcnlxR2xSNmVXZ2FtSS0tR1BtczJ5TEREVE5JNGItWWU1ajBTWTJfN3o3c1RnWDdqUjhiNjZZUFdqa2xtX0Vqc0VhZUZyZlBCZEpBb1ktTVROSlFkUnI4TERnIn19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDYxMzYxYmVjMDlkZGY0N2ZjNzg2MWIyYmNiZjgyZDM3YWU5ZmNkNjNkNjFjYzdkMTVjYzg5MjliOWYzYmRhNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDQtMTRUMTk6MTI6MjkuNjE3Mjk0MTcxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1qcnlxR2xSNmVXZ2FtSS0tR1BtczJ5TEREVE5JNGItWWU1ajBTWTJfN3o3c1RnWDdqUjhiNjZZUFdqa2xtX0Vqc0VhZUZyZlBCZEpBb1ktTVROSlFkUnI4TERnIn19");
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('67fd65c69e317', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('67fd65c69e317', 'paypal', 'checkout', 'rect', 'gold');
}