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/6ka1i1ot80tg/plugin/3/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfTVXmOV8wcNkg8sdnnzT26HCCjtJU_-7DoDGDJbSbAdG_6pwCtpESFKpGPLw-ammvXV7F1vytvC2t75");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWY0Yzk3YTdhZWZhZDJiZmJmNzQyMjkzN2FiYzY0YTVmZDY1ZjNkZTg0ZGVjNWYwODcyYTYxOTJmNzVlYzZkOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMDRUMDI6NTM6MzkuNTczMzg3NDM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5YTHZtZXR0N0gzSElkSktCelozWHRIOWlzUGdCZ1pYRndBVENsRHBxbHhnd1k4V2gyZ2JpbEFaN0FaSlluRDVlNWZEbFdGcUtnd0x6dlo2MEtfOUI0ZjBMbmNBIn19");
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", "AfTVXmOV8wcNkg8sdnnzT26HCCjtJU_-7DoDGDJbSbAdG_6pwCtpESFKpGPLw-ammvXV7F1vytvC2t75");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWY0Yzk3YTdhZWZhZDJiZmJmNzQyMjkzN2FiYzY0YTVmZDY1ZjNkZTg0ZGVjNWYwODcyYTYxOTJmNzVlYzZkOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDctMDRUMDI6NTM6MzkuNTczMzg3NDM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5YTHZtZXR0N0gzSElkSktCelozWHRIOWlzUGdCZ1pYRndBVENsRHBxbHhnd1k4V2gyZ2JpbEFaN0FaSlluRDVlNWZEbFdGcUtnd0x6dlo2MEtfOUI0ZjBMbmNBIn19");
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('686743b30d26d', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('686743b30d26d', 'paypal', 'buynow', 'rect', 'gold');
}