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/jqcj9qui7fo6/plugin/1/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "BAAhwjXR2bwiDh-ICSlEkXNgJFpE6huayvNRUojXS9QkQTH5ekpzzGza_hrt4V7eE84moy2Fq36xcRgQh8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNmIyNTdjNDc0ZjAxNWI5YzM0ZTJhOGZiMTU2MGM3ZjkzMGVkNjg2MDQ3ZDU0MzgwYzdjNzhkNDEwZGE2ZWJjZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTItMDlUMDI6NTU6MjAuMTk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5BTWlFVnVyd0thM2V2ODh6N2hjNTg4aGtYUDNmaWJ0QnU5Wi1fM2FORFlWYTVucnFCUl9KbW9WZTZSdmtDY0V3dG8ybjlVV0dtVEpzMDRZMEtjZzQ5ajFycnpnIn19");
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", "BAAhwjXR2bwiDh-ICSlEkXNgJFpE6huayvNRUojXS9QkQTH5ekpzzGza_hrt4V7eE84moy2Fq36xcRgQh8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNmIyNTdjNDc0ZjAxNWI5YzM0ZTJhOGZiMTU2MGM3ZjkzMGVkNjg2MDQ3ZDU0MzgwYzdjNzhkNDEwZGE2ZWJjZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTItMDlUMDI6NTU6MjAuMTk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5BTWlFVnVyd0thM2V2ODh6N2hjNTg4aGtYUDNmaWJ0QnU5Wi1fM2FORFlWYTVucnFCUl9KbW9WZTZSdmtDY0V3dG8ybjlVV0dtVEpzMDRZMEtjZzQ5ajFycnpnIn19");
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('67565c1f97a3a', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('67565c1f97a3a', 'paypal', 'buynow', 'rect', 'gold');
}