if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn03.plentymarkets.com/6ci46tf32w69/plugin/60/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AQai_EuotpUKFk9FJg5eefUAQT1K53xfUUp6CewEfe__kZ6h1dLza3wBtR2GQbulDDqXSTdG_aAwH1p8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2Y5NTNiM2Q2MjBhNGY3ODU3ZWZjNjM2ODgzMmM0YjE3ODc3Y2U5NmYxNGYyMzE4ZTg1ODgwYmNlZjZjN2M4OHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTJUMjA6MTI6MzEuNjg3NzM0NDM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1LeWxzWGtYcVNRVWo1VHdUM3V6eFR3U1ctWHJ5QXBrS0VIOGZKVFBDNVlHcXR0YmhDUDZqUFRmcDk1ZHc5cU9LU3BhcVJCUW5tQzBQZHNLcVR6MFhybGUzd3dnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AQai_EuotpUKFk9FJg5eefUAQT1K53xfUUp6CewEfe__kZ6h1dLza3wBtR2GQbulDDqXSTdG_aAwH1p8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2Y5NTNiM2Q2MjBhNGY3ODU3ZWZjNjM2ODgzMmM0YjE3ODc3Y2U5NmYxNGYyMzE4ZTg1ODgwYmNlZjZjN2M4OHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMDMtMTJUMjA6MTI6MzEuNjg3NzM0NDM2WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1LeWxzWGtYcVNRVWo1VHdUM3V6eFR3U1ctWHJ5QXBrS0VIOGZKVFBDNVlHcXR0YmhDUDZqUFRmcDk1ZHc5cU9LU3BhcVJCUW5tQzBQZHNLcVR6MFhybGUzd3dnIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67d1f20b8f78e', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('67d1f20b8f78e', 'paypal', 'buynow', 'rect', 'gold');
}