{"product_id":"hand-controlled-flying-fairy-rjc","title":"Met de hand bestuurbare vliegende fee","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Kids Toy \/ Flying Fairy Doll\nTarget Audience: Parents, Grandparents, Young Girls\nVisual Style: Magical, Safe, Friendly, Enchanting\nColor Strategy: Soft Pinks (--primary), Purples (--accent), Light warm backgrounds to convey magic and approachability.\nShape Strategy: Radius 24px (Soft, highly rounded corners for a \"kid-safe\" psychological cue)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 34-44px, Body 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive)\nImage Mapping: Hero=image_1, Features=image_2 to image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* 1) Design System (CSS Variables) *\/\n  .product-detail-container {\n    --primary: #FF69B4;       \/* Hot Pink *\/\n    --primary-sub: #FFB6C1;   \/* Light Pink *\/\n    --accent: #9370DB;        \/* Magical Purple *\/\n    --text-main: #2D3748;     \/* High contrast dark gray *\/\n    --text-sub: #4A5568;      \/* Readable medium gray *\/\n    --bg-body: #FFF5F7;       \/* Soft pinkish white for warmth *\/\n    --bg-card: #FFFFFF;       \/* Clean white for contrast *\/\n    --radius-md: 16px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 4px 12px rgba(255, 105, 180, 0.08);\n    --shadow-lg: 0 12px 32px rgba(255, 105, 180, 0.15);\n    --border-color: #FED7E2;\n\n    \/* 0) Typography \u0026 Spacing System *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\n    overflow-wrap: break-word;\n    word-break: break-word;\n    line-height: 1.7;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n  }\n\n  \/* Typography Sizes *\/\n  .pd-h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    font-weight: 800;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-main);\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    font-weight: 700;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    line-height: 1.4;\n    font-weight: 700;\n    margin: 0 0 0.75rem 0;\n    color: var(--text-main);\n  }\n\n  .pd-text {\n    font-size: clamp(18px, 2vw, 20px);\n    margin: 0 0 1.5rem 0;\n    color: var(--text-sub);\n  }\n\n  .pd-text-small {\n    font-size: clamp(16px, 1.5vw, 18px);\n    color: var(--text-sub);\n  }\n\n  \/* Structural Spacing *\/\n  .pd-section {\n    padding: clamp(2rem, 5vw, 4rem) 0;\n  }\n\n  \/* Badges (Non-clickable visual indicators) *\/\n  .pd-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    background: var(--primary-sub);\n    color: #8A004B;\n    padding: 0.5rem 1.25rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    user-select: none;\n  }\n\n  \/* 2) Image \u0026 Media Protocol *\/\n  .image-placeholder {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    background: #f8f9fa;\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: 18px;\n    color: #64748b;\n    font-weight: bold;\n    text-align: center;\n    padding: 1rem;\n    margin: 0;\n  }\n\n  \/* When users replace placeholders with actual img tags *\/\n  .feature-media img,\n  .hero-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-sm);\n  }\n\n  \/* Hero Section *\/\n  .hero-section {\n    text-align: center;\n  }\n\n  \/* B) Mobile Ordering Lock (Strict Pattern) *\/\n  .feature-list {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 8vw, 6rem);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* MOBILE FIRST: Force image top, text bottom *\/\n    gap: clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* C) Specs Table - Mobile Card View *\/\n  .specs-section {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    box-shadow: var(--shadow-sm);\n    margin: clamp(2rem, 5vw, 4rem) 0;\n  }\n\n  .specs-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .specs-table th,\n  .specs-table td {\n    padding: 1rem 1.5rem;\n    font-size: clamp(16px, 1.5vw, 18px);\n  }\n\n  .specs-table th {\n    background: var(--bg-body);\n    color: var(--text-main);\n    font-weight: 700;\n    text-align: left;\n    border-bottom: 2px solid var(--border-color);\n  }\n\n  .specs-table td {\n    border-bottom: 1px solid var(--border-color);\n    color: var(--text-sub);\n  }\n\n  \/* FAQ Section *\/\n  .faq-section {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .faq-item {\n    margin-bottom: 2rem;\n    padding-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n  }\n  \n  .faq-item:last-child {\n    margin-bottom: 0;\n    padding-bottom: 0;\n    border-bottom: none;\n  }\n\n  .faq-q {\n    font-size: clamp(20px, 3vw, 22px);\n    font-weight: 700;\n    color: var(--text-main);\n    margin-bottom: 0.5rem;\n  }\n\n  \/* Responsive Architecture (Desktop Enhancement) *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Z-Pattern: Side by side on desktop *\/\n      align-items: center;\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Z-Pattern alternating *\/\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1; \/* Equal split *\/\n    }\n\n    .hero-section {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n  }\n\n  \/* Mobile Specs Table Card Overrides *\/\n  @media (max-width: 767px) {\n    .specs-table, \n    .specs-table thead, \n    .specs-table tbody, \n    .specs-table tr, \n    .specs-table th, \n    .specs-table td {\n      display: block;\n      width: 100%;\n    }\n    \n    .specs-table thead {\n      display: none; \/* Hide headers *\/\n    }\n    \n    .specs-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    \n    .specs-table tr:last-child {\n      margin-bottom: 0;\n    }\n    \n    .specs-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      text-align: right;\n      border-bottom: 1px solid var(--border-color);\n      padding: 1rem;\n    }\n    \n    .specs-table td:last-child {\n      border-bottom: none;\n    }\n    \n    .specs-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      margin-right: 1rem;\n      flex-shrink: 0;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"pd-badge-container\" style=\"justify-content: center;\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e✨ Vertrouwd door meer dan 10.000 blije ouders\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e🧚‍♀️ 100% kindveilig ontwerp\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eErvaar de magie: handgestuurde vliegende feeënprinses\u003c\/h1\u003e\n\n\u003cp class=\"pd-text\"\u003eBreng sprookjes tot leven. Met geavanceerde handensensortechnologie en kindveilige materialen kan je kleintje zijn eigen fee begeleiden terwijl ze sierlijk zweeft en danst in de lucht.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313174329\/22ae95da58877adda586ff34562547f1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313174329\/90019c510ac3b55fa22df93d5131f452.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eBeheer de magie met slechts een zwaai\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eVoorzien van een geavanceerde slimme infraroodsensor detecteert de fee objecten onder haar. Plaats gewoon je hand eronder en ze vliegt meteen hoger. Het stimuleert lichamelijke activiteit en creëert een moeiteloze, magische interactie voor kinderen van alle leeftijden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313174329\/f98ecc95e3eb9792b5d4fd7c994d4395.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003e100% kindveilig \u0026amp; Auto-Stop bescherming\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eVeiligheid is onze hoogste prioriteit. Gemaakt van hoogwaardig, lichtgewicht ABS-plastic, zijn de randen van de propeller zacht en glad. Als een kind haar vleugels tijdens de vlucht aanraakt, stopt de ingebouwde Auto-Stop functie onmiddellijk de rotatie, waardoor kleine handjes beschermd worden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313174329\/6ecd3db761e8a621183481f8f2cc16a4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eBetoverende LED-verlichting\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eKijk hoe ze straalt terwijl ze vliegt. De fee-pop geeft tijdens het vliegen een zachte, betoverende kleurrijke glittergloed af. Het ziet er niet alleen visueel prachtig uit, maar prikkelt ook de verbeelding van je kind en verandert elke kamer in een adembenemend magisch koninkrijk, vooral ’s nachts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260313174329\/322088c0cc9b295b8af51447f32b7ab1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSoepel vliegen \u0026amp; eenvoudig opladen\u003c\/h2\u003e\n\n\u003cp class=\"pd-text\"\u003eGeen frustrerende crashes. De intelligente Gyro \u0026amp; Stabilizer Bar zorgt ervoor dat het speelgoed soepel en in balans vliegt. Wanneer de magie een pauze nodig heeft, sluit je gewoon de verborgen USB-poort aan om op te laden. Het is het ultieme, duurzame cadeau voor verjaardagen, Kerstmis of elke speciale gelegenheid.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card View) --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eProductspecificaties\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003e:Details\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=\"Feature\"\u003eMateriaal\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePremium kinderveilig ABS-plastic\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBedieningsmechanisme\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSlimme infrarood handensensor\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVeiligheidssysteem\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eAuto-Stop bij fysiek contact\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eVermogen \u0026amp; Opladen\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eOplaadbaar via USB (kabel inbegrepen)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHoogte (ongeveer)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e19 cm \/ 7,5 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eGewicht (ongeveer)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003e85 g \/ 3,0 oz\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!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eVeelgestelde vragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eIs de propeller veilig voor jonge kinderen?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-text\"\u003eAbsoluut. Het lichaam en de propellers zijn gemaakt van dun, lichtgewicht en duurzaam materiaal met zachte randen. Het belangrijkste is dat het een Auto-Stop functie heeft die de motor onmiddellijk uitschakelt als de vleugels tijdens de vlucht worden aangeraakt.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHoe bestuurt mijn kind de fee?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-text\"\u003eEr is geen afstandsbediening nodig! Zet het aan en wacht 3 seconden voor de inactieve veiligheidstimer. Plaats dan gewoon je hand onder de fee. De ingebouwde sensor detecteert je hand en laat de fee hoger vliegen. Als je je hand weg beweegt, daalt ze zachtjes.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003eHeeft het batterijen nodig?\u003c\/div\u003e\n\n\u003cdiv class=\"pd-text\"\u003eEr zijn geen wegwerpbatterijen nodig. De fee heeft een ingebouwde oplaadbare batterij en wordt geleverd met een standaard USB-oplaadkabel. Je kunt haar eenvoudig opladen met elke USB-wandadapter, computer of powerbank.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"🌸 Bloesemroze","offer_id":47974885556436,"sku":"0327-16459374","price":12.95,"currency_code":"USD","in_stock":true},{"title":"❄️ Kristalblauw","offer_id":47974885589204,"sku":"0327-16456646","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🧚‍♀️ Lief Blauw","offer_id":47974885621972,"sku":"0327-16451322","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔮 Mystiek Paars","offer_id":47974885654740,"sku":"0327-16457364","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gemengd - 4 kleuren","offer_id":47974885687508,"sku":"0327-16455778","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/22ae95da58877adda586ff34562547f1.jpg?v=1779520391","url":"https:\/\/omurio.com\/nl\/products\/hand-controlled-flying-fairy-rjc","provider":"Omurio","version":"1.0","type":"link"}