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/hw9w9h1im86a/plugin/15/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AYTv0FC29gdEjMDVDUEMED5jaIbwx7c1bRhbCdXJwwzv9c4hqMtflDhRYfQ4E1q9YotbnPqbFz-yxA5j");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGUyNzM5ZDY4YzZjZjg0ZjRlNDI5NWJlMWZmMmY0Mzc1MWFjNzkyNjY2NmI4ODc2Nzk2MmY5N2MyMTVkMDc2NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMTRUMjM6NDg6NTkuOTY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBaTDlvVXMzVUs2cm00TjFKSVpOMjRvVUhMSUoxMU90bHFVSkt2a0p2UXJlZ3M2dkF1ZmY5ZjJIUzA1S1B5RU1PMlpTZF9meVdzaWRIUlNKUU5VaGlxLUNvVnV3In19");
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", "AYTv0FC29gdEjMDVDUEMED5jaIbwx7c1bRhbCdXJwwzv9c4hqMtflDhRYfQ4E1q9YotbnPqbFz-yxA5j");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGUyNzM5ZDY4YzZjZjg0ZjRlNDI5NWJlMWZmMmY0Mzc1MWFjNzkyNjY2NmI4ODc2Nzk2MmY5N2MyMTVkMDc2NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMTEtMTRUMjM6NDg6NTkuOTY0WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQVBaTDlvVXMzVUs2cm00TjFKSVpOMjRvVUhMSUoxMU90bHFVSkt2a0p2UXJlZ3M2dkF1ZmY5ZjJIUzA1S1B5RU1PMlpTZF9meVdzaWRIUlNKUU5VaGlxLUNvVnV3In19");
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('655414585e679', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('655414585e679', 'paypal', 'buynow', 'rect', 'gold');
}