{"product_id":"flexible-neck-arc-lighter","title":"Flexible Neck Arc Lighter","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Electronic Home Gadget \/ Outdoor Tool (Electric Arc Lighter)\nTarget Audience: Families, Candle Lovers, BBQ \u0026 Camping Enthusiasts\nVisual Style: Modern, Clean, Tech-Integrated Household Style\nColor Strategy: Trustworthy Deep Blue (Electric Plasma Vibe) with Crisp White\/Gray for clear reading\nShape Strategy: Radius 12px (Smooth, safe, accessible)\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 34-44px, Body: 18-20px)\nMobile Table Strategy: Card-based (No horizontal scroll, full responsive)\nImage Mapping: Hero=image_1, Neck Feature=image_2, Windproof=image_3, USB-C=image_4, Safety=image_5\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color System *\/\n      --primary: #2B6CB0;\n      --text-main: #1A202C;\n      --text-sub: #4A5568;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E2E8F0;\n      --badge-bg: #EBF8FF;\n      --badge-text: #2B6CB0;\n      \n      \/* Spacing \u0026 Shapes *\/\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.08);\n      --section-gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Container Reset *\/\n    .product-detail-container {\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      line-height: 1.6;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography *\/\n    .pd-h1 { font-size: clamp(32px, 4vw, 44px); font-weight: 800; line-height: 1.2; margin: 0 0 1rem; color: var(--text-main); }\n    .pd-h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.3; margin: 0 0 1rem; color: var(--text-main); }\n    .pd-h3 { font-size: clamp(20px, 2.5vw, 24px); font-weight: 600; line-height: 1.4; margin: 0 0 1rem; color: var(--text-main); }\n    .pd-p { font-size: clamp(18px, 2vw, 20px); font-weight: 400; line-height: 1.7; margin: 0 0 1.5rem; color: var(--text-sub); }\n    .pd-caption { font-size: 16px; color: var(--text-sub); display: block; }\n\n    \/* Layout Spacing *\/\n    .pd-section { margin-bottom: var(--section-gap); }\n    .pd-text-center { text-align: center; }\n\n    \/* Media Protocol - Absolute Anti-Distortion *\/\n    .pd-img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Placeholder Styling *\/\n    .pd-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 9;\n      background: var(--bg-card);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: var(--text-sub);\n      font-size: 18px;\n      font-weight: 500;\n    }\n\n    .pd-placeholder.square { aspect-ratio: 1 \/ 1; }\n\n    \/* Badges (Non-clickable) *\/\n    .pd-badge-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n    .pd-badge {\n      background: var(--badge-bg);\n      color: var(--badge-text);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      margin-top: 2rem;\n    }\n    .pd-hero-content {\n      max-width: 800px;\n      margin: 0 auto 2rem;\n    }\n\n    \/* Feature Z-Pattern Architecture *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2rem;\n      margin-bottom: var(--section-gap);\n      align-items: center;\n    }\n    .pd-feature-media { width: 100%; }\n    .pd-feature-copy { width: 100%; }\n    .pd-feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .pd-feature-list li {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1rem;\n      padding-left: 1.5rem;\n      position: relative;\n    }\n    .pd-feature-list li::before {\n      content: \"✓\";\n      color: var(--primary);\n      font-weight: bold;\n      position: absolute;\n      left: 0;\n      top: 0;\n    }\n\n    \/* Responsive Z-Pattern (Desktop) *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\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        flex-shrink: 0;\n      }\n    }\n\n    \/* Specifications Table (Card-based Mobile) *\/\n    .pd-table-wrapper {\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 3vw, 3rem);\n    }\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      font-size: clamp(16px, 1.8vw, 18px);\n    }\n    .pd-table th, .pd-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-table th {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n    .pd-table td { color: var(--text-sub); }\n    \n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead { display: none; }\n      .pd-table tr {\n        background: #ffffff;\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 0.5rem;\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: none;\n        padding: 0.75rem;\n        border-bottom: 1px solid var(--bg-card);\n        text-align: right;\n      }\n      .pd-table td:last-child { border-bottom: none; }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        color: var(--text-main);\n        margin-right: 1rem;\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-item {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1rem;\n    }\n    .pd-faq-q {\n      font-size: clamp(18px, 2vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 0.5rem;\n    }\n    .pd-faq-a {\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"pd-badge-group\" style=\"justify-content: center;\"\u003e\n\u003cspan class=\"pd-badge\"\u003eFamily Value 5-Pack\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003eFlameless Tech\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eThe Ultimate Flameless Power for Every Home Setup\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eLight up everything from deep candle jars to windy outdoor BBQs. Engineered with 360° flexibility, USB-C fast charging, and double safety protocols.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Image Placeholder --\u003e\n\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\/20260317171805\/be10c1927d56b12992aa54c5422abd51.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\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317171805\/50bbcb8f48602b056f7429860654ed33.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-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003e4.0\" Flexible Neck for Deep Reach\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eNever burn your fingers again. The extended, 360° rotatable flexible neck effortlessly bends to reach deep candle wicks, narrow camping stoves, and tricky angles with absolute precision.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eAccesses hard-to-reach places safely\u003c\/li\u003e\n\t\u003cli\u003eKeeps hands far away from the ignition point\u003c\/li\u003e\n\t\u003cli\u003eBends and holds its shape seamlessly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317171805\/b9f7c3652c65d6946d5dcbd71681696d.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-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eWindproof \u0026amp; Odorless Plasma Arc\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eSay goodbye to flimsy flames blown out by the breeze. The advanced plasma arc technology produces a strong, flameless pulse that resists high winds and harsh weather.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003ePerfect for outdoor camping and BBQs\u003c\/li\u003e\n\t\u003cli\u003eNo butane, no pungent chemical smells\u003c\/li\u003e\n\t\u003cli\u003eSplash-proof design for outdoor reliability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317171805\/90243349a631766915567d080834277e.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-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUSB Type-C Fast Rechargeable\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eStop wasting money on disposable fuel lighters. Powered by a modern USB-C interface, you can easily recharge your lighter anywhere. The built-in 4-LED display ensures you never run out of power unexpectedly.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eUniversal USB-C charging cable included\u003c\/li\u003e\n\t\u003cli\u003eClear 4-LED battery life indicator\u003c\/li\u003e\n\t\u003cli\u003eEco-friendly and infinitely reusable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-placeholder square\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317171805\/c0f22e139272d64324b29576085a6936.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-feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eDouble Safety Protection System\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eEngineered with your family's safety in mind. A physical external lock switch prevents accidental activation in your pocket or drawer. Even when activated, the smart chip will automatically cut the power after 7 seconds of continuous use.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli\u003eExternal safety lock switch\u003c\/li\u003e\n\t\u003cli\u003e7s automatic intelligent power cut-off\u003c\/li\u003e\n\t\u003cli\u003eSafe for household storage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Format) --\u003e\n\n\u003cdiv class=\"pd-section pd-table-wrapper\"\u003e\n\u003ch2 class=\"pd-h2 pd-text-center\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification\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\"\u003ePackage Contains\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e5 × Electric Arc Lighters (Multi-Pack)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eWeight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e0.15 lb \/ 2.4 oz (68.0 g)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e10.2\"L x 0.6\"W x 0.6\"Th (25.9 x 1.5 x 1.5 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eFlexible Neck Length\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e4.0 in (10.2 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eCharging Interface\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003eUSB Type-C (Cable Included)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBattery Indicator\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e4-Level LED Display\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eSafety Features\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003ePhysical Lock Switch \u0026amp; 7s Auto-Off\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-section\"\u003e\n\u003ch2 class=\"pd-h2 pd-text-center\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eHow many lighters are included in one purchase?\u003c\/h4\u003e\n\n\u003cp class=\"pd-p pd-faq-a\"\u003eThis is a family value multi-pack that includes 5 premium arc lighters. It is highly convenient for keeping them in different areas around your home, such as the kitchen, living room, and camping gear bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eIs it safe to keep around children?\u003c\/h4\u003e\n\n\u003cp class=\"pd-p pd-faq-a\"\u003eYes, the lighter is equipped with a double safety mechanism. It has an external safety lock switch that must be manually slid before ignition is possible, and a built-in chip that automatically cuts power after 7 seconds. However, we always recommend storing it out of the reach of children.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch4 class=\"pd-faq-q\"\u003eCan it withstand strong outdoor winds during a BBQ or camping?\u003c\/h4\u003e\n\n\u003cp class=\"pd-p pd-faq-a\"\u003eAbsolutely. The flameless plasma arc technology makes the lighter completely windproof and splash-proof. It will easily ignite charcoal, stoves, or fireworks even in harsh weather conditions where traditional lighters fail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n```","brand":"Bak","offers":[{"title":"Black","offer_id":51204234641712,"sku":"0319-15358923","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":51204234674480,"sku":"0319-15359565","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":51204234707248,"sku":"0319-15353298","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Grey","offer_id":51204234740016,"sku":"0319-15358544","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":51204234772784,"sku":"0319-15351160","price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0938\/6472\/2736\/files\/be10c1927d56b12992aa54c5422abd51.jpg?v=1773905915","url":"https:\/\/eptchn.com\/products\/flexible-neck-arc-lighter","provider":"Eptchn","version":"1.0","type":"link"}