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/ftv205ca6i3y/plugin/19/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AZFefB1Oj_Y7e3-uoF6G507yB2j7kOgN4z9DSB2vNHLNopuZUX6Dl-ENgxbiDuxznC-5dd-3iu_kbtvr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzc5ZWFkMDJiYjM3NzJiOTc5NGJjNzFkYzMwYzZlNmU2YmIyMTgxZWIwNGViMDNlZTIxNzhmOTM4MWZlYzhhMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMDNUMDg6NTY6MDAuMjM0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jaFJOQnN1TThXTXc3R1QyZ0xianF2a2JpeFJaNnZKYWFsSllIcXIyU2tpdjJsSXF3WmUxdGV2UFVNY1l2RlFIamJKeDM4RW9jOEhzWmZWS1U4MXgteVo1UXZnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AZFefB1Oj_Y7e3-uoF6G507yB2j7kOgN4z9DSB2vNHLNopuZUX6Dl-ENgxbiDuxznC-5dd-3iu_kbtvr");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiYzc5ZWFkMDJiYjM3NzJiOTc5NGJjNzFkYzMwYzZlNmU2YmIyMTgxZWIwNGViMDNlZTIxNzhmOTM4MWZlYzhhMXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMDNUMDg6NTY6MDAuMjM0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5jaFJOQnN1TThXTXc3R1QyZ0xianF2a2JpeFJaNnZKYWFsSllIcXIyU2tpdjJsSXF3WmUxdGV2UFVNY1l2RlFIamJKeDM4RW9jOEhzWmZWS1U4MXgteVo1UXZnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "de_DE");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('672747cb94599', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('672747cb94599', 'paypal', 'buynow', 'rect', 'gold');
}