Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
/* potwierdzenie na stronie */
window.yaroShowConfirm=function(ok){var ov=document.createElement('div');ov.style.cssText='position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(20,25,35,0.55);';var b=document.createElement('div');b.style.cssText='background:#f8f5f0;color:#2e3a4b;max-width:380px;width:88%;padding:32px 28px;border-radius:6px;font-family:Georgia,serif;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,0.35);';var l=document.createElement('div');l.style.cssText='font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#8a6d3b;margin-bottom:14px;';l.textContent='Rezerwacja';var t=document.createElement('div');t.style.cssText='font-size:16px;line-height:1.55;margin-bottom:22px;';if(ok){t.textContent='Dziękujemy! Twoja prośba o rezerwację terminu została wysłana. Gospodarze potwierdzą dostępność. Na tym etapie nie pobieramy żadnej płatności.';}else{t.textContent='Nie udało się wysłać prośby. Zadzwoń pod 601 637 674 lub napisz na amkurkuma@wp.pl';}var btn=document.createElement('button');btn.style.cssText='background:#2e3a4b;color:#fff;border:none;padding:11px 24px;font-size:14px;letter-spacing:1px;cursor:pointer;border-radius:4px;font-family:inherit;';btn.textContent='Zamknij';btn.onclick=function(){document.body.removeChild(ov);};b.appendChild(l);b.appendChild(t);b.appendChild(btn);ov.appendChild(b);ov.onclick=function(e){if(e.target===ov){document.body.removeChild(ov);}};document.body.appendChild(ov);};
/* telefon: na komputerze pokaz numer */
(function(){if(window.yaroTelHandler){return;}window.yaroTelHandler=1;function isMobile(){return /Mobi|Android|iPhone|iPad|iPod|Windows Phone/i.test(navigator.userAgent);}function box(pretty){var disp=pretty.replace(/[^0-9+]/g,'');var ov=document.createElement('div');ov.style.cssText='position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(20,25,35,0.55);';var b=document.createElement('div');b.style.cssText='background:#f8f5f0;color:#2e3a4b;max-width:340px;width:86%;padding:30px 26px;border-radius:6px;font-family:Georgia,serif;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,0.35);';var l=document.createElement('div');l.style.cssText='font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#8a6d3b;margin-bottom:12px;';l.textContent='Rezerwacja';var t=document.createElement('div');t.style.cssText='font-size:15px;margin-bottom:8px;';t.textContent='Zadzwoń pod numer:';var num=document.createElement('div');num.style.cssText='font-size:26px;font-weight:bold;margin-bottom:20px;';num.textContent=pretty;var cp=document.createElement('button');cp.style.cssText='background:#2e3a4b;color:#fff;border:none;padding:11px 22px;font-size:14px;letter-spacing:1px;cursor:pointer;border-radius:4px;font-family:inherit;';cp.textContent='Skopiuj numer';cp.onclick=function(){var ok=function(){cp.textContent='Skopiowano ✓';};if(navigator.clipboard){navigator.clipboard.writeText(disp).then(ok,ok);}else{var ta=document.createElement('textarea');ta.value=disp;document.body.appendChild(ta);ta.select();try{document.execCommand('copy');}catch(e){}document.body.removeChild(ta);ok();}};var cl=document.createElement('div');cl.style.cssText='margin-top:16px;font-size:13px;color:#999;cursor:pointer;';cl.textContent='Zamknij';cl.onclick=function(){document.body.removeChild(ov);};b.appendChild(l);b.appendChild(t);b.appendChild(num);b.appendChild(cp);b.appendChild(cl);ov.appendChild(b);ov.onclick=function(e){if(e.target===ov){document.body.removeChild(ov);}};document.body.appendChild(ov);}document.addEventListener('click',function(e){var a=e.target.closest?e.target.closest('a[href^="tel:"]'):null;if(!a){return;}if(isMobile()){return;}e.preventDefault();var pretty=(a.textContent||'').replace(/.*·/,'').trim();if(!pretty){pretty=a.getAttribute('href').replace('tel:','');}box(pretty);},true);})();