{"product_id":"3d-stem-electric-track-toy-rjc","title":"3D STEM Electric Track Toy","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: 3D Anti-Gravity Train Track Block Toy\nTarget Audience: Kids aged 3 to 8 and parents looking for creative construction toys\nVisual Style: Vibrant, engaging, playful, educational\nColor Strategy: Bright orange primary accents, soft warm background tints, clean white cards to match the toy's color palette\nModule Order: Hero Section -\u003e Feature 1 (Anti-Gravity Climbing) -\u003e Feature 2 (Suction Connection) -\u003e Feature 3 (Creative Tracks) -\u003e Feature 4 (USB charging \u0026 Design) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_6, Feature1=detail_3, Feature2=detail_2, Feature3=detail_4, Feature4=detail_5\nSpecification Data Source: spec_1, product_analysis_report (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient data to create a reliable comparison with other sets)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF8C00;\n      --primary-hover: #E07B00;\n      --text-main: #2C3E50;\n      --text-sub: #5A6B7C;\n      --bg-body: #FFFFFF;\n      --bg-card: #FAFAFA;\n      --bg-soft: #FFF4E6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\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      --border-color: #EAEAEA;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\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    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 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 .spec-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 12px 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 .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Image Placeholder Style *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 10;\n      background-color: #F0F2F5;\n      border: 2px dashed #D0D5DD;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      font-weight: 500;\n      padding: 20px;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Badges \u0026 Pills *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tags-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      padding-top: 24px;\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Block Layout *\/\n    .product-detail-container .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 32px;\n      background-color: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1.2;\n      min-width: 0;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    \/* Specifications Section styling *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-soft);\n      padding: 32px;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n      margin-top: 24px;\n    }\n\n    .product-detail-container .faq-item {\n      background-color: var(--bg-body);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    \/* Responsive Mobile Setup *\/\n    @media (max-width: 767px) {\n      .product-detail-container .feature-item {\n        flex-direction: column !important;\n        gap: 16px;\n        padding: 16px;\n      }\n\n      .product-detail-container .feature-media {\n        width: 100%;\n        order: 1; \/* Image First *\/\n      }\n\n      .product-detail-container .feature-copy {\n        width: 100%;\n        order: 2; \/* Text Second *\/\n      }\n\n      \/* Specifications Responsive Table *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .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: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\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      .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"badge\"\u003eDesigned for Kids Ages 3-8\u003c\/span\u003e\n\u003ch1\u003eGravity-Defying Wall Climbing Train Set\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eExperience a new way to construct and play. Watch the motorized train climb 90-degree paths, cross vertical windows, and navigate upside-down layouts.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260908140643\/ee218bf311b76ac1afdb0a7d5b081aa5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"feature-list\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260908140643\/36de2763afcd7e1e0d72ea800dbc1ce1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\"\u003e360° Anti-Gravity Action\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe motorized train utilizes deep gear engagement to lock securely into the central track slot. This mechanics allows it to climb 90-degree structures and drive 180-degree upside down without falling off.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003eAnti-Gravity Climbing\u003c\/span\u003e \u003cspan class=\"tag\"\u003eInterlocking Gear Slot\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\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260908140643\/66dd8dae8df7f80b8efd041fd945c442.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\"\u003eSmooth Multi-Surface Mounting\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eUsing secure transparent grip pads, you can attach the track assemblies onto vertical glass windows, tiled walls, or smooth floors to build dynamic play paths.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003eSuction Grip Pads\u003c\/span\u003e \u003cspan class=\"tag\"\u003eVertical Window Play\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\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260908140643\/f2f30f081719696fd40ae381a0205a2b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\"\u003eOpen-Ended Creative Construction\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eThe 84-piece track configuration provides everything kids need to form spirals, curves, intersections, wave shapes, and elevated arches to test spatial limits and problem-solving skills.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003e84-Piece Configuration\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMultiple Track Options\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260908140643\/26615599210feaf4f7481772ec865071.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\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\"\u003eEasy Snap-In Design \u0026amp; USB Charging\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eBuilt with kids in mind, track pieces feature a simple male-and-female slider lock for smooth manual alignment. The motorized train is easily powered using the integrated Type-C USB charging port, removing the hassle of replacing loose batteries.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003eType-C USB Port\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Snap-In Setup\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSmooth Edge Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section (No Image Placeholders Permitted) --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2 class=\"spec-title\"\u003eProduct Specifications\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=\"Age Group\"\u003e\u003cspan class=\"spec-value\"\u003e3-8 Years\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\"\u003e84 Pieces\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Train Configuration\"\u003e\u003cspan class=\"spec-value\"\u003e1 Motorized Train Included\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Power Supply\"\u003e\u003cspan class=\"spec-value\"\u003eBuilt-in Rechargeable Lithium Battery\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Charging Interface\"\u003e\u003cspan class=\"spec-value\"\u003eType-C \/ USB Charging Port\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material Composition\"\u003e\u003cspan class=\"spec-value\"\u003eGlossy ABS Plastic and Track Gear Slot\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mounting Mechanism\"\u003e\u003cspan class=\"spec-value\"\u003eTransparent Circular Silicone Suction Cups\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Track Assembly\"\u003e\u003cspan class=\"spec-value\"\u003eSide-Channel Male\/Female Snap-In Rail Connections\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 Section --\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\u003c!-- FAQ 1 --\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How does the train stay on the track vertically?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe motorized train features a bottom-mounted drive gear that physically interlocks with the central gear track slot on each piece, preventing the train from dropping during 90-degree climbs or upside-down maneuvers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 2 --\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Where can the suction cup mounts be attached?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe track set uses silicone suction grip pads that securely adhere to clean, flat, non-porous surfaces such as smooth glass windows, indoor mirrors, polished ceramic tiles, and level flooring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ 3 --\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"84-Piece Set (with 1 Motorized Car)","offer_id":48635336655060,"sku":null,"price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/afcd479af9ecfd4e1867857062eb77a7.jpg?v=1788847919","url":"https:\/\/omurio.com\/products\/3d-stem-electric-track-toy-rjc","provider":"Omurio","version":"1.0","type":"link"}