In Stock: 1
"X-Force #1" introduces a bold new team of mutants led by Cable, engaging in high-octane adventures. This first issue is a collector's item and includes a special Marvel trading card, sealed in its original packaging. It showcases dynamic art and pivotal storylines foundational to the X-Force series.
Keywords: X-Force trading card Marvel 1991 collectibles comic book superhero collectible card Marvel comics bagged
${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.