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/dm86w835qu26/plugin/6/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AYp07jl0cwy0rLy8rBPxqcQVNXI90p9gZ_EZ22o733GbkqoHXW6vk2xtqP_VysumD4w6TH-veSEhuDKF");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGUyNjZjZDg3OWU2YmZkN2IyZjQ5YmMwMzY4N2YwZDg2MzE5NDhkOGYyNzIxOGE1MzhjYzZjZDdhYmNkMTM3ZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMDNUMDg6MDc6NDIuODU3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xblJlMGx1QXJxTFlvbGZja2gxRHV3SXlOMlZnek9YMThobDlWcmQ2ZnlYWXB4cVZnXzVNU09oRDN1NTVvelVwcjBwd0xNM0N5bE5FUWtfdllweWxXRXRNOGJnIn19");
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", "AYp07jl0cwy0rLy8rBPxqcQVNXI90p9gZ_EZ22o733GbkqoHXW6vk2xtqP_VysumD4w6TH-veSEhuDKF");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZGUyNjZjZDg3OWU2YmZkN2IyZjQ5YmMwMzY4N2YwZDg2MzE5NDhkOGYyNzIxOGE1MzhjYzZjZDdhYmNkMTM3ZHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTAtMDNUMDg6MDc6NDIuODU3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xblJlMGx1QXJxTFlvbGZja2gxRHV3SXlOMlZnek9YMThobDlWcmQ2ZnlYWXB4cVZnXzVNU09oRDN1NTVvelVwcjBwd0xNM0N5bE5FUWtfdllweWxXRXRNOGJnIn19");
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('66fe54b23257c', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('66fe54b23257c', 'paypal', 'buynow', 'rect', 'gold');
}