In Stock: 1
"Batman #181 introduces the captivating character Poison Ivy to the DC Universe with a striking narrative. This issue includes her first appearance, featuring her as a formidable new adversary for Batman and Robin. The exclusive variant cover by Simone Bianchi adds a unique visual flair, celebrated for its artistic merit. A double-page pin-up of Batman and Robin is also included, enhancing its appeal to collectors."
Keywords: Batman comic book variant cover Simone Bianchi DC Comics Batman #181 collectible superhero graphic novel limited edition
${cta.content}
`; } else { // Standard CTA popupContent = `${cta.content}
${cta.button_text} `; } const isSpinWheel = cta.cta_type === 'spin_wheel'; const popupHtml = ` `; document.body.insertAdjacentHTML('beforeend', popupHtml); localStorage.setItem(`popupCta_${cta.id}`, Date.now().toString()); } // Function to handle email collection form submission window.submitEmailCollection = function(event, ctaId) { event.preventDefault(); const emailInput = document.getElementById(`email_${ctaId}`); const responseDiv = document.getElementById(`emailResponse_${ctaId}`); const form = document.getElementById(`emailCollectionForm_${ctaId}`); if (!emailInput.value) { responseDiv.innerHTML = 'Unable to load spin wheel. Please refresh the page.