{"product_id":"high-output-led-bubble-gun","title":"Hoge Output LED Bubbelpistool","description":"\u003c!--\n[AI Design Logic]\nProduct Type: High-energy Kids\/Party Toy (LED Bubble Blaster)\nTarget Audience: Parents, Kids, Party Hosts seeking engaging outdoor\/night activities\nVisual Style: Playful, Energetic, Tech-Infused (Vibrant contrast)\nColor Strategy: Deep Space Blue background for Hero to emphasize LED lighting, vibrant Electric Purple\/Blue as primary, clean white\/gray for content cards to ensure readability.\nShape Strategy: Radius 20px (Soft, friendly, safe for kids, no sharp edges)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 38px, Body: 18px)\nMobile Table Strategy: Card-based (No horizontal scroll, full conversion to flex\/block)\nImage Mapping: Hero=image_1, Multi-Jet Feature=image_2, Remote Feature=image_3, LED Feature=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ==========================================================================\n       1. Design System (CSS Variables)\n       ========================================================================== *\/\n    .product-detail-container {\n      \/* Colors *\/\n      --primary: #6c5ce7;\n      --primary-hover: #a29bfe;\n      --accent: #fdcb6e;\n      --text-main: #2d3436;\n      --text-sub: #636e72;\n      --text-light: #f5f6fa;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-dark: #192a56;\n      --border-color: #dfe6e9;\n      \n      \/* Radii *\/\n      --radius-md: 12px;\n      --radius-lg: 24px;\n      --radius-full: 999px;\n      \n      \/* Shadows *\/\n      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 16px 40px rgba(108, 92, 231, 0.15);\n      \n      \/* Spacing (Fluid) *\/\n      --section-gap: clamp(3rem, 8vw, 6rem);\n      --module-gap: clamp(2rem, 5vw, 4rem);\n      --element-gap: clamp(1rem, 2.5vw, 1.5rem);\n\n      \/* Typography Setup *\/\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      background: var(--bg-body);\n    }\n\n    \/* Global Resets within Container *\/\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      margin: 0;\n      padding: 0;\n    }\n\n    \/* ==========================================================================\n       2. Typography System\n       ========================================================================== *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      color: var(--text-light);\n      margin-bottom: var(--element-gap);\n      letter-spacing: -0.02em;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin-bottom: var(--element-gap);\n      color: var(--text-main);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 700;\n      margin-bottom: var(--element-gap);\n      color: var(--text-main);\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: var(--element-gap);\n    }\n\n    .product-detail-container .text-dark {\n      color: var(--text-main);\n    }\n\n    .product-detail-container .text-light {\n      color: var(--text-light);\n    }\n\n    .product-detail-container .text-light p {\n      color: #b2bec3;\n    }\n\n    \/* ==========================================================================\n       3. Image \u0026 Media Protocol (Option A: Natural Flow \u0026 Placeholder)\n       ========================================================================== *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      background-color: var(--bg-card);\n      border: 2px dashed #b2bec3;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 600;\n      text-align: center;\n      padding: 2rem;\n    }\n\n    \/* ==========================================================================\n       4. Visual Badges (Non-clickable)\n       ========================================================================== *\/\n    .static-badge {\n      display: inline-flex;\n      align-items: center;\n      background: rgba(255, 255, 255, 0.1);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      color: var(--accent);\n      padding: 8px 16px;\n      border-radius: var(--radius-full);\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: var(--element-gap);\n      backdrop-filter: blur(4px);\n    }\n\n    \/* ==========================================================================\n       5. Layout Modules\n       ========================================================================== *\/\n    \n    \/* Hero Section *\/\n    .pd-hero {\n      background: var(--bg-dark);\n      border-radius: var(--radius-lg);\n      padding: var(--module-gap);\n      margin-top: var(--module-gap);\n      margin-bottom: var(--section-gap);\n      text-align: center;\n      box-shadow: var(--shadow-lg);\n    }\n\n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto var(--module-gap);\n    }\n\n    \/* Features Section - STRICT Mobile Ordering Lock *\/\n    .pd-features {\n      margin-bottom: var(--section-gap);\n      display: flex;\n      flex-direction: column;\n      gap: var(--module-gap);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* MOBILE FIRST: STRICT LOCK *\/\n      gap: var(--module-gap);\n      background: var(--bg-body);\n      border-radius: var(--radius-lg);\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    \/* Specifications Table - Mobile Card Strategy *\/\n    .pd-specs {\n      margin-bottom: var(--section-gap);\n      background: var(--bg-card);\n      padding: var(--module-gap);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-specs table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: var(--module-gap);\n    }\n\n    \/* Mobile Table -\u003e Cards *\/\n    @media (max-width: 767px) {\n      .pd-specs table, \n      .pd-specs thead, \n      .pd-specs tbody, \n      .pd-specs tr, \n      .pd-specs th, \n      .pd-specs td {\n        display: block;\n        width: 100%;\n      }\n      \n      .pd-specs thead {\n        display: none;\n      }\n      \n      .pd-specs tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1rem;\n        padding: 1rem;\n        box-shadow: var(--shadow-sm);\n      }\n      \n      .pd-specs td {\n        display: flex;\n        flex-direction: column;\n        padding: 0.5rem 0;\n        font-size: 18px;\n        color: var(--text-main);\n        border-bottom: 1px solid var(--border-color);\n      }\n      \n      .pd-specs td:last-child {\n        border-bottom: none;\n      }\n      \n      .pd-specs td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        font-size: 16px;\n        margin-bottom: 4px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq {\n      margin-bottom: var(--section-gap);\n    }\n\n    .faq-item {\n      border-bottom: 2px solid var(--bg-card);\n      padding: 1.5rem 0;\n    }\n\n    .faq-item details {\n      width: 100%;\n    }\n\n    .faq-item summary {\n      font-size: clamp(20px, 3vw, 24px);\n      font-weight: 700;\n      color: var(--text-main);\n      cursor: default; \/* Keep non-interactive styling per generic CTA rules, but native HTML accordion needs click. We won't use pointer-cursor to strictly follow \"no clickable CTA\" visual rule, though details is natively clickable. *\/\n      list-style: none;\n      position: relative;\n      padding-right: 2rem;\n    }\n\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n\n    .faq-item summary::after {\n      content: '+';\n      position: absolute;\n      right: 0;\n      top: 50%;\n      transform: translateY(-50%);\n      font-size: 28px;\n      color: var(--primary);\n      transition: transform 0.3s ease;\n    }\n\n    .faq-item details[open] summary::after {\n      content: '−';\n      transform: translateY(-50%);\n    }\n\n    .faq-item .faq-answer {\n      margin-top: 1rem;\n      padding-right: 1rem;\n    }\n\n    \/* ==========================================================================\n       6. Desktop Enhancements (Z-Pattern \u0026 Table)\n       ========================================================================== *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row; \/* Z-Pattern Enabled *\/\n        align-items: center;\n        gap: var(--module-gap);\n      }\n      \n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      \n      .feature-media, .feature-copy {\n        width: 50%;\n      }\n\n      \/* Desktop Table Styles *\/\n      .pd-specs table {\n        border: 1px solid var(--border-color);\n        background: var(--bg-body);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      \n      .pd-specs th, .pd-specs td {\n        padding: 1.5rem;\n        text-align: left;\n        border-bottom: 1px solid var(--border-color);\n        font-size: 18px;\n      }\n      \n      .pd-specs th {\n        background: var(--primary);\n        color: var(--bg-body);\n        font-weight: 700;\n        font-size: 20px;\n      }\n      \n      .pd-specs tr:nth-child(even) {\n        background: var(--bg-card);\n      }\n      \n      .pd-specs td::before {\n        display: none; \/* Hide mobile labels *\/\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content text-light\"\u003e\n\u003cdiv class=\"static-badge\"\u003e★★★★★ Hoogst Beoordeeld Kinderspeelgoed\u003c\/div\u003e\n\n\u003ch1\u003eLaat een Melkweg van Bellen los\u003c\/h1\u003e\n\n\u003cp style=\"color: #b2bec3; font-size: clamp(20px, 3vw, 24px); font-weight: 600;\"\u003eDe Ultieme LED Bubble Blaster met Draadloze Afstandsbediening.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409162946\/4d781dae0c361d50fc2d4ce0cfa621cd.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-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409162946\/20214ddd4b99ca84661fc1c3cec5f0ac.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\u003eEnorme Bellenproductie\u003c\/h2\u003e\n\n\u003cp\u003eUitgerust met een geavanceerde \u003cstrong\u003eMulti-Jet Bubble Motor\u003c\/strong\u003e met twaalf hogesnelheidsmondstukken. Het produceert binnen enkele seconden een enorme, continue stroom van glinsterende bellen.\u003c\/p\u003e\n\n\u003cp\u003eVerander direct achtertuinverjaardagsfeestjes, avondfietstochten of gewoon speeltijd in een onvergetelijk, meeslepend wonderland zonder handmatig werk.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409162946\/ddba075469a70556f4aa3a1fe5b9d68a.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\u003eVolledige Controle van Afstand\u003c\/h2\u003e\n\n\u003cp\u003eHoud het plezier soepel gaande zonder plakkerige of rommelige handen. De meegeleverde \u003cstrong\u003eOne-Touch Draadloze Afstandsbediening\u003c\/strong\u003e brengt absolute magie binnen handbereik.\u003c\/p\u003e\n\n\u003cp\u003eOuders en kinderen kunnen eenvoudig de krachtige bellenactie starten en stoppen vanaf maximaal 9 meter afstand, zodat je altijd klaar bent voor het perfecte verrassingsmoment.\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=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409162946\/a464f3f8f58dba956e1a98704b1f899b.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\u003eBetoverende LED-lichtshow\u003c\/h2\u003e\n\n\u003cp\u003eZie de magie tot leven komen als de zon ondergaat. Ingebouwde \u003cstrong\u003eKleurveranderende LED-stuwers\u003c\/strong\u003e doorlopen automatisch een spectrum van levendige, gloeiende tinten terwijl de bellen worden geblazen.\u003c\/p\u003e\n\n\u003cp\u003ePerfect voor schemering of nachtelijke buitenactiviteiten, verandert het elke lancering in een verbluffend \"ruimte-missie\" visueel avontuur dat pure verbeelding en vreugde opwekt.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Lock Applied) --\u003e\n\n\u003cdiv class=\"pd-specs\"\u003e\n\u003cdiv class=\"static-badge\" style=\"color: var(--primary); border-color: var(--primary); background: transparent;\"\u003eTechnische Details\u003c\/div\u003e\n\n\u003ch2\u003eSpecificaties \u0026amp; Details\u003c\/h2\u003e\n\n\u003cp\u003eAlles wat je moet weten over de fysieke mogelijkheden en vereisten van de LED Bubble Blaster.\u003c\/p\u003e\n\n\u003ctable\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKenmerk\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecificatie\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\"\u003e\u003cstrong\u003eAfmetingen\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e20,5 cm x 8,6 cm \u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub);\"\u003e(20,5 cm x 8,6 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eGewicht\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e450,0 g\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub);\"\u003e(450,0 g)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eBereik Afstandsbediening\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eTot 9,1 m\u003cbr\u003e\n\t\t\t\u003cspan style=\"color: var(--text-sub);\"\u003e(Tot 9,1 m)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eVoedingsbron\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e4 x AA Batterijen \u003cspan style=\"color: var(--text-sub);\"\u003e(Niet Inbegrepen)\u003c\/span\u003e\u003cbr\u003e\n\t\t\t1 x CR2032 Afstandsbediening Batterij \u003cspan style=\"color: var(--text-sub);\"\u003e(Inbegrepen)\u003c\/span\u003e\n\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003e\u003cstrong\u003eAanbevolen Leeftijd\u003c\/strong\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e3+ Jaar\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"pd-faq\"\u003e\n\u003ch2\u003eVeelgestelde Vragen\u003c\/h2\u003e\n\n\u003cp\u003eVeelgestelde vragen van ouders en cadeaukopers.\u003c\/p\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails open=\"\"\u003e\u003csummary\u003eMoet ik een specifiek merk zeepoplossing kopen?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHoewel de Multi-Jet Motor uitstekend werkt met elke standaard zeepoplossing, raden we sterk aan om premium of geconcentreerde zeepmengsels te gebruiken. Dikkere oplossingen zorgen voor het hoogste volume, de langst houdbare bellen en reflecteren de LED-lichten veel beter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eZijn de batterijen inbegrepen voor de blaster en afstandsbediening?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eDe draadloze afstandsbediening is uitgerust met een vooraf geïnstalleerde, duurzame CR2032-batterij, zodat hij direct uit de doos klaar is voor gebruik. De hoofdunit van de Bubble Blaster heeft echter 4 standaard AA-batterijen nodig, die niet zijn inbegrepen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eIs de Bubble Blaster waterdicht voor zwembadfeestjes?\u003c\/summary\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eDe buitenkant is zeer waterbestendig en perfect veilig tegen spatten van normaal buitenspelen of zeepbellenresten. Om de interne motor en elektronische LED-stuwers te beschermen, dompel het speelgoed echter nooit volledig onder in water.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bak","offers":[{"title":"Blauw \/ Standaard (10 Packs)","offer_id":45898534912173,"sku":"0409-17415480","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"Geel \/ Standaard (10 Packs)","offer_id":45898534944941,"sku":"0409-17418041","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"Roze \/ Standaard (10 Packs)","offer_id":45898534977709,"sku":"0409-17415109","price":30.95,"currency_code":"EUR","in_stock":true},{"title":"Blauw \/ Waarde Pack (20 Packs)","offer_id":45898535010477,"sku":"0409-17418567","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Geel \/ Waarde Pack (20 Packs)","offer_id":45898535043245,"sku":"0409-17415552","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Roze \/ Waarde Pack (20 Packs)","offer_id":45898535076013,"sku":"0409-17411574","price":35.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/4d781dae0c361d50fc2d4ce0cfa621cd.jpg?v=1775728150","url":"https:\/\/0ixug9-pv.myshopify.com\/nl\/products\/high-output-led-bubble-gun","provider":"Newjoyloo","version":"1.0","type":"link"}