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/l97hmmxd8vda/plugin/14/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AX9rMpdgyEiEnIJwVWWR3NGhLd7xmAyclPs08QU1WcG06l5eXQsLi4Pv9inDihhDJhjHZSDMHbpIycZL");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDdhZjFjMDhkYTZlNWNlN2EwMWRkMTQ3Mzk3NGYyMWU3OTJhZmI4YjI4OThiNzIwYTE1MDI4MGQ5YTIxMGI5MHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDItMjNUMDg6NDk6NTEuMDg1MTYzMDg2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9GY3paWmloLXcxR3N0cjdMR2liUldKVC1UVG53Wm1ocU9Cb0xQdkxyYi1MOWZRZExjTHBtdk9aME1oYllWVWYwTDloamlZNnhqTkx0cTZEVm5zSU1ILVVFblN3In19");
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", "AX9rMpdgyEiEnIJwVWWR3NGhLd7xmAyclPs08QU1WcG06l5eXQsLi4Pv9inDihhDJhjHZSDMHbpIycZL");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNDdhZjFjMDhkYTZlNWNlN2EwMWRkMTQ3Mzk3NGYyMWU3OTJhZmI4YjI4OThiNzIwYTE1MDI4MGQ5YTIxMGI5MHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDItMjNUMDg6NDk6NTEuMDg1MTYzMDg2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9GY3paWmloLXcxR3N0cjdMR2liUldKVC1UVG53Wm1ocU9Cb0xQdkxyYi1MOWZRZExjTHBtdk9aME1oYllWVWYwTDloamlZNnhqTkx0cTZEVm5zSU1ILVVFblN3In19");
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('67baef0491932', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('67baef0491932', 'paypal', 'buynow', 'rect', 'gold');
}