{"product_id":"figma-sword-art-online-ii-yuuki-ex033-action-figure-max-factory-japan-new","title":"Figma Sword Art Online II Yuuki EX033 Action Figure Max Factory Japan NEW","description":"\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eFigma Yuuki EX-033 Action Figure\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cinzel:wght@700;900\u0026amp;family=Roboto:wght@400;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n    :root {\n        \/* Visual Identity: Yuuki Konno (Mother's Rosario) *\/\n        --primary-color: #4a148c; \/* Imperial Purple *\/\n        --secondary-color: #ffd700; \/* Gold (Sword Skills) *\/\n        --accent-color: #d500f9; \/* Vivid Purple\/Pink Accent *\/\n        --text-color: #2c2c2c;\n        --bg-color: #f3e5f5;\n        --white: #ffffff;\n        \n        \/* Dynamic Layout Variables *\/\n        --skew-deg: -2deg; \/* Dynamic Action Angle *\/\n        --border-radius: 4px; \/* Sharp edges for \"The Absolute Sword\" *\/\n        --shadow-color: rgba(74, 20, 140, 0.4);\n    }\n\n    * { box-sizing: border-box; }\n\n    body {\n        margin: 0;\n        padding: 0;\n        font-family: 'Roboto', sans-serif;\n        background-color: var(--bg-color);\n        \/* Striped background for speed\/action feel *\/\n        background-image: repeating-linear-gradient(\n            45deg,\n            #f3e5f5,\n            #f3e5f5 10px,\n            #e1bee7 10px,\n            #e1bee7 20px\n        );\n        color: var(--text-color);\n        padding-bottom: 40px;\n    }\n\n    .container {\n        max-width: 900px;\n        margin: 40px auto;\n        background: var(--white);\n        border: 2px solid var(--primary-color);\n        box-shadow: 15px 15px 0px var(--shadow-color);\n        border-radius: var(--border-radius);\n        overflow: hidden;\n    }\n\n    \/* --- Header Section --- *\/\n    .header {\n        background: linear-gradient(135deg, var(--primary-color), #7c43bd);\n        color: var(--secondary-color);\n        padding: 40px 20px;\n        text-align: center;\n        position: relative;\n        border-bottom: 5px solid var(--secondary-color);\n        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);\n    }\n\n    .header h1 {\n        font-family: 'Cinzel', serif; \/* Fantasy RPG Font *\/\n        font-size: 3.2rem;\n        margin: 0;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        text-shadow: 3px 3px 0px #000;\n        line-height: 1.1;\n    }\n\n    .header .subtitle {\n        font-family: 'Cinzel', serif;\n        font-size: 1.2rem;\n        color: var(--white);\n        margin-top: 10px;\n        font-weight: 700;\n        letter-spacing: 4px;\n    }\n\n    \/* --- Content Section --- *\/\n    .content {\n        padding: 30px 40px;\n    }\n\n    .section-title {\n        font-family: 'Cinzel', serif;\n        font-size: 2rem;\n        color: var(--primary-color);\n        border-left: 10px solid var(--secondary-color);\n        padding-left: 15px;\n        margin-top: 30px;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n        background: linear-gradient(to right, rgba(255, 215, 0, 0.1), transparent);\n    }\n\n    .info-box {\n        background: #fff;\n        border: 1px solid #ddd;\n        border-left: 5px solid var(--accent-color);\n        padding: 20px;\n        margin-bottom: 20px;\n        box-shadow: 5px 5px 10px rgba(0,0,0,0.05);\n        border-radius: var(--border-radius);\n    }\n\n    .info-box ul {\n        margin: 0;\n        padding-left: 20px;\n    }\n\n    .info-box li {\n        margin-bottom: 8px;\n        line-height: 1.6;\n    }\n\n    .condition-badge {\n        display: inline-block;\n        background: var(--accent-color);\n        color: var(--white);\n        padding: 5px 15px;\n        font-weight: bold;\n        border-radius: 20px;\n        margin-bottom: 10px;\n        font-size: 0.9rem;\n    }\n\n    \/* --- Footer \/ Links --- *\/\n    .link-section {\n        background: #fafafa;\n        padding: 40px 20px;\n        text-align: center;\n        border-top: 2px solid var(--primary-color);\n        margin-top: 40px;\n    }\n\n    .btn-container {\n        display: flex;\n        flex-wrap: wrap;\n        justify-content: center;\n        gap: 20px;\n        margin-bottom: 30px;\n    }\n\n    .store-btn {\n        text-decoration: none;\n        background: var(--primary-color);\n        color: var(--secondary-color);\n        font-family: 'Cinzel', serif;\n        font-weight: 900;\n        font-size: 1.2rem;\n        padding: 18px 30px;\n        border: 2px solid var(--secondary-color);\n        border-radius: 4px;\n        transition: all 0.3s ease;\n        text-transform: uppercase;\n        box-shadow: 0 4px 6px rgba(0,0,0,0.2);\n    }\n\n    .store-btn:hover {\n        background: var(--secondary-color);\n        color: var(--primary-color);\n        transform: translateY(-3px);\n        box-shadow: 0 8px 15px rgba(0,0,0,0.2);\n    }\n\n    .store-btn.sub {\n        background: #333;\n        border-color: #555;\n        color: #fff;\n    }\n    .store-btn.sub:hover {\n        background: #555;\n    }\n\n    .disclaimer {\n        font-size: 0.75rem;\n        color: #777;\n        margin-top: 20px;\n        line-height: 1.4;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    @media (max-width: 600px) {\n        .header h1 { font-size: 2.2rem; }\n        .content { padding: 20px; }\n        .store-btn { width: 100%; }\n    }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"container\"\u003e\n    \u003cheader class=\"header\"\u003e\n        \u003ch1\u003eFigma Yuuki\u003c\/h1\u003e\n        \u003cdiv class=\"subtitle\"\u003eSword Art Online II - EX-033\u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003cdiv class=\"content\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Overview\u003c\/h2\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cspan class=\"condition-badge\"\u003eCondition: NEW \/ Unopened\u003c\/span\u003e\n            \u003cp\u003e\u003cstrong\u003e\"I'm gonna go all out! Don't hold back against me!\"\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cp\u003eFrom the popular anime series 'Sword Art Online II' comes a figma of the \"Absolute Sword\", Yuuki! This figure perfectly recreates her dynamic skills from the Mother's Rosario arc.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eManufacturer:\u003c\/strong\u003e Max Factory (Official Japanese Import)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSeries:\u003c\/strong\u003e Sword Art Online II\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCharacter:\u003c\/strong\u003e Yuuki (Konno Yuuki)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSize:\u003c\/strong\u003e Approx. 125mm in height\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eIncludes:\u003c\/strong\u003e Three expressions (Smiling, Shouting, Innocent Smile), One-handed sword, Scroll of the OSS skill, Articulated Wings, Holding Hands parts, and Articulated figma stand.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"section-title\"\u003eShipping \u0026amp; Delivery\u003c\/h2\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cp\u003eWe ship directly from Japan using top-tier carriers to ensure your figure arrives safely.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n\u003cstrong\u003eCarrier:\u003c\/strong\u003e FedEx or DHL (Tracked \u0026amp; Insured)\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHandling:\u003c\/strong\u003e Professional packing with bubble wrap and sturdy boxes to protect the collector's box.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eSpeed:\u003c\/strong\u003e Fast delivery to the US and worldwide.\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"link-section\"\u003e\n            \u003cdiv class=\"btn-container\"\u003e\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/figujapan\" target=\"_blank\" class=\"store-btn\"\u003e\n                    Visit figu japan\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/www.ebay.com\/str\/akatsukiwestjapanselection\" target=\"_blank\" class=\"store-btn sub\"\u003e\n                    Visit Akatsuki Selection\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"disclaimer\"\u003e\n                \u003cp\u003e\u003cstrong\u003eInternational Buyers - Please Note:\u003c\/strong\u003e\u003cbr\u003e\n                Import duties, taxes, and charges are not included in the item price or shipping cost. These charges are usually collected by the delivering freight (shipping) company or when you pick the item up. Please check with your country's customs office to determine what these additional costs will be prior to bidding or buying.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n","brand":"Figma","offers":[{"title":"Default Title","offer_id":51996542337344,"sku":"2511010111","price":101.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0945\/3735\/1488\/files\/57_db2555e7-27e9-4d59-a1af-9ef9fb207a8d.jpg?v=1778411909","url":"https:\/\/figujapan.com\/ja\/products\/figma-sword-art-online-ii-yuuki-ex033-action-figure-max-factory-japan-new","provider":"Figu Japan","version":"1.0","type":"link"}