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/xj8d4sahw33f/plugin/16/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AbhxneadOsjfi2vov5MZvcbQpQ-Qv3hQnnLtfszi5jrEjw5Sm4BiNdVqhmlyYiLe567FxTNMUabKRh09");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGRlYjI5YWU4ZTZmNWQ0ZjM5MmQ5ODk3YTAwYzQxMjRjY2VlYjZiZGZmYjFjZjJhMWEyNGNhMWQ4ZTA3MGMzNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjVUMjE6MzE6MzQuOTg5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9sRnZzNHNqX0dQU29lQXN6QjN3VWJpWmk3Y0ZuMWZKZEVlcFM2b1J0QmxleGlBeEEtSEc0Wl9FbmtDbU5PejJBTE1fdnFSM2E5b0RMWjRYUnR2VVFBZGljSTJBIn19");
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", "AbhxneadOsjfi2vov5MZvcbQpQ-Qv3hQnnLtfszi5jrEjw5Sm4BiNdVqhmlyYiLe567FxTNMUabKRh09");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOGRlYjI5YWU4ZTZmNWQ0ZjM5MmQ5ODk3YTAwYzQxMjRjY2VlYjZiZGZmYjFjZjJhMWEyNGNhMWQ4ZTA3MGMzNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDktMjVUMjE6MzE6MzQuOTg5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9sRnZzNHNqX0dQU29lQXN6QjN3VWJpWmk3Y0ZuMWZKZEVlcFM2b1J0QmxleGlBeEEtSEc0Wl9FbmtDbU5PejJBTE1fdnFSM2E5b0RMWjRYUnR2VVFBZGljSTJBIn19");
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('65120385cbf95', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('65120385cbf95', 'paypal', 'buynow', 'rect', 'gold');
}