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/mfa1qocjwyob/plugin/4/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AZG4aP1W0lp4Sl7eP-rMcO1T4YllPlSoVTlEi7vxvyemOQdRKnepzxmZsYjbTqAYsTpxhrZ4BT3hS1V1");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjQ4NzNiNTRlOGEzZWU0NTY0MWMwMTNiNjI1MDE4NGE3OTI1MzY2NWUwY2I0MzFiNTA1YTFhNzc3Njc4NzA4ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMzBUMDM6MzI6MjguODYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5OVjJRaW5qOVdjNlhHbkNpNWY4YkV1UU5PdkNDbzJoTHdkTGY4WUdHdFg4dGZsSWg4cWVsbTA1VUlhV3Z0TlRrTVh3emlYVl9NY1ltbi05cVV3bXJINWo5NG13In19");
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", "AZG4aP1W0lp4Sl7eP-rMcO1T4YllPlSoVTlEi7vxvyemOQdRKnepzxmZsYjbTqAYsTpxhrZ4BT3hS1V1");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZjQ4NzNiNTRlOGEzZWU0NTY0MWMwMTNiNjI1MDE4NGE3OTI1MzY2NWUwY2I0MzFiNTA1YTFhNzc3Njc4NzA4ZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMzBUMDM6MzI6MjguODYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5OVjJRaW5qOVdjNlhHbkNpNWY4YkV1UU5PdkNDbzJoTHdkTGY4WUdHdFg4dGZsSWg4cWVsbTA1VUlhV3Z0TlRrTVh3emlYVl9NY1ltbi05cVV3bXJINWo5NG13In19");
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('656807deb3538', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('656807deb3538', 'paypal', 'buynow', 'rect', 'gold');
}