{"product_id":"mini-usb-c-plasma-lighter","title":"Mini USB-C Plasma Lighter","description":"\u003cdiv class=\"tech-lighter-wrapper\"\u003e\n\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\u003ch2 class=\"main-title\"\u003eUSB-C Electric Lighter\u003c\/h2\u003e\n\n\u003cdiv class=\"sub-title\"\u003eA Compact \u0026amp; Innovative Lighter Powered by Your Phone\u003c\/div\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e⚡ Phone Powered Ignition\u003c\/h3\u003e\n\n\u003cp\u003eSimply insert the lighter into your phone's USB-C port to activate the plasma arc. No charging, no gas, and no refilling required. Your smartphone provides the power instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Phone Powered Ignition\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/5185a47b16e84f68b6ce3b32062e8172.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e🔥 Windproof Plasma Arc\u003c\/h3\u003e\n\n\u003cp\u003eThe electric plasma arc creates powerful ignition even in windy conditions, making it ideal for outdoor activities like camping, hiking, and BBQ.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Windproof Plasma Arc\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/2a1b5ca38ffbead7358e8f4402d785ef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e👜 Ultra-Portable Design\u003c\/h3\u003e\n\n\u003cp\u003eThe compact size easily fits into your pocket, bag, or keychain, making it perfect for everyday carry and emergency use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Ultra-Portable Design\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/54704e07c770fe9c4220bec53393611b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e🛡 Safety Auto Shut-Off\u003c\/h3\u003e\n\n\u003cp\u003eFor added safety, the lighter automatically shuts off after 10 seconds of continuous use. This prevents overheating and helps conserve your phone's battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Safety Auto Shut-Off\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/6c4783053c9a5fc8b7ed6736aaebf026.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 5 --\u003e\n\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003e🌧 Waterproof \u0026amp; Durable\u003c\/h3\u003e\n\n\u003cp\u003eDesigned for outdoor reliability, the windproof and waterproof construction allows the lighter to perform in rain, wind, and challenging environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Waterproof \u0026amp; Durable\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260309145050\/4e1dcda629e74dcab301028213c2af73.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table --\u003e\n\n\u003cdiv class=\"table-container\"\u003e\n\u003ch3 class=\"section-title\"\u003e📋 Product Specifications\u003c\/h3\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUSB-C Electric Lighter\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePower Source\u003c\/td\u003e\n\t\t\t\u003ctd\u003eSmartphone USB-C Port\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eIgnition Type\u003c\/td\u003e\n\t\t\t\u003ctd\u003ePlasma Arc Ignition\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSafety Feature\u003c\/td\u003e\n\t\t\t\u003ctd\u003e10-Second Auto Shut-Off\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd\u003eUSB-C Smartphones with OTG\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eUsage\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCamping, hiking, outdoor activities\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=\"faq-container\"\u003e\n\u003ch3 class=\"section-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e1. Does this lighter require charging?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eNo. It is powered directly by your phone through the USB-C port.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e2. Is it windproof?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes. The plasma arc ignition works even in windy outdoor conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e3. Which phones are compatible?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eIt works with USB-C smartphones that support OTG.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e4. Is it safe to use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes. The lighter features a 10-second automatic shut-off safety function.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-q\"\u003e5. Is it suitable for camping?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-a\"\u003eYes. Its compact design and windproof ignition make it ideal for outdoor activities.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Cyber Transparent \/ 1 Pack (Starter)","offer_id":45263319892159,"sku":"0312-13366382","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Cyber Transparent \/ 2 Pack (Keep 1, Gift 1) - Save 40%","offer_id":45263320547519,"sku":"0312-13369796","price":16.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/5185a47b16e84f68b6ce3b32062e8172.jpg?v=1773039135","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/mini-usb-c-plasma-lighter","provider":"Bak","version":"1.0","type":"link"}