{"product_id":"rc-paper-airplane-conversion-kit","title":"RC Paper Airplane Conversion Kit","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：DIY纸飞机遥控动力模块套件\n  目标受众：儿童（需指导）、青少年、手工\/STEM爱好者\n  视觉风格：科技与手工结合，明亮蓝天背景衬托黑色硬件，强调趣味性和探索感。\n  配色策略：以黑色（硬件）为主，辅以天空蓝（背景氛围）和白色（纸飞机载体）。\n  模块顺序：Hero (飞行成果展示) -\u003e Feature 1 (核心动力与稳定技术) -\u003e Feature 2 (DIY与STEM乐趣体验) -\u003e Feature 3 (完整套件展示) -\u003e Specifications (规格参数) -\u003e FAQ (常见问题解答)\n  详情图映射：\n      - Hero Section: [ 📷 需替换：image_0.png ] (最具动态感的飞行场景，展示最终效果)\n      - Feature 1 (Stable Power): [ 📷 需替换：image_6.png ] (展示双桨后推结构和连接细节)\n      - Feature 2 (DIY STEM): [ 📷 需替换：image_4.png ] (展示儿童折纸和准备过程，强调动手参与)\n      - Feature 3 (Complete Kit): [ 📷 需替换：image_5.png ] (清晰展示所有配件全家福)\n  规格图映射：Specifications: [ 📷 需替换：image_2.png ] (用于提取尺寸数据)\n  对比模块：未加入（无显著竞品对比需求，聚焦产品自身体验升级）\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #222222;\n      --primary-hover: #444444;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #eef2f5;\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: #e0e0e0;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      margin-bottom: 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-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      margin-bottom: 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Utilities *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    .pd-grid-2 {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-grid-2 {\n        grid-template-columns: 1fr 1fr;\n      }\n      .pd-grid-2.reverse {\n        direction: rtl;\n      }\n      .pd-grid-2.reverse \u003e * {\n        direction: ltr;\n      }\n    }\n\n    \/* Image Handling *\/\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Image Placeholder Style *\/\n    .pd-img-placeholder {\n      width: 100%;\n      background-color: 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      padding: 2rem;\n      box-sizing: border-box;\n      aspect-ratio: 16\/9; \/* Default aspect ratio for placeholders *\/\n    }\n    @media (min-width: 768px) {\n        .pd-grid-2 .pd-img-placeholder {\n            aspect-ratio: 4\/3; \/* Closer to square for side-by-side *\/\n        }\n    }\n\n    \/* Components *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\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: 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: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 1rem 1.5rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-specs-table th {\n      background: var(--bg-soft);\n      font-weight: 600;\n      width: 35%;\n    }\n\n    @media (max-width: 767px) {\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { display: block; border-bottom: 2px solid var(--border-color); }\n      .pd-specs-table td { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 1rem; }\n      .pd-specs-table td::before { content: attr(data-label); font-weight: 600; margin-right: 1rem; color: var(--text-main); }\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n    }\n    .pd-faq-item h3 { margin-bottom: 0.5rem; color: var(--primary); }\n    .pd-faq-item p { margin-bottom: 0; font-size: 16px; }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"pd-text-block\"\u003e\n\u003cspan class=\"pd-badge\"\u003e✈️ STEM Learning \u0026amp; Fun\u003c\/span\u003e\n\u003ch1\u003eMake Your Paper Plane Soar Freely\u003c\/h1\u003e\n\n\u003cp\u003eTransform your hand-folded paper airplane into a remote-controlled aircraft. This ultralight power module kit attaches easily, turning a simple toss into a long-range, controllable flight experience.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag\" style=\"background: #ffefed; color: #c73e1d; border: none;\"\u003eNote: Paper airplane must be DIY folded (paper not included).\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717095904\/e3592aad9180553503e74008c02a8c16.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=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717095902\/9137289c8e980d151b727d4c66f686a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-text-block\"\u003e\n\u003ch2\u003eTwin-Motor Power with Gyro Stability\u003c\/h2\u003e\n\n\u003cp\u003eEngineered for success, the module features dual rear-mounted propellers that provide powerful thrust. The integrated gyroscope automatically adjusts instantly, ensuring smoother, more stable flights and easier control for pilots of all skill levels.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eBuilt-in Gyroscope\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDual Propellers\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDifferential Steering\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: DIY \u0026 STEM Experience --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2 reverse\"\u003e\n\u003cdiv class=\"pd-text-block\"\u003e\n\u003ch2\u003eHands-On STEM Creativity\u003c\/h2\u003e\n\n\u003cp\u003eCombine the classic art of origami with modern RC technology. This kit encourages creativity and develops hands-on skills as you fold your own paper plane and install the power system. It's the perfect educational project that rewards effort with the joy of flight.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDIY Required\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEducational Fun\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eOutdoor Activity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717095902\/d2352aca78d6d16655859b0e5a44efa3.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=\"pd-section\"\u003e\n\u003cdiv class=\"pd-grid-2\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img73\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717095901\/916b46e158e7fff68fcacd16530f5728.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-text-block\"\u003e\n\u003ch2\u003eComplete, Ultra-Lightweight Kit\u003c\/h2\u003e\n\n\u003cp\u003eDesigned to be incredibly light so it doesn't hinder gliding performance. The kit includes everything you need to get airborne except the paper itself: power module, remote controller, battery, charging cable, tools, and spare parts.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-feature-tags\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFeatherlight Design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eReady-to-Install\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSpare Parts Included\u003c\/span\u003e\n\u003c\/div\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\u003eSpecifications \u0026amp; Contents\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-grid-2\" style=\"align-items: start;\"\u003e\n\u003cdiv class=\"pd-img-wrapper\" style=\"box-shadow: none;\"\u003e\n\u003c!-- Display the spec image for visual reference --\u003e\n\u003cdiv class=\"pd-img-placeholder\" style=\"aspect-ratio: 1\/1;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260717095903\/6275ab9026996e0201c33a75cd9a081a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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=\"Product Type\"\u003eRC Power Module for Paper Airplanes\u003c\/td\u003e\n\t\t\t\u003ctd\u003eDIY attachment kit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Module Width\"\u003eApprox. 4.33 in (11 cm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003eReference data from diagram\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Stabilization\"\u003e6-Axis Gyroscope\u003c\/td\u003e\n\t\t\t\u003ctd\u003eBuilt-in for stable flight\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Paper\"\u003eA4 Size (80-100 gsm)\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePaper is NOT included\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Includes\"\u003ePower Module, Remote Controller, Battery, Charging Cable, Landing Gear, Screwdriver, Spare Propeller Set\u003c\/td\u003e\n\t\t\t\u003ctd\u003eRefer to kit image for visual confirmation\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs paper included in the kit?\u003c\/h3\u003e\n\n\u003cp\u003eNo, paper is not included. You will need to provide your own standard A4 printer paper (recommended 80-100 gsm weight) and fold the airplane yourself. This is part of the DIY fun!\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eHow does the plane steer without rudders?\u003c\/h3\u003e\n\n\u003cp\u003eThe module uses differential thrust. The remote controller varies the speed of the two rear propellers independently. Spinning one faster than the other causes the plane to turn left or right.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3\u003eIs it difficult to install on the paper plane?\u003c\/h3\u003e\n\n\u003cp\u003eInstallation is straightforward. Once you have folded your paper plane, the lightweight power module is typically attached to the underside using standard adhesive tape (clear tape is recommended).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Kit (Starter Set)","offer_id":49931591155955,"sku":"0717-17283762","price":26.95,"currency_code":"USD","in_stock":true},{"title":"2 Kits (Father \u0026 Son Set)","offer_id":49931591188723,"sku":"0717-17287855","price":50.95,"currency_code":"USD","in_stock":true},{"title":"3 Kits (Squadron Racing Pack)","offer_id":49931591221491,"sku":"0717-17283027","price":75.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/e3592aad9180553503e74008c02a8c16.jpg?v=1784280558","url":"https:\/\/ifurryhaven.com\/products\/rc-paper-airplane-conversion-kit","provider":"IFurryhaven","version":"1.0","type":"link"}