{"product_id":"gquuuuuux-mobile-suit-gundam-figure-metal-robot-spirits-side-ms-bandai-misb","title":"GQuuuuuuX Mobile Suit Gundam Figure Metal Robot Spirits Side MS Bandai 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 - Metal Robot Spirits\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 (Gundam HUD \u0026 Mecha Metal) *\/\n    :root {\n        --color-space-bg: #050508;\n        --color-armor-grey: #1a1b20;\n        --color-neon-cyan: #00f0ff;\n        --color-neon-cyan-glow: rgba(0, 240, 255, 0.4);\n        --color-warning-yellow: #ffb700;\n        --color-text-main: #e2e8f0;\n    }\n    \n    body {\n        font-family: 'Zen Maru Gothic', sans-serif;\n        background: radial-gradient(circle at 50% 0%, #151a28 0%, var(--color-space-bg) 80%);\n        color: var(--color-text-main);\n        margin: 0;\n        padding: 40px 20px;\n    }\n\n    .mecha-container {\n        max-width: 900px;\n        margin: 0 auto;\n        background: linear-gradient(135deg, rgba(26, 27, 32, 0.95) 0%, rgba(10, 10, 15, 0.95) 100%);\n        border: 1px solid #333;\n        border-radius: 4px;\n        position: relative;\n        padding: 40px;\n        box-shadow: 0 15px 40px rgba(0,0,0,0.8), inset 0 0 20px rgba(0, 240, 255, 0.05);\n    }\n\n    \/* Phase 2: Pseudo-elements (HUD Targeting Brackets) *\/\n    .mecha-container::before, .mecha-container::after {\n        content: '';\n        position: absolute;\n        width: 40px;\n        height: 40px;\n        border: 2px solid var(--color-neon-cyan);\n        pointer-events: none;\n        transition: all 0.3s ease;\n    }\n    .mecha-container::before {\n        top: -5px; left: -5px;\n        border-right: none; border-bottom: none;\n        box-shadow: -4px -4px 10px var(--color-neon-cyan-glow);\n    }\n    .mecha-container::after {\n        bottom: -5px; right: -5px;\n        border-left: none; border-top: none;\n        box-shadow: 4px 4px 10px var(--color-neon-cyan-glow);\n    }\n    .mecha-container:hover::before { transform: translate(-5px, -5px); }\n    .mecha-container:hover::after { transform: translate(5px, 5px); }\n\n    \/* Header \u0026 Text Effects *\/\n    .system-header {\n        text-align: center;\n        border-bottom: 2px solid #333;\n        padding-bottom: 30px;\n        margin-bottom: 40px;\n        position: relative;\n    }\n    .system-header h1 {\n        font-family: 'Cinzel', serif;\n        font-size: 2.8rem;\n        margin: 0;\n        color: #ffffff;\n        text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);\n        letter-spacing: 4px;\n        text-transform: uppercase;\n    }\n    .system-header h2 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-neon-cyan);\n        font-size: 1.1rem;\n        letter-spacing: 6px;\n        margin-top: 10px;\n        text-shadow: 0 0 8px var(--color-neon-cyan-glow);\n    }\n\n    \/* Phase 3: Immersive Storytelling *\/\n    .transmission-box {\n        background: rgba(0, 240, 255, 0.03);\n        border-left: 3px solid var(--color-neon-cyan);\n        padding: 20px 30px;\n        margin-bottom: 40px;\n    }\n    .quote {\n        font-family: 'Cinzel', serif;\n        font-style: italic;\n        color: var(--color-neon-cyan);\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n        letter-spacing: 1px;\n    }\n    .lore-text {\n        line-height: 1.8;\n        font-size: 1.05rem;\n        color: #b0b8c4;\n    }\n\n    \/* Data Grid (Hover Animations) *\/\n    .data-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n    }\n    .data-card {\n        background: #0f1015;\n        border: 1px solid #2a2b30;\n        padding: 25px;\n        border-radius: 2px;\n        transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n    }\n    .data-card:hover {\n        transform: translateY(-5px);\n        border-color: var(--color-neon-cyan);\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6), 0 0 15px var(--color-neon-cyan-glow);\n    }\n    .data-card h3 {\n        font-family: 'Cinzel', serif;\n        color: #ffffff;\n        border-bottom: 1px dashed #444;\n        padding-bottom: 10px;\n        margin-top: 0;\n        font-size: 1.2rem;\n    }\n\n    \/* Condition Badge *\/\n    .status-badge {\n        display: inline-block;\n        background: transparent;\n        color: var(--color-warning-yellow);\n        border: 1px solid var(--color-warning-yellow);\n        padding: 6px 15px;\n        font-family: 'Cinzel', serif;\n        font-weight: bold;\n        letter-spacing: 1.5px;\n        margin-bottom: 15px;\n        box-shadow: inset 0 0 10px rgba(255, 183, 0, 0.2);\n    }\n\n    .logistics-module {\n        margin-top: 40px;\n        text-align: center;\n        background: repeating-linear-gradient(45deg, rgba(20,20,20,1), rgba(20,20,20,1) 10px, rgba(30,30,30,1) 10px, rgba(30,30,30,1) 20px);\n        padding: 25px;\n        border: 1px solid #333;\n    }\n    \n    .compliance-notice {\n        margin-top: 30px;\n        font-size: 0.85rem;\n        color: #666;\n        line-height: 1.6;\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"mecha-container\"\u003e\n    \u003cdiv class=\"system-header\"\u003e\n        \u003ch1\u003eGQuuuuuuX\u003c\/h1\u003e\n        \u003ch2\u003eMETAL ROBOT SPIRITS - SIDE MS\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"transmission-box\"\u003e\n        \u003cdiv class=\"quote\"\u003e\"System Startup. Metal frame engaged.\"\u003c\/div\u003e\n        \u003cdiv class=\"lore-text\"\u003e\n            Experience the absolute pinnacle of mobile suit engineering. Bandai's highly acclaimed Metal Robot Spirits series brings the formidable GQuuuuuuX to life through an unparalleled fusion of heavy die-cast metal parts and exquisite exterior sculpting. The robust joint system ensures dynamic and stable posing, while the meticulously applied decals and metallic paintwork replicate the true gravity of an operational machine. A mandatory acquisition for elite Gundam pilots and collectors.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"data-grid\"\u003e\n        \u003cdiv class=\"data-card\"\u003e\n            \u003ch3\u003eArtifact Status\u003c\/h3\u003e\n            \u003cspan class=\"status-badge\"\u003eBRAND NEW \/ MISB\u003c\/span\u003e\n            \u003cp style=\"margin: 0; line-height: 1.6; color: #b0b8c4;\"\u003e\n                \u003cstrong\u003eMint In Sealed Box.\u003c\/strong\u003e This artifact remains completely unopened, with factory seals perfectly intact. The pristine inner figure has never been exposed to the atmosphere. It has been strictly preserved in a climate-controlled Japanese vault, awaiting its rightful pilot.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"data-card\"\u003e\n            \u003ch3\u003eAuthentication Data\u003c\/h3\u003e\n            \u003cp style=\"margin: 0; line-height: 1.6; color: #b0b8c4;\"\u003e\n                \u003cstrong\u003e100% Genuine Bandai Release.\u003c\/strong\u003e We do not handle unauthorized replicas. This specific unit was secured through official Japanese distribution channels, ensuring its flawless authenticity and superior die-cast quality.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-module\"\u003e\n        \u003ch3 style=\"font-family: 'Cinzel', serif; color: var(--color-neon-cyan); margin: 0 0 10px 0;\"\u003eLogistics Uplink\u003c\/h3\u003e\n        \u003cp style=\"margin: 0; font-weight: bold; color: #fff; font-size: 1.1rem;\"\u003eExpedited Shipping Worldwide\u003c\/p\u003e\n        \u003cp style=\"margin: 8px 0 0 0; color: #aaa; font-size: 0.95rem;\"\u003eSecured with shock-absorbing armaments to ensure safe atmospheric reentry to your location.\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: #050508; border-top: 2px dashed #00f0ff;\"\u003e\n    \u003cp style=\"margin: 0 0 15px 0; font-size: 1.1rem; color: #e2e8f0; 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: #00f0ff; color: #000000; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; box-shadow: 0 4px 6px rgba(0, 240, 255, 0.2);\"\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 #00f0ff; color: #00f0ff; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px;\"\u003eVisit Akatsuki West Japan\u003c\/a\u003e\n    \u003cp style=\"margin-top: 25px; font-size: 0.8rem; color: #555555; 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":"Bandai","offers":[{"title":"Default Title","offer_id":51996546662720,"sku":"2509010009","price":123.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_8dac82e4-f13e-4ec5-83a2-594320511b22.png?v=1778412397","url":"https:\/\/figujapan.com\/de\/products\/gquuuuuux-mobile-suit-gundam-figure-metal-robot-spirits-side-ms-bandai-misb","provider":"Figu Japan","version":"1.0","type":"link"}