{"product_id":"haizakura-prima-doll-1-7-scale-figure-kotobukiya-visual-arts-key-open-box-mint","title":"Haizakura Prima Doll 1\/7 Scale Figure Kotobukiya Visual Arts Key Open Box MINT","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 - Haizakura\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 (Cherry Blossoms \u0026 Retro Automata) *\/\n    :root {\n        --color-bg-base: #1a1014;\n        --color-sakura: #ffb7c5;\n        --color-sakura-glow: rgba(255, 183, 197, 0.4);\n        --color-taisho-gold: #c2a77d;\n        --color-text-main: #f0e6e8;\n    }\n    \n    body {\n        font-family: 'Zen Maru Gothic', sans-serif;\n        background: radial-gradient(circle at 50% 30%, #2d1820 0%, var(--color-bg-base) 85%);\n        color: var(--color-text-main);\n        margin: 0;\n        padding: 50px 20px;\n    }\n\n    .artifact-container {\n        max-width: 900px;\n        margin: 0 auto;\n        background: rgba(20, 12, 15, 0.85);\n        padding: 50px 40px;\n        position: relative;\n        border: 1px solid rgba(255, 183, 197, 0.2);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.8), inset 0 0 30px rgba(255, 183, 197, 0.05);\n        backdrop-filter: blur(8px);\n    }\n\n    \/* Phase 2: Pseudo-elements (Taisho-style Corner Ornaments) *\/\n    .artifact-container::before, .artifact-container::after {\n        content: '';\n        position: absolute;\n        width: 60px;\n        height: 60px;\n        border: 2px solid var(--color-sakura);\n        border-radius: 3px;\n        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n        pointer-events: none;\n    }\n    .artifact-container::before {\n        top: -10px; left: -10px;\n        border-right: none; border-bottom: none;\n        box-shadow: -5px -5px 15px var(--color-sakura-glow);\n    }\n    .artifact-container::after {\n        bottom: -10px; right: -10px;\n        border-left: none; border-top: none;\n        box-shadow: 5px 5px 15px var(--color-sakura-glow);\n    }\n    .artifact-container:hover::before { transform: translate(-8px, -8px); }\n    .artifact-container:hover::after { transform: translate(8px, 8px); }\n\n    \/* Text Effects *\/\n    .hero-header {\n        text-align: center;\n        margin-bottom: 40px;\n        position: relative;\n    }\n    .hero-header h1 {\n        font-family: 'Cinzel', serif;\n        font-size: 3.5rem;\n        margin: 0;\n        color: var(--color-sakura);\n        text-shadow: 0 4px 15px var(--color-sakura-glow), 2px 2px 5px rgba(0,0,0,0.8);\n        letter-spacing: 5px;\n    }\n    .hero-header h2 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-taisho-gold);\n        font-size: 1.1rem;\n        letter-spacing: 8px;\n        margin-top: 5px;\n        text-transform: uppercase;\n    }\n\n    \/* Phase 3: Immersive Storytelling *\/\n    .lore-box {\n        margin: 40px 0;\n        padding: 30px;\n        background: linear-gradient(90deg, rgba(255, 183, 197, 0.05), transparent);\n        border-left: 3px solid var(--color-sakura);\n        position: relative;\n    }\n    .quote {\n        font-family: 'Cinzel', serif;\n        font-style: italic;\n        color: var(--color-taisho-gold);\n        font-size: 1.4rem;\n        margin-bottom: 20px;\n        text-shadow: 0 0 10px rgba(194, 167, 125, 0.3);\n    }\n    .lore-text {\n        font-size: 1.1rem;\n        line-height: 1.9;\n        color: #d8ccd0;\n        text-align: justify;\n    }\n\n    \/* Info Grid \u0026 Hover Animations *\/\n    .grid-panel {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n    }\n    .info-card {\n        background: rgba(0, 0, 0, 0.5);\n        border: 1px solid rgba(255, 255, 255, 0.08);\n        padding: 25px;\n        position: relative;\n        transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;\n    }\n    .info-card:hover {\n        transform: translateY(-6px);\n        border-color: var(--color-sakura);\n        box-shadow: 0 15px 30px rgba(255, 183, 197, 0.15);\n    }\n    .info-card h3 {\n        font-family: 'Cinzel', serif;\n        color: var(--color-taisho-gold);\n        margin-top: 0;\n        border-bottom: 1px solid rgba(194, 167, 125, 0.3);\n        padding-bottom: 10px;\n        font-size: 1.3rem;\n    }\n\n    .status-badge {\n        display: inline-block;\n        background: transparent;\n        color: var(--color-sakura);\n        border: 1px solid var(--color-sakura);\n        padding: 8px 18px;\n        font-family: 'Cinzel', serif;\n        font-weight: bold;\n        letter-spacing: 1px;\n        margin-bottom: 15px;\n        box-shadow: inset 0 0 10px rgba(255, 183, 197, 0.2);\n    }\n\n    .logistics-banner {\n        text-align: center;\n        padding: 25px;\n        background: rgba(255, 183, 197, 0.03);\n        border-top: 1px solid var(--color-sakura);\n        border-bottom: 1px solid var(--color-sakura);\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=\"artifact-container\"\u003e\n    \u003cdiv class=\"hero-header\"\u003e\n        \u003ch1\u003eHAIZAKURA\u003c\/h1\u003e\n        \u003ch2\u003ePRIMA DOLL 1\/7 SCALE ARTIFACT\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"lore-box\"\u003e\n        \u003cdiv class=\"quote\"\u003e\"A song of hope from a mechanical heart.\"\u003c\/div\u003e\n        \u003cdiv class=\"lore-text\"\u003e\n            Immerse yourself in the delicate and nostalgic world of Kuronekotei. Brought to life by Kotobukiya and the emotional storytelling masters at Key (Visual Arts), this breathtaking 1\/7 scale figure captures the innocent and gentle automata, Haizakura. Every detail, from the intricate floral patterns of her Taisho-era kimono to the mesmerizing mechanical components subtly integrated into her design, is sculpted to perfection. A true poetic masterpiece for discerning collectors of Japanese artistry.\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"grid-panel\"\u003e\n        \u003cdiv class=\"info-card\"\u003e\n            \u003ch3\u003eArtifact Condition\u003c\/h3\u003e\n            \u003cspan class=\"status-badge\"\u003eOPEN BOX \/ MINT IN BOX\u003c\/span\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #d8ccd0;\"\u003e\n                The seal was carefully opened strictly for professional inspection. The inner figure remains in \u003cstrong\u003eabsolute Mint Condition\u003c\/strong\u003e, never displayed or exposed to sunlight. Her paintwork is flawless, and all delicate parts are perfectly intact. Preserved securely in a Japanese collector's vault, awaiting a new home.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-card\"\u003e\n            \u003ch3\u003eAuthentication Data\u003c\/h3\u003e\n            \u003cp style=\"margin: 0; line-height: 1.7; color: #d8ccd0;\"\u003e\n                \u003cstrong\u003e100% Genuine Kotobukiya Japan Release.\u003c\/strong\u003e We strictly reject bootlegs. This exquisite piece was meticulously sourced from official distribution channels in Japan, guaranteeing its origin, authenticity, and the highest standard of manufacturing quality.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"logistics-banner\"\u003e\n        \u003ch3 style=\"font-family: 'Cinzel', serif; color: var(--color-taisho-gold); margin: 0 0 10px 0;\"\u003eGlobal Logistics\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: 10px 0 0 0; color: #aaa; font-size: 0.95rem;\"\u003eCarefully packed within a robust parcel to protect its delicate beauty during international transit.\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: #000; border-top: 2px dashed #ffb7c5;\"\u003e\n    \u003cp style=\"margin: 0 0 15px 0; font-size: 1.1rem; color: #f0e6e8; 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: #ffb7c5; color: #000000; text-decoration: none; border-radius: 4px; font-weight: bold; font-size: 0.95rem; margin: 5px 10px; box-shadow: 0 4px 10px rgba(255, 183, 197, 0.4); 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 #ffb7c5; color: #ffb7c5; 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: #c2a77d; 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":"KOTOBUKIYA","offers":[{"title":"Default Title","offer_id":51996548890944,"sku":"2505200021","price":106.25,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_dba47d36-b211-4298-a233-ae01e04c642e.png?v=1778412732","url":"https:\/\/figujapan.com\/ja\/products\/haizakura-prima-doll-1-7-scale-figure-kotobukiya-visual-arts-key-open-box-mint","provider":"Figu Japan","version":"1.0","type":"link"}