Support Kintyre Food Bank and Campbeltown Picture House
100% of profits from this wax melt, will be split equally between Campbeltown Picture House and Kintyre Food Bank
function openPopup() { overlay.style.display = "block"; modal.style.display = "block"; } function closePopup() { overlay.style.display = "none"; modal.style.display = "none"; try { localStorage.setItem(key, "1"); } catch(e) {} } function shouldShow() { try { return !localStorage.getItem(key); } catch(e) { return true; } } if (shouldShow()) { window.setTimeout(openPopup, 600); } overlay.addEventListener("click", closePopup); closeBtn.addEventListener("click", closePopup); okBtn.addEventListener("click", closePopup); document.addEventListener("keydown", function (e) { if (e.key === "Escape") closePopup(); }); })();