{"product_id":"mega-hauler-truck-playset","title":"Mega Hauler Truck Playset","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\n产品类型：儿童玩具套装（48辆回力车+集装箱赛道礼盒）\n目标受众：3岁以上儿童及其家长（购买者）\n视觉风格：充满活力、酷炫赛车主题、强调红色集装箱视觉锚点\n配色策略：主色红色（强调\/标题），辅色深灰\/黑（背景\/对比），背景整洁明亮\n模块顺序：Hero -\u003e Feature 1 (变形场景) -\u003e Feature 2 (车辆数量与材质) -\u003e Feature 3 (收纳便携) -\u003e Specifications -\u003e FAQ\n详情图映射：Hero=image_4.png, Feature1=image_8.png, Feature2=image_7.png, Feature3=image_3.png\n规格图映射：Specs=image_1.png\n对比模块：未加入（核心卖点“集装箱变赛道”独特，无需常规对比）\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    --primary: #D32F2F; \/* Container Red *\/\n    --primary-hover: #B71C1C;\n    --text-main: #212121;\n    --text-sub: #616161;\n    --bg-body: #FFFFFF;\n    --bg-card: #F5F5F5;\n    --bg-soft: #EEEEEE;\n    --radius-md: 8px;\n    --radius-lg: 16px;\n    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n    --shadow-lg: 0 4px 12px rgba(0,0,0,0.1);\n    --border-color: #E0E0E0;\n  }\n\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  \/* Typography *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 800;\n    margin: 0 0 16px;\n    color: var(--text-main);\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    margin: 0 0 16px;\n  }\n\n  .product-detail-container h3 {\n    font-size: 20px;\n    font-weight: 600;\n    margin: 0 0 12px;\n  }\n\n  .product-detail-container p {\n    font-size: 18px;\n    margin: 0 0 16px;\n    color: var(--text-sub);\n  }\n\n  .text-primary { color: var(--primary); }\n\n  \/* Layout \u0026 Spacing *\/\n  .section-spacing {\n    margin-bottom: clamp(3rem, 6vw, 5rem);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: var(--bg-soft);\n    color: var(--text-sub);\n    padding: 6px 12px;\n    border-radius: 20px;\n    font-size: 16px;\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n\n  \/* Feature Sections *\/\n  .feature-item {\n    display: flex;\n    align-items: center;\n    gap: clamp(2rem, 4vw, 4rem);\n    flex-direction: column; \/* Mobile first *\/\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n    }\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  .feature-copy h2 {\n    color: var(--primary);\n  }\n\n  .feature-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 16px;\n  }\n\n  .feature-tag {\n    background: var(--bg-card);\n    padding: 6px 12px;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    color: var(--text-sub);\n  }\n\n  \/* Image Styling *\/\n  .img-fluid {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Placeholder Style *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 16\/9;\n    background: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-family: monospace;\n  }\n  \n  @media (min-width: 768px) {\n    .feature-media .img-placeholder {\n       aspect-ratio: 4\/3;\n    }\n  }\n\n\n  \/* Specifications *\/\n  .specs-box {\n    background: var(--bg-card);\n    padding: clamp(2rem, 4vw, 3rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 24px;\n  }\n\n  .specs-table th, .specs-table td {\n    padding: 16px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: 18px;\n  }\n  \n  .specs-table th {\n      width: 30%;\n      color: var(--text-sub);\n      font-weight: 600;\n  }\n\n  @media (max-width: 767px) {\n    .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    .specs-table thead { display: none; }\n    .specs-table tr { margin-bottom: 16px; border-bottom: none; }\n    .specs-table th { display: none; }\n    .specs-table td {\n      padding: 12px 0;\n      border-bottom: 1px solid var(--border-color);\n      display: flex;\n      justify-content: space-between;\n    }\n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-sub);\n      padding-right: 12px;\n    }\n  }\n\n  \/* FAQ *\/\n  .faq-item {\n    border-bottom: 1px solid var(--border-color);\n    padding: 20px 0;\n  }\n\n  .faq-question {\n    font-size: 20px;\n    font-weight: 600;\n    margin-bottom: 12px;\n    color: var(--text-main);\n  }\n\n  .faq-answer {\n    margin: 0;\n    color: var(--text-sub);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cspan class=\"hero-badge\"\u003e🏁 The Ultimate Racing Collection\u003c\/span\u003e\n\u003ch1\u003eUnbox 48 Cars \u0026amp; A Mega Race Track in One!\u003c\/h1\u003e\n\n\u003cp\u003eA giant container truck that transforms into a sprawling race track city, packed with 48 metal pull-back cars for endless action.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_1 ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img89\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606145615\/76c8211e761e89cef4a983eaec572568.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img90\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606145614\/a90b332647c56cd9d67a68f1be525b24.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFrom Container to Race City in Seconds\u003c\/h2\u003e\n\n\u003cp\u003eWatch their eyes light up as the big red container truck unfolds into a massive, multi-level race track scene. The built-in city map, parking spots, and runways create an instant immersive world for imaginative play right out of the box.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🏎️ Instant Play Scene\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🗺️ Large City Map\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🅿️ Multi-Level Parking\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: 48 Alloy Cars --\u003e\n\n\u003cdiv class=\"feature-item reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_3 ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img91\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606145614\/b53b893e78ce9b1cf7fea3dbf9f1efa6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Massive Fleet of 48 Alloy Cars\u003c\/h2\u003e\n\n\u003cp\u003eKickstart an instant collection with 48 unique mini race cars. Featuring durable alloy metal bodies and varied, vibrant designs, these cars are built for action. The simple pull-back mechanism means no batteries are ever needed—just pull back and watch them zoom!\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e🛡️ Durable Zinc Alloy Body\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🔋 No Batteries Required\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🎨 48 Unique Designs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Storage \u0026 Portability --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：detail_4 ] --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img92\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260606145614\/d7a251b10e5c942836de9d97e7880a73.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003ePlay, Pack, and Go!\u003c\/h2\u003e\n\n\u003cp\u003eCleanup is part of the fun. When playtime is over, all 48 cars neatly park inside the container's drawers. The sturdy handle makes it easy for kids to carry their entire collection to a friend's house or store it away neatly. Parents will love the organization!\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e✨ Neat \u0026amp; Tidy Storage\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🎒 Portable with Handle\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003e🤝 Perfect for Sharing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"specs-box section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Composition\"\u003eProduct Composition\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e48x Alloy Cars + 1x Track Container Gift Box\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Car Material\"\u003eCar Material\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eZinc Alloy (Body), Plastic (Chassis\/Wheels)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Container Dimensions\"\u003eContainer Dimensions\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e37.4cm L x 14.5cm W x 15.8cm H (approx. 14.7\" x 5.7\" x 6.2\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Single Car Size\"\u003eSingle Car Size\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eApprox. 7cm (2.75\") in length\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Recommended Age\"\u003eRecommended Age\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e3 Years and Up\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"faq-section section-spacing\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDo the cars or the container need batteries?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, they do not! The 48 mini cars are powered by a pull-back mechanism, and the container is a transforming playset. No batteries or charging are required for endless fun.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWhat are the cars made of? Are they durable?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe body of each car is made of durable zinc alloy metal, giving them a high-quality feel and making them resistant to everyday play drops and crashes. The chassis and wheels are made of plastic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs it easy for a child to open and close the container?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the container is designed for kids. The drawers slide out to form the track and slide back in for storage. The latch is simple to operate, allowing children to set up and pack away their toys independently.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (48 Cars)","offer_id":45698498527423,"sku":"0606-15424680","price":26.95,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Perfect for 2 Kids)","offer_id":45698498560191,"sku":"0606-15421707","price":52.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/76c8211e761e89cef4a983eaec572568.jpg?v=1780731768","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/mega-hauler-truck-playset","provider":"Bak","version":"1.0","type":"link"}