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/jqcj9qui7fo6/plugin/1/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "BAAhwjXR2bwiDh-ICSlEkXNgJFpE6huayvNRUojXS9QkQTH5ekpzzGza_hrt4V7eE84moy2Fq36xcRgQh8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMmVhZTcwYjA1MDM2NmNjNmJjOTI0NWUzYTg1ZTZhMjQ0ODczN2NlOTgxN2Q1NjlhYzVhMjY0ZGY2OTEzMmExYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMDJUMTk6MjM6MzQuMTM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5NeTc4RnV0OHpPb1U3NHBFaXpYVkFmODBKcjRWMU41SE16UlJPdVdiVU5qemZVdEZpZ0xmUTlOWWpjLUpDbzZLVk81QjgtaHV6WTMzZE1yZ21IVDhSa0VqSU1BIn19");
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", "BAAhwjXR2bwiDh-ICSlEkXNgJFpE6huayvNRUojXS9QkQTH5ekpzzGza_hrt4V7eE84moy2Fq36xcRgQh8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMmVhZTcwYjA1MDM2NmNjNmJjOTI0NWUzYTg1ZTZhMjQ0ODczN2NlOTgxN2Q1NjlhYzVhMjY0ZGY2OTEzMmExYXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMDJUMTk6MjM6MzQuMTM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5NeTc4RnV0OHpPb1U3NHBFaXpYVkFmODBKcjRWMU41SE16UlJPdVdiVU5qemZVdEZpZ0xmUTlOWWpjLUpDbzZLVk81QjgtaHV6WTMzZE1yZ21IVDhSa0VqSU1BIn19");
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('67268923efe32', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('67268923efe32', 'paypal', 'buynow', 'rect', 'gold');
}