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/fl0nshzmon8p/plugin/2/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AZC-ErJkPeApOtaEYxeAfxYnNVYKvEmyEoqCq5hMTiOHxSPUryD5hFl2nLQFNziK4nIKYlDWEVatcczO");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjFkY2IyYTNmZTA2MTdlOTk2ZTNhOTk3N2U3YzQzZTAwNTBiODJjZTQzZDBmMGRiNGNlMDY1NDlkNWI5ZmI2M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjhUMTA6MDc6MDAuMDU4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xWThlMm13NWVRX0xwTEoyU3V4SnpNX0thTVZzQVVtVkk5M3J3WDBkUzJPdjQxWk5JUFNGOV9aa2h3ZVRMeVJYaFhnRHJlQlFMR0JxNWVveW1MZEttYXpVcVJBIn19");
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", "AZC-ErJkPeApOtaEYxeAfxYnNVYKvEmyEoqCq5hMTiOHxSPUryD5hFl2nLQFNziK4nIKYlDWEVatcczO");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNjFkY2IyYTNmZTA2MTdlOTk2ZTNhOTk3N2U3YzQzZTAwNTBiODJjZTQzZDBmMGRiNGNlMDY1NDlkNWI5ZmI2M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjhUMTA6MDc6MDAuMDU4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xWThlMm13NWVRX0xwTEoyU3V4SnpNX0thTVZzQVVtVkk5M3J3WDBkUzJPdjQxWk5JUFNGOV9aa2h3ZVRMeVJYaFhnRHJlQlFMR0JxNWVveW1MZEttYXpVcVJBIn19");
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('65155880b1908', 'paypal', 'pay', 'rect', 'blue');
});
} else {
renderPayPalButtons('65155880b1908', 'paypal', 'pay', 'rect', 'blue');
}