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/q1rtrznxns5v/plugin/2/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AQNywrcC94ZZtIhzNjqha1SfuljnVGWW5yMmTE6NzY61xlxlgZlAzqwnwZ32cOz4K9zI8CIKMCu_xFpb");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGI5ZGZhNjI5YjFkNWI0YWI0ZDgzYjY2NTUyZmJlZmQ5MTgxOTYyMjdiYThkYWI1ZWVkMmFlZjY3ZGYxZTJiMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDMtMDZUMDY6MTI6NDEuMzk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9XdlNQcG1YTmhHblFISE9fU3NybXFuTmhFZmN0RmZlMGtuZ3pEYWFRSkhaSGpybGs0dXJZQmc4bERfbmtfSjgtNTQ0NFVLZXJzZUVQMV9IckljN2N1Y0w3cV9nIn19");
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", "AQNywrcC94ZZtIhzNjqha1SfuljnVGWW5yMmTE6NzY61xlxlgZlAzqwnwZ32cOz4K9zI8CIKMCu_xFpb");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGI5ZGZhNjI5YjFkNWI0YWI0ZDgzYjY2NTUyZmJlZmQ5MTgxOTYyMjdiYThkYWI1ZWVkMmFlZjY3ZGYxZTJiMHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMDMtMDZUMDY6MTI6NDEuMzk1WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9XdlNQcG1YTmhHblFISE9fU3NybXFuTmhFZmN0RmZlMGtuZ3pEYWFRSkhaSGpybGs0dXJZQmc4bERfbmtfSjgtNTQ0NFVLZXJzZUVQMV9IckljN2N1Y0w3cV9nIn19");
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('65e812e330ba3', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('65e812e330ba3', 'paypal', 'buynow', 'rect', 'gold');
}