{"product_id":"terry-bogard-darts-kof-the-king-of-fighters-action-figure-mib-bandai-authentic","title":"Terry Bogard DArts KOF The King of Fighters Action Figure MIB Bandai Authentic","description":"\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;900\u0026amp;family=Zen+Maru+Gothic:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  :root {\n    --snk-red: #e51b23;     \/* Fatal Fury Red *\/\n    --snk-blue: #1c448e;    \/* Denim Blue *\/\n    --snk-yellow: #f8c92a;  \/* Star Gold \/ Max Power *\/\n    --snk-dark: #0a0a0c;\n    --snk-panel: #1a1b26;\n    --font-head: 'Cinzel', serif;\n    --font-body: 'Zen Maru Gothic', sans-serif;\n  }\n\n  .kof-wrapper {\n    font-family: var(--font-body);\n    background-color: var(--snk-dark);\n    color: #e0e0e0;\n    max-width: 1000px;\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n    border: 4px solid var(--snk-dark);\n    box-shadow: 0 15px 40px rgba(0,0,0,0.9), 0 0 0 2px var(--snk-red);\n  }\n\n  \/* Arcade CRT Monitor Scanlines *\/\n  .kof-wrapper::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0; bottom: 0;\n    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));\n    background-size: 100% 4px, 3px 100%;\n    z-index: 10;\n    pointer-events: none;\n  }\n\n  \/* Dynamic Slanted Layout *\/\n  .kof-header {\n    background: linear-gradient(135deg, var(--snk-red) 0%, #8a0b10 100%);\n    padding: 60px 40px 40px 40px;\n    position: relative;\n    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0 100%);\n    text-align: center;\n    border-bottom: 5px solid var(--snk-yellow);\n  }\n\n  .kof-insert-coin {\n    position: absolute;\n    top: 15px; left: 20px;\n    color: var(--snk-yellow);\n    font-family: var(--font-head);\n    font-size: 1rem;\n    letter-spacing: 4px;\n    animation: blink 1.5s infinite;\n  }\n\n  @keyframes blink {\n    0%, 49% { opacity: 1; }\n    50%, 100% { opacity: 0; }\n  }\n\n  .kof-title {\n    font-family: var(--font-head);\n    font-size: 4.5rem;\n    color: #ffffff;\n    margin: 0;\n    text-transform: uppercase;\n    font-weight: 900;\n    letter-spacing: 2px;\n    text-shadow: 4px 4px 0 var(--snk-blue), 8px 8px 0 rgba(0,0,0,0.5);\n    line-height: 1;\n    transform: skew(-10deg);\n  }\n\n  .kof-subtitle {\n    font-family: var(--font-head);\n    color: var(--snk-yellow);\n    font-size: 1.5rem;\n    letter-spacing: 5px;\n    text-transform: uppercase;\n    margin-top: 15px;\n    font-weight: 800;\n    text-shadow: 2px 2px 0 #000;\n  }\n\n  .kof-content {\n    padding: 30px 40px 60px 40px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n  }\n\n  \/* Health Bar Dividers *\/\n  .kof-health-bar {\n    width: 100%;\n    height: 12px;\n    background: #333;\n    border: 2px solid #fff;\n    border-radius: 2px;\n    margin-bottom: 25px;\n    position: relative;\n    box-shadow: 0 4px 10px rgba(0,0,0,0.5);\n  }\n  .kof-health-bar::after {\n    content: '';\n    position: absolute;\n    top: 0; left: 0;\n    height: 100%;\n    width: 85%; \/* Simulating full health *\/\n    background: linear-gradient(90deg, #f8c92a, #ff9900);\n    box-shadow: 0 0 10px var(--snk-yellow);\n  }\n\n  .kof-section-title {\n    font-family: var(--font-head);\n    font-size: 1.8rem;\n    color: #ffffff;\n    margin: 0 0 10px 0;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    display: flex;\n    align-items: center;\n  }\n\n  .kof-section-title span {\n    color: var(--snk-red);\n    margin-right: 10px;\n    font-size: 1.4rem;\n  }\n\n  .kof-lore-text {\n    font-size: 1.05rem;\n    line-height: 1.8;\n    color: #cacedb;\n    text-align: justify;\n  }\n\n  .kof-lore-text strong {\n    color: var(--snk-yellow);\n    background: rgba(248, 201, 42, 0.1);\n    padding: 0 4px;\n  }\n\n  \/* Action Panels *\/\n  .kof-panel {\n    background: var(--snk-panel);\n    border-left: 5px solid var(--snk-blue);\n    padding: 25px;\n    transform: skewX(-5deg);\n    box-shadow: 10px 10px 0 rgba(0,0,0,0.5);\n    margin-bottom: 30px;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n  \n  .kof-panel:hover {\n    transform: skewX(-5deg) translateY(-5px);\n    box-shadow: 15px 15px 0 rgba(229, 27, 35, 0.3);\n    border-left-color: var(--snk-red);\n  }\n\n  .kof-panel-inner {\n    transform: skewX(5deg); \/* Counter-skew for text readability *\/\n  }\n\n  .kof-status-alert {\n    color: var(--snk-red);\n    font-family: var(--font-head);\n    font-size: 1.4rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 10px;\n    text-shadow: 0 0 5px rgba(229,27,35,0.4);\n  }\n\n  .kof-spec-list {\n    list-style: none; padding: 0; margin: 0;\n  }\n  \n  .kof-spec-item {\n    display: flex;\n    justify-content: space-between;\n    padding: 12px 0;\n    border-bottom: 1px dashed rgba(255,255,255,0.1);\n  }\n\n  .kof-spec-label {\n    font-family: var(--font-head);\n    font-size: 0.9rem;\n    color: #888;\n    letter-spacing: 2px;\n  }\n\n  .kof-spec-value {\n    font-weight: 700;\n    color: #fff;\n  }\n\n  .kof-logistics {\n    background: rgba(0,0,0,0.6);\n    border: 2px solid #333;\n    padding: 20px;\n    font-size: 0.95rem;\n    line-height: 1.6;\n    color: #aaa;\n  }\n  .kof-logistics strong { color: var(--snk-yellow); font-family: var(--font-head); letter-spacing: 1px; }\n\n  @media(max-width: 768px) {\n    .kof-content { grid-template-columns: 1fr; }\n    .kof-title { font-size: 3.2rem; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"kof-wrapper\"\u003e\n  \n  \u003cdiv class=\"kof-header\"\u003e\n    \u003cdiv class=\"kof-insert-coin\"\u003eCREDIT 00\u003c\/div\u003e\n    \u003ch1 class=\"kof-title\"\u003eTerry Bogard\u003c\/h1\u003e\n    \u003cdiv class=\"kof-subtitle\"\u003e\"Hey, c'mon, c'mon!\"\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kof-content\"\u003e\n    \n    \u003cdiv\u003e\n      \u003cdiv class=\"kof-section-title\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e The Hungry Wolf\u003c\/div\u003e\n      \u003cdiv class=\"kof-health-bar\"\u003e\u003c\/div\u003e\n      \n      \u003cdiv class=\"kof-panel\"\u003e\n        \u003cdiv class=\"kof-panel-inner\"\u003e\n          \u003cdiv class=\"kof-lore-text\"\u003e\n            From the legendary SNK fighting game franchises \u003cem\u003eFatal Fury\u003c\/em\u003e and \u003cem\u003eThe King of Fighters\u003c\/em\u003e comes the iconic hero, Terry Bogard. Produced by Bandai in their highly celebrated and now-rare \u003cstrong\u003eD-Arts\u003c\/strong\u003e line, this masterpiece features incredible articulation designed specifically to recreate his signature moves like the Burn Knuckle and Power Geyser.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kof-panel\" style=\"border-left-color: var(--snk-yellow);\"\u003e\n        \u003cdiv class=\"kof-panel-inner\"\u003e\n          \u003cdiv class=\"kof-status-alert\"\u003eCondition: MIB \/ Top Mint\u003c\/div\u003e\n          \u003cdiv class=\"kof-lore-text\"\u003e\n            This rare artifact is Mint In Box (MIB). The outer box was carefully opened for inspection, but the figure itself is in \u003cstrong\u003etop mint, pristine condition\u003c\/strong\u003e. It shows absolutely no signs of display wear, loose joints, or missing effect parts. Meticulously preserved to deliver authentic arcade nostalgia.\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv\u003e\n      \u003cdiv class=\"kof-section-title\"\u003e\n\u003cspan\u003e★\u003c\/span\u003e Fighter Data\u003c\/div\u003e\n      \u003cdiv class=\"kof-health-bar\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"kof-panel\"\u003e\n        \u003cdiv class=\"kof-panel-inner\"\u003e\n          \u003cul class=\"kof-spec-list\"\u003e\n            \u003cli class=\"kof-spec-item\"\u003e\n              \u003cspan class=\"kof-spec-label\"\u003eFighter\u003c\/span\u003e\n              \u003cspan class=\"kof-spec-value\"\u003eTerry Bogard\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"kof-spec-item\"\u003e\n              \u003cspan class=\"kof-spec-label\"\u003eBrand\u003c\/span\u003e\n              \u003cspan class=\"kof-spec-value\"\u003eBandai \/ D-Arts\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"kof-spec-item\"\u003e\n              \u003cspan class=\"kof-spec-label\"\u003eStatus\u003c\/span\u003e\n              \u003cspan class=\"kof-spec-value\" style=\"color: var(--snk-red);\"\u003eOut of Print (Rare)\u003c\/span\u003e\n            \u003c\/li\u003e\n            \u003cli class=\"kof-spec-item\"\u003e\n              \u003cspan class=\"kof-spec-label\"\u003eAuthenticity\u003c\/span\u003e\n              \u003cspan class=\"kof-spec-value\"\u003e100% Genuine Japan\u003c\/span\u003e\n            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kof-logistics\"\u003e\n        \u003cstrong\u003eGLOBAL LOGISTICS:\u003c\/strong\u003e\u003cbr\u003e\n        Expedited Shipping Worldwide. We pack all our rare figures with extreme care using sturdy corrugated boxes and shock-absorbing materials to ensure the package arrives in collector-grade condition.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003eCUSTOMS POLICY:\u003c\/strong\u003e\u003cbr\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 buying.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv style=\"text-align: center; margin-top: 0; padding: 40px 25px; background: #000000; border-top: 5px solid #e51b23; position: relative; z-index: 15;\"\u003e\n      \u003cp style=\"margin: 0 0 20px 0; font-size: 1.1rem; color: #f8c92a; font-weight: bold; letter-spacing: 3px; font-family: 'Cinzel', serif; text-transform: uppercase; text-shadow: 2px 2px 0 #e51b23;\"\u003e\u0026gt;\u0026gt;\u0026gt; Discover More Authentic Artifacts \u0026lt;\u0026lt;\u0026lt;\u003c\/p\u003e\n      \u003ca href=\"https:\/\/www.ebay.com\/str\/YOUR_SHOP_NAME\" target=\"_blank\" style=\"display: inline-block; padding: 15px 35px; background-color: #e51b23; color: #ffffff; text-decoration: none; border-radius: 0; font-weight: bold; font-size: 1rem; margin: 5px 10px; box-shadow: 4px 4px 0 #f8c92a; text-transform: uppercase; font-family: 'Zen Maru Gothic', sans-serif; transition: transform 0.1s; transform: skew(-5deg);\"\u003eVisit Our eBay Store\u003c\/a\u003e\n      \u003ca href=\"https:\/\/www.ebay.com\/sch\/YOUR_SHOP_NAME\/m.html\" target=\"_blank\" style=\"display: inline-block; padding: 13px 33px; background-color: transparent; border: 2px solid #1c448e; color: #1c448e; text-decoration: none; border-radius: 0; font-weight: bold; font-size: 1rem; margin: 5px 10px; box-shadow: 4px 4px 0 #1c448e; text-transform: uppercase; font-family: 'Zen Maru Gothic', sans-serif; background: #fff; transform: skew(-5deg);\"\u003eSee All Other Items\u003c\/a\u003e\n      \u003cp style=\"margin-top: 35px; font-size: 0.8rem; color: #555; font-family: 'Cinzel', serif; letter-spacing: 2px;\"\u003ePRESENTED BY FIGU JAPAN \/ AKATSUKI SELECTION\u003c\/p\u003e\n  \u003c\/div\u003e\n  \u003c\/div\u003e","brand":"Bandai","offers":[{"title":"Default Title","offer_id":51996562424128,"sku":"2506050079","price":152.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_75ad88b6-a232-420d-a475-9b9502a6b946.png?v=1778414265","url":"https:\/\/figujapan.com\/products\/terry-bogard-darts-kof-the-king-of-fighters-action-figure-mib-bandai-authentic","provider":"Figu Japan","version":"1.0","type":"link"}