{"product_id":"foldable-catapult-track-carrier","title":"Foldable Catapult Track Carrier","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Kids' Transforming Toy Truck \/ Race Track\nTarget Audience: Parents and Grandparents (focusing on engagement, safety, and organization)\nVisual Style: Energetic, Playful, yet Trustworthy \u0026 Clean\nColor Strategy: Racing Red (--primary) for excitement, Safe Blue\/Gray for text, Clean Light Gray for cards\nShape Strategy: Radius 24px (Soft, rounded edges for a child-friendly and safe psychological perception)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 32-44px, Body 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full data labels mapped)\nImage Mapping: \n- Hero = image_1\n- Transformation Feature = image_2\n- Catapult Feature = image_3\n- Storage Feature = image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n            \/* Design System Variables *\/\n            --primary: #E63946;\n            --primary-light: #FEECEE;\n            --text-main: #1D3557;\n            --text-sub: #457B9D;\n            --bg-body: #FFFFFF;\n            --bg-card: #F8F9FA;\n            --radius-md: 16px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 8px 16px rgba(29, 53, 87, 0.06);\n            --shadow-lg: 0 16px 40px rgba(29, 53, 87, 0.1);\n            --border-color: #E2E8F0;\n            \n            \/* Typography \u0026 Spacing System *\/\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            box-sizing: border-box;\n            color: var(--text-main);\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            overflow-wrap: break-word;\n            word-break: break-word;\n            line-height: 1.7;\n        }\n\n        .product-detail-container * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* Typography *\/\n        .product-detail-container h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            line-height: 1.2;\n            font-weight: 800;\n            color: var(--text-main);\n            margin-bottom: 1rem;\n        }\n\n        .product-detail-container h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            line-height: 1.3;\n            font-weight: 700;\n            color: var(--text-sub);\n            margin-bottom: 1.5rem;\n        }\n\n        .product-detail-container h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            line-height: 1.4;\n            font-weight: 700;\n            margin-bottom: 1rem;\n        }\n\n        .product-detail-container p {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            margin-bottom: 1rem;\n        }\n\n        \/* Image Protocol *\/\n        .product-detail-container img {\n            width: 100%;\n            height: auto;\n            display: block;\n            border-radius: var(--radius-md);\n        }\n\n        .img-placeholder {\n            width: 100%;\n            aspect-ratio: 4\/3;\n            background-color: var(--bg-card);\n            border: 2px dashed var(--border-color);\n            border-radius: var(--radius-md);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--text-sub);\n            font-size: 18px;\n            font-weight: bold;\n        }\n\n        \/* Hero Section *\/\n        .pd-hero {\n            text-align: center;\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n            padding-top: clamp(2rem, 4vw, 3rem);\n        }\n\n        .pd-badges {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: center;\n            gap: 1rem;\n            margin-bottom: clamp(1.5rem, 3vw, 2.5rem);\n        }\n\n        .pd-badge {\n            background: var(--primary-light);\n            color: var(--primary);\n            padding: 0.5rem 1.25rem;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 700;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n        }\n\n        \/* Feature Section (Mobile First: Stacked, Desktop: Z-Pattern) *\/\n        .pd-features {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(3rem, 6vw, 5rem);\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        .feature-item {\n            display: flex;\n            flex-direction: column;\n            gap: clamp(1.5rem, 4vw, 3rem);\n            background: var(--bg-body);\n        }\n\n        .feature-media {\n            width: 100%;\n        }\n\n        .feature-copy {\n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        .feature-icon {\n            font-size: 32px;\n            margin-bottom: 1rem;\n            background: var(--bg-card);\n            width: 64px;\n            height: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: var(--radius-md);\n        }\n\n        @media (min-width: 768px) {\n            .feature-item {\n                flex-direction: row;\n                align-items: center;\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        \/* Specs Table Section *\/\n        .pd-specs {\n            background: var(--bg-card);\n            border-radius: var(--radius-lg);\n            padding: clamp(2rem, 5vw, 4rem);\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        .pd-specs h3 {\n            text-align: center;\n            margin-bottom: clamp(1.5rem, 4vw, 3rem);\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n\n        .specs-table th, \n        .specs-table td {\n            padding: 1.2rem;\n            font-size: 18px;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .specs-table th {\n            font-weight: 700;\n            color: var(--text-main);\n            background: rgba(0,0,0,0.02);\n        }\n\n        \/* Mobile Table -\u003e Card Conversion *\/\n        @media (max-width: 767px) {\n            .specs-table, \n            .specs-table thead, \n            .specs-table tbody, \n            .specs-table tr, \n            .specs-table th, \n            .specs-table td {\n                display: block;\n                width: 100%;\n            }\n            .specs-table thead {\n                display: none;\n            }\n            .specs-table tr {\n                background: var(--bg-body);\n                border-radius: var(--radius-md);\n                margin-bottom: 1rem;\n                box-shadow: var(--shadow-sm);\n                border: 1px solid var(--border-color);\n                overflow: hidden;\n            }\n            .specs-table td {\n                display: flex;\n                justify-content: space-between;\n                align-items: center;\n                border-bottom: 1px solid var(--bg-card);\n                padding: 1rem;\n            }\n            .specs-table td:last-child {\n                border-bottom: none;\n            }\n            .specs-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-right: 1rem;\n                flex-shrink: 0;\n            }\n            .specs-table td span {\n                text-align: right;\n            }\n        }\n\n        \/* FAQ Section *\/\n        .pd-faq {\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n        }\n\n        .pd-faq h3 {\n            text-align: center;\n            margin-bottom: clamp(2rem, 4vw, 3rem);\n        }\n\n        .faq-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n        }\n\n        .faq-item {\n            background: var(--bg-card);\n            padding: clamp(1.5rem, 3vw, 2rem);\n            border-radius: var(--radius-md);\n            border: 1px solid var(--border-color);\n        }\n\n        .faq-question {\n            font-size: clamp(18px, 2.5vw, 22px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 0.75rem;\n            display: flex;\n            gap: 12px;\n        }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🚗 100% Battery-Free\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e🏁 Multi-Level Racing\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003eUnleash the Ultimate Racing Adventure!\u003c\/h1\u003e\n\n\u003ch2\u003eFrom massive carrier truck to epic race track in seconds.\u003c\/h2\u003e\n\n\u003cdiv class=\"feature-media\" style=\"margin-top: clamp(2rem, 4vw, 3rem);\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323095755\/497e7723d8173525ce0e3a57a1c994ed.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323095755\/c064e2bc4ab3cea7f4246e042c333137.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛣️\u003c\/div\u003e\n\n\u003ch3\u003eTransforming Track \u0026amp; Launcher Design\u003c\/h3\u003e\n\n\u003cp\u003eSwitch between a heavy-duty transport truck mode and an extended, multi-level race track in just seconds.\u003c\/p\u003e\n\n\u003cp\u003eThe innovative foldable structure creates an exciting racing environment anywhere, keeping kids fully engaged and away from screens for hours.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323095755\/d6e833ef5de47cadf9b0fef9cec905db.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\n\n\u003ch3\u003eOne-Press Catapult Action\u003c\/h3\u003e\n\n\u003cp\u003eExperience high-speed thrills with zero maintenance. Our built-in launch button sends cars racing down the track instantly.\u003c\/p\u003e\n\n\u003cp\u003eCompletely mechanical design means \u003cstrong\u003eno batteries are ever needed\u003c\/strong\u003e. Just press the launcher and watch the mini cars speed forward for continuous, fast-paced fun.\u003c\/p\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260323095755\/81e20a5f6001d23cc19f38fcc4fe51f7.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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📦\u003c\/div\u003e\n\n\u003ch3\u003eLarge Storage \u0026amp; Endless Combinations\u003c\/h3\u003e\n\n\u003cp\u003ePlay hard, store easy. This carrier comes equipped with multiple mini race cars and built-in, secure storage slots.\u003c\/p\u003e\n\n\u003cp\u003eKeep the playroom organized while offering your child endless racing combinations and imaginative play scenarios. Everything packs up neatly when playtime is over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003ch3\u003eProduct Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFolded Length (Truck Mode)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e28.5 cm (11.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eExtended Length (Track Mode)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e76 cm (29 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTotal Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e1.20 kg (2.65 lb)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eBPA-Free ABS Plastic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e100% Mechanical (No Batteries Required)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-grid\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Do I need to buy batteries for the catapult launcher?\u003c\/div\u003e\n\n\u003cp\u003eNot at all! The catapult and track system are 100% mechanical. Your kids can enjoy endless racing fun without the hassle or expense of replacing batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Is the transformation mechanism safe for small fingers?\u003c\/div\u003e\n\n\u003cp\u003eYes. The folding track is designed with smooth, rounded edges and requires minimal force to unfold. It is specifically engineered to be safe and easy for children aged 3 and up.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Can the truck hold other brands of toy cars?\u003c\/div\u003e\n\n\u003cp\u003eYes, the track and built-in storage slots are perfectly sized to accommodate most standard 1:64 scale die-cast toy cars on the market.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Red \/ Starter Pack (Truck + 6 Cars)","offer_id":48761253265651,"sku":"0327-18590880","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Starter Pack (Truck + 6 Cars)","offer_id":48761253298419,"sku":"0327-18598295","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Mega Pack (Truck + 12 Cars) 🔥","offer_id":48761253331187,"sku":"0327-18595662","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Mega Pack (Truck + 12 Cars) 🔥","offer_id":48761253363955,"sku":"0327-18595282","price":29.95,"currency_code":"USD","in_stock":true},{"title":"Red \/ Ultimate Fleet (Truck + 20 Cars) 🏆","offer_id":48761253396723,"sku":"0327-18592708","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Ultimate Fleet (Truck + 20 Cars) 🏆","offer_id":48761253429491,"sku":"0327-18598073","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/497e7723d8173525ce0e3a57a1c994ed.jpg?v=1774923712","url":"https:\/\/ifurryhaven.com\/products\/foldable-catapult-track-carrier","provider":"IFurryhaven","version":"1.0","type":"link"}