{"product_id":"flame-led-small-night-light","title":"Flame LED Small Night Light","description":"\u003c!-- ============================================================\n     FLAME LED NIGHT LIGHT — Shopify Product Description\n     Color Scheme: Matches the docos.us store theme\n     Conversion Optimization: warm lifestyle copy + candle alternative scene\n     Includes: Consumer visualization content + GEO JSON-LD structured data\n     ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ① JSON-LD structured data --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ② Styles --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  White background        #f7f7f7  Card background\n   * #e5e5e5  Border        #1a1a1a  Body text\n   * #555555  Secondary text    #b8924a  Warm gold accent\n   * #fff8ee  Notice background      #e8c87a  Notice border\n   * #5a3e10  Notice text\n   *\/\n  .fln-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #ffffff;\n  }\n\n  \/* Section title *\/\n  .fln-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.2rem 0 1.1rem;\n  }\n\n  \/* Full-width video *\/\n  .fln-video-box {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    background: #111;\n    margin-bottom: 2rem;\n  }\n  .fln-video-box iframe {\n    position: absolute;\n    top: 0; left: 0;\n    width: 100%; height: 100%;\n    border: none;\n  }\n\n  \/* Hero copy *\/\n  .fln-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Candle comparison banner *\/\n  .fln-versus {\n    display: grid;\n    grid-template-columns: 1fr auto 1fr;\n    align-items: center;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 8px;\n    padding: 1rem 1.2rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n  }\n  .fln-versus__col { line-height: 1.55; }\n  .fln-versus__col--bad  { color: #888; }\n  .fln-versus__col--good { color: #1a1a1a; }\n  .fln-versus__label {\n    font-size: .62rem;\n    font-weight: 700;\n    letter-spacing: .1em;\n    text-transform: uppercase;\n    display: block;\n    margin-bottom: .3rem;\n  }\n  .fln-versus__col--bad  .fln-versus__label { color: #aaa; }\n  .fln-versus__col--good .fln-versus__label { color: #b8924a; }\n  .fln-versus__divider {\n    font-size: 1.1rem;\n    color: #d4d4d4;\n    text-align: center;\n    font-weight: 300;\n  }\n  @media (max-width: 480px) {\n    .fln-versus { grid-template-columns: 1fr; }\n    .fln-versus__divider { text-align: left; font-size: .8rem; color: #b8924a; }\n  }\n\n  \/* Core selling point cards *\/\n  .fln-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .fln-feature-card {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .85rem 1rem;\n    font-size: .85rem;\n    color: #333;\n    line-height: 1.55;\n  }\n  .fln-feature-card__icon {\n    font-size: 1.2rem;\n    display: block;\n    margin-bottom: .35rem;\n  }\n  .fln-feature-card__title {\n    font-weight: 600;\n    font-size: .82rem;\n    color: #1a1a1a;\n    display: block;\n    margin-bottom: .2rem;\n  }\n\n  \/* Usage scenario tags *\/\n  .fln-rooms {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 2rem;\n  }\n  .fln-room-tag {\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 20px;\n    padding: .3rem .9rem;\n    font-size: .82rem;\n    color: #555;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n  }\n\n  \/* Color swatches *\/\n  .fln-color-bar {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.1rem;\n    margin-bottom: 2rem;\n    font-size: .88rem;\n    color: #555;\n  }\n  .fln-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; }\n  .fln-swatch {\n    width: 22px; height: 22px;\n    border-radius: 50%;\n    border: 2px solid rgba(0,0,0,.1);\n    box-shadow: 0 1px 4px rgba(0,0,0,.15);\n  }\n  .fln-swatch--green { background: #4a7a5a; }\n  .fln-swatch--beige { background: #d4b896; }\n  .fln-swatch--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); }\n  .fln-swatch--clear { background: linear-gradient(135deg, #e8f0f8, #f8f8fc); border-color: rgba(0,0,0,.15); }\n\n  \/* Notice banner *\/\n  .fln-notice {\n    display: flex;\n    gap: 10px;\n    background: #fff8ee;\n    border: 1px solid #e8c87a;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1rem;\n    margin-bottom: 1.5rem;\n    font-size: .88rem;\n    color: #5a3e10;\n    line-height: 1.6;\n  }\n  .fln-notice__icon { flex-shrink: 0; margin-top: .05rem; }\n\n  \/* Size card *\/\n  .fln-size-card {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .75rem 1.2rem;\n    font-size: .9rem;\n    color: #1a1a1a;\n    margin-bottom: 2rem;\n  }\n  .fln-size-card svg { flex-shrink: 0; }\n\n  \/* Specifications list *\/\n  .fln-specs {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 2rem;\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));\n    gap: 8px;\n  }\n  .fln-specs li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    padding: .6rem .9rem;\n    font-size: .9rem;\n    color: #333;\n  }\n  .fln-specs li::before {\n    content: '';\n    display: block;\n    width: 5px; height: 5px;\n    min-width: 5px;\n    border-radius: 50%;\n    background: #b8924a;\n    margin-top: 8px;\n  }\n\n  \/* LED notice *\/\n  .fln-led-note {\n    display: flex;\n    gap: 10px;\n    background: #f7f7f7;\n    border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a;\n    border-radius: 6px;\n    padding: .7rem 1rem;\n    font-size: .85rem;\n    color: #555;\n    margin-bottom: 1.8rem;\n    line-height: 1.6;\n  }\n\n  \/* Certification badges *\/\n  .fln-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-top: 1.4rem;\n  }\n  .fln-badge {\n    background: #ffffff;\n    border: 1px solid #d4d4d4;\n    border-radius: 20px;\n    padding: .28rem .85rem;\n    font-size: .78rem;\n    color: #333;\n    font-weight: 500;\n    letter-spacing: .03em;\n  }\n\n  \/* Downloads *\/\n  .fln-downloads {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    margin-bottom: 2rem;\n  }\n  .fln-dl-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n    text-decoration: none;\n    color: #1a1a1a;\n    font-size: .78rem;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    transition: opacity .2s;\n  }\n  .fln-dl-item:hover { opacity: .65; }\n  .fln-dl-item img {\n    width: 60px; height: 60px;\n    object-fit: contain;\n    border: 1px solid #e5e5e5;\n    border-radius: 6px;\n    background: #fff;\n    padding: 8px;\n  }\n\u003c\/style\u003e\n\u003c!-- ③ Visualization content --\u003e\n\u003cdiv class=\"fln-wrap\"\u003e\n\u003c!-- Video --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eSee It In Action\u003c\/div\u003e\n\u003cdiv class=\"fln-video-box\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/7uiMtdToMcI?si=ySL5Zkjy_GZe0fwp\" title=\"Flame LED Night Light\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Hero copy --\u003e\n\u003cp class=\"fln-intro\"\u003eSome rooms just need a quieter kind of light. Not a lamp. Not an overhead. Something closer to a candle — warm, low, alive — but without the drips, the smoke, or the worry of leaving it burning when you fall asleep.\u003c\/p\u003e\n\u003cp class=\"fln-intro\"\u003eThe \u003cstrong\u003eFlame LED Night Light\u003c\/strong\u003e is exactly that. Shaped like a vintage kerosene lantern, it casts a soft 3000K glow that settles a room the same way a candle does. Touch the knob to dim it up or down. Charge it via USB-C. That's all there is to it.\u003c\/p\u003e\n\u003c!-- Candle vs Flame LED comparison --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eA Better Candle\u003c\/div\u003e\n\u003cdiv class=\"fln-versus\"\u003e\n\u003cdiv class=\"fln-versus__col fln-versus__col--bad\"\u003e\n\u003cspan class=\"fln-versus__label\"\u003eRegular Candle\u003c\/span\u003e Open flame — can't leave unattended\u003cbr\u003eBurns down, needs replacing\u003cbr\u003eWax drips, smoke, soot\u003cbr\u003eFixed brightness, no control\u003cbr\u003eNot safe near kids or pets\u003c\/div\u003e\n\u003cdiv class=\"fln-versus__divider\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"fln-versus__col fln-versus__col--good\"\u003e\n\u003cspan class=\"fln-versus__label\"\u003eFlame LED Night Light\u003c\/span\u003e Flameless — safe all night\u003cbr\u003eIntegrated LED rated 50,000 hrs\u003cbr\u003eNo mess, no residue\u003cbr\u003eTouch knob dims to your mood\u003cbr\u003eSafe everywhere in the home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Core selling points --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eWhy It Works\u003c\/div\u003e\n\u003cdiv class=\"fln-features\"\u003e\n\u003cdiv class=\"fln-feature-card\"\u003e\n\u003cspan class=\"fln-feature-card__icon\"\u003e🕯\u003c\/span\u003e \u003cspan class=\"fln-feature-card__title\"\u003eVintage Lantern Silhouette\u003c\/span\u003e The kerosene lamp shape gives it instant character — it looks considered, not mass-produced, even on a plain nightstand.\u003c\/div\u003e\n\u003cdiv class=\"fln-feature-card\"\u003e\n\u003cspan class=\"fln-feature-card__icon\"\u003e🌕\u003c\/span\u003e \u003cspan class=\"fln-feature-card__title\"\u003eWarm 3000K Glow\u003c\/span\u003e The same amber tone as candlelight. Signals to your body and brain that it's time to wind down — not wake up.\u003c\/div\u003e\n\u003cdiv class=\"fln-feature-card\"\u003e\n\u003cspan class=\"fln-feature-card__icon\"\u003e🔘\u003c\/span\u003e \u003cspan class=\"fln-feature-card__title\"\u003eTouch-Dimmer Knob\u003c\/span\u003e One control does everything. Tap to turn on, hold and turn to adjust brightness. No app, no Wi-Fi, no complexity.\u003c\/div\u003e\n\u003cdiv class=\"fln-feature-card\"\u003e\n\u003cspan class=\"fln-feature-card__icon\"\u003e⚡\u003c\/span\u003e \u003cspan class=\"fln-feature-card__title\"\u003eUSB-C Charging\u003c\/span\u003e Uses the same cable as your phone. Plug in when you remember, use it when you need it. No batteries to buy, no cords to route.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage scenarios --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eRight at Home In\u003c\/div\u003e\n\u003cdiv class=\"fln-rooms\"\u003e\n\u003cspan class=\"fln-room-tag\"\u003e🛏 Nightstand\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e🚪 Hallway\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e🛁 Bathroom\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e📚 Bookshelf\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e🍽 Dinner Table\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e🛋 Living Room Corner\u003c\/span\u003e \u003cspan class=\"fln-room-tag\"\u003e🎁 Gift — easy and thoughtful\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Notice banner --\u003e\n\u003cdiv class=\"fln-notice\"\u003e\n\u003cspan class=\"fln-notice__icon\"\u003e🚚\u003c\/span\u003e \u003cspan\u003e\u003cstrong\u003eShipping Note:\u003c\/strong\u003e Currently ships to the \u003cstrong\u003eUnited States, Japan, Australia, and the EU\u003c\/strong\u003e only.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Color bar --\u003e\n\u003cdiv class=\"fln-color-bar\"\u003e\n\u003cdiv class=\"fln-color-bar__swatches\"\u003e\n\u003cspan class=\"fln-swatch fln-swatch--green\" title=\"Green\"\u003e\u003c\/span\u003e \u003cspan class=\"fln-swatch fln-swatch--beige\" title=\"Beige\"\u003e\u003c\/span\u003e \u003cspan class=\"fln-swatch fln-swatch--white\" title=\"White\"\u003e\u003c\/span\u003e \u003cspan class=\"fln-swatch fln-swatch--clear\" title=\"Clear\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eGreen · Beige · White · Clear\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Size --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eProduct Size\u003c\/div\u003e\n\u003cdiv class=\"fln-size-card\"\u003e\n\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b8924a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"2\" y=\"7\" width=\"20\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n      \u003cline x1=\"6\" y1=\"7\" x2=\"6\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"10\" y1=\"7\" x2=\"10\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"14\" y1=\"7\" x2=\"14\" y2=\"11\"\u003e\u003c\/line\u003e\n      \u003cline x1=\"18\" y1=\"7\" x2=\"18\" y2=\"11\"\u003e\u003c\/line\u003e\n    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eDia 10 cm × H 13 cm\u003c\/strong\u003e  \/  ∅ 3.9″ × H 5.1″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Specification details --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eDetails\u003c\/div\u003e\n\u003cul class=\"fln-specs\"\u003e\n\u003cli\u003eBody: \u003cstrong\u003eABS\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eMaterials: \u003cstrong\u003eABS, PMMA \u0026amp; Silica Gel\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eLight source: \u003cstrong\u003eIntegrated LED\u003c\/strong\u003e — not replaceable\u003c\/li\u003e\n\u003cli\u003eLifespan: \u003cstrong\u003e50,000 hrs\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eColor temperature: \u003cstrong\u003eWarm White 3000K\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003eSwitch: \u003cstrong\u003eTouch knob\u003c\/strong\u003e with brightness control\u003c\/li\u003e\n\u003cli\u003ePower: \u003cstrong\u003eUSB Type-C\u003c\/strong\u003e at base\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Saudi Arabia · Europe · Australia\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- LED non-replaceable notice --\u003e\n\u003cdiv class=\"fln-led-note\"\u003e\n\u003cspan\u003e💡\u003c\/span\u003e \u003cspan\u003eThe integrated LED is rated for \u003cstrong\u003e50,000 hours\u003c\/strong\u003e — at 4 hours of use per night, that's over 34 years before it dims.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Certification badges --\u003e\n\u003cdiv class=\"fln-badges\"\u003e\n\u003cspan class=\"fln-badge\"\u003e🌎 North America\u003c\/span\u003e \u003cspan class=\"fln-badge\"\u003e🌙 Saudi Arabia\u003c\/span\u003e \u003cspan class=\"fln-badge\"\u003e🌍 Europe\u003c\/span\u003e \u003cspan class=\"fln-badge\"\u003e🌏 Australia\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Document downloads --\u003e\n\u003cdiv class=\"fln-section-title\" style=\"margin-top: 2.5rem;\"\u003eDownloads\u003c\/div\u003e\n\u003cdiv class=\"fln-downloads\"\u003e\n\u003ca class=\"fln-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1mMt5rEApQeexS-roDwlSJfPZBJcBi_XZ\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Parameter document\" loading=\"lazy\"\u003e Parameter \u003c\/a\u003e \u003ca class=\"fln-dl-item\" href=\"https:\/\/drive.google.com\/file\/d\/1e9dyV2ox0LQNj_7T_pKkefOi2ztgR7xq\/view?usp=drive_link\" rel=\"noopener\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"Installation guide\" loading=\"lazy\"\u003e Installation \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- end .fln-wrap --\u003e","brand":"Tumdi.com","offers":[{"title":"Dia 10cm x H 13cm \/ ∅ 3.9″ x H 5.1″ \/ Green \/ USB Charging Plug","offer_id":58312338997593,"sku":"DCT-06880-01","price":77.0,"currency_code":"USD","in_stock":true},{"title":"Dia 10cm x H 13cm \/ ∅ 3.9″ x H 5.1″ \/ Beige \/ USB Charging Plug","offer_id":58312339030361,"sku":"DCT-06880-02","price":77.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1011\/8722\/3897\/files\/Flame_LED_Small_Night_Light_1.jpg?v=1781620207","url":"https:\/\/www.tumdi.co\/products\/flame-led-small-night-light","provider":"Tumdi.com","version":"1.0","type":"link"}