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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMWRmMzMyYmNkMGNmYmVmZTBiYTllOWE5ZDZmY2FjMjAxYzcxNDkxMmYwZjI1MzJlNTg3MTliZjU2N2QxY2VhNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMTFUMDA6MDQ6NDUuODI4ODE2Nzk2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1jWTdmUHZ6NTlrT3pkbFdoV05veXJsVnpIM1FYeGNGejFQaktJTkhZM0g2cDFhUDE2TG5TdVF6VnB2TG9jUWd4d1RkekdxUlg0eS1uc3hxNGFtVTRST0FYaXZRIn19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMWRmMzMyYmNkMGNmYmVmZTBiYTllOWE5ZDZmY2FjMjAxYzcxNDkxMmYwZjI1MzJlNTg3MTliZjU2N2QxY2VhNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMTFUMDA6MDQ6NDUuODI4ODE2Nzk2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1jWTdmUHZ6NTlrT3pkbFdoV05veXJsVnpIM1FYeGNGejFQaktJTkhZM0g2cDFhUDE2TG5TdVF6VnB2TG9jUWd4d1RkekdxUlg0eS1uc3hxNGFtVTRST0FYaXZRIn19");
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('6870553c0c7fe', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('6870553c0c7fe', 'paypal', 'buynow', 'rect', 'gold');
}