{"product_id":"design-coco-frieren-beyond-journeys-end-exclusive-acrylic-stand-bonus-nib","title":"Design COCO Frieren Beyond Journeys End Exclusive Acrylic Stand Bonus NIB","description":"\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eDesign COCO Frieren Exclusive Bonus\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@400;700\u0026amp;family=Zen+Maru+Gothic:wght@300;400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n    \u003cstyle\u003e\n        :root {\n            --bg-color: #0b111a;\n            --card-bg: #141d2b;\n            --text-main: #f0f4f8;\n            --text-sub: #b0c4de;\n            --accent-gold: #e5c158;\n            --accent-blue: #7ba2e8;\n            --accent-white: #ffffff;\n            --gradient-hero: linear-gradient(135deg, rgba(11,17,26,0.9) 0%, rgba(123,162,232,0.2) 100%);\n            --font-header: 'Cinzel', serif;\n            --font-body: 'Zen Maru Gothic', sans-serif;\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: var(--font-body);\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            line-height: 1.6;\n            background-image: \n                radial-gradient(circle at 50% 50%, rgba(123, 162, 232, 0.05) 0%, transparent 60%),\n                linear-gradient(45deg, rgba(229, 193, 88, 0.03) 1px, transparent 1px);\n            background-size: 100% 100%, 30px 30px;\n        }\n\n        .hero {\n            background: var(--gradient-hero);\n            padding: 80px 20px;\n            text-align: center;\n            border-bottom: 2px solid var(--accent-gold);\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 4px 30px rgba(123, 162, 232, 0.3);\n        }\n\n        .hero::before {\n            content: 'NOT FOR SALE';\n            position: absolute;\n            top: 25px;\n            left: -50px;\n            background: var(--accent-gold);\n            color: #000;\n            padding: 5px 60px;\n            transform: rotate(-45deg);\n            font-family: var(--font-header);\n            font-weight: bold;\n            font-size: 0.9rem;\n            letter-spacing: 2px;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.5);\n        }\n\n        .hero h1 {\n            font-family: var(--font-header);\n            font-size: 3.2rem;\n            color: var(--accent-white);\n            margin: 0;\n            text-shadow: 0 0 20px rgba(123, 162, 232, 0.8);\n            letter-spacing: 3px;\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero p {\n            font-size: 1.3rem;\n            color: var(--accent-gold);\n            margin-top: 15px;\n            letter-spacing: 5px;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n\n        .container {\n            max-width: 950px;\n            margin: 0 auto;\n            padding: 50px 20px;\n        }\n\n        .story-card {\n            background: var(--card-bg);\n            border: 1px solid #2a3b5c;\n            padding: 40px;\n            margin-bottom: 50px;\n            position: relative;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);\n            border-left: 4px solid var(--accent-blue);\n            border-right: 4px solid var(--accent-gold);\n        }\n\n        .story-card::after {\n            content: 'DESIGN COCO';\n            position: absolute;\n            top: -15px;\n            right: 30px;\n            background: var(--accent-blue);\n            color: #fff;\n            padding: 4px 20px;\n            font-family: var(--font-header);\n            font-weight: bold;\n            font-size: 1.1rem;\n            transform: rotate(3deg);\n            box-shadow: 0 4px 10px rgba(0,0,0,0.5);\n        }\n\n        .catchphrase {\n            font-family: var(--font-header);\n            font-size: 1.8rem;\n            color: var(--accent-gold);\n            text-align: center;\n            margin-bottom: 30px;\n            font-style: italic;\n            text-shadow: 0 0 10px rgba(229, 193, 88, 0.3);\n        }\n\n        .section-title {\n            font-family: var(--font-header);\n            font-size: 2.2rem;\n            color: var(--accent-white);\n            border-bottom: 1px solid #2a3b5c;\n            padding-bottom: 10px;\n            margin-bottom: 30px;\n            text-align: center;\n        }\n\n        .story-text p {\n            font-size: 1.1rem;\n            color: var(--text-sub);\n            text-align: justify;\n            margin-bottom: 15px;\n        }\n\n        .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin-bottom: 50px;\n        }\n\n        .spec-item {\n            background: rgba(11, 17, 26, 0.8);\n            border: 1px solid #2a3b5c;\n            padding: 20px;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: all 0.3s ease;\n        }\n\n        .spec-item:hover {\n            transform: translateY(-5px) scale(1.02);\n            border-color: var(--accent-blue);\n            box-shadow: 0 5px 20px rgba(123, 162, 232, 0.2);\n        }\n\n        .spec-label {\n            font-weight: bold;\n            color: var(--accent-gold);\n            font-family: var(--font-header);\n            letter-spacing: 1px;\n        }\n\n        .spec-value {\n            color: var(--accent-white);\n            font-weight: bold;\n            text-align: right;\n        }\n\n        .logistics-card {\n            background: #080c14;\n            border: 1px solid #2a3b5c;\n            padding: 30px;\n            text-align: center;\n            border-radius: 5px;\n        }\n\n        .logistics-card h3 {\n            color: var(--accent-gold);\n            font-family: var(--font-header);\n            font-size: 1.5rem;\n            margin-top: 0;\n            letter-spacing: 2px;\n        }\n\n        .footer-links {\n            text-align: center;\n            margin-top: 80px;\n            padding-top: 40px;\n            border-top: 1px solid #2a3b5c;\n        }\n\n        .footer-links a {\n            display: inline-block;\n            text-decoration: none;\n            color: var(--text-sub);\n            font-family: var(--font-header);\n            font-size: 1.3rem;\n            margin: 0 25px;\n            padding: 10px 20px;\n            border: 1px solid transparent;\n            transition: all 0.4s ease;\n        }\n\n        .footer-links a:hover {\n            color: var(--accent-white);\n            border-color: var(--accent-blue);\n            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);\n            background: rgba(123, 162, 232, 0.1);\n        }\n\n        .disclaimer {\n            font-size: 0.85rem;\n            color: #555;\n            text-align: center;\n            margin-top: 40px;\n        }\n\n        @media (max-width: 600px) {\n            .hero h1 { font-size: 2.2rem; }\n            .spec-grid { grid-template-columns: 1fr; }\n        }\n    \u003c\/style\u003e\n\n\n    \u003cheader class=\"hero\"\u003e\n        \u003ch1\u003eFRIEREN\u003c\/h1\u003e\n        \u003cp\u003eExclusive Acrylic Stand Bonus\u003c\/p\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"container\"\u003e\n        \u003csection class=\"story-card\"\u003e\n            \u003cdiv class=\"catchphrase\"\u003e\"It's a mere fraction of a human's life...\"\u003c\/div\u003e\n            \u003cdiv class=\"story-text\"\u003e\n                \u003cp\u003eAn incredibly rare artifact from \u003cstrong\u003eFrieren: Beyond Journey's End\u003c\/strong\u003e. This exclusive Acrylic Stand was NEVER sold in stores. It was only available as a strictly limited pre-order bonus included with the high-end luxury figure produced by \u003cstrong\u003eDesign COCO\u003c\/strong\u003e.\u003c\/p\u003e\n                \u003cp\u003eBecause it was tied to a premium, high-cost figure release, the circulation of this bonus item is extraordinarily low. It is a true collector's piece designed for those who wish to complete their Frieren shrine with official, hard-to-find merchandise.\u003c\/p\u003e\n                \u003cp\u003eThis authentic Japanese release is \u003cstrong\u003eNew In Box (NIB) \/ Factory Sealed\u003c\/strong\u003e. \u003cem\u003e*Please note: This listing is for the EXCLUSIVE ACRYLIC STAND BONUS ONLY. The scale figure is not included.\u003c\/em\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection\u003e\n            \u003ch2 class=\"section-title\"\u003eOfficial Specifications\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eManufacturer\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDesign COCO\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eFranchise\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFrieren: Beyond Journey's End\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eItem Type\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eAcrylic Stand (Bonus Only)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eRarity\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eNot For Sale \/ Pre-order Exclusive\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eCondition\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eBrand New \/ Factory Sealed\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n                    \u003cspan class=\"spec-label\"\u003eOrigin\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eAuthentic Japan Release\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"logistics-card\"\u003e\n            \u003ch3\u003eExpedited Shipping Worldwide\u003c\/h3\u003e\n            \u003cp style=\"color: #aaa; font-size: 1.05rem;\"\u003eWe utilize premium express couriers (FedEx\/DHL\/EMS) to ensure your treasure arrives swiftly and securely from Japan. The acrylic stand will be packed with rigid protective materials to prevent any bending or damage during transit.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"footer-links\"\u003e\n            \u003ca href=\"https:\/\/www.ebay.com\/str\/figujapan\" target=\"_blank\"\u003efigu japan\u003c\/a\u003e\n            \u003ca href=\"https:\/\/www.ebay.com\/str\/akatsukiwestjapan\" target=\"_blank\"\u003eAkatsuki Selection\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"disclaimer\"\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 bidding or buying.\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\n","brand":"Design COCO","offers":[{"title":"Default Title","offer_id":51996557148480,"sku":"2506050028","price":93.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_f148df28-3708-4713-95f2-b575cb741758.png?v=1778413684","url":"https:\/\/figujapan.com\/de\/products\/design-coco-frieren-beyond-journeys-end-exclusive-acrylic-stand-bonus-nib","provider":"Figu Japan","version":"1.0","type":"link"}