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/5y0bgi95lc1v/plugin/14/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AVnp7KGeVnQ4hPpKv4nKNYktnHKxO1FFgr4egQ3CL-wpeuAWo5vEnpvm-Qb0rHbY4uY7mwGax5hfRFh_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWI5NGNmYWM4NTQ4MGVlMGE1NDA1YjU0ZWU0ZWU4YjQ4ZTBmZWRjODg3YmZjMjE3ODBjMjdhOWU4ZjdiOTE4M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTItMDFUMTg6NTA6NDkuNjI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5SWWpTVm10Y1J3SWRDN0Ftem04cGc1THV5S1NQMWJ0eE1FT0pTbVFuZ01WX25MVW1yRXVJRC1lb28ydnAybllpb3RpR0lFRUJuaVh0Q19iZ2xwZm5iZ3Q2Y2VBIn19");
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", "AVnp7KGeVnQ4hPpKv4nKNYktnHKxO1FFgr4egQ3CL-wpeuAWo5vEnpvm-Qb0rHbY4uY7mwGax5hfRFh_");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWI5NGNmYWM4NTQ4MGVlMGE1NDA1YjU0ZWU0ZWU4YjQ4ZTBmZWRjODg3YmZjMjE3ODBjMjdhOWU4ZjdiOTE4M3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTItMDFUMTg6NTA6NDkuNjI3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5SWWpTVm10Y1J3SWRDN0Ftem04cGc1THV5S1NQMWJ0eE1FT0pTbVFuZ01WX25MVW1yRXVJRC1lb28ydnAybllpb3RpR0lFRUJuaVh0Q19iZ2xwZm5iZ3Q2Y2VBIn19");
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('674cbbc3b6ca8', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('674cbbc3b6ca8', 'paypal', 'buynow', 'rect', 'gold');
}