{"product_id":"mini-usb-c-plasma-aansteker","title":"Mini USB-C-plasma-aansteker","description":"\u003cstyle type=\"text\/css\"\u003e\/* =========================================\n           Scoped CSS - Isolated to .tech-lighter-wrapper\n           ========================================= *\/\n        \n        .tech-lighter-wrapper {\n            \/* Modern Tech Theme Colors *\/\n            --theme-color: #0f172a; \/* Slate 900 - Dark Tech *\/\n            --theme-light: #f8fafc; \/* Slate 50 - Off white *\/\n            --theme-accent: #0ea5e9; \/* Sky 500 - Electric Blue *\/\n            --theme-accent-light: #e0f2fe; \/* Sky 100 *\/\n            --text-main: #334155; \/* Slate 700 *\/\n            --text-muted: #64748b; \/* Slate 500 *\/\n            --border-color: #e2e8f0; \/* Slate 200 *\/\n            --bg-card: #ffffff;\n            \n            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n            color: var(--text-main);\n            line-height: 1.6;\n            background-color: #ffffff;\n            padding: 20px 0;\n            margin: 0 auto;\n            max-width: 1000px;\n            box-sizing: border-box;\n        }\n\n        .tech-lighter-wrapper * {\n            box-sizing: border-box;\n        }\n\n        .tech-lighter-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n            border-radius: 12px;\n            box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);\n            margin: 0 auto;\n        }\n\n        \/* Title Area *\/\n        .tech-lighter-wrapper .main-title {\n            text-align: center;\n            font-size: 32px;\n            font-weight: 800;\n            color: var(--theme-color);\n            margin-bottom: 15px;\n            letter-spacing: -0.5px;\n        }\n\n        .tech-lighter-wrapper .sub-title {\n            text-align: center;\n            font-size: 18px;\n            font-weight: 500;\n            color: var(--theme-accent);\n            margin-bottom: 50px;\n            padding-bottom: 20px;\n            border-bottom: 2px solid var(--theme-light);\n        }\n\n        \/* Feature Sections *\/\n        .tech-lighter-wrapper .feature-section {\n            display: flex;\n            align-items: center;\n            gap: 40px;\n            margin-bottom: 60px;\n            background: var(--bg-card);\n            padding: 30px;\n            border-radius: 20px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n            border: 1px solid var(--theme-light);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .tech-lighter-wrapper .feature-section:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 30px rgba(14, 165, 233, 0.1);\n            border-color: var(--theme-accent-light);\n        }\n\n        .tech-lighter-wrapper .feature-section:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n\n        .tech-lighter-wrapper .feature-text {\n            flex: 1;\n        }\n\n        .tech-lighter-wrapper .feature-image {\n            flex: 1;\n        }\n\n        .tech-lighter-wrapper .feature-text h3 {\n            font-size: 24px;\n            font-weight: 700;\n            color: var(--theme-color);\n            margin-top: 0;\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .tech-lighter-wrapper .feature-text p {\n            font-size: 16px;\n            color: var(--text-muted);\n            margin: 0;\n            line-height: 1.7;\n        }\n\n        \/* Specifications Table *\/\n        .tech-lighter-wrapper .table-container {\n            margin-top: 60px;\n            margin-bottom: 50px;\n            background: var(--bg-card);\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n            border: 1px solid var(--theme-light);\n        }\n\n        .tech-lighter-wrapper .section-title {\n            font-size: 26px;\n            font-weight: 800;\n            text-align: center;\n            margin-bottom: 30px;\n            color: var(--theme-color);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .tech-lighter-wrapper table {\n            width: 100%;\n            border-collapse: hidden;\n            border-radius: 12px;\n            overflow: hidden;\n            font-size: 15px;\n            box-shadow: 0 0 0 1px var(--border-color);\n        }\n\n        .tech-lighter-wrapper table th,\n        .tech-lighter-wrapper table td {\n            padding: 16px 24px;\n            text-align: left;\n            border-bottom: 1px solid var(--border-color);\n        }\n\n        .tech-lighter-wrapper table tr:last-child td {\n            border-bottom: none;\n        }\n\n        .tech-lighter-wrapper .specs-table td:first-child {\n            font-weight: 600;\n            background-color: var(--theme-light);\n            width: 35%;\n            color: var(--theme-color);\n        }\n\n        .tech-lighter-wrapper .specs-table td:last-child {\n            color: var(--text-main);\n            background-color: var(--bg-card);\n        }\n\n        \/* FAQ Section *\/\n        .tech-lighter-wrapper .faq-container {\n            background: var(--bg-card);\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n            border: 1px solid var(--theme-light);\n        }\n\n        .tech-lighter-wrapper .faq-item {\n            margin-bottom: 24px;\n            padding-left: 20px;\n            border-left: 3px solid var(--theme-accent);\n        }\n\n        .tech-lighter-wrapper .faq-item:last-child {\n            margin-bottom: 0;\n        }\n\n        .tech-lighter-wrapper .faq-q {\n            font-weight: 700;\n            font-size: 17px;\n            color: var(--theme-color);\n            margin-bottom: 8px;\n        }\n\n        .tech-lighter-wrapper .faq-a {\n            font-size: 15px;\n            color: var(--text-muted);\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .tech-lighter-wrapper {\n                padding: 15px;\n            }\n            .tech-lighter-wrapper .main-title {\n                font-size: 26px;\n            }\n            .tech-lighter-wrapper .sub-title {\n                font-size: 16px;\n                margin-bottom: 30px;\n            }\n            .tech-lighter-wrapper .feature-section,\n            .tech-lighter-wrapper .feature-section:nth-child(even) {\n                flex-direction: column;\n                padding: 20px;\n                gap: 25px;\n            }\n            .tech-lighter-wrapper .feature-text h3 {\n                font-size: 20px;\n            }\n            .tech-lighter-wrapper .table-container,\n            .tech-lighter-wrapper .faq-container {\n                padding: 20px;\n            }\n            .tech-lighter-wrapper .specs-table td:first-child {\n                width: 45%;\n            }\n            .tech-lighter-wrapper table th,\n            .tech-lighter-wrapper table td {\n                padding: 12px 15px;\n                font-size: 14px;\n            }\n        }\n\u003c\/style\u003e\n\u003cdiv class=\"tech-lighter-wrapper\"\u003e\n\u003ch2\u003eUSB-C-aansteker\u003c\/h2\u003e\n\u003cp\u003eEen compacte en innovatieve aansteker die wordt opgeladen via je telefoon\u003c\/p\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e⚡ Ontsteking via je telefoon\u003c\/h3\u003e\n\u003cp\u003eSteek de aansteker gewoon in de USB-C-poort van je telefoon om de plasmaboog te activeren. Opladen, gas of bijvullen is niet nodig. Je smartphone levert direct de benodigde stroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Phone Powered Ignition\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/5185a47b16e84f68b6ce3b32062e8172.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e😎 Windbestendige plasmaboog\u003c\/h3\u003e\n\u003cp\u003eDe elektrische plasmaboog zorgt zelfs bij wind voor een krachtige ontsteking, waardoor hij ideaal is voor buitenactiviteiten zoals kamperen, wandelen en barbecueën.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/1_ee781e0d-1719-4c77-8f0b-f8699e590307.jpg?v=1774603478\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e👜 Ultradraagbaar ontwerp\u003c\/h3\u003e\n\u003cp\u003eDankzij het compacte formaat past hij gemakkelijk in je zak, tas of aan je sleutelbos, waardoor hij perfect is voor dagelijks gebruik en in noodgevallen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/USB-C_plasma_lighter_dutch.jpg?v=1774603912\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e🛡 Automatische uitschakeling voor extra veiligheid\u003c\/h3\u003e\n\u003cp\u003eVoor extra veiligheid schakelt de aansteker automatisch uit na 10 seconden ononderbroken gebruik. Dit voorkomt oververhitting en helpt de batterij van je telefoon te sparen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/4_cdad8ca4-4287-4a6b-a3c9-99ddd5049384.jpg?v=1774603478\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e🌧 Waterdicht en duurzaam\u003c\/h3\u003e\n\u003cp\u003eDeze aansteker is ontworpen voor betrouwbaar gebruik buitenshuis. Dankzij de wind- en waterdichte constructie presteert hij uitstekend in regen, wind en veeleisende omstandigheden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/5_2e13853e-3210-499b-b482-5c10c131fdab.jpg?v=1774603478\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-a\"\u003e\n\u003ch3\u003e📋 Productspecificaties\u003c\/h3\u003e\n\u003cp\u003eProducttype: Elektrische aansteker met USB-C\u003c\/p\u003e\n\u003cp\u003eVoeding: USB-C-poort van smartphone\u003c\/p\u003e\n\u003cp\u003eOntstekingstype: Plasma-ontsteking\u003c\/p\u003e\n\u003cp\u003eVeiligheidsfunctie: Automatische uitschakeling na 10 seconden\u003c\/p\u003e\n\u003cp\u003eCompatibiliteit: USB-C-smartphones met OTG\u003c\/p\u003e\n\u003cp\u003eToepassing: Kamperen, wandelen, buitenactiviteiten\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Gadgetspeurder","offers":[{"title":"Default Title","offer_id":44806771802182,"sku":"0312-13366382","price":12.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/6208\/1862\/files\/5185a47b16e84f68b6ce3b32062e8172.jpg?v=1774602966","url":"https:\/\/gadgetspeurder.nl\/products\/mini-usb-c-plasma-aansteker","provider":"Gadgetspeurder","version":"1.0","type":"link"}