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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGM3YjY2YTJjN2E5Y2NkZDBiMDM1ZDY1ZDI5M2I0OWRjYjdjZjQ2NjJjODRiZjRjMTY4Yjc2NzBkMTZmMDM0MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTFUMTQ6MDY6NTIuMjE3NjA4OTc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU8wNHk0SXFXWjg5VnkxbzI5RVFPOHRfMDZYZ1pveXZsUVJOa1Ayb2tRN3Mzem0yRXNTUXY0SjN2YjhxVnJUNXFhQk1YdlAtS3NVMWVUX2VlV0R5MXNfV3NsMmZBIn19");
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", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNGM3YjY2YTJjN2E5Y2NkZDBiMDM1ZDY1ZDI5M2I0OWRjYjdjZjQ2NjJjODRiZjRjMTY4Yjc2NzBkMTZmMDM0MXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTFUMTQ6MDY6NTIuMjE3NjA4OTc1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU8wNHk0SXFXWjg5VnkxbzI5RVFPOHRfMDZYZ1pveXZsUVJOa1Ayb2tRN3Mzem0yRXNTUXY0SjN2YjhxVnJUNXFhQk1YdlAtS3NVMWVUX2VlV0R5MXNfV3NsMmZBIn19");
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('67d04c4c8ff00', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('67d04c4c8ff00', 'paypal', 'buynow', 'rect', 'gold');
}