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/r4qlm1kdulw3/plugin/4/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGZiMWQ5M2YyODI4NGNlOTE5NWQ1YjhkZDRjZTI4OTVlYzFmZWUzNDdkNTljMGMzNTljZjYzZjRjMzgwYTExOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDItMTJUMjE6MjI6NDEuNjczODMzMDc0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU42VmxMbG5qU1lpcjhUaHBPU1JoTXBjdFVxaGFVVExYTnRWbHF6Y2RFYmFENU95LWN4al9ZS19vS0VXQm9FVkdSOEdlNG93emVzQXl4cGVYa3FOY1FNdGJiRVF3In19");
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", "AR0ZryzIx6x0hSe-jJ8FnaY6un5AqgHH3rpHcXI2hrvnTpqyNaMtiNpkmvGdh0Oav8Y1BBDqWjS9cXJ9");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGZiMWQ5M2YyODI4NGNlOTE5NWQ1YjhkZDRjZTI4OTVlYzFmZWUzNDdkNTljMGMzNTljZjYzZjRjMzgwYTExOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDItMTJUMjE6MjI6NDEuNjczODMzMDc0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU42VmxMbG5qU1lpcjhUaHBPU1JoTXBjdFVxaGFVVExYTnRWbHF6Y2RFYmFENU95LWN4al9ZS19vS0VXQm9FVkdSOEdlNG93emVzQXl4cGVYa3FOY1FNdGJiRVF3In19");
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('698e4a6bec4ff', 'paypal', 'checkout', 'rect', 'gold');
});
} else {
renderPayPalButtons('698e4a6bec4ff', 'paypal', 'checkout', 'rect', 'gold');
}