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/n79ih84csvpx/plugin/3/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AcHNg7p-1br7rsZB-F-LFOoUvXS8CPlrE37rOj0LC0aWTK4THi1P5DH_3wc6JJr5mi20HTDXbxPToNET");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2FhMWFmZmE2OTk5MDJkZTVjNTY4YWI0M2M5ZjQ3Mjc3YzZmNDQ5ODVmY2M4MDljZGZiOTQ2YmJiZjZiYTUxNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMThUMTc6MDk6NTYuMDYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5JaVNDSmtWQy1oYXpYczRkbTJYMHo1NXB2OEZvVWF3dTJHTVJzME1mczBsTnZheE1feVQwWi04eWZRUmgyTU10MGx1MGJOOHBmVDRORF9ndGdhOTlhM2pNaFlnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AcHNg7p-1br7rsZB-F-LFOoUvXS8CPlrE37rOj0LC0aWTK4THi1P5DH_3wc6JJr5mi20HTDXbxPToNET");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiM2FhMWFmZmE2OTk5MDJkZTVjNTY4YWI0M2M5ZjQ3Mjc3YzZmNDQ5ODVmY2M4MDljZGZiOTQ2YmJiZjZiYTUxNXxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjQtMTEtMThUMTc6MDk6NTYuMDYzWiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5JaVNDSmtWQy1oYXpYczRkbTJYMHo1NXB2OEZvVWF3dTJHTVJzME1mczBsTnZheE1feVQwWi04eWZRUmgyTU10MGx1MGJOOHBmVDRORF9ndGdhOTlhM2pNaFlnIn19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
}
if (typeof paypal_plenty_sdk === 'undefined' || typeof renderPayPalButtons !== 'function') {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('673b7af524e85', 'paypal', 'buynow', 'rect', 'gold');
});
} else {
renderPayPalButtons('673b7af524e85', 'paypal', 'buynow', 'rect', 'gold');
}