{"product_id":"snap-build-wooden-drone","title":"Snap Build puinen drone","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\"\u003e14+ vuotiaille STEM-projekti\u003c\/div\u003e\n\n\u003ch1\u003eRakenna siipesi. Hallitse taivasta.\u003c\/h1\u003e\n\n\u003cp\u003eKoe perinteisen käsityön ja modernin aerodynamiikan täydellinen yhdistelmä. Tämä DIY-sarja muuttaa tarkasti leikatut puiset osat täysin kauko-ohjattavaksi drooniksi, tarjoten palkitsevan rakentelukokemuksen ja jännittävän lentämisen.\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\u003eNapsautettavat liitokset\u003c\/h2\u003e\n\n\u003cp\u003eEi liimaa. Ei monimutkaisia työkaluja. Tarkasti suunnitellut puiset liitokset napsahtavat tiukasti yhteen, tarjoten siistin ja miellyttävän kokoamiskokemuksen. Erinomainen tapa kehittää tilan hahmotus- ja ongelmanratkaisutaitoja ennen lentoonlähtöä.\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\u003eRakennettu kestämään oppimiskäyrä\u003c\/h2\u003e\n\n\u003cp\u003eSuunniteltu nimenomaan aloittelijoille. Kattava suojattu puinen kehys suojaa potkureita kolhuilta ja iskuilta. Hätäseis-toiminnon ansiosta voit liikkua ahtaissa sisätiloissa täysin luottavaisin mielin.\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\u003eEsteettinen huippuosaaminen luonnonpuussa\u003c\/h2\u003e\n\n\u003cp\u003eRiko tavallisten muovimallien rajoja. Korkealaatuisesta luonnonpuusta valmistettu tyylikäs puunsyyn kuvio tekee droonistasi täysin ainutlaatuisen. Se herättää huomiota niin ilmassa kuin näytölläsi.\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\u003eVakaa ja vaivaton lento\u003c\/h2\u003e\n\n\u003cp\u003eTaivaan hallitseminen ei ole koskaan ollut helpompaa. Varustettuna yhdellä painikkeella tapahtuvalla nousulla ja laskulla, headless-tilalla ja kolmella erillisellä nopeusasetuksella älykäs lentokontrollijärjestelmä takaa vakaan leijumisen ja sujuvan ohjattavuuden kaikentasoisille lentäjille.\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;\"\u003eTekniset ominaisuudet\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\u003eTekniset tiedot\u003c\/th\u003e\n\t\t\t\u003cth\u003eYksityiskohdat\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\"\u003eMateriaali\u003c\/td\u003e\n\t\t\t\u003ctd\u003eLaadukas tarkasti leikattu luonnonpuu\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Dimensions\"\u003eMitat (L x W x K)\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\"\u003eLähtöpaino\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\"\u003eMaksimi ohjausetäisyys\u003c\/td\u003e\n\t\t\t\u003ctd\u003eNoin 50 m (164 jalkaa)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Flight Features\"\u003eLentotoiminnot\u003c\/td\u003e\n\t\t\t\u003ctd\u003e3 nopeustilaa, headless-tila, korkeuden säätö, 360° voltit\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended Age\"\u003eSuositusikä\u003c\/td\u003e\n\t\t\t\u003ctd\u003e14+ vuotta (Aikuisten valvonta suositeltavaa aloittelijoille)\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;\"\u003eUsein kysytyt kysymykset\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-grid\"\u003e\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eTarvitsenko juottamista tai erikoistyökaluja kokoamiseen?\u003c\/h3\u003e\n\n\u003cp\u003eEi lainkaan. Koko sarja on suunniteltu napsautettavilla liitoksilla ja plug-and-play-elektroniikalla. Juottamista, liimaa tai erikoistyökaluja ei tarvita, joten se on täysin turvallinen ja siisti projekti.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eOnko turvallista lentää sisätiloissa?\u003c\/h3\u003e\n\n\u003cp\u003eKyllä. Droonissa on täysi 360 asteen puinen suojakehys, joka ympäröi potkureita. Tämä estää vahinkoja seinille, huonekaluille ja itse droonille, joten sisäharjoittelu on erittäin suositeltavaa aloittelijoille.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-card\"\u003e\n\u003ch3\u003eMitä tapahtuu, jos törmään ja rikon puuosan?\u003c\/h3\u003e\n\n\u003cp\u003eSarja on valmistettu kestävästä, kevyestä puusta, joka on suunniteltu vaimentamaan tavallisia iskuja. Korkean nopeuden törmäyksen sattuessa modulaarinen rakenne mahdollistaa yksittäisten rungon osien helpon tunnistamisen ja vaihdon.\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 kpl (Yksittäinen rakentaja)","offer_id":45843400523949,"sku":"0324-14449336","price":39.95,"currency_code":"USD","in_stock":true},{"title":"👯‍♂️ 2 kpl (Kilpaile ystävän kanssa)","offer_id":45843400556717,"sku":"0324-14441613","price":76.95,"currency_code":"USD","in_stock":true},{"title":"👨‍👩‍👦 Perhepakkaus (3 kpl)","offer_id":45843400589485,"sku":"0324-14442494","price":109.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/35a97eb3cb22f70d0bef448fc7adfc30_489820b7-3528-4071-a690-2a3083f3fa86.jpg?v=1774342868","url":"https:\/\/newjoyloo.com\/fi\/products\/snap-build-wooden-drone","provider":"Newjoyloo","version":"1.0","type":"link"}