{"product_id":"zelda-tears-of-the-kingdom-figma-action-figure-legend-nintendo-misb","title":"Zelda Tears of the Kingdom Figma Action Figure Legend Nintendo MISB","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eAuthentic Japanese Artifact - Princess Zelda\u003c\/title\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    \/* Phase 1: IP \u0026 Motif Analysis (Zonai Ruins \u0026 Sacred Gold) *\/\n    :root {\n        --color-ruin-bg: #091210;\n        --color-ruin-surface: #101e1b;\n        --color-zonai-green: #36ffb3;\n        --color-zonai-glow: rgba(54, 255, 179, 0.4);\n        --color-sacred-gold: #e5c158;\n        --color-text-main: #dceae6;\n    }\n    \n    body {\n        font-family: 'Zen Maru Gothic', sans-serif;\n        background: radial-gradient(circle at 50% 0%, #162f2a 0%, var(--color-ruin-bg) 75%);\n        color: var(--color-text-main);\n        margin: 0;\n        padding: 50px 20px;\n    }\n\n    .relic-core {\n        max-width: 900px;\n        margin: 0 auto;\n        background: linear-gradient(135deg, rgba(16, 30, 27, 0.9), rgba(9, 18, 16, 0.95));\n        border: 1px solid rgba(229, 193, 88, 0.2);\n        border-top: 3px solid var(--color-zonai-green);\n        padding: 50px 40px;\n        position: relative;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.8), inset 0 0 40px rgba(54, 255, 179, 0.05);\n        backdrop-filter: blur(8px);\n    }\n\n    \/* Phase 2: Pseudo-elements (Zonai Energy Runes) *\/\n    .relic-core::before, .relic-core::after {\n        content: '';\n        position: absolute;\n        width: 40px;\n        height: 40px;\n        border: 2px solid var(--color-sacred-gold);\n        opacity: 0.8;\n        transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);\n        pointer-events: none;\n    }\n    .relic-core::before {\n        top: -10px; left: -10px;\n        border-right: none; border-bottom: none;\n        box-shadow: -5px -5px 15px var(--color-zonai-glow);\n    }\n    .relic-core::after {\n        bottom: -10px; right: -10px;\n        border-left: none; border-top: none;\n        box-shadow: 5px 5px 15px var(--color-zonai-glow);\n    }\n    .relic-core:hover::before { transform: translate(-6px, -6px) rotate(-5deg); }\n    .relic-core:hover::after { transform: translate(6px, 6px) rotate(5deg); }\n\n    \/* Text Effects *\/\n    .hero-title {\n        text-align: center;\n        margin-bottom: 45px;\n        position: relative;\n    }\n    .hero-title h1 {\n        font-family: 'Cinzel', serif;\n        font-size: 3.2rem;\n        margin: 0;\n        color: var(--color-sacred-gold);\n        text-shadow: 0 4px 15px rgba(0,0,0,0.8), 0 0 20px rgba(229, 193, 88, 0.4);\n        letter-spacing: 5px;\n        text-transform: uppercase;\n    }\n    .hero-title h2 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-zonai-green);\n        font-size: 1.1rem;\n        letter-spacing: 6px;\n        margin-top: 10px;\n        text-shadow: 0 0 8px var(--color-zonai-glow);\n    }\n\n    \/* Phase 3: Immersive Storytelling *\/\n    .lore-tablet {\n        margin: 40px 0;\n        padding: 30px;\n        background: linear-gradient(90deg, rgba(54, 255, 179, 0.05), transparent);\n        border-left: 4px solid var(--color-zonai-green);\n    }\n    .quote {\n        font-family: 'Cinzel', serif;\n        font-style: italic;\n        color: var(--color-zonai-green);\n        font-size: 1.4rem;\n        margin-bottom: 20px;\n        text-shadow: 0 0 10px var(--color-zonai-glow);\n    }\n    .lore-text {\n        font-size: 1.1rem;\n        line-height: 1.9;\n        color: #b8c8c4;\n        text-align: justify;\n    }\n\n    \/* Info Grid \u0026 Hover Animations *\/\n    .specs-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n    .spec-card {\n        background: rgba(0, 0, 0, 0.4);\n        border: 1px solid rgba(229, 193, 88, 0.15);\n        padding: 25px;\n        transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;\n    }\n    .spec-card:hover {\n        transform: translateY(-5px);\n        border-color: var(--color-zonai-green);\n        box-shadow: 0 10px 25px rgba(54, 255, 179, 0.15);\n    }\n    .spec-card h3 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-sacred-gold);\n        margin-top: 0;\n        border-bottom: 1px dashed rgba(229, 193, 88, 0.3);\n        padding-bottom: 10px;\n        font-size: 1.25rem;\n    }\n\n    .condition-badge {\n        display: inline-block;\n        background: transparent;\n        color: var(--color-zonai-green);\n        border: 1px solid var(--color-zonai-green);\n        padding: 8px 18px;\n        font-family: 'Cinzel', serif;\n        font-weight: bold;\n        letter-spacing: 2px;\n        margin-bottom: 15px;\n        box-shadow: inset 0 0 15px rgba(54, 255, 179, 0.15);\n    }\n\n    .logistics-bar {\n        text-align: center;\n        padding: 25px;\n        background: rgba(54, 255, 179, 0.03);\n        border-top: 1px solid var(--color-zonai-green);\n        border-bottom: 1px solid var(--color-zonai-green);\n        margin-top: 40px;\n    }\n    \n    .compliance-notice {\n        margin-top: 30px;\n        font-size: 0.85rem;\n        color: #777;\n        line-height: 1.6;\n        text-align: center;\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"relic-core\"\u003e\n    \u003cdiv class=\"hero-title\"\u003e\n        \u003ch1\u003ePRINCESS ZELDA\u003c\/h1\u003e\n        \u003ch2\u003eTEARS OF THE KINGDOM - FIGMA ARTIFACT\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lore-tablet\"\u003e\n        \u003cdiv class=\"quote\"\u003e\"Link... I know you will find me.\"\u003c\/div\u003e\n        \u003cdiv class=\"lore-text\"\u003e\n            Awaken the ancient magic of Hyrule. Crafted with breathtaking precision by Max Factory, this figma immortalizes Princess Zelda in her ethereal, archaic attire from the legendary masterpiece, Tears of the Kingdom. Featuring exquisite articulation, her repaired Master Sword, and the Purah Pad, every detail is engineered to recreate her most poignant and courageous moments. A truly divine relic essential for the sanctum of any devoted Hero of Time.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-grid\"\u003e\n        \u003cdiv class=\"spec-card\"\u003e\n            \u003ch3\u003eArtifact Condition\u003c\/h3\u003e\n            \u003cspan class=\"condition-badge\"\u003eBRAND NEW \/ MISB\u003c\/span\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #b8c8c4;\"\u003e\n                \u003cstrong\u003eMint In Sealed Box.\u003c\/strong\u003e This artifact remains completely untouched, with original factory seals perfectly intact. It has never been opened or exposed to the elements. Preserved within a climate-controlled Japanese vault, ensuring the absolute purity of the figure and its sacred accessories.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec-card\"\u003e\n            \u003ch3\u003eAuthentication Data\u003c\/h3\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #b8c8c4;\"\u003e\n                \u003cstrong\u003e100% Genuine Japanese Release.\u003c\/strong\u003e We vehemently reject unauthorized replicas. This relic was secured directly through official distribution networks in Japan, guaranteeing its true lineage, flawless paintwork, and superior Max Factory engineering.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-bar\"\u003e\n        \u003ch3 style=\"font-family: 'Cinzel', serif; color: var(--color-sacred-gold); margin: 0 0 10px 0;\"\u003eGlobal Logistics\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-weight: bold; color: var(--color-zonai-green); font-size: 1.1rem;\"\u003eExpedited Shipping Worldwide\u003c\/p\u003e\n        \u003cp style=\"margin: 8px 0 0 0; color: #889894; font-size: 0.95rem;\"\u003eEncased in robust, shock-absorbing materials to ensure a safe journey from the skies of Japan to your realm.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"compliance-notice\"\u003e\n        * International Buyers - Please Note:\u003cbr\u003e\n        Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are the buyer's responsibility. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.\n    \u003c\/div\u003e\n\n    [SHOP LINK MODULE BEGIN]\n    \u003cdiv style=\"text-align: center; margin-top: 40px; padding: 25px; background: #050a09; border-top: 2px dashed #36ffb3;\"\u003e\n    \u003cp style=\"margin: 0 0 15px 0; font-size: 1.1rem; color: #dceae6; font-weight: bold; letter-spacing: 1px; 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: #36ffb3; color: #000000; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; box-shadow: 0 4px 10px rgba(54, 255, 179, 0.3); transition: transform 0.2s;\"\u003eVisit figu japan\u003c\/a\u003e\n    \u003ca href=\"https:\/\/www.ebay.com\/str\/akatsukiwestjapan\" target=\"_blank\" style=\"display: inline-block; padding: 10px 23px; background-color: transparent; border: 2px solid #36ffb3; color: #36ffb3; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; transition: transform 0.2s;\"\u003eVisit Akatsuki West Japan\u003c\/a\u003e\n    \u003cp style=\"margin-top: 25px; font-size: 0.8rem; color: #e5c158; font-family: 'Cinzel', serif; letter-spacing: 2px;\"\u003ePRESENTED BY FIGU JAPAN \/ AKATSUKI SELECTION\u003c\/p\u003e\n    \u003c\/div\u003e\n    [SHOP LINK MODULE END]\n\u003c\/div\u003e\n\n\n","brand":"Max Factory","offers":[{"title":"Default Title","offer_id":51996551315776,"sku":"2509010044","price":136.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_03cf46d7-2070-499a-970e-cb2111316823.jpg?v=1778412973","url":"https:\/\/figujapan.com\/products\/zelda-tears-of-the-kingdom-figma-action-figure-legend-nintendo-misb","provider":"Figu Japan","version":"1.0","type":"link"}