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/rxsnpfa85a86/plugin/7/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZDku_XSj1KFEH99voXhw0oQMvezCvMbeiiM7eiAHI_5yvRzpBq-D4xsMStyLA1jaQT6hTGbEw4P1bvA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjk5NTgzNjJjMTllMzRlNzI0ODMyMjIyMzRiYjY3MGZlZjlmYmFiOGU1OWY1ZmE0OTY4ZmViNDU0NTRiMjRkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjlUMTE6MDY6MDMuNjY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5kQ0xla2k5Y0tKLS1QN2ptTUhfRGlWRldDZ0Roc2M3NFo5Tk03Nl8xQU1IaWNZaXR1RTlYRF9HRDd6My1zU0hJbkJkbW1TQ1dibFhwT1dFNWY4elR1MHhtOXVRIn19");
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", "AZDku_XSj1KFEH99voXhw0oQMvezCvMbeiiM7eiAHI_5yvRzpBq-D4xsMStyLA1jaQT6hTGbEw4P1bvA");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYjk5NTgzNjJjMTllMzRlNzI0ODMyMjIyMzRiYjY3MGZlZjlmYmFiOGU1OWY1ZmE0OTY4ZmViNDU0NTRiMjRkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMjlUMTE6MDY6MDMuNjY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5kQ0xla2k5Y0tKLS1QN2ptTUhfRGlWRldDZ0Roc2M3NFo5Tk03Nl8xQU1IaWNZaXR1RTlYRF9HRDd6My1zU0hJbkJkbW1TQ1dibFhwT1dFNWY4elR1MHhtOXVRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6749ab6a8e1a9', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6749ab6a8e1a9', 'paypal', 'buynow', 'rect', 'gold');
});
}