{"product_id":"lampada-notturna-led-a-fiamma-piccola","title":"Small Flame LED Night Light","description":"\u003c!-- ============================================================\n     LAMPADA NOTTURNA LED A FIAMMA — Descrizione del Prodotto Shopify\n     配色：匹配 docos.us 店铺主题\n     转化优化：warm lifestyle copy + 蜡烛替代场景\n     包含：消费者可视化内容 + GEO JSON-LD 结构化数据\n     ============================================================ --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ① JSON-LD 结构化数据 --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ② 样式 --\u003e\n\u003cstyle\u003e\n  \/*\n   * Docos Design Tokens\n   * #ffffff  Bianco        #f7f7f7  Fondo della scheda\n   * #e5e5e5  Bordo        #1a1a1a  Testo principale\n   * #555555  Testo secondario    #b8924a  Accento oro caldo\n   * #fff8ee  Fondo del messaggio      #e8c87a  Bordo del messaggio\n   * #5a3e10  Testo del messaggio\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  \/* Titolo della sezione *\/\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  \/* Video a schermo intero *\/\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  \/* Testo introduttivo *\/\n  .fln-intro {\n    font-size: 1rem;\n    color: #555;\n    line-height: 1.8;\n    margin-bottom: 1rem;\n  }\n\n  \/* Confronto candele *\/\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  \/* Schede delle caratteristiche principali *\/\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  \/* Etichette di utilizzo *\/\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  \/* Campioni di colore *\/\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  \/* Messaggio di avviso *\/\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  \/* Scheda dimensioni *\/\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  \/* Elenco delle specifiche *\/\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  \/* Nota LED *\/\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  \/* Badge di certificazione *\/\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  \/* Download *\/\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!-- ③ Contenuti visivi --\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=\"Lampada Notturna LED a Fiamma\" loading=\"lazy\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- Testo introduttivo --\u003e\n\u003cp class=\"fln-intro\"\u003eSome rooms just need a calmer kind of light. Not a lamp. Not an overhead light. Something more like a candle—warm, low, alive—but without drips, fumes, or the worry of leaving it lit while you fall asleep.\u003c\/p\u003e\n\u003cp class=\"fln-intro\"\u003eThe \u003cstrong\u003eFlame LED Night Light\u003c\/strong\u003e is exactly that. It has the shape of a vintage kerosene lantern and emits a soft 3000K glow that fills a room just like a candle. Tap the knob to adjust the brightness. Recharge it via USB-C. That's it.\u003c\/p\u003e\n\u003c!-- Confronto candela vs LED a fiamma --\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—cannot be left unattended\u003cbr\u003eBurns out and needs replacing\u003cbr\u003eWax drips, fumes, soot\u003cbr\u003eFixed brightness, no controls\u003cbr\u003eNot safe around children 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 No flame—safe all night\u003cbr\u003eIntegrated LED with a 50,000-hour lifespan\u003cbr\u003eNo Mess, No Residue\u003cbr\u003eThe touch knob adjusts the brightness to suit your mood\u003cbr\u003eSafe Anywhere in the Home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Caratteristiche principali --\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 curated, not mass-produced, even on a simple 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 Light\u003c\/span\u003e The same amber tone as candlelight. Signals to your body and brain that it's time to relax—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 it all. Tap to turn it on, press and hold, then rotate to adjust the 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 Use the same cable as your phone. Plug it in when you remember, use it when you need it. No batteries to buy, no cables to manage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contesti di utilizzo --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eAt Home\u003c\/div\u003e\n\u003cdiv class=\"fln-rooms\"\u003e\n\u003cspan class=\"fln-room-tag\"\u003e🛏 Bedside Table\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🍽 Dining 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!-- Messaggio di avviso --\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 only to the \u003cstrong\u003eUnited States, Japan, Australia, and the EU\u003c\/strong\u003e.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Barra dei colori --\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=\"Verde\"\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=\"Bianco\"\u003e\u003c\/span\u003e \u003cspan class=\"fln-swatch fln-swatch--clear\" title=\"Trasparente\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cspan\u003eGreen · Beige · White · Transparent\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensioni --\u003e\n\u003cdiv class=\"fln-section-title\"\u003eProduct Dimensions\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!-- Dettagli delle specifiche --\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 hours\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 the base\u003c\/li\u003e\n\u003cli\u003eCertified: North America · Saudi Arabia · Europe · Australia\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Nota LED non sostituibile --\u003e\n\u003cdiv class=\"fln-led-note\"\u003e\n\u003cspan\u003e💡\u003c\/span\u003e \u003cspan\u003eThe integrated LED lasts \u003cstrong\u003e50,000 hours\u003c\/strong\u003e — with 4 hours of use per night, that’s over 34 years before it starts to dim.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Badge di certificazione --\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!-- Download documenti --\u003e\n\u003cdiv class=\"fln-section-title\" style=\"margin-top: 2.5rem;\"\u003eDownload\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":"TrendsBySarando.it","offers":[{"title":"Dia 10cm x H 13cm \/ ∅ 3.9″ x H 5.1″ \/ Green \/ USB Charging Plug","offer_id":54934959718742,"sku":"DCT-06880-01","price":61.0,"currency_code":"GBP","in_stock":true},{"title":"Dia 10cm x H 13cm \/ ∅ 3.9″ x H 5.1″ \/ Beige \/ USB Charging Plug","offer_id":54934959751510,"sku":"DCT-06880-02","price":61.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/8438\/8694\/files\/Flame_LED_Small_Night_Light_1.jpg?v=1786289890","url":"https:\/\/www.trendsbysarando.it\/en-gb\/products\/lampada-notturna-led-a-fiamma-piccola","provider":"TrendsBySarando.it","version":"1.0","type":"link"}