{"product_id":"ember","title":"Ember","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\n\u003cstyle\u003e\n\/* 主手风琴样式 *\/\n.accordion {\n  max-width: 820px;\n  margin: 30px auto 8px;\n  font-family: Arial, \"Helvetica Neue\", Helvetica, sans-serif;\n  color:#333;\n  border: 1px solid #ddd;\n  border-radius: 12px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.08);\n  background: #fff;\n  overflow: hidden;\n  padding: 4px;\n}\n.accordion input { display:none; }\n\n\/* 手风琴标题 *\/\n.accordion label {\n  display:flex;\n  align-items:center;\n  gap:8px;\n  padding:14px 20px;\n  background:#f9f9f9;\n  border-bottom:1px solid #eee;\n  border-radius:8px;\n  cursor:pointer;\n  font-weight:600;\n  margin-bottom:0;\n  font-size:15px;\n  position: relative;\n  transition: background 0.25s, color 0.25s;\n}\n.accordion label:hover { background:#f0f0f0; color:#111; }\n.accordion label::after {\n  content:\"\\25BC\";\n  font-size:12px;\n  position:absolute;\n  right:18px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#777;\n  transition: transform .25s ease;\n}\n.accordion input:checked + label::after { transform: translateY(-50%) rotate(180deg); }\n\n\/* Lucide 彩色 icon + 动效（同系列风格） *\/\n.accordion label i[data-lucide],\n.accordion label svg {\n  width:18px;\n  height:18px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  color:#4b5563;\n  stroke: currentColor;\n  transition: transform .25s ease, color .25s ease;\n}\n.accordion label:hover i[data-lucide],\n.accordion label:hover svg {\n  transform: translateY(-1px) scale(1.05) rotate(-4deg);\n  color:#111827;\n}\n\n\/* 展开时让每个 panel 的 icon 变色（Ember 专用 id） *\/\n#em-desc:checked + label i[data-lucide],\n#em-desc:checked + label svg { color:#2563eb; }     \/* 蓝：Description *\/\n\n#em-faq:checked + label i[data-lucide],\n#em-faq:checked + label svg { color:#f97316; }      \/* 橙：FAQ *\/\n\n#em-specs:checked + label i[data-lucide],\n#em-specs:checked + label svg { color:#8b5cf6; }    \/* 紫：Specs *\/\n\n#em-install:checked + label i[data-lucide],\n#em-install:checked + label svg { color:#22c55e; }  \/* 绿：Installation *\/\n\n\/* 内容区域 *\/\n.accordion .content {\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .4s ease, padding .3s ease;\n  padding:0 20px;\n  font-size:14px;\n  line-height:1.6;\n  margin-bottom:12px;\n}\n.accordion input:checked + label + .content {\n  max-height:3000px;\n  padding:12px 20px;\n}\n\n\/* Key features *\/\n.key-features h3 { font-size:18px; font-weight:700; margin:6px 0 12px; }\n.kf-list { list-style:none; padding-left:0; margin:0 0 14px; }\n.kf-list li { margin-bottom:8px; font-size:15px; display:flex; align-items:center; }\n.kf-list .tick { width:20px; margin-right:8px; color:#0073e6; }\n\n\/* FAQ 子折叠 *\/\n.faq-sub input { display:none; }\n.faq-sub label {\n  display:block;\n  padding:12px 14px;\n  background:#fafafa;\n  border:1px solid #eee;\n  border-radius:6px;\n  cursor:pointer;\n  font-weight:600;\n  margin-bottom:6px;\n  position:relative;\n}\n.faq-sub label::after {\n  content:\"\\25BC\";\n  position:absolute;\n  right:14px;\n  top:50%;\n  transform:translateY(-50%);\n  color:#777;\n  transition: transform .25s ease;\n}\n.faq-sub input:checked + label::after { transform: translateY(-50%) rotate(180deg); }\n.faq-sub .faq-answer {\n  max-height:0;\n  overflow:hidden;\n  transition:max-height .35s ease, padding .25s ease;\n  padding:0 14px;\n  font-size:14px;\n  border:1px solid #eee;\n  border-top:none;\n  background:#fafafa;\n  border-radius:0 0 6px 6px;\n  margin-bottom:8px;\n}\n.faq-sub input:checked + label + .faq-answer {\n  max-height:600px;\n  padding:12px 14px;\n}\n\n\/* 版本折叠（Non-Solar \/ Solar） *\/\n.accordion .content input + label.variant-label {\n  padding-left:30px;\n  background:#f6f6f6;\n  font-size:14px;\n  border-radius:6px;\n  margin-top:8px;\n  border:1px solid #eee;\n}\n.accordion .content .variant-content {\n  padding-left:40px;\n  margin-top:6px;\n}\n\n\/* 通用图片 *\/\n.accordion .content img {\n  max-width:100%;\n  margin:12px auto;\n  display:block;\n  border-radius:6px;\n}\n\n\/* Power \u0026 Control Options 排版 *\/\n.power-options {\n  margin-top:10px;\n  padding:10px 12px;\n  background:#f9fafb;\n  border:1px solid #e5e7eb;\n  border-radius:8px;\n}\n.power-group {\n  margin-bottom:10px;\n}\n.power-group h4 {\n  font-size:14px;\n  margin:0 0 4px;\n  font-weight:700;\n}\n.power-group ul {\n  list-style:none;\n  padding-left:0;\n  margin:0;\n}\n.power-group li {\n  font-size:13px;\n  margin-bottom:4px;\n}\n\n\/* 底部独立文字与视频 *\/\n.extra-text {\n  max-width:820px;\n  margin:18px auto;\n  text-align:center;\n}\n.extra-text h3 {\n  font-size:26px;\n  font-weight:700;\n  margin-bottom:10px;\n}\n.extra-video {\n  max-width:820px;\n  margin:12px auto 8px;\n  text-align:center;\n}\n.extra-video video {\n  width: 100%;\n  max-width: 700px;\n  height: auto;\n  border-radius: 8px;\n  box-shadow: 0 6px 16px rgba(0,0,0,0.08);\n  display: block;\n  margin: 0 auto;\n}\n\n\/* mobile *\/\n@media (max-width:640px){\n  .accordion label { font-size:14px; padding:12px 16px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"accordion\"\u003e\n\n  \u003c!-- Description \u0026 Features --\u003e\n  \u003cinput type=\"checkbox\" id=\"em-desc\"\u003e\n  \u003clabel for=\"em-desc\"\u003e\u003ci data-lucide=\"file-text\"\u003e\u003c\/i\u003e Description \u0026amp; Features\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cdiv class=\"key-features\"\u003e\n      \u003ch3\u003eKey Features\u003c\/h3\u003e\n      \u003cul class=\"kf-list\"\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eClean, minimalist modern wall sconce design\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eSolar version with remote-controlled dimming\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 weather-resistant and rust-resistant body\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003ePremium stainless steel construction for long-term durability\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eEmber\u003c\/strong\u003e is a sleek outdoor wall light designed to give any exterior wall a refined, modern look. Its slim profile and minimal lines complement contemporary façades, creating a subtle yet sophisticated statement for entryways, patios, balconies, and terraces.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Crafted from high-quality stainless steel, Ember combines design and durability in one fixture. The IP65 weather-resistant, anti-rust construction is built to handle rain, sun, and changing seasons while protecting the integrated LED light source.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Available in both standard and solar-powered versions, Ember offers flexible power and control options. The solar model includes remote dimming, allowing you to fine-tune the brightness for soft ambient glow or more functional illumination, depending on the mood and setting.\n    \u003c\/p\u003e\n\n    \u003c!-- 描述末尾插入产品主图 --\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/b58ce7b99582c961375527c3c6b27ebb_f5fa0d37-48bf-480f-8a54-97b80c325ccf.png?v=1765358677\" alt=\"Ember Modern Stainless Steel Outdoor Wall Light\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Common Questions --\u003e\n  \u003cinput type=\"checkbox\" id=\"em-faq\"\u003e\n  \u003clabel for=\"em-faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq1\"\u003e\n      \u003clabel for=\"em-cq1\"\u003eHow do I install Ember?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          The standard Ember fixture is hard-wired to the wall using a mounting base and connects directly to your junction box. For the solar version, no wiring is required — the built-in solar panel powers the light without tapping into your home’s electrical system.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          You can find the full step-by-step installation guide in our Help Center under the “Installation Guides” section and watch the Ember installation video under the Installation tab on the product page.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq2\"\u003e\n      \u003clabel for=\"em-cq2\"\u003eIs Ember dimmable?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          The solar-powered Ember includes adjustable brightness. You can use the remote control to dim the light up or down, making it easy to switch from functional lighting to a softer, more atmospheric glow.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq3\"\u003e\n      \u003clabel for=\"em-cq3\"\u003eHow does the solar Ember operate?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          On the solar version, the panel is integrated at the top of the fixture, where it collects sunlight during the day. When fully charged, Ember can run for up to around \u003cstrong\u003e12 hours\u003c\/strong\u003e on the lowest setting and approximately \u003cstrong\u003e4–5 hours\u003c\/strong\u003e on the brightest level.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          For best performance, install Ember where the solar panel receives direct sunlight for most of the day. Product photos and dimension diagrams on the page show the exact panel placement.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq4\"\u003e\n      \u003clabel for=\"em-cq4\"\u003eDoes Ember provide enough light for my wall?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Ember is offered in both non-solar and solar configurations, each with different wattage and lumen output. Please review the “Dimensions \u0026amp; Specs” section to match the version to your wall size and lighting requirements.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          If you’re unsure which option to choose, simply fill out our contact form with details about your space — our team will be happy to recommend the most suitable Ember configuration.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq5\"\u003e\n      \u003clabel for=\"em-cq5\"\u003eIs Ember waterproof?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Ember is rated \u003cstrong\u003eIP65\u003c\/strong\u003e, which means it is protected against dust and low-pressure water jets from any direction. This makes it well-suited for exterior applications and everyday outdoor exposure.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"em-cq6\"\u003e\n      \u003clabel for=\"em-cq6\"\u003eIs a low-voltage version available?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          A low-voltage option (for example 12V or 24V) is available for the non-solar Ember. If your project requires low-voltage wiring, please contact us with your preferred voltage so we can confirm compatibility and provide a customized quote.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Dimensions \u0026 Specs --\u003e\n  \u003cinput type=\"checkbox\" id=\"em-specs\"\u003e\n  \u003clabel for=\"em-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003c!-- Non-Solar --\u003e\n    \u003cinput type=\"checkbox\" id=\"em-non-solar\"\u003e\n    \u003clabel for=\"em-non-solar\" class=\"variant-label\"\u003eNon-Solar Version\u003c\/label\u003e\n    \u003cdiv class=\"content variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e\u003cbr\u003e6\" (15 cm) × 11\" (28 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e7.5W (525lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e5.7 lbs (2.6 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_3ac119ef-99b0-4799-935e-b7f0b21d08d4.jpg?v=1765358919\" alt=\"Ember Non-Solar Outdoor Wall Light Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Solar --\u003e\n    \u003cinput type=\"checkbox\" id=\"em-solar\"\u003e\n    \u003clabel for=\"em-solar\" class=\"variant-label\"\u003eSolar Version\u003c\/label\u003e\n    \u003cdiv class=\"content variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e\u003cbr\u003e6\" (15 cm) × 11\" (28 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e3W (210lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e6.2 lbs (2.8 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/2_28655d27-ccef-412d-b962-17dbdef78245.jpg?v=1765358919\" alt=\"Ember Solar Outdoor Wall Light Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 通用规格 --\u003e\n    \u003ch4 style=\"margin-top:14px; font-size:15px; font-weight:700;\"\u003eGeneral Specifications\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFixture Type:\u003c\/strong\u003e Wall Sconce\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Modern\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Stainless Steel \u0026amp; Acrylic\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinish:\u003c\/strong\u003e Black\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eIP Rating:\u003c\/strong\u003e IP65 Waterproof\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLight Source:\u003c\/strong\u003e LED Light Strip\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLED Included:\u003c\/strong\u003e Yes\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eLight Emitting:\u003c\/strong\u003e Warm White (3000K)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 110V–240V\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWarranty:\u003c\/strong\u003e 1 Year\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCertifications:\u003c\/strong\u003e UL, CCC, ROHS, CE\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003c!-- Power \u0026 Control Options 美观排版 --\u003e\n    \u003cdiv class=\"power-options\"\u003e\n      \u003cdiv class=\"power-group\"\u003e\n        \u003ch4\u003eStandard Version\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC (hard-wired)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDimmable:\u003c\/strong\u003e No\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e Not included\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"power-group\"\u003e\n        \u003ch4\u003eSolar Version\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e Solar\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eDimmable:\u003c\/strong\u003e Yes (solar model only)\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e Included for brightness control (solar model only)\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Installation --\u003e\n  \u003cinput type=\"checkbox\" id=\"em-install\"\u003e\n  \u003clabel for=\"em-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\n      The standard Ember fixture is installed as a hard-wired wall light using a mounting base, while the solar version does not require any wiring. This gives you the choice between a traditional wired setup and a cable-free solar option depending on your project.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Detailed instructions are available in our Help Center under the “Installation Guides” section, and you can also watch the Ember installation video linked on the product page to follow along step by step.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/366f6a2e78b134d403a5ddde8bde933b_40bfee8c-b80d-4680-be14-83dac023f24b.png?v=1765358671\" alt=\"Ember Wall Light Installation Example\"\u003e\n\n    \u003cp\u003eWatch the installation video:\u003c\/p\u003e\n    \u003cvideo controls style=\"max-width:100%; display:block; margin:12px auto;\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9ad03d5cac4949e09ce112258529a371.mp4\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- 底部文案 + 视频 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n  \u003ch3\u003eRefined Modern Glow for Your Exterior\u003c\/h3\u003e\n  \u003cp\u003e\n    The Ember Wall Light brings a minimalist, architectural touch to outdoor walls while delivering warm, welcoming illumination. With stainless steel construction, IP65 weather protection, and optional solar-powered remote dimming, Ember is designed to enhance curb appeal and create a polished, modern exterior.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"extra-video extra-video--Ember\"\u003e\n  \u003cvideo controls\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/28a8a2a028394045bf03da92af85b661.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c!-- Lucide 图标 CDN + 渲染 --\u003e\n\u003cscript src=\"https:\/\/unpkg.com\/lucide@latest\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n  if (window.lucide) {\n    lucide.createIcons();\n  }\n\u003c\/script\u003e\n","brand":"Modern Lighting Pro","offers":[{"title":"Non-Solar \/ Warm White (3000K)","offer_id":55790905852248,"sku":null,"price":199.9,"currency_code":"USD","in_stock":true},{"title":"Solar \/ Warm White (3000K)","offer_id":55790905885016,"sku":null,"price":259.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/b58ce7b99582c961375527c3c6b27ebb_803c55f2-b755-4320-94af-30b6e3a017da.jpg?v=1765516367","url":"https:\/\/modernlightingpro.com\/en-gl\/products\/ember","provider":"MODERN LIGHTING PRO","version":"1.0","type":"link"}