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/bms894nnplfo/plugin/56/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "ASO0zdMJ0UmqI0nSeBMBiCFmaZv42jVIOh0R_2NQA5JcL_X4hGFU0ycktAUHFZFOh0NNBrOtjJra0m3v");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiOWU1YmQ4ZDNhNjIxNDU0MjQ4MTUwYjBlMTgzNWUxOTcxOGFlMDEzMWRlYmZmZmNmNjAzMjQyNDhkNDU3ZjRmZXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjItMDctMDZUMTk6MjI6MDguMzY4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBBd2tWZG1BSFRoSUFVTXU0dmN6V0hMMmxOLWRUb0V3Z291NnMtVzZlYU5DU3REWmhyejNxdy0wUllGNW1qX1lzN0dCQUNURHBld2NTYnFpeW5RU1ZZbmRwT1pnIn19");
script.setAttribute("data-append-trailing-slash", "1");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('62c5e0dfeb02a', 'paypal', 'buynow', 'rect', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('62c5e0dfeb02a', 'paypal', 'buynow', 'rect', 'gold');
});
}