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/3fg918det71l/plugin/16/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AdMajk9uKVDav1pOUaPtodu4pDck33oka5mpKwYY5cfhvMCYJzpn3S9LGBO4aiA6mIhmYf7VdKR_qqKN");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTEzMjkxMzY4ZTA3ZmJmOTc5NjgwZWZlNjc5OTIzMWY3Zjc2NjQ0MjE0ZGNlOGUwZWJmODhmOTJhZTllYWFiY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMzBUMjA6MTE6MzkuNzkzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1ka01fOHBWbEJ6WkZoRjJTYk0yQ2JGek1EVFRxRlRZcHJkVGZtUnB4QWdjTWJlWW4wbXY4Ukl2MFBXT1k5aHR6bHRkZERScllWa2VxQVllcUthVktJUk1CVHpRIn19");
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", "AdMajk9uKVDav1pOUaPtodu4pDck33oka5mpKwYY5cfhvMCYJzpn3S9LGBO4aiA6mIhmYf7VdKR_qqKN");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOTEzMjkxMzY4ZTA3ZmJmOTc5NjgwZWZlNjc5OTIzMWY3Zjc2NjQ0MjE0ZGNlOGUwZWJmODhmOTJhZTllYWFiY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDQtMzBUMjA6MTE6MzkuNzkzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1ka01fOHBWbEJ6WkZoRjJTYk0yQ2JGek1EVFRxRlRZcHJkVGZtUnB4QWdjTWJlWW4wbXY4Ukl2MFBXT1k5aHR6bHRkZERScllWa2VxQVllcUthVktJUk1CVHpRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('644ed6ac28e13', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('644ed6ac28e13', 'paypal', 'buynow', 'rect', 'gold');
});
}