{"product_id":"portable-wooden-train-city-set","title":"Portable Wooden Train City Set","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d97c2e;\n      --primary-hover: #c16a25;\n      --text-main: #333333;\n      --text-sub: #555555;\n      --bg-body: #f9f5f0;\n      --bg-card: #ffffff;\n      --bg-soft: #f2ede8;\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: #e0d6ce;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-item: clamp(1.5rem, 4vw, 2.5rem);\n\n      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 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, 4vw, 32px);\n      font-weight: 600;\n      margin: 0 0 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    .product-detail-container .text-sm {\n      font-size: 16px;\n    }\n\n    \/* Layout \u0026 Components *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Images *\/\n    .pd-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .pd-image-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: var(--bg-soft);\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-family: monospace;\n      padding: 1rem;\n      box-sizing: border-box;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-trust-tag {\n      display: inline-block;\n      padding: 0.5rem 1rem;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      flex-direction: column;\n      gap: var(--spacing-item);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature {\n        flex-direction: row;\n      }\n      .pd-feature.reverse {\n        flex-direction: row-reverse;\n      }\n      .pd-feature \u003e * {\n        flex: 1;\n      }\n    }\n\n    .pd-feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* Specifications *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      border: 1px solid var(--border-color);\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .pd-specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      width: 40%;\n      color: var(--text-main);\n    }\n\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td {\n        display: flex;\n        justify-content: space-between;\n        padding: 0.75rem 1rem;\n        border-bottom: 1px solid var(--border-color);\n        text-align: right;\n      }\n      .pd-specs-table td:last-child { border-bottom: none; }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background-color: var(--bg-card);\n    }\n\n    .pd-faq-summary {\n      padding: 1rem;\n      cursor: pointer;\n      font-weight: 600;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      list-style: none;\n      font-size: 18px;\n      color: var(--text-main);\n    }\n\n    .pd-faq-summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .pd-faq-summary::after {\n      content: '+';\n      font-size: 1.5rem;\n      color: var(--primary);\n      font-weight: 400;\n    }\n\n    details[open] .pd-faq-summary::after {\n      content: '−';\n    }\n\n    .pd-faq-content {\n      padding: 0 1rem 1rem;\n      color: var(--text-sub);\n      font-size: 16px;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：便携式木制轨道城市积木套装\n  目标受众：幼儿及其家长，寻求益智、便携、高质量的玩具\n  视觉风格：温馨、木质感、色彩丰富、场景化\n  配色策略：以木色为主，辅以暖橙色作为强调色，营造温馨感\n  模块顺序：Hero -\u003e Feature 1 (便携) -\u003e Feature 2 (火车) -\u003e Feature 3 (搭建) -\u003e Feature 4 (礼品属性) -\u003e Specs -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_2.png, Feature2=image_4.png, Feature3=image_5.png, Feature4=image_0.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入（无明显竞品对比需求，聚焦自身特色）\n  --\u003e\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-trust-tag\"\u003e✨ Designed for Creative Play Everywhere\u003c\/span\u003e\n\u003ch1\u003eBuild Your Own Bustling City \u0026amp; Track World\u003c\/h1\u003e\n\n\u003cp\u003eA portable wooden toy set that magically unfolds from a compact storage box into a vibrant urban landscape, ready for adventure at home or on the go.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804112207\/87521960ea75fb8966e1f47a948666f5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804111022\/6a79af239836af13d19614f8900543f7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eUnfold \u0026amp; Play, Fold \u0026amp; Go\u003c\/h2\u003e\n\n\u003cp\u003eTransform any space into a play area instantly. The clever wooden box stores all pieces neatly inside and opens flat to reveal a complete, integrated city track map, making cleanup and travel effortless.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eAll-in-One Storage\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eInstant Setup\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eTravel Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Magnetic Trains --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804110938\/5cfb2995966a4d4cf1bc21d97500141d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eMagnetic Trains in Motion\u003c\/h2\u003e\n\n\u003cp\u003eWatch the city come alive! The set includes train cars with magnetic connectors and a special battery-operated locomotive that glides smoothly along the printed tracks, bringing dynamic fun to playtime.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eMagnetic Connection\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eElectric Locomotive\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSmooth Gliding\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cp class=\"text-sm\" style=\"margin-top: 0.5rem; font-style: italic;\"\u003e*Note: Red locomotive requires 1 AA battery (not included).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Creative Building --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804110937\/49e213559ae65146cf02d9f23d21cb74.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eCreate Your Own Urban Scene\u003c\/h2\u003e\n\n\u003cp\u003eWith a diverse assortment of colorful wooden blocks representing buildings, signs, trees, and vehicles, children can construct their unique cityscapes, developing fine motor skills and spatial imagination.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDiverse Blocks\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eOpen-Ended Play\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSkill Development\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Gift \u0026 Quality --\u003e\n\n\u003cdiv class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260804110937\/b38ecb0dfceac0b1d92cf3ebd866209e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eThe Perfect Gift for Little Builders\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from durable wood with smooth edges and vibrant, non-toxic paints, this set is built for safe, lasting joy. It makes an ideal, thoughtful gift for birthdays, holidays, and any special occasion.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003e🎁 Perfect for Gifting\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSafe Materials\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable Wood\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\u003eDetails\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\"\u003eProduct Name\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePortable Wooden Track City Blocks Set\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePiece Count\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e58 Pieces (Shown in images)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBox Dimensions (Closed)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eApprox. 32.25cm x 32.25cm x 6.85cm (12.7\" x 12.7\" x 2.7\")\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eWood, Magnetic parts, Plastic (trains)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBattery Requirement\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e1 x AA Battery for Red Locomotive (Not Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTrack Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIntegrated Printed Track on Wooden Baseboard\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 --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-summary\"\u003eAre the tracks separate pieces that need to be assembled?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-content\"\u003eNo, the tracks are not separate pieces. They are beautifully printed directly onto the unfoldable wooden baseboard of the storage box, ensuring a flat and stable surface for play without messy assembly.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-summary\"\u003eDo the trains require batteries?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-content\"\u003eYes, the main red electric locomotive requires one AA battery to move on its own. The other train cars connect magnetically and can be pushed along manually or pulled by the electric engine. Battery is not included.\u003c\/div\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary class=\"pd-faq-summary\"\u003eHow do the trains connect to each other?\u003c\/summary\u003e\n\n\u003cdiv class=\"pd-faq-content\"\u003eThe train cars feature magnetic connectors at the front and back, allowing them to easily snap together to form a long train or be rearranged quickly by little hands.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"58-Piece Set (Circular Track)","offer_id":45957525373119,"sku":"1731916418085130954","price":32.99,"currency_code":"USD","in_stock":true},{"title":"57-Piece Set (Winding Track)","offer_id":45957525405887,"sku":"1732047274690253514","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/87521960ea75fb8966e1f47a948666f5.jpg?v=1785813989","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/portable-wooden-train-city-set","provider":"Bak","version":"1.0","type":"link"}