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/irmd0ca807c9/plugin/2/paypal/js/smartPaymentScript.js";
    script.setAttribute("data-client-id", "ATmZ8gsKLGjIz47_b5oAbIYZVbCh5iGEW7VvvWOCmkMF66nTcOflxD1lWLqLWHR2qKl8sY8pyRGBY6K3");
    script.setAttribute("data-currency", "EUR");
    script.setAttribute("data-client-token", "eyJicmFpbnRyZWUiOnsiYXV0aG9yaXphdGlvbkZpbmdlcnByaW50IjoiMGUyZjEyOWUyNzM2OTlmOTI5NWQyMDFjOGY5NTBkM2I1OTg0YzUzMzY3NGQ4MGViYjRlZWUzNGE2ZjAzOTkxY3xtZXJjaGFudF9pZD1yd3dua3FnMnhnNTZobTJuJnB1YmxpY19rZXk9ajJmYzJqcHhkZzZ2cDg0ZiZjcmVhdGVkX2F0PTIwMjUtMTAtMzFUMTg6NDM6MzcuMDY0Njg1ODI4WiIsInZlcnNpb24iOiIzLXBheXBhbCJ9LCJwYXlwYWwiOnsiaWRUb2tlbiI6bnVsbCwiYWNjZXNzVG9rZW4iOiJBMjFBQU1wcm9SaHVwM1doN29jRHM0eDlMTFN0WEFwNHdOYWNTV0VPZG1DUTVHaHlFRXRkTjBTQ0FHUGxHWElXNHlLS3dCM0F2aHZJWm1LS09KRjM4d1UtNHo1VFRaX0t3In19");
    script.setAttribute("data-append-trailing-slash", "true");
    script.setAttribute("data-locale", "de_DE");
    document.body.appendChild(script);
    }
    
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('6905035952d13', 'paylater', 'paypal', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('6905035952d13', 'paylater', 'paypal', 'rect', 'gold');
                });
            }
                    if(typeof renderPayPalButtons === 'function') {
                renderPayPalButtons('6905035952d13', 'paypal', 'buynow', 'rect', 'gold');
            } else {
                document.addEventListener('payPalScriptInitialized', () => {
                    renderPayPalButtons('6905035952d13', 'paypal', 'buynow', 'rect', 'gold');
                });
            }