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/tzqfemjm9h1k/plugin/52/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AVln9u5zcrJN11M6K4QQr1Yw6Cc1JDOKtQPdvnwbwlqmH0LZ4_GJAcSCjXZP5khizpCXb6FWpaKXzNXQ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODcxZTFjZGFmN2NjZTBiODAxZDc2Y2I0ZWI1YjgwNjQ2YjJmNTZlYjZmOWFjZjlmZGNlMTk1MTA3MTBlMDI0ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMzFUMDM6MTY6MjMuMTM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1DcjlCTmdvdEplUWUzNVctNTQ2QUVhS2JwVE5sM3FtaXlMTG5oMThhOWRmMDBjOUtSVUpaSllDN3VQX19UU0ozM0JqWk10TnZaNF8yc3NGdXRRSVQ3Nmh0M1Z3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "es_ES");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.setAttribute("data-client-id", "AVln9u5zcrJN11M6K4QQr1Yw6Cc1JDOKtQPdvnwbwlqmH0LZ4_GJAcSCjXZP5khizpCXb6FWpaKXzNXQ");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiODcxZTFjZGFmN2NjZTBiODAxZDc2Y2I0ZWI1YjgwNjQ2YjJmNTZlYjZmOWFjZjlmZGNlMTk1MTA3MTBlMDI0ZnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjMtMDUtMzFUMDM6MTY6MjMuMTM3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1DcjlCTmdvdEplUWUzNVctNTQ2QUVhS2JwVE5sM3FtaXlMTG5oMThhOWRmMDBjOUtSVUpaSllDN3VQX19UU0ozM0JqWk10TnZaNF8yc3NGdXRRSVQ3Nmh0M1Z3In19");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "es_ES");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6476bd32768a4', 'paypal', 'buynow', 'pill', 'silver');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6476bd32768a4', 'paypal', 'buynow', 'pill', 'silver');
});
}