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/fo55nitsrt8j/plugin/108/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AZfpBcz7z-bC1M7_SIiCafiyB-C5CKBCVHgkEOsTlOmxqDIBmiO-lvIZoKD5ao5nhUfXhMtCLqKr40Mm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTA2ZDJkZTY0MTkwZThkMTc1NzFjMzBlODk2ZGZiZDNmNWNkZTNmMTEzNzY3MmY1OGM1OTA2Njc3MmI2ODg4OXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDgtMjdUMjE6Mzc6MTMuNTgxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5iWWt3dmx3Nld4QUhCbzBIRWdQXzlweWlOMnphaGxCZnpaNTVqU0hZU3prbXV4ejEzLV9iRlZpNDZiMi14QVBNOW9RNG9kV1hUQTNpRVp1NDZaQWYxeDg4c2F3In19");
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", "AZfpBcz7z-bC1M7_SIiCafiyB-C5CKBCVHgkEOsTlOmxqDIBmiO-lvIZoKD5ao5nhUfXhMtCLqKr40Mm");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNTA2ZDJkZTY0MTkwZThkMTc1NzFjMzBlODk2ZGZiZDNmNWNkZTNmMTEzNzY3MmY1OGM1OTA2Njc3MmI2ODg4OXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDgtMjdUMjE6Mzc6MTMuNTgxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5iWWt3dmx3Nld4QUhCbzBIRWdQXzlweWlOMnphaGxCZnpaNTVqU0hZU3prbXV4ejEzLV9iRlZpNDZiMi14QVBNOW9RNG9kV1hUQTNpRVp1NDZaQWYxeDg4c2F3In19");
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('66ce512c6d5eb', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('66ce512c6d5eb', 'paypal', 'buynow', 'rect', 'gold');
}