{"product_id":"diy-iconic-dance-brick-figure","title":"DIY Iconic Dance Brick Figure","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #111111;\n      --primary-hover: #2a2a2a;\n      --text-main: #111111;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f9f9;\n      --bg-soft: #f2f2f2;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e5e5e5;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .scenario-text {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2.5rem, 6vw, 4.5rem);\n    }\n\n    \/* Image Styles *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      min-height: 240px;\n      border: 2px dashed #cccccc;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      padding: 20px;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .image-placeholder-span {\n      font-size: 18px;\n      color: #666666;\n      font-weight: 500;\n      text-align: center;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .hero-badge-container {\n      margin-bottom: 16px;\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: #ffffff;\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .hero-subtitle {\n      max-width: 700px;\n      margin: 0 auto 32px auto !important;\n    }\n\n    \/* Features Grid *\/\n    .features-container {\n      display: flex;\n      flex-direction: column;\n      gap: 40px;\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Scenario Grid *\/\n    .scenario-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .scenario-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .scenario-card {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .scenario-title {\n      margin-bottom: 8px !important;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 24px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 24px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-question {\n      margin-bottom: 12px !important;\n    }\n\n    \/* Desktop Media Queries *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 40px;\n        padding: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n\n      .scenario-grid {\n        grid-template-columns: repeat(3, 1fr);\n      }\n\n      .spec-table td {\n        padding: 20px 0;\n      }\n\n      .spec-table td:first-child {\n        width: 30%;\n        font-weight: 600;\n      }\n\n      .spec-table td:last-child {\n        width: 70%;\n      }\n    }\n\n    \/* Specifications Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table tr {\n        padding: 12px 0;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 8px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Collectible Dance Tribute Brick Figure\nTarget Audience: Music fans, brick building collectors, desk toy enthusiasts\nVisual Style: Sleek, high-contrast, minimalist, modern monochrome stage aesthetic\nColor Strategy: Classic black, deep charcoal, light warm gray, and crisp white to match the legendary stage attire\nModule Order: Hero Intro -\u003e Feature 1 (Building Process) -\u003e Feature 2 (Detailed Iconic Pose) -\u003e Scenario Grid -\u003e Feature 3 (Stability \u0026 Base) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_2, Feature1=detail_1, Feature2=detail_4, Feature3=detail_3\nSpecification Data Source: None (extracted from verified visual facts and product report; no spec images provided)\nCompare Section: Not included (no competitive comparison provided in the raw product data)\nInformation Boundary: Strictly relies on explicit facts from the product analysis report and images. Materials (other than smooth brick finish), dimensions, weight, and brick counts are excluded due to lack of verified data.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge-container\"\u003e\u003cspan class=\"hero-badge\"\u003eCreative Display Model\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eRecreate the Legendary Dance Pose in Brick Form\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA striking tribute display piece capturing the gravity-defying stance, designed for music enthusiasts and brick art collectors.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-span\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911112009\/2c237cf2308d9574b72f8b18da5f3c2c.jpeg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-container\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-span\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911111846\/1010f5501baac14d6ec3f7f8e17adf90.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBuild-It-Yourself Creative Experience\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eAssemble each of the 151 parts by hand to construct a stunning, physical tribute. Enjoy a rewarding building process that transforms individual building blocks into a highly stylized, recognizable display ornament.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e151 Pieces\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHands-on Assembly\u003c\/span\u003e \u003cspan class=\"tag\"\u003eCreative Hobby\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 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-span\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911111846\/ebc734f348b852a16eaa8aa18d4d42a3.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eIconic Dance-Inspired Pose\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eMeticulously captures the distinctive elements of the legendary stage moment. Features a crisp black-and-white color palette, black wide-brimmed hat, classic suit tailoring, a single white glove on the right hand, and a bare left hand.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eTiptoe Balance\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFitted Suit Details\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan class=\"image-placeholder-span\"\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan class=\"image-placeholder-span\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260911111846\/06b2c5e2fa88c1a929f7cc4953c4e7c8.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eDisplay-Ready Collectible Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eComes equipped with a custom double-layered rectangular base. The shoes connect securely to the platform pegs, maintaining the figure’s high-angle forward tilt without tipping over.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003ePegged Stability Base\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSolid Connection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Scenario Section --\u003e\n\n\u003csection class=\"scenario-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDesigned for Your Space\u003c\/h2\u003e\n\n\u003cp class=\"scenario-text\"\u003eWith its clean, blocky pixel-art style, this model acts as a low-profile yet stylish focal point. It seamlessly enhances personal environments with subtle, high-energy stage charisma.\u003c\/p\u003e\n\n\u003cdiv class=\"scenario-grid\"\u003e\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"scenario-title\"\u003eOffice Desks\u003c\/h3\u003e\n\n\u003cp class=\"scenario-text\"\u003eBrings a bold creative accent to your professional setup, replacing standard desktop accessories.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"scenario-title\"\u003eMusic Rooms\u003c\/h3\u003e\n\n\u003cp class=\"scenario-text\"\u003eBlends perfectly with media storage, vinyl setups, and audio equipment displays.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"scenario-card\"\u003e\n\u003ch3 class=\"scenario-title\"\u003eStudy Bookshelves\u003c\/h3\u003e\n\n\u003cp class=\"scenario-text\"\u003eFits neatly alongside art books, design journals, and curated personal collectibles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Theme\"\u003e\u003cspan class=\"spec-value\"\u003eLegendary Stage Tribute\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Piece Count\"\u003e\u003cspan class=\"spec-value\"\u003e151 pieces (Self-assembly required)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Structure Style\"\u003e\u003cspan class=\"spec-value\"\u003eGeometric brick-built sculpture\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Scheme\"\u003e\u003cspan class=\"spec-value\"\u003eClassic Black, White, Dark Brown, and Gray\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Visual Accents\"\u003e\u003cspan class=\"spec-value\"\u003eWide-brimmed hat, white single glove (right), bare hand (left)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Support Base\"\u003e\u003cspan class=\"spec-value\"\u003eTwo-layer gray rectangular brick base with connector pegs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Block --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDoes this model arrive fully assembled?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this is a build-it-yourself model consisting of 151 pieces. You will receive individual brick pieces, allowing you to enjoy the hands-on assembly process and build the dynamic figure from the ground up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eAre there any electronic or moving parts?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, this is a static, non-electronic display sculpture designed to stay locked in its classic high-balancing stage pose once fully assembled.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the figure maintain its extreme tilted stance?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe figure's shoes contain built-in brick-socket receivers that snap firmly onto the pegs of the included gray double-decker base, securing its center of gravity and preventing tipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (Tribute Edition)","offer_id":49077293711609,"sku":"20260916-151123-9451","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Share with a Fan - SAVE 10%)","offer_id":49077293744377,"sku":"20260916-151123-5562","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0772\/6796\/0057\/files\/2c237cf2308d9574b72f8b18da5f3c2c_7951ca58-1993-4c7f-90c7-41ceea08df47.jpg?v=1789542843","url":"https:\/\/funluluu.com\/products\/diy-iconic-dance-brick-figure","provider":"Funluluu","version":"1.0","type":"link"}