In Stock: 1
Product Description: Explore new adventures with Lara Croft in Tomb Raider #15: Of Myths and Monsters. This issue delves into ancient secrets and perilous quests as Lara faces new challenges in a lush, mysterious jungle setting. With engaging storytelling by Rhianna Pratchett and captivating artwork by Derlis Santacruz, this comic is a must-have for fans of action and adventure.
Keywords: Tomb Raider Lara Croft Dark Horse Comics comics action adventure NM condition Canadian exclusive Rhianna Pratchett Derlis Santacruz myths and monsters
${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.