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/ftv205ca6i3y/plugin/19/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AZFefB1Oj_Y7e3-uoF6G507yB2j7kOgN4z9DSB2vNHLNopuZUX6Dl-ENgxbiDuxznC-5dd-3iu_kbtvr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDA0NDdmZDk4Y2RmZmJkM2NiZjM4YTkwZjdlNjg1ZDVlZDY5ZWM3MjY1ZDY0MGI1ODdkNzlkOTJmZjgxODhkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTEtMTVUMTE6NTM6MjguNzgyODc0MTE1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU04Z0h0Y2g1NWVSUVhpbkdHU0pQLWg0eFVpRG9HTUVJSlI1c3hZeXZOeFFpa2NkdVI5ZDhfcUJXc3o1bWU1MllVNVlOckItdlgzRmJ3TVhOT2VJbXh4dU5FRUNnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AZFefB1Oj_Y7e3-uoF6G507yB2j7kOgN4z9DSB2vNHLNopuZUX6Dl-ENgxbiDuxznC-5dd-3iu_kbtvr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMDA0NDdmZDk4Y2RmZmJkM2NiZjM4YTkwZjdlNjg1ZDVlZDY5ZWM3MjY1ZDY0MGI1ODdkNzlkOTJmZjgxODhkYnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTEtMTVUMTE6NTM6MjguNzgyODc0MTE1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU04Z0h0Y2g1NWVSUVhpbkdHU0pQLWg0eFVpRG9HTUVJSlI1c3hZeXZOeFFpa2NkdVI5ZDhfcUJXc3o1bWU1MllVNVlOckItdlgzRmJ3TVhOT2VJbXh4dU5FRUNnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('69186e8088298', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('69186e8088298', 'paypal', 'buynow', 'rect', 'gold');
}