{"product_id":"snap-build-wooden-drone","title":"Snap Build Holz-Drohne","description":"\u003cbr\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: DIY Wooden RC Drone Kit\nTarget Audience: Hobbyists, Teens (14+), STEM enthusiasts\nVisual Style: Technical Nature \/ Craftsmanship \u0026 Aerodynamics\nColor Strategy: Wood tones (Amber\/Warm Grey) mixed with High-Tech Charcoal ensuring high contrast\nShape Strategy: Radius 12px (A perfect balance of natural wood friendliness and tech precision)\nTypography Strategy: Large Type \/ Mobile-first readable, clear instructional hierarchy\nMobile Table Strategy: Card-based (No horizontal scroll) with auto-mapped data-labels\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      \/* Design System Variables *\/\n      --primary: #2C3539;\n      --primary-hover: #1A2022;\n      --text-main: #222222;\n      --text-sub: #505050;\n      --bg-body: #ffffff;\n      --bg-card: #F9F7F4;\n      --border-color: #E6E2D8;\n      --accent-wood: #A66D3A;\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 12px rgba(0,0,0,0.06);\n      \n      \/* Core Architecture *\/\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.25;\n      margin: 0 0 1.5rem;\n      color: var(--primary);\n      font-weight: 800;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      margin: 0 0 1.25rem;\n      color: var(--primary);\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      margin: 0 0 1rem;\n      color: var(--primary);\n      font-weight: 600;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      margin: 0 0 1.5rem;\n      color: var(--text-sub);\n    }\n\n    \/* Visual Badge (Non-clickable) *\/\n    .pd-badge {\n      display: inline-block;\n      background: var(--bg-card);\n      color: var(--accent-wood);\n      padding: 8px 16px;\n      border-radius: 30px;\n      font-weight: 700;\n      font-size: 16px;\n      letter-spacing: 0.5px;\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Image \u0026 Media Protocol *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n    \n    .pd-image-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Placeholder Styling *\/\n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-card);\n      border: 2px dashed #CFCFCF;\n      border-radius: var(--radius-lg);\n      color: #888;\n      font-size: 18px;\n      font-weight: bold;\n    }\n\n    \/* Section Spacing *\/\n    .pd-section {\n      margin-bottom: clamp(3rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n    .pd-hero p {\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    \/* Feature Layout (Z-Pattern \u0026 Mobile Lock) *\/\n    .pd-features {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column; \/* Mobile Lock: Image top, Text bottom *\/\n      gap: 2rem;\n    }\n\n    .pd-feature-media, .pd-feature-copy {\n      width: 100%;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem;\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    }\n\n    \/* Specs Table System *\/\n    .pd-table-wrapper {\n      width: 100%;\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.5rem;\n      font-size: clamp(16px, 1.5vw, 18px);\n      line-height: 1.5;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      color: var(--primary);\n      font-weight: 700;\n      width: 35%;\n      background-color: var(--bg-card);\n    }\n\n    .pd-table td {\n      color: var(--text-sub);\n    }\n\n    \/* Mobile Specs - Card Layout Lock *\/\n    @media (max-width: 767px) {\n      .pd-table, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead {\n        display: none;\n      }\n      .pd-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n        overflow: hidden;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1.25rem 1rem;\n        gap: 1rem;\n        text-align: right;\n      }\n      .pd-table td:last-child {\n        border-bottom: none;\n      }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        text-align: left;\n        flex-shrink: 0;\n        width: 45%;\n      }\n    }\n\n    \/* FAQ System *\/\n    .pd-faq-grid {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n    \n    .pd-faq-card {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 2rem;\n      border: 1px solid var(--border-color);\n    }\n    \n    .pd-faq-card h3 {\n      margin-bottom: 0.75rem;\n    }\n    \n    .pd-faq-card p {\n      margin-bottom: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-badge\"\u003eSTEM-Projekt ab 14 Jahren\u003c\/div\u003e\n\n\u003ch1\u003eBaue deine Flügel. Beherrsche den Himmel.\u003c\/h1\u003e\n\n\u003cp\u003eErleben Sie die ultimative Verbindung von traditionellem Handwerk und moderner Aerodynamik. Dieses DIY-Kit verwandelt präzise geschnittene Holzteile in eine voll ferngesteuerte Drohne und bietet eine lohnende praktische Bau-Erfahrung sowie ein aufregendes Flugerlebnis.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\" style=\"margin-top: 2rem;\"\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\/20260323174123\/35a97eb3cb22f70d0bef448fc7adfc30.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 pd-features\"\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\/20260323174123\/945cf81618cf90445a5634f00b949b18.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\u003eSteckverbindungstechnik\u003c\/h2\u003e\n\n\u003cp\u003eKein Kleber. Keine komplexen Werkzeuge. Unsere präzise gefertigten Holzverbindungen klicken sicher zusammen und bieten einen sauberen, befriedigenden Zusammenbau. Es ist eine fantastische Möglichkeit, räumliches Denken und Problemlösungsfähigkeiten zu verbessern, bevor Sie überhaupt abheben.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Safety Frame --\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\/20260323174123\/637d051d57122dc106193aa56ad04bd9.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\u003eFür die Lernkurve gebaut\u003c\/h2\u003e\n\n\u003cp\u003eStreng für Anfänger entwickelt. Der umfassend geschützte Holzrahmen schützt die Propeller vor Stößen und Aufprallen. In Kombination mit einer Notstopp-Funktion können Sie enge Innenräume mit absolutem Vertrauen navigieren.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Aesthetics --\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\/20260323174123\/72fe788ba401bcdf7265f5777ff51ad4.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\u003eÄsthetische Exzellenz in Naturholz\u003c\/h2\u003e\n\n\u003cp\u003eBrechen Sie aus gewöhnlichen Plastikmodellen aus. Gefertigt aus hochwertigem Naturholz sorgt die elegante Maserung dafür, dass Ihre Drohne völlig einzigartig ist. Sie zieht alle Blicke auf sich, egal ob sie durch die Luft gleitet oder auf Ihrem Regal steht.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Easy Controls --\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\/20260323174123\/a9a95fed5e57504020dbfdb71ba316f6.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\u003eStabiler \u0026 müheloser Flug\u003c\/h2\u003e\n\n\u003cp\u003eDen Himmel zu meistern war noch nie so einfach. Ausgestattet mit Ein-Knopf-Start und -Landung, Headless-Modus und 3 verschiedenen Geschwindigkeitsstufen sorgt das intelligente Flugsteuerungssystem für stabiles Schweben und sanfte Manövrierbarkeit für Piloten aller Erfahrungsstufen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Specifications Section (Mobile Card Strategy) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eTechnische Spezifikationen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-table-wrapper\"\u003e\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSpezifikation\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=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHochwertiges, präzise geschnittenes Naturholz\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eAbmessungen (L x W x H)\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14,5 x 14,5 x 4,5 cm (5,7 x 5,7 x 1,8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003eStartgewicht\u003c\/td\u003e\n\t\t\t\u003ctd\u003e115,0 g (4,1 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Control Range\"\u003eMaximale Steuerreichweite\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCa. 50 m (164 ft)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flight Features\"\u003eFlugfunktionen\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 Geschwindigkeitsmodi, Headless-Modus, Höhenhaltefunktion, 360°-Flips\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eEmpfohlenes Alter\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14+ Jahre (Erwachsene sollten Anfänger beaufsichtigen)\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!-- 4. FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eBrauche ich zum Zusammenbau Löten oder Spezialwerkzeuge?\u003c\/h3\u003e\n\n\u003cp\u003eÜberhaupt nicht. Das gesamte Kit ist mit Steckverbindungen und Plug-and-Play-Elektronik konzipiert. Löten, Kleben oder spezielle Werkzeuge sind nicht erforderlich, was es zu einem vollkommen sicheren und sauberen Projekt macht.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eIst es sicher, drinnen zu fliegen?\u003c\/h3\u003e\n\n\u003cp\u003eJa. Die Drohne verfügt über einen vollständigen 360-Grad-Holzschutzrahmen, der die Propeller umgibt. Dies verhindert Schäden an Wänden, Möbeln und der Drohne selbst, weshalb das Üben in Innenräumen besonders für Anfänger sehr zu empfehlen ist.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eWas passiert, wenn ich abstürze und ein Holzteile bricht?\u003c\/h3\u003e\n\n\u003cp\u003eDas Kit besteht aus langlebigem, leichtem Holz, das dafür ausgelegt ist, Standardstöße zu absorbieren. Sollte jedoch ein Hochgeschwindigkeitszusammenstoß auftreten, ermöglicht das modulare Design eine einfache Identifikation und den Austausch einzelner Rahmenteile.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"📦 1er-Pack (Solo Builder)","offer_id":47715682549972,"sku":"0324-14449336","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"👯‍♂️ 2er-Pack (Renne gegen einen Freund)","offer_id":47715682582740,"sku":"0324-14441613","price":67.95,"currency_code":"EUR","in_stock":true},{"title":"👨‍👩‍👦 Familienpack (3er-Pack)","offer_id":47715682615508,"sku":"0324-14442494","price":96.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/35a97eb3cb22f70d0bef448fc7adfc30_757c0365-2526-484e-8113-13dc3a7b1b68.jpg?v=1774342677","url":"https:\/\/7t1gn3-sv.myshopify.com\/de\/products\/snap-build-wooden-drone","provider":"Omurio","version":"1.0","type":"link"}