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/0nwvq8o9th1g/plugin/9/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ARwGkv-QJVczb_DyNEq-UagKys--k_gh6CAEgNj4nW36xFUbIzfMqev4RHIrYGMUR06chjIXopR0ZpPn");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiNmZlYjI4YTg2YjM3ZWVkOTdjZTRmY2Y2ZmVjMDlkODcxYjQ5NTQ1Yjg2MDY0Y2U0YWY2MTMxZTA1NjhkNTZmOHxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTItMDRUMDg6MTU6MzQuMDQ5WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU9ySGNFMnUwOVZ3R0JreGY2N3B2UXJDUXVQbnpiLV82MmNpVVQxeDVuekpqaTFYM21LdDhCdm9hQ1FEN2ROQ05DdTNNNTV3cnRMbjNrQ01IR2F1NElQTG1obDVRIn19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('67500fa5916fe', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('67500fa5916fe', 'paypal', 'buynow', 'rect', 'gold');
});
}