{"product_id":"poseable-plush-pop-star-figure","title":"Poseable Plush Pop Star Figure","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：收藏级可动毛绒人偶\n  目标受众：迈克尔·杰克逊乐迷、收藏家、寻找独特礼物的消费者\n  视觉风格：舞台感、复古、致敬经典、温暖\n  配色策略：以金黄色（--primary）作为强调色，呼应舞台灯光和经典服饰元素，搭配深色背景（--bg-body）突出产品。\n  模块顺序：\n    1. Hero: 用最具氛围感的场景图（image_2）奠定基调，强调“可动收藏品”的核心定位。\n    2. Feature 1 (Poseability): 核心功能展示，用最具动态感的舞台图（image_3）说明“内置骨架、自由造型”的卖点。\n    3. Feature 2 (Iconic Styles \u0026 Gift): 次要卖点展示，用包含礼盒的图片（image_1）强调款式丰富、细节精致和礼品属性。\n    4. Specifications: 基于规格图（image_4）提取关键参数。\n    5. FAQ: 解答关于材质、玩法和尺寸的常见问题。\n  详情图映射：Hero=image_2, Feature1=image_3, Feature2=image_1\n  规格图映射：Specs=image_4\n  对比模块：未加入。因产品核心差异点（毛绒+可动）已在Feature模块充分展现，无需强行对比。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d4af37; \/* 金色强调 *\/\n      --primary-hover: #b8962e;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f0f0f0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.1);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(2rem, 5vw, 4rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      font-weight: 700;\n      margin: 0 0 1rem;\n      line-height: 1.2;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1rem;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 1.5vw, 18px);\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto var(--spacing-section);\n    }\n    \n    .hero-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 14px;\n      margin-bottom: 1rem;\n    }\n\n    .hero-media {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Sections *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 3vw, 3rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    .feature-media {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-copy {\n      padding: 1rem;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1.5rem;\n    }\n\n    .feature-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 14px;\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .specs-box {\n      background: var(--bg-card);\n      padding: 2rem;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-list {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1rem;\n    }\n\n    @media (min-width: 600px) {\n      .specs-list {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    .spec-item {\n      display: flex;\n      justify-content: space-between;\n      padding-bottom: 0.75rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .spec-value {\n      color: var(--text-sub);\n      text-align: right;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem 0;\n    }\n\n    .faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    .faq-question::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n    }\n\n    details[open] .faq-question::after {\n      content: '−';\n    }\n\n    .faq-answer {\n      padding-top: 1rem;\n      color: var(--text-sub);\n    }\n    \n    img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"hero-badge\"\u003e✨ Poseable Collector's Edition\u003c\/span\u003e\n\u003ch1\u003eBring the King of Pop Home\u003c\/h1\u003e\n\n\u003cp\u003eCelebrate a musical legend with this exclusive collection of poseable plush figures, painstakingly detailed to recreate his most iconic looks.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img97\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724174042\/665fd4ea02ac7f14e966df5f2f1dc3e0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724172711\/e2da197342e491bd749ac3033ab6cd51.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStrike a Legendary Pose\u003c\/h2\u003e\n\n\u003cp\u003eUnlike ordinary plush toys, these figures are built with a flexible internal skeleton. You can easily bend and twist their limbs to hold dynamic poses, recreating famous dance moves or creating your own unique display on a shelf or desk.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eFlexible Skeleton\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDynamic Posing\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eStays in Place\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260724172710\/97537a18c1310b97af5d9d7ea08013b5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eIconic Details, Perfect Gift\u003c\/h2\u003e\n\n\u003cp\u003eFrom the sparkling sequins to the signature jackets, each figure's outfit is a miniature tribute to a classic performance. Crafted with soft plush materials and rich details, this collection makes an unforgettable gift for fans and collectors alike.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eDetailed Costumes\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSoft Plush Feel\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCollector's Item\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-list\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e\u003cspan style=\"font-size:16px;\"\u003eHeight\u003c\/span\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e \u003cspan class=\"spec-value\"\u003eApprox. 28 cm (11 in)\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\u003cspan style=\"font-size:16px;\"\u003e\u003cspan class=\"spec-label\"\u003eMaterial\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePlush fabric, Internal flexible wire\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\u003cspan style=\"font-size:16px;\"\u003e\u003cspan class=\"spec-label\"\u003eAvailable Styles\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eBlack Sequin, Red Thriller, White Suit, Blue Military, Black Military, Sportswear\u003c\/span\u003e\u003c\/span\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan style=\"font-size:16px;\"\u003e\u003cspan class=\"spec-label\"\u003eCare Instructions\u003c\/span\u003e \u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e\u003c\/span\u003e\u003cspan style=\"font-size:16px;\"\u003e\u003cspan class=\"spec-value\"\u003eSurface clean only with a damp cloth\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eHow do I pose the figures?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eSimply gently bend the arms, legs, and body into your desired position. The internal flexible wire frame is designed to hold the pose without snapping back.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eCan the clothes be removed?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe detailed outfits are sewn onto the plush body to ensure they stay perfectly in place during posing and display, so they are not removable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary class=\"faq-question\"\u003eAre these suitable for children to play with?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eWhile made of soft materials, these are primarily designed as collectible display items due to the internal wire structure and delicate costume details. They are best suited for older fans and adult collectors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Full Set (6 Pcs )","offer_id":45908429308095,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black Iconic Suit","offer_id":45908429340863,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Red Thriller Jacket","offer_id":45908429373631,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black Sequin Jacket","offer_id":45908429406399,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Blue Military Jacket","offer_id":45908429439167,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"White Smooth Criminal Suit","offer_id":45908429471935,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Black Tracksuit","offer_id":45908429504703,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/665fd4ea02ac7f14e966df5f2f1dc3e0.jpg?v=1784888813","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/poseable-plush-pop-star-figure","provider":"Bak","version":"1.0","type":"link"}