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/qukgxm80lunn/plugin/11/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AXcSmvXMhCJsCGuQcZ1SQJ7R4nzzl2-j3cws5VahnBWOBT0-q-pfj46nsVo7YD9j4t-9enfWwAnOyNGa");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTcxMWMwZTg2NmMyNTg1MDQ0YTZiOGE4MGI2YzNmYjY2Y2JiZDg4M2ZlYmRhNWNmZmUzMGE0MDg5MTI4NDM1ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMTVUMDY6NDQ6MTcuMzAzMTc5OTQxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xY1JEMWtRMkc2UGNWdFhQWGk3eVF4SnFjUk15SUl1ZzFYQmlQb2owczNuOXJ1ckIwMEh3UEtmYzROcFpKbjVWT2VqSF9UV2JUYkNfcTVFd2Y0ZWF6N05ka3BRIn19");
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", "AXcSmvXMhCJsCGuQcZ1SQJ7R4nzzl2-j3cws5VahnBWOBT0-q-pfj46nsVo7YD9j4t-9enfWwAnOyNGa");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiZTcxMWMwZTg2NmMyNTg1MDQ0YTZiOGE4MGI2YzNmYjY2Y2JiZDg4M2ZlYmRhNWNmZmUzMGE0MDg5MTI4NDM1ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMTVUMDY6NDQ6MTcuMzAzMTc5OTQxWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU4xY1JEMWtRMkc2UGNWdFhQWGk3eVF4SnFjUk15SUl1ZzFYQmlQb2owczNuOXJ1ckIwMEh3UEtmYzROcFpKbjVWT2VqSF9UV2JUYkNfcTVFd2Y0ZWF6N05ka3BRIn19");
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('68ef48fc0413d', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('68ef48fc0413d', 'paypal', 'buynow', 'rect', 'gold');
}