{"product_id":"ghost-campfire-flickering-nightlight-halloween-plug-in","title":"👻 Ghost Campfire Flickering LED Nightlight 🔥","description":"\u003cstyle\u003e\n  .gh-light-page {\n    --gh-orange: #f97316;  \/* 梦幻南瓜守护橘 *\/\n    --gh-dark: #0f172a;    \/* 高奢古堡夜黑 *\/\n    --gh-light: #fafaf9;   \/* 空气感麦芽米白底 *\/\n    --gh-border: #ebdcb9;\n    --gh-text: #334155;\n    --gh-muted: #64748b;\n    --gh-white: #ffffff;\n\n    max-width: 760px; \/* 锁定移动端黄金宽度 *\/\n    margin: 0 auto;\n    padding: 10px;\n    box-sizing: border-box;\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n    color: var(--gh-text);\n    line-height: 1.65;\n    background: var(--gh-white);\n  }\n\n  .gh-light-page * {\n    box-sizing: border-box;\n  }\n\n  \/* 移动端字号极致瘦身，提升大拇指滑屏吞咽率 *\/\n  .gh-light-page h1,\n  .gh-light-page h2,\n  .gh-light-page h3,\n  .gh-light-page p {\n    margin-top: 0;\n  }\n\n  .gh-light-page h1 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 24px;\n    line-height: 1.25;\n    font-weight: 900;\n    color: var(--gh-dark);\n  }\n\n  .gh-light-page h2 {\n    margin-bottom: 8px;\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-size: 19.5px;\n    line-height: 1.35;\n    font-weight: 800;\n    color: var(--gh-dark);\n  }\n\n  .gh-light-page h3 {\n    margin-bottom: 4px;\n    font-size: 15px;\n    line-height: 1.4;\n    font-weight: 800;\n    color: var(--gh-orange);\n  }\n\n  .gh-light-page p {\n    margin-bottom: 0;\n    font-size: 13.5px;\n    line-height: 1.55;\n    color: var(--gh-muted);\n  }\n\n  .gh-light-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 14px;\n    box-shadow: 0 4px 14px rgba(249,115,22,.04);\n  }\n\n  \/* 结构布局模块 *\/\n  .gh-section {\n    margin-bottom: 28px;\n  }\n\n  .gh-section--soft {\n    padding: 16px;\n    background: var(--gh-light);\n    border: 1px solid var(--gh-border);\n    border-radius: 16px;\n  }\n\n  .gh-section--dark {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--gh-dark), #1e293b);\n    border-radius: 16px;\n    color: #ffffff;\n  }\n\n  .gh-section--dark h2, .gh-section--dark p {\n    color: #ffffff !important;\n  }\n\n  .gh-hero {\n    padding: 16px 8px;\n    text-align: center;\n  }\n\n  .gh-eyebrow {\n    display: inline-block;\n    margin-bottom: 6px;\n    color: var(--gh-orange);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .gh-section--dark .gh-eyebrow {\n    color: #ffedd5;\n  }\n\n  \/* 核心优势 2列网格卡片 *\/\n  .gh-benefits-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n  }\n\n  .gh-benefit-card {\n    padding: 12px 10px;\n    background: var(--gh-white);\n    border: 1px solid #ebdcb9;\n    border-radius: 10px;\n    box-shadow: 0 2px 6px rgba(0,0,0,.01);\n  }\n\n  .gh-benefit-card strong {\n    display: block;\n    font-size: 13.5px;\n    color: var(--gh-dark);\n    margin-bottom: 2px;\n  }\n\n  .gh-benefit-card p {\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  \/* 场景平铺网格 *\/\n  .gh-zone-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 8px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .gh-zone-item {\n    padding: 10px 4px;\n    background: rgba(255, 255, 255, 0.08);\n    border: 1px solid rgba(255, 255, 255, 0.15);\n    border-radius: 8px;\n    font-size: 12.5px;\n    font-weight: 700;\n    color: #ffedd5 !important;\n  }\n\n  \/* 纵向步骤引导 *\/\n  .gh-steps-list {\n    display: grid;\n    gap: 10px;\n    margin-top: 14px;\n  }\n\n  .gh-step-row {\n    display: flex;\n    align-items: flex-start;\n    padding: 12px;\n    background: #ffffff;\n    border: 1px solid #ebdcb9;\n    border-radius: 10px;\n  }\n\n  .gh-step-icon {\n    margin-right: 10px;\n    font-size: 16px;\n    margin-top: 2px;\n  }\n\n  \/* 左右工整对齐的技术面板 *\/\n  .gh-table-box {\n    margin-top: 14px;\n    border: 1px solid #ebdcb9;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .gh-spec-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 16px;\n    font-size: 13px;\n    border-bottom: 1px solid var(--gh-light);\n    background: #ffffff;\n    gap: 12px;\n  }\n\n  .gh-spec-row:last-child {\n    border-bottom: none;\n  }\n\n  .gh-spec-row:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .gh-spec-label {\n    font-weight: 800;\n    color: var(--gh-dark);\n    white-space: nowrap;\n  }\n\n  .gh-spec-value {\n    text-align: right;\n    color: var(--gh-muted);\n    font-weight: 500;\n  }\n\n  \/* 强转化促单收尾大暗框 *\/\n  .gh-cta-banner {\n    padding: 22px 16px;\n    background: linear-gradient(135deg, var(--gh-dark), var(--gh-orange));\n    border-radius: 12px;\n    text-align: center;\n    box-shadow: 0 4px 14px rgba(249,115,22,.2);\n  }\n\n  .gh-cta-banner h2 {\n    color: #ffffff !important;\n    font-size: 16.5px;\n    margin-bottom: 4px;\n    font-weight: 800;\n    letter-spacing: 0.5px;\n  }\n\n  .gh-cta-banner p {\n    color: #ffedd5;\n    font-size: 13px;\n    margin-bottom: 14px;\n  }\n\n  .gh-cta-trust-line {\n    margin-top: 12px;\n    padding-top: 12px;\n    border-top: 1px solid rgba(255,255,255,0.15);\n    display: flex;\n    justify-content: center;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n\n  .gh-trust-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    font-size: 11.5px !important;\n    font-weight: 800 !important;\n    color: #ffffff !important;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n  }\n\n  \/* 底部4列高质感信托徽章 *\/\n  .gh-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 6px;\n    margin-top: 14px;\n    text-align: center;\n  }\n\n  .gh-trust-item {\n    padding: 8px 4px;\n    background: var(--gh-light);\n    border: 1px solid #ebdcb9;\n    border-radius: 8px;\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--gh-muted);\n  }\n\n  @media (min-width: 600px) {\n    .gh-benefits-grid { grid-template-columns: repeat(4, 1fr); }\n    .gh-zone-grid { grid-template-columns: repeat(4, 1fr); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gh-light-page\"\u003e\n\u003c!-- Hero Banner 头部区域 --\u003e\n\u003csection class=\"gh-hero\"\u003e\u003cspan class=\"gh-eyebrow\"\u003e🎃 COZY HOLIDAY AMBIANCE • SPOOKY SEASON UPGRADE 👻\u003c\/span\u003e\n\u003ch1\u003eGhost Campfire Flickering Nightlight\u003c\/h1\u003e\n\u003c!-- 彻底解耦大平铺：主图 1 独立平铺首屏 --\u003e\n\u003cdiv style=\"margin-top: 14px; margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/f4ee21ead07c22bd268bfa92e8a6033c4125fcc2.png\" alt=\"Ghost campfire flickering nightlight glowing on wall outlet\"\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 14.5px; color: #111; font-weight: 500; padding: 0 4px;\"\u003eBring warm, oddly satisfying spooky-season charm into your home. Designed with two adorable friendly ghosts sitting beside a glowing campfire, this premium plug-in nightlight creates a soft flickering wave that feels festive and cozy.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 独立大图平铺二：核心功能展示 --\u003e\n\u003csection class=\"gh-section\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003ch2\u003e🔥 Dynamic Flickering Light Meets Family-Safe Warmth 🕯️\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底解耦连贴：独立大图平铺 2 --\u003e\n\u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/9481e9e79de8c258506debee9fb90c904916f119.png\" alt=\"Two friendly ghosts roasting marshmallows beside campfire closeup\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gh-benefits-grid\"\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003e👻 Adorable Ghost Scene\u003c\/strong\u003e\n\u003cp\u003eTwo friendly little ghosts roasting marshmallows around a fireplace, providing cute family-friendly aesthetics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003e🔥 Flickering Campfire\u003c\/strong\u003e\n\u003cp\u003eThe warm glowing flame simulates a real crackling campfire, adding a soft living texture to dark nights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003e🔌 Plug-In Wall Style\u003c\/strong\u003e\n\u003cp\u003eSaves valuable counter spaces. Plugs directly into any wall outlet with zero battery hassles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003e🌙 Gentle Night Guide\u003c\/strong\u003e\n\u003cp\u003eProvides the perfect amount of soft ambient light to navigate hallways and entryways safely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 独立大图平铺三：解决痛点 --\u003e\n\u003csection class=\"gh-section ep-section--soft\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003ch2\u003e🛡️ Say Goodbye to Messy Open Flames \u0026amp; Bulky Table Lamps ❌\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底解耦连贴：独立大图平铺 3 --\u003e\n\u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/3d52958a6c8928dbb17fba4b3175c4e0cba76ec0.png\" alt=\"Saves counter and nightstand space plug in nightlight view\"\u003e\u003c\/div\u003e\n\u003cp style=\"text-align: center; padding: 0 4px;\"\u003eGet the cozy campfire mood without worrying about melted hot wax, dangerous smoke, or fire hazards. It keeps your narrow apartment hallways and bathroom nightstands totally clear while instantly transforming plain empty walls into festive corners.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 独立大图平铺四：为什么爱它 --\u003e\n\u003csection class=\"gh-section\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003ch2\u003e🌙 A Charming Mini Halloween Micro-Universe On Your Wall ✨\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底解耦连贴：独立大图平铺 4 --\u003e\n\u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/f2ce158dfde69287057f6c847e374fbb92b0ff5a.png\" alt=\"Warm holiday glow illuminating small room apartment entryway\"\u003e\u003c\/div\u003e\n\u003cp style=\"text-align: center; padding: 0 4px;\"\u003eThis is not just a standard nightlight—it is a detailed seasonal sculpture. Use it for nighttime bedtime comfort, Halloween styling, autumn gatherings, or cozy fall ambient lighting.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 广泛适用多空间大暗框 --\u003e\n\u003csection class=\"gh-section gh-section--dark\"\u003e\n\u003cdiv class=\"gh-section--dark\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003cspan class=\"gh-eyebrow\"\u003eUniversal Indoor Adaptability Matrix\u003c\/span\u003e\n\u003ch2\u003e🏡 Bring Instant Cozy Micro-Atmosphere to Small Corners 🏢\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底解耦连贴：独立大图平铺 5 --\u003e\n\u003cdiv style=\"margin-bottom: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/01dfd26206e14e08917c1b9f0795dd2b23fbf44a.png\" alt=\"Perfect decoration for dark hallways and child bedroom corners\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gh-zone-grid\"\u003e\n\u003cdiv class=\"gh-zone-item\"\u003e🌙 Dark Hallways \u0026amp; Stairs\u003c\/div\u003e\n\u003cdiv class=\"gh-zone-item\"\u003e🧸 Kids' Rooms \u0026amp; Nurseys\u003c\/div\u003e\n\u003cdiv class=\"gh-zone-item\"\u003e🏢 Small Dorms \u0026amp; Apartments\u003c\/div\u003e\n\u003cdiv class=\"gh-zone-item\"\u003e🎉 Halloween Party Corners\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 极简五步安装说明指南 --\u003e\n\u003csection class=\"gh-section\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003ch2\u003e⚙️ frictionless Five-Step Setup Protocol\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-steps-list\"\u003e\n\u003cdiv class=\"gh-step-row\"\u003e\n\u003cspan class=\"gh-step-icon\"\u003e1️⃣\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSelect Outlet:\u003c\/strong\u003e Choose a dry indoor wall outlet where the nightlight sits securely without bumps.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-step-row\"\u003e\n\u003cspan class=\"gh-step-icon\"\u003e2️⃣\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePlug In Securely:\u003c\/strong\u003e Insert the resin body into your compatible household wall socket track.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-step-row\"\u003e\n\u003cspan class=\"gh-step-icon\"\u003e3️⃣\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eToggle Switch:\u003c\/strong\u003e Turn on the light via the integrated control method.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-step-row\"\u003e\n\u003cspan class=\"gh-step-icon\"\u003e4️⃣\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e Bask In Ambiance:\u003c\/strong\u003e Let the friendly campfire light emit warm holiday energy across the area.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-step-row\"\u003e\n\u003cspan class=\"gh-step-icon\"\u003e5️⃣\u003c\/span\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePost-Season Storage:\u003c\/strong\u003e Unplug and wipe with a soft dry cloth when storing away after winter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 📋 技术参数面板：左右极致工整对齐，跨端自适应永远不错位 --\u003e\n\u003csection class=\"gh-section\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 10px;\"\u003e\n\u003ch2\u003e📋 Technical Specifications Profile\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-table-box\"\u003e\n\u003cdiv class=\"gh-spec-row\"\u003e\n\u003cdiv class=\"gh-spec-label\"\u003eProduct Name\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\" style=\"font-weight: 800; color: var(--gh-dark);\"\u003eGhost Campfire Flickering Nightlight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-row\"\u003e\n\u003cdiv class=\"gh-spec-label\"\u003eProduct Type\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\"\u003ePlug-In Wall Outlet Accent Light\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-row\"\u003e\n\u003cdiv class=\"gh-spec-label\"\u003eCore Scenery\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\"\u003eTwo Marshmallow-Roasting Ghosts Beside Campfire\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-row\"\u003e\n\u003cdiv class=\"gh-spec-label\"\u003eLighting Wave\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\"\u003eWarm Flame-Style Flickering Glow\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-row\"\u003e\n\u003cdiv class=\"gh-spec-label\"\u003eMaterial Core\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\"\u003ePremium Durable Resin-Style Decorative Sculpt\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-row\" style=\"background: #fff7ed;\"\u003e\n\u003cdiv class=\"gh-spec-label\" style=\"color: var(--gh-orange);\"\u003ePackage Inventory\u003c\/div\u003e\n\u003cdiv class=\"gh-spec-value\" style=\"font-weight: bold; color: var(--gh-dark);\"\u003e1 × Ghost Campfire Flickering Nightlight Piece\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底平铺余下的大图 6，决不落下一图 --\u003e\n\u003cdiv style=\"margin-top: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/f61e6d43fd5fe693bfbb6d141c44c095.png?v=1784534979\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 常见问答 FAQ --\u003e\n\u003csection class=\"gh-section--soft\"\u003e\n\u003cdiv style=\"text-align: center; margin-bottom: 14px;\"\u003e\n\u003ch2\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-benefits-grid\" style=\"grid-template-columns: 1fr; gap: 10px;\"\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003eQ: Can I use it inside bathroom zones?\u003c\/strong\u003e\n\u003cp\u003eA: Yes, it works beautifully in dry bathroom sections away from direct water basins, running showers, or bathtubs. Do not use in wet conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gh-benefit-card\"\u003e\n\u003cstrong\u003eQ: Is the light output overly bright?\u003c\/strong\u003e\n\u003cp\u003eA: No, it is explicitly engineered as a soft nighttime guide and seasonal decor accent, not as a main room lamp.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 彻底平铺最后一张环境图 7，圆满收网 --\u003e\n\u003cdiv style=\"margin-top: 14px;\"\u003e\u003cimg src=\"https:\/\/cdn.cloudfastcdn.com\/image\/23b6798969ffcc5e555e890070d1e7082ba3d4b5.png\" alt=\"Cozy evening ambiance ghost nightlight close look\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 强转化促单收尾大暗框 --\u003e\n\u003cdiv class=\"gh-cta-banner\"\u003e\n\u003ch2\u003e👻 LET THE LITTLE GHOSTS LIGHT UP YOUR NIGHT SECURELY 🎃\u003c\/h2\u003e\n\u003cp\u003eSelect your favorite seasonal package above \u0026amp; welcome an oddly satisfying, warm flickering campfire melody to your wall socket tonight.\u003c\/p\u003e\n\u003cdiv class=\"gh-cta-trust-line\"\u003e\n\u003cspan class=\"gh-trust-badge\"\u003e🔒 Safe Checkout\u003c\/span\u003e \u003cspan class=\"gh-trust-badge\"\u003e⚡ Fast Fulfillment\u003c\/span\u003e \u003cspan class=\"gh-trust-badge\"\u003e📦 Insured Tracked Delivery\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 底部四列高质感信托徽章 --\u003e\n\u003cdiv class=\"gh-trust-grid\"\u003e\n\u003cdiv class=\"gh-trust-item\"\u003e🔒 Safe Secure\u003c\/div\u003e\n\u003cdiv class=\"gh-trust-item\"\u003e📦 Insured Route\u003c\/div\u003e\n\u003cdiv class=\"gh-trust-item\"\u003e👻 Cozy Spooky\u003c\/div\u003e\n\u003cdiv class=\"gh-trust-item\"\u003e🔌 Space Saving\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"WHX","offers":[{"title":"Default Title","offer_id":48765484892314,"sku":"NC0189260720208-篝火幽灵灯","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0745\/3314\/2682\/files\/9481e9e79de8c258506debee9fb90c904916f119.jpg?v=1784512131","url":"https:\/\/povlya.com\/products\/ghost-campfire-flickering-nightlight-halloween-plug-in","provider":"povlya.com","version":"1.0","type":"link"}