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.plentyone.com/hmcctrn8pxnc/plugin/57/paypal/js/smartPaymentScript.js";
script.setAttribute("data-client-id", "AU4EC6S4mYvQCLjppoAZxVKbaO8V4-O19Kujj8c8wiFRmD8nc3G0yHYyK-LJ5W3hdJ-yro4k7BqURmpb");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzIxZjYyZDhjMGNmYzYxOTZhMjY2NzJiMDE1MGQ0MjE5MDEzMDQwMWMyN2NmOTMzMWNkODdjYjk3ODdlMDU0NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDgtMjRUMTU6NDY6NDguMjMzNzEyMTg3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5pTHhQV25SanBLVFNzVjlfOXBRbUt2d3ZUb1l0T29UUktCWVd1d2xxM1ZSMHh4Q0dmVzZiY1B6VWxZWUFJZU9UcVJoWXg3dm44Sk1Oc2Jya1ZmcUEwY29QY3d3In19");
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", "AU4EC6S4mYvQCLjppoAZxVKbaO8V4-O19Kujj8c8wiFRmD8nc3G0yHYyK-LJ5W3hdJ-yro4k7BqURmpb");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMzIxZjYyZDhjMGNmYzYxOTZhMjY2NzJiMDE1MGQ0MjE5MDEzMDQwMWMyN2NmOTMzMWNkODdjYjk3ODdlMDU0NnxtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjYtMDgtMjRUMTU6NDY6NDguMjMzNzEyMTg3WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU5pTHhQV25SanBLVFNzVjlfOXBRbUt2d3ZUb1l0T29UUktCWVd1d2xxM1ZSMHh4Q0dmVzZiY1B6VWxZWUFJZU9UcVJoWXg3dm44Sk1Oc2Jya1ZmcUEwY29QY3d3In19");
script.setAttribute("data-append-trailing-slash", "true");
script.setAttribute("data-locale", "en_GB");
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a8c700e0873b', 'paylater', 'paypal', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a8c700e0873b', 'paylater', 'paypal', 'pill', 'gold');
});
}
if(typeof renderPayPalButtons === 'function') {
renderPayPalButtons('6a8c700e0873b', 'paypal', 'buynow', 'pill', 'gold');
} else {
document.addEventListener('payPalScriptInitialized', () => {
renderPayPalButtons('6a8c700e0873b', 'paypal', 'buynow', 'pill', 'gold');
});
}