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/9xi0ypdttb8m/plugin/27/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "ARs2YO3tb9mq-Sf7AoyFHiI_2PyeLqIgJUo2HlyC8nx8ltTiSXpj6Ov_xxX1MzbTRlkj_lVxueksDc96");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZmQ4ZDIxOWM5NGJhOWFmYWM3YTk3OGY1ODljZTYzYzgxMTI2MzRlNjZhOTFjMTkwN2Y5MDJkN2RhOTAzN2I2N3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMTM6MzY6NTEuMjI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jdk1PcWo4VWZsaHBlNGozM2E2Z0loTEhXMmlLN05QSmxXV2xRXy00S0piSmJyM0hoeS1DTTkwcW40TFZhZ0JMSURuTkFOMmc5RzgzcGR1bUZqRVd3NGVKbFZRIn19");
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", "ARs2YO3tb9mq-Sf7AoyFHiI_2PyeLqIgJUo2HlyC8nx8ltTiSXpj6Ov_xxX1MzbTRlkj_lVxueksDc96");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZmQ4ZDIxOWM5NGJhOWFmYWM3YTk3OGY1ODljZTYzYzgxMTI2MzRlNjZhOTFjMTkwN2Y5MDJkN2RhOTAzN2I2N3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjRUMTM6MzY6NTEuMjI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jdk1PcWo4VWZsaHBlNGozM2E2Z0loTEhXMmlLN05QSmxXV2xRXy00S0piSmJyM0hoeS1DTTkwcW40TFZhZ0JMSURuTkFOMmc5RzgzcGR1bUZqRVd3NGVKbFZRIn19");
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('65104023eb838', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('65104023eb838', 'paypal', 'checkout', 'rect', 'gold');
}