{"product_id":"nendoroid-1836-suikoden-hero-tir-mcdohl-w-bonus-figure-misb-authentic-japan","title":"Nendoroid 1836 Suikoden Hero Tir McDohl w\/ Bonus Figure MISB Authentic Japan","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@600;800\u0026amp;family=Zen+Maru+Gothic:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n    :root {\n        --theme-rune: #8B0000; \/* True Rune Crimson *\/\n        --theme-dark: #0A0A0C; \/* Soul Eater Black *\/\n        --theme-accent: #2E8B57; \/* Hero Bandana Green *\/\n        --theme-card: #141416;\n        --theme-text: #E8E8E8;\n        --glow: rgba(139, 0, 0, 0.6);\n    }\n    body {\n        font-family: 'Zen Maru Gothic', sans-serif;\n        background-color: var(--theme-dark);\n        color: var(--theme-text);\n        margin: 0;\n        padding: 0;\n        line-height: 1.6;\n        background-image: radial-gradient(circle at center, rgba(46, 139, 87, 0.05) 0%, transparent 60%);\n    }\n    .rpg-container {\n        max-width: 860px;\n        margin: 40px auto;\n        background: var(--theme-card);\n        border: 2px solid #222;\n        border-radius: 6px;\n        box-shadow: 0 0 40px rgba(0,0,0,0.9), 0 0 15px rgba(139, 0, 0, 0.2);\n        position: relative;\n        overflow: hidden;\n    }\n    .rpg-container::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; width: 100%; height: 5px;\n        background: linear-gradient(90deg, var(--theme-rune), var(--theme-accent), var(--theme-rune));\n        box-shadow: 0 0 15px var(--glow);\n    }\n    .hero-banner {\n        padding: 60px 20px;\n        text-align: center;\n        background: linear-gradient(180deg, #111 0%, var(--theme-card) 100%);\n        border-bottom: 1px solid #333;\n        position: relative;\n    }\n    .hero-banner::after {\n        content: '❖';\n        position: absolute;\n        bottom: -15px; left: 50%;\n        transform: translateX(-50%);\n        font-size: 24px;\n        color: var(--theme-rune);\n        background: var(--theme-card);\n        padding: 0 10px;\n    }\n    .title-main {\n        font-family: 'Cinzel', serif;\n        font-size: 2.8rem;\n        color: #FFFFFF;\n        margin: 0;\n        letter-spacing: 4px;\n        text-shadow: 0 0 15px var(--glow);\n        text-transform: uppercase;\n    }\n    .title-sub {\n        font-family: 'Cinzel', serif;\n        font-size: 1.2rem;\n        color: var(--theme-accent);\n        margin-top: 10px;\n        letter-spacing: 5px;\n        text-transform: uppercase;\n    }\n    .status-badge {\n        display: inline-block;\n        margin-top: 25px;\n        padding: 8px 30px;\n        background: rgba(139, 0, 0, 0.1);\n        color: #FFF;\n        font-weight: bold;\n        letter-spacing: 2px;\n        border: 1px solid var(--theme-rune);\n        text-transform: uppercase;\n        border-radius: 2px;\n        box-shadow: inset 0 0 10px rgba(139, 0, 0, 0.3);\n    }\n    .content-zone {\n        padding: 50px 50px 40px 50px;\n    }\n    .lore-quote {\n        text-align: center;\n        font-family: 'Cinzel', serif;\n        font-size: 1.4rem;\n        color: #FFFFFF;\n        font-style: italic;\n        margin-bottom: 30px;\n        padding: 15px;\n        background: linear-gradient(90deg, transparent, rgba(139,0,0,0.1), transparent);\n    }\n    .lore-text {\n        font-size: 1.05rem;\n        color: #B0B0B0;\n        text-align: justify;\n        margin-bottom: 40px;\n    }\n    .highlight-box {\n        background: rgba(46, 139, 87, 0.05);\n        border-left: 4px solid var(--theme-accent);\n        padding: 20px;\n        margin-bottom: 40px;\n    }\n    .highlight-box strong {\n        color: var(--theme-accent);\n        font-family: 'Cinzel', serif;\n        font-size: 1.2rem;\n        display: block;\n        margin-bottom: 10px;\n    }\n    .spec-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 15px;\n    }\n    .spec-card {\n        background: #0F0F11;\n        padding: 15px 20px;\n        border-top: 2px solid #333;\n        transition: all 0.3s ease;\n    }\n    .spec-card:hover {\n        border-top-color: var(--theme-rune);\n        background: #1A1A1C;\n        transform: translateY(-2px);\n    }\n    .s-label {\n        font-size: 0.8rem;\n        color: #666;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n    .s-val {\n        font-size: 1.1rem;\n        color: #FFF;\n        font-weight: bold;\n        margin-top: 5px;\n    }\n    .logistics-area {\n        background: #08080A;\n        padding: 30px 50px;\n        border-top: 1px solid #222;\n    }\n    .logistics-title {\n        font-family: 'Cinzel', serif;\n        color: var(--theme-rune);\n        font-size: 1.1rem;\n        margin-bottom: 12px;\n        display: flex;\n        align-items: center;\n    }\n    .logistics-title::before {\n        content: '✦';\n        margin-right: 10px;\n        color: var(--theme-accent);\n    }\n    .logistics-text {\n        color: #888;\n        font-size: 0.95rem;\n        margin-bottom: 25px;\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"rpg-container\"\u003e\n    \u003cdiv class=\"hero-banner\"\u003e\n        \u003ch1 class=\"title-main\"\u003eSUIKODEN HERO\u003c\/h1\u003e\n        \u003cdiv class=\"title-sub\"\u003eNendoroid 1836 - Tir McDohl\u003c\/div\u003e\n        \u003cdiv class=\"status-badge\"\u003e100% Authentic \/ MISB \/ W. BONUS\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"content-zone\"\u003e\n        \u003cdiv class=\"lore-quote\"\u003e\n            \"The 108 Stars of Destiny gather once more.\"\n        \u003c\/div\u003e\n        \n        \u003cdiv class=\"lore-text\"\u003e\n            \u003cstrong\u003eThe Bearer of the Soul Eater.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\n            From the legendary RPG masterpiece \"Suikoden\" comes a long-awaited Nendoroid of the Hero (Tir McDohl)! Manufactured by Good Smile Company, this meticulously crafted figure captures his stoic yet gentle demeanor. He comes with his twin staff, the deadly Soul Eater rune effect parts, and multiple face plates to recreate iconic scenes from the Toran Republic War.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"highlight-box\"\u003e\n            \u003cstrong\u003e★ FIRST PURCHASE BONUS INCLUDED ★\u003c\/strong\u003e\n            This extremely rare listing includes the official \u003cb\u003eFirst Purchase Bonus (Pre-order Exclusive Background Sheet)\u003c\/b\u003e. Finding the Nendoroid is hard enough; finding it with the original exclusive bonus is a true collector's miracle. The item is in flawless Mint In Sealed Box (MISB) condition.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-grid\"\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003cdiv class=\"s-label\"\u003eCondition\u003c\/div\u003e\n                \u003cdiv class=\"s-val\"\u003eMISB (Factory Sealed)\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003cdiv class=\"s-label\"\u003eBonus Item\u003c\/div\u003e\n                \u003cdiv class=\"s-val\"\u003eOfficial Background Sheet\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003cdiv class=\"s-label\"\u003eManufacturer\u003c\/div\u003e\n                \u003cdiv class=\"s-val\"\u003eGood Smile Company\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-card\"\u003e\n                \u003cdiv class=\"s-label\"\u003eAuthenticity\u003c\/div\u003e\n                \u003cdiv class=\"s-val\"\u003eGenuine Japanese Release\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-area\"\u003e\n        \u003cdiv class=\"logistics-title\"\u003eSecure Logistics Protocol\u003c\/div\u003e\n        \u003cdiv class=\"logistics-text\"\u003e\n            We provide \u003cstrong\u003eExpedited Shipping Worldwide\u003c\/strong\u003e. Your legendary Hero and his exclusive bonus will be wrapped in heavy-duty protective materials and shipped inside a sturdy corrugated box to ensure the original packaging arrives in immaculate condition.\n        \u003c\/div\u003e\n        \u003cdiv class=\"logistics-title\"\u003eInternational Customs Notice\u003c\/div\u003e\n        \u003cdiv class=\"logistics-text\"\u003e\n            Import duties are buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to purchasing this artifact.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: center; margin-top: 0; padding: 35px 25px; background: #08080A; border-top: 2px dashed #8B0000;\"\u003e\n        \u003cp style=\"margin: 0 0 15px 0; font-family: 'Cinzel', serif; font-size: 1.1rem; color: #2E8B57; font-weight: bold; letter-spacing: 2px; text-transform: uppercase;\"\u003e\u0026gt;\u0026gt;\u0026gt; Discover More Authentic Artifacts \u0026lt;\u0026lt;\u0026lt;\u003c\/p\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/str\/figujapan\" target=\"_blank\" style=\"display: inline-block; padding: 12px 25px; background-color: #8B0000; color: #ffffff; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; box-shadow: 0 0 15px rgba(139,0,0,0.4); transition: all 0.3s ease;\"\u003eVisit Our eBay Store\u003c\/a\u003e\n        \u003ca href=\"https:\/\/www.ebay.com\/sch\/figujapan\/m.html\" target=\"_blank\" style=\"display: inline-block; padding: 10px 23px; background-color: transparent; border: 2px solid #2E8B57; color: #2E8B57; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; transition: all 0.3s ease;\"\u003eSee All Other Items\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n","brand":"Good Smile Company","offers":[{"title":"Default Title","offer_id":51996529295680,"sku":"2506050137","price":142.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_da965633-a29f-4aa1-a301-9a21cf07f5ff.png?v=1778411465","url":"https:\/\/figujapan.com\/products\/nendoroid-1836-suikoden-hero-tir-mcdohl-w-bonus-figure-misb-authentic-japan","provider":"Figu Japan","version":"1.0","type":"link"}