{"product_id":"motorized-walking-horse-playset","title":"Motorized Walking Horse Playset","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/*\n    [AI Design Logic]\n    产品类型：儿童电动仿真玩具（马拉磨）\n    目标受众：儿童及其家长（注重趣味性、益智性和安全性）\n    视觉风格：明亮、温馨、充满活力，强调动作感\n    配色策略：基于产品本身（红\/橙\/暖黄）设定暖色调主旋律，背景采用柔和米色系以突出主体\n    *\/\n\n    .product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #FF6B35; \n      --primary-hover: #E85A2D;\n      --text-main: #2C1810; \n      --text-sub: #594A42;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFF8F0; \n      --bg-soft: #FCEEE5;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 8px 24px rgba(255, 107, 53, 0.08);\n      --shadow-img: 0 4px 16px rgba(0, 0, 0, 0.06);\n      --border-color: #EED5C8;\n      --success-color: #10B981;\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      max-width: 1100px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      color: var(--text-main);\n      line-height: 1.7;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4.5vw, 46px);\n      font-weight: 800;\n      line-height: 1.25;\n      margin: 0 0 1.2rem;\n      color: var(--text-main);\n      letter-spacing: -0.5px;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 3.5vw, 34px);\n      font-weight: 800;\n      margin: 0 0 1.2rem;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: 22px;\n      font-weight: 700;\n      margin: 0 0 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Common Utilities *\/\n    .pd-section {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-img);\n      object-fit: cover;\n    }\n\n    \/* Tags\/Badges *\/\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 1.5rem;\n    }\n\n    .pd-tag {\n      display: inline-flex;\n      align-items: center;\n      padding: 6px 16px;\n      background: var(--bg-soft);\n      color: var(--primary);\n      border-radius: 30px;\n      font-size: 15px;\n      font-weight: 700;\n      letter-spacing: 0.3px;\n    }\n    \n    .pd-tag.highlight {\n      background: #ECFDF5;\n      color: var(--success-color);\n      border: 1px solid #A7F3D0;\n    }\n\n    \/* Hero Section *\/\n    .hero-block {\n      text-align: center;\n      max-width: 900px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-card);\n      color: var(--primary);\n      padding: 8px 20px;\n      border-radius: 30px;\n      font-weight: 700;\n      font-size: 15px;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .hero-media {\n      margin-top: 2.5rem;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2.5rem, 6vw, 5rem);\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n\n    \/* Desktop Z-Pattern Alternation *\/\n    @media (min-width: 768px) {\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    \/* Mobile Layout Lock *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column;\n        text-align: left;\n      }\n    }\n\n    \/* Specifications *\/\n    .spec-box {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 3.5rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .spec-list {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 2rem;\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .spec-item {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n    }\n\n    .spec-label {\n      font-size: 14px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      color: var(--primary);\n    }\n\n    .spec-value {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    \/* FAQ *\/\n    .faq-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n      overflow: hidden;\n      transition: box-shadow 0.3s ease;\n    }\n\n    .faq-item:hover {\n      box-shadow: var(--shadow-sm);\n      border-color: var(--primary);\n    }\n\n    .faq-item details summary {\n      font-size: 18px;\n      font-weight: 700;\n      cursor: pointer;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 1.5rem;\n      background: var(--bg-card);\n      color: var(--text-main);\n    }\n\n    .faq-item details summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item details summary::after {\n      content: '+';\n      font-size: 24px;\n      color: var(--primary);\n      font-weight: 400;\n      transition: transform 0.3s ease;\n    }\n\n    .faq-item details[open] summary::after {\n      content: '−';\n      transform: rotate(180deg);\n    }\n\n    .faq-item details p {\n      margin: 0;\n      padding: 0 1.5rem 1.5rem 1.5rem;\n      background: var(--bg-card);\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-block\"\u003e\n\u003cspan class=\"trust-badge\"\u003e✨ Designed for Imaginative Play\u003c\/span\u003e\n\u003ch1\u003eBring the Farm to Life with Realistic Electric Action\u003c\/h1\u003e\n\n\u003cp\u003ePowered by an \u003cstrong\u003eincluded rechargeable battery set\u003c\/strong\u003e, watch as the motorized horse walks and pulls the rotating grinder, creating hours of engaging, hands-on fun for your little one without the hassle of constantly buying new batteries.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Electric Farm Simulation Toy\" cke-id=\"img63\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611144703\/42b0ea7c06c64b1514a3b365e1fed392.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1: The Motion --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Realistic Walking Motion Details\" cke-id=\"img64\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611144703\/ed7a0e8cb3a4384dcb5c4e96ce65a390.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRealistic Walking \u0026amp; Pulling Motion\u003c\/h2\u003e\n\n\u003cp\u003eJust turn it on and watch it go! The horse features flexible, motorized limbs that walk realistically, pulling the grinder in a continuous 360-degree rotation. The movable head adds an extra touch of lifelike charm.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag highlight\"\u003e🔋 Rechargeable Included\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMotorized Action\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003e360° Rotation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: The Assembly --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Grinder Assembly Parts\" cke-id=\"img65\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611144703\/871221e90ca3995192dc5756dacefebe.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBuild-It-Yourself Grinder\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for little hands, the grinder components snap together easily without tools. This fun DIY aspect encourages fine motor skills, hand-eye coordination, and problem-solving during setup.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eEasy Assembly\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSkill Development\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eHands-on Fun\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: The Experience --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv\u003e\u003cimg alt=\"Imaginative Farm Play Scene\" cke-id=\"img66\" class=\"img-fluid\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611144703\/f70f8a35ff5dd29ebab10a1d69a98133.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eSpark Imaginative Farm Play\u003c\/h2\u003e\n\n\u003cp\u003eTransform the living room into a mini farm scene. This interactive toy inspires creative storytelling and role-play, perfectly suited for solo adventures or engaging parent-child bonding time.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eCreative Role-Play\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eInteractive\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSafe Materials\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2.5rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-box\"\u003e\n\u003cul class=\"spec-list\"\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eToy Type\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eElectric Farm Simulation Set\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003ePrimary Material\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eChild-Safe Plastic\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eAvailable Colors\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eRed Horse, White Horse\u003c\/span\u003e\n\u003c\/li\u003e\n\t\u003cli class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003ePower Options\u003c\/span\u003e \u003cspan class=\"spec-value\" style=\"color: var(--success-color);\"\u003eRechargeable Battery Set (Included)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-container\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2.5rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes it come with batteries?\u003c\/summary\u003e\n\n\u003cp\u003eYes! This set comes upgraded with a \u003cstrong\u003erechargeable battery pack and a USB charging cable\u003c\/strong\u003e included in the box. You can easily recharge it for endless playtime without needing to constantly buy disposable batteries.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow does the horse move?\u003c\/summary\u003e\n\n\u003cp\u003eOnce switched on, internal mechanisms move its legs to simulate a realistic walking motion, which in turn pulls the connected grinder in a circle.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs the grinder difficult for a child to assemble?\u003c\/summary\u003e\n\n\u003cp\u003eNot at all. The grinder features a simple, intuitive snap-together design meant for kids to build easily, usually requiring minimal assistance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes the grinder actually grind things?\u003c\/summary\u003e\n\n\u003cp\u003eNo. This is a simulation toy designed for imaginative play only. The grinder rotates realistically but does not have actual grinding capabilities.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Red","offer_id":45717147025599,"sku":"0611-17481614","price":12.95,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":45717147058367,"sku":"0611-17484379","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Red + White Twin Pack (Save 20%)","offer_id":45717705064639,"sku":"0611-17482163","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/42b0ea7c06c64b1514a3b365e1fed392.jpg?v=1781171318","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/motorized-walking-horse-playset","provider":"Bak","version":"1.0","type":"link"}