{"product_id":"premium-aerodynamic-paper-airplane-kit","title":"Premium Aerodynamic Paper Airplane Kit","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids\/Family Educational Craft (Paper Airplane Kit)\nTarget Audience: Parents, Grandparents, Educators, Kids (6-12 years)\nVisual Style: Playful, Engaging, Clean, Premium\nColor Strategy: Primary Coral Red (--primary) for fun\/energy, Accent Teal (--secondary) for educational\/friendly vibe, Soft airy background (--bg-alt).\nShape Strategy: Radius 20px (Soft, safe, child-friendly, approachable)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 32px-44px, Body: 18px-20px)\nMobile Table Strategy: Card-based (No horizontal scroll), with auto-calculated Metric\/Imperial conversions.\nImage Mapping: Hero=image_1, Features=image_2 to image_5\nInteraction Strategy: Strict ZERO interactive CTA\/Links. Badges are purely visual.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* === Design System === *\/\n        .product-detail-container {\n            --primary: #FF6B6B;\n            --primary-light: #FFE3E3;\n            --secondary: #4ECDC4;\n            --secondary-light: #E3F8F6;\n            --bg-body: #FFFFFF;\n            --bg-alt: #F8FAFC;\n            --text-main: #2D3436;\n            --text-sub: #636E72;\n            --radius-md: 16px;\n            --radius-lg: 24px;\n            --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.04);\n            --border-color: #E2E8F0;\n            \n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 5%;\n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen-Sans, Ubuntu, Cantarell, \"Helvetica Neue\", sans-serif;\n            color: var(--text-main);\n            box-sizing: border-box;\n            background: var(--bg-body);\n            overflow-wrap: break-word;\n            word-break: break-word;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .product-detail-container *,\n        .product-detail-container *::before,\n        .product-detail-container *::after {\n            box-sizing: inherit;\n        }\n\n        \/* === Typography System === *\/\n        .pd-h1 {\n            font-size: clamp(32px, 5vw, 44px);\n            font-weight: 800;\n            line-height: 1.2;\n            margin: 0 0 1.5rem 0;\n            color: var(--text-main);\n            letter-spacing: -0.02em;\n        }\n\n        .pd-h2 {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 700;\n            line-height: 1.3;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-h3 {\n            font-size: clamp(20px, 3vw, 24px);\n            font-weight: 700;\n            line-height: 1.4;\n            margin: 0 0 1rem 0;\n            color: var(--text-main);\n        }\n\n        .pd-p {\n            font-size: clamp(18px, 2vw, 20px);\n            line-height: 1.7;\n            color: var(--text-sub);\n            margin: 0 0 1.5rem 0;\n        }\n\n        \/* === Utilities === *\/\n        .pd-text-center { text-align: center; }\n        .pd-mb-large { margin-bottom: clamp(3rem, 6vw, 5rem); }\n        .pd-highlight { color: var(--primary); }\n\n        \/* === Badges (Visual Only, No Clicks) === *\/\n        .pd-badges {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            margin-bottom: 2rem;\n            justify-content: center;\n        }\n        \n        .pd-badge {\n            background: var(--secondary-light);\n            color: var(--secondary);\n            font-size: 16px;\n            font-weight: 700;\n            padding: 10px 20px;\n            border-radius: 50px;\n            display: inline-flex;\n            align-items: center;\n            border: 2px solid rgba(78, 205, 196, 0.2);\n        }\n\n        \/* === Hero Section === *\/\n        .pd-hero {\n            padding: clamp(2rem, 5vw, 4rem) 0;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .pd-social-proof {\n            display: inline-block;\n            background: var(--primary-light);\n            color: var(--primary);\n            font-size: 18px;\n            font-weight: 700;\n            padding: 8px 24px;\n            border-radius: 50px;\n            margin-bottom: 1.5rem;\n        }\n\n        \/* === Media \u0026 Placeholders (Strict rules applied) === *\/\n        .pd-image-wrapper {\n            width: 100%;\n            border-radius: var(--radius-lg);\n            overflow: hidden;\n            box-shadow: var(--shadow-sm);\n            background: var(--bg-alt);\n        }\n\n        .pd-image-wrapper img {\n            width: 100%;\n            height: auto; \/* Natural flow height *\/\n            display: block;\n        }\n\n        \/* Fallback Placeholder style for Editor *\/\n        .pd-placeholder {\n            width: 100%;\n            aspect-ratio: 4 \/ 3;\n            background: var(--bg-alt);\n            border: 2px dashed #CBD5E1;\n            border-radius: var(--radius-lg);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 20px;\n            color: #94A3B8;\n            font-weight: 700;\n            padding: 2rem;\n            text-align: center;\n        }\n\n        \/* === Feature Layout (Mobile Lock -\u003e Desktop Z-Pattern) === *\/\n        .pd-feature-item {\n            display: flex;\n            flex-direction: column; \/* Mobile Lock: Image top, Text bottom *\/\n            gap: clamp(2rem, 4vw, 4rem);\n            margin-bottom: clamp(3rem, 6vw, 5rem);\n            align-items: center;\n        }\n\n        .pd-feature-media, .pd-feature-copy {\n            width: 100%;\n        }\n\n        @media (min-width: 768px) {\n            .pd-feature-item {\n                flex-direction: row; \/* Desktop Z-Pattern *\/\n            }\n            .pd-feature-item:nth-child(even) {\n                flex-direction: row-reverse;\n            }\n            .pd-feature-media, .pd-feature-copy {\n                width: 50%;\n            }\n            .pd-feature-copy {\n                padding: 0 2rem;\n            }\n        }\n\n        \/* === Specifications Table (Mobile Card Lock) === *\/\n        .pd-specs-container {\n            background: var(--bg-alt);\n            padding: clamp(2rem, 5vw, 4rem);\n            border-radius: var(--radius-lg);\n        }\n\n        .pd-table {\n            width: 100%;\n            border-collapse: collapse;\n            text-align: left;\n        }\n\n        .pd-table th, .pd-table td {\n            padding: 1.2rem 1.5rem;\n            font-size: 18px;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .pd-table th {\n            font-weight: 700;\n            color: var(--text-main);\n            width: 35%;\n        }\n\n        .pd-table td {\n            color: var(--text-sub);\n        }\n\n        @media (max-width: 767px) {\n            .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n                display: block;\n                width: 100%;\n            }\n            \n            .pd-table thead {\n                display: none; \/* Hide headers on mobile *\/\n            }\n\n            .pd-table tr {\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            }\n\n            .pd-table td {\n                display: flex;\n                flex-direction: column;\n                padding: 1rem 1.5rem;\n                border-bottom: 1px solid var(--border-color);\n            }\n\n            .pd-table td:last-child {\n                border-bottom: none;\n            }\n\n            .pd-table td::before {\n                content: attr(data-label);\n                font-weight: 700;\n                color: var(--text-main);\n                margin-bottom: 0.5rem;\n                font-size: 16px;\n            }\n        }\n\n        \/* === FAQ Section === *\/\n        .pd-faq-list {\n            display: flex;\n            flex-direction: column;\n            gap: 1.5rem;\n        }\n\n        .pd-faq-item {\n            background: var(--bg-alt);\n            border-radius: var(--radius-md);\n            padding: clamp(1.5rem, 3vw, 2.5rem);\n            border-left: 6px solid var(--secondary);\n        }\n\n        .pd-faq-q {\n            font-size: clamp(20px, 2.5vw, 24px);\n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 1rem;\n        }\n\n        .pd-faq-a {\n            font-size: clamp(18px, 2vw, 20px);\n            color: var(--text-sub);\n            line-height: 1.7;\n            margin: 0;\n        }\n\u003c\/style\u003e\n\u003c!-- 1. HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero pd-mb-large\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e★★★★★ Loved by 10,000+ Families\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1 pd-text-center\"\u003eUnleash Imagination with\u003cbr\u003e\n25 Unique Paper Airplanes\u003c\/h1\u003e\n\n\u003cp class=\"pd-p pd-text-center\" style=\"max-width: 800px; margin-bottom: 2.5rem;\"\u003eThe ultimate crafting kit featuring premium paper, smart fold lines, and step-by-step video tutorials for guaranteed high-flying fun. Unplug, build, and soar!\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badges\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eNo Glue Required\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eVideo Tutorials Included\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003eAges 6+\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316114234\/ff43fab34e63df6d4930121de57de96e.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-features pd-mb-large\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316114234\/f84406f8ed9163bc9d4ff055b17faf95.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e25 Dazzling, Dual-Sided Designs\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eStand out in the sky! Our kit includes 25 distinct styles featuring vibrant, dual-sided patterns. Every flight becomes an eye-catching spectacle that sparks creativity and joy, keeping kids engaged for hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316114234\/e15946474e261af13b60cb2172281299.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFoolproof Folding Every Time\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to frustration. Crafted from lightweight, premium 80gsm paper with clearly integrated fold lines, you'll achieve precise creases effortlessly. Perfect aerodynamics and successful flights are practically guaranteed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316114234\/c16e72daddd6faa4582b2355777d6c27.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eMaster the Art of Flight\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eWhether you prefer flipping through our clear, physical instruction book or scanning the QR code for animated video tutorials, we guide you step-by-step to folding perfection. Learning a new skill has never been this accessible.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\n\u003cdiv class=\"pd-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260316114304\/7d47e6ab435f698bf919b3053ef5a39a.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-feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eCreate Memories That Soar\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003eDisconnect from screens and connect with each other. This hands-on kit builds dexterity, encourages outdoor play, and creates delightful shared moments between parents and children. The perfect gift for family bonding.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. SPECIFICATIONS SECTION (Mobile Card Table) --\u003e\n\n\u003cdiv class=\"pd-specs-container pd-mb-large\"\u003e\n\u003ch2 class=\"pd-h2 pd-text-center\" style=\"margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\u003eDetail\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=\"Included Items\"\u003e25 designs, Instruction Book, QR Code Insert\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eComplete kit ready to use right out of the box.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Paper Dimensions\"\u003e21.0 × 29.7 cm (8.3 × 11.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eStandard A4 proportions optimized for classic aerodynamics.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Weight\"\u003e450.0 g (15.9 oz)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eLightweight and portable for travel or park visits.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material Grade\"\u003ePremium 80gsm Folding Paper\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003eStrong enough to hold a sharp crease, light enough to glide perfectly.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Safety Standards\"\u003eNo Glue, No Scissors Required\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Detail\"\u003e100% safe, tear-free, hands-on construction.\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- 4. FAQ SECTION --\u003e\n\n\u003cdiv class=\"pd-faq pd-mb-large\"\u003e\n\u003ch2 class=\"pd-h2 pd-text-center\" style=\"margin-bottom: 2.5rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eDo we need scissors or glue?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNot at all! Our smart design relies entirely on precise folding. There are no messy glues or sharp scissors required, making this kit incredibly safe and perfect for travel or quick activities anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eWhat if my child gets stuck on a step?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eWe've got you covered. Every kit comes with a QR code that instantly unlocks clear, animated video tutorials on your phone or tablet. We show every single fold step-by-step so nobody gets left behind.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs the paper durable enough for outdoor flights?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eYes! We use a specially selected premium 80gsm lightweight paper. It strikes the perfect balance—it's thin enough to create crisp, precise aerodynamic folds, yet durable enough to withstand outdoor test flights in the park.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"✈️ 1-Pack (Makes 25 Airplanes!)","offer_id":48753629954291,"sku":"0326-15543585","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🎁 2-Pack (Makes 50 Airplanes! - Save 20%)","offer_id":48753629987059,"sku":"0326-15545606","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/1937\/2019\/files\/ff43fab34e63df6d4930121de57de96e.jpg?v=1774512082","url":"https:\/\/ifurryhaven.com\/products\/premium-aerodynamic-paper-airplane-kit","provider":"IFurryhaven","version":"1.0","type":"link"}