In Stock: 1
In "Uncanny X-Men" #475, the team embarks on an epic journey titled "The Rise and Fall of the Shi'ar Empire." This storyline, crafted by Ed Brubaker, sets the stage for a dramatic cosmic conflict, featuring complex alliances and power struggles. The cover art by Billy Tan captures the intensity and dynamic action that follows the X-Men as they navigate interstellar politics and battle formidable foes.
Keywords: Uncanny X-Men Variant Cover Marvel Comics X-Men Comic Book Collectible Superhero Graphic Novel Comics Marvel Universe
${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.