{"title":"Outdoor","description":"","products":[{"product_id":"terri","title":"Terri","description":"\u003cstyle\u003e \/* 主手风琴样式 *\/\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 {\n  transform: translateY(-50%) rotate(180deg);\n}\n\n\/* lucide 图标样式 + 动画 *\/\n.accordion label i[data-lucide]{\n  width:20px;\n  height:20px;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  color:#4b5563;\n  transition: transform .25s ease, color .25s ease;\n}\n.accordion label:hover i[data-lucide]{\n  transform: translateY(-1px) scale(1.05) rotate(-4deg);\n  color:#111827;\n}\n\/* 展开时不同 section 图标高亮色 *\/\n#desc:checked + label i[data-lucide]{\n  color:#2563eb;  \/* 蓝 *\/\n}\n#faq:checked + label i[data-lucide]{\n  color:#f97316;  \/* 橙 *\/\n}\n#specs:checked + label i[data-lucide]{\n  color:#8b5cf6;  \/* 紫 *\/\n}\n#shipping:checked + label i[data-lucide]{\n  color:#22c55e;  \/* 绿 *\/\n}\n#install:checked + label i[data-lucide]{\n  color:#ef4444;  \/* 红 *\/\n}\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; }\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}\n.faq-sub input:checked + label + .faq-answer {\n  max-height:600px;\n  padding:12px 14px;\n}\n\n\/* SKU 折叠 *\/\n.accordion .content input + 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 .content {\n  padding-left:40px;\n  margin-top:6px;\n}\n.accordion .content img {\n  max-width:100%;\n  margin:12px auto;\n  display:block;\n  border-radius:6px;\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\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput id=\"desc\" type=\"checkbox\"\u003e \u003clabel for=\"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 modern profile available in 2 sizes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65-rated for weather resistance and anti-rust performance\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eBuilt-in, energy-saving LED with long service life\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eCrafted from premium stainless steel for lasting durability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eTerri Modern Outdoor Sconce\u003c\/strong\u003e brings a sleek, architectural look to your exterior. Finished in polished black, this minimalist wall light frames doors, patios, and walkways with a refined glow that instantly upgrades your curb appeal.\u003c\/p\u003e\n\u003cp\u003eDesigned for both style and function, Terri casts a soft vertical wash of light that highlights your walls without glare — ideal for contemporary homes, townhouses, and outdoor entertaining spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput id=\"faq\" type=\"checkbox\"\u003e \u003clabel for=\"faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq1\" type=\"checkbox\"\u003e \u003clabel for=\"cq1\"\u003eHow is Terri installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eTerri connects as a hard-wired fixture to your junction box and is secured to the wall with the included mounting base. A detailed installation guide is available in our Help Center under “Installation Guides”, and you can also follow along with the installation video in the Installation tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq2\" type=\"checkbox\"\u003e \u003clabel for=\"cq2\"\u003eDoes Terri provide enough outdoor light?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Terri is designed to create a broad, soft beam of light that gently spreads up and down the wall — ideal for lighting entryways, terraces, and exterior paths while keeping the ambiance warm and welcoming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq3\" type=\"checkbox\"\u003e \u003clabel for=\"cq3\"\u003eIs Terri waterproof?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eTerri carries an IP65 rating, meaning it is protected against rain, dust, and everyday outdoor conditions. It is well suited for most residential exterior applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq4\" type=\"checkbox\"\u003e \u003clabel for=\"cq4\"\u003eWhere else can I use Terri outdoors?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIn addition to front doors, Terri works beautifully along exterior walls, on patios and balconies, beside garage doors, or lining garden walkways — anywhere you want a modern accent with functional light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq5\" type=\"checkbox\"\u003e \u003clabel for=\"cq5\"\u003eIs a low-voltage version available?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Terri can be customized for low-voltage systems (such as 12V or 24V). Please submit a request through our contact form with your preferred voltage and we’ll provide availability details and a quotation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"specs\" type=\"checkbox\"\u003e \u003clabel for=\"specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Small --\u003e \u003cinput id=\"sku-small\" type=\"checkbox\"\u003e \u003clabel for=\"sku-small\"\u003eSmall Version\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size (Length × Width × Height):\u003c\/strong\u003e 4 3\/4\" (12 cm) × 5 1\/2\" (14 cm) × 13 3\/4\" (35 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Plate Size:\u003c\/strong\u003e 7 3\/4\" (20 cm) × 4 3\/4\" (12 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Plate Thickness:\u003c\/strong\u003e 1\" (2.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 10W (700lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 3 lbs (1.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Terri Outdoor Sconce - Small Size Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/terri13_5c5ffc74-04f3-4624-9271-98917ab8912b.jpg?v=1765505296\"\u003e\n\u003c\/div\u003e\n\u003c!-- Large --\u003e \u003cinput id=\"sku-large\" type=\"checkbox\"\u003e \u003clabel for=\"sku-large\"\u003eLarge Version\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size (Length × Width × Height):\u003c\/strong\u003e 6 3\/4\" (17 cm) × 6 3\/4\" (17 cm) × 16 1\/2\" (42 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Plate Size:\u003c\/strong\u003e 7 3\/4\" (20 cm) × 4 3\/4\" (12 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWall Plate Thickness:\u003c\/strong\u003e 1\" (2.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 10W (700lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 4 lbs (2 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Terri Outdoor Sconce - Large Size Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/terri12_e23b903c-df5b-4a14-b0e0-c95bd287d759.jpg?v=1765505296\"\u003e\n\u003c\/div\u003e\n\u003c!-- 通用规格 --\u003e\n\u003cul\u003e\n\u003cli\u003eFixture Type: Contemporary outdoor wall sconce\u003c\/li\u003e\n\u003cli\u003eStyle: Minimalist \/ modern\u003c\/li\u003e\n\u003cli\u003eInstallation: Surface-mounted to exterior wall\u003c\/li\u003e\n\u003cli\u003eMaterial: Premium stainless steel\u003c\/li\u003e\n\u003cli\u003eFinish: Polished black\u003c\/li\u003e\n\u003cli\u003eLight Source: Integrated COB LED strip\u003c\/li\u003e\n\u003cli\u003eLED Included: Yes\u003c\/li\u003e\n\u003cli\u003eColor Temperature: Warm white (3000K)\u003c\/li\u003e\n\u003cli\u003eDimmable: No\u003c\/li\u003e\n\u003cli\u003eRemote Control: Not included\u003c\/li\u003e\n\u003cli\u003eCRI: 90\u003c\/li\u003e\n\u003cli\u003ePower Supply: AC\u003c\/li\u003e\n\u003cli\u003eVoltage: 90V – 240V\u003c\/li\u003e\n\u003cli\u003eWaterproof Rating: IP65 – suitable for outdoor use\u003c\/li\u003e\n\u003cli\u003eWarranty: 1 year limited warranty\u003c\/li\u003e\n\u003cli\u003eCertifications: UL, CCC, CE, CQC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Installation --\u003e \u003cinput id=\"install\" type=\"checkbox\"\u003e \u003clabel for=\"install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003e\u003cstrong\u003eSimple, professional installation\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe Terri Modern Outdoor Sconce is designed for hard-wired installation on exterior walls using the supplied mounting base. For best results, we recommend having a qualified electrician complete the wiring.\u003c\/p\u003e\n\u003cp\u003eYou can access our step-by-step installation guide and video tutorial in the Help Center to walk you through the process from mounting to final testing.\u003c\/p\u003e\n\u003cimg alt=\"Terri Outdoor Sconce installation example\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/terri.jpg?v=1764918391\"\u003e\n\u003cp\u003eWatch the installation video:\u003c\/p\u003e\n\u003cvideo style=\"max-width: 100%; display: block; margin: 12px auto;\" controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/961e84d4f0d6472b8396ceb51d8567d7.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 底部文案 + 视频 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eMinimalism That Lights the Way\u003c\/h3\u003e\n\u003cp\u003eThe Terri Modern Outdoor Sconce pairs a slim black profile with durable, weather-ready construction to deliver a refined glow night after night. Use Terri to frame your entry, highlight outdoor architecture, and give your exterior a polished, designer finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c5ed3ca571764134b74600fca3e1f192.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Lucide 图标脚本 --\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/unpkg.com\/lucide@latest\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  if (window.lucide) {\n    lucide.createIcons();\n  }\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Warm White（3000K） \/ Small","offer_id":55771153924440,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"Warm White（3000K） \/ Large","offer_id":55771154022744,"sku":null,"price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/Terri022_cad1adc2-bf63-4b0b-ae41-e79ec5c3440c.jpg?v=1765505296"},{"product_id":"haylen","title":"Haylen","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003c!-- Lucide CDN --\u003e\n\u003cp\u003e \u003c\/p\u003e\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 {\n    transform: translateY(-50%) rotate(180deg);\n  }\n\n  \/* Lucide 图标尺寸与颜色 + hover 动画 *\/\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    stroke: currentColor;\n    color:#4b5563;\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(-3deg);\n    color:#111827;\n  }\n\n  \/* 展开时 icon 高亮颜色 *\/\n  #temps:checked + label i[data-lucide],\n  #temps:checked + label svg { color:#facc15; }     \/* 日光黄色 *\/\n  #desc:checked + label i[data-lucide],\n  #desc:checked + label svg { color:#2563eb; }      \/* 蓝色 *\/\n  #faq:checked + label i[data-lucide],\n  #faq:checked + label svg { color:#f97316; }       \/* 橙色 *\/\n  #specs:checked + label i[data-lucide],\n  #specs:checked + label svg { color:#8b5cf6; }     \/* 紫色 *\/\n  #shipping:checked + label i[data-lucide],\n  #shipping:checked + label svg { color:#22c55e; }  \/* 绿色 *\/\n  #install:checked + label i[data-lucide],\n  #install:checked + label svg { color:#ef4444; }   \/* 红色 *\/\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    background:#fff;\n    font-size:14px;\n    line-height:1.6;\n    color:#444;\n    margin-bottom:12px;\n  }\n\n  \/* 展开时内边距 *\/\n  .accordion input:checked + label + .content {\n    max-height:3000px;\n    padding:12px 20px;\n  }\n\n  \/* Description Key Features 样式 *\/\n  .key-features { margin-bottom:12px; }\n  .key-features h3 { font-size:18px; font-weight:700; margin:6px 0 12px; color:#222; }\n  .kf-list { list-style:none; padding-left:0; margin:0 0 14px 0; }\n  .kf-list li { margin-bottom:8px; font-size:15px; display:flex; align-items:center; }\n  .kf-list li .tick { display:inline-block; width:20px; color:#0073e6; font-weight:700; margin-right:8px; }\n\n  \/* FAQ（二级手风琴）样式 *\/\n  .faq-sub { margin-top:6px; }\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    color:#222;\n    font-size:15px;\n    margin-bottom:6px;\n    position:relative;\n    transition: background 0.2s;\n  }\n  .faq-sub label:hover { background:#f0f0f0; }\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    color:#555;\n    border-left:1px solid #eee;\n    border-right:1px solid #eee;\n    border-bottom:1px solid #eee;\n    border-radius:0 0 6px 6px;\n    margin-bottom:8px;\n    background:#fafafa;\n  }\n  .faq-sub input:checked + label + .faq-answer {\n    max-height:600px;\n    padding:12px 14px;\n  }\n\n  \/* 内嵌 SKU 折叠样式 *\/\n  .accordion .content input + 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    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);\n  }\n  .accordion .content .content {\n    padding-left:40px;\n    background: #fff;\n    border:none;\n    border-radius:0;\n    margin-top:6px;\n  }\n  .accordion .content img {\n    display:block;\n    max-width:100%;\n    margin:12px auto;\n    border-radius:6px;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n  }\n\n  \/* 独立描述 \u0026 视频 *\/\n  .extra-text {\n    max-width:820px;\n    margin:18px auto;\n    text-align:center;\n    color:#333;\n    font-size:15px;\n    line-height:1.6;\n  }\n  .extra-text h3 {\n    font-size:26px;\n    font-weight:700;\n    margin-bottom:10px;\n    color:#111;\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  }\n\n  \/* 避免下一个模块自带的大 margin-top 造成大空白 *\/\n  .accordion + * { margin-top: 12px !important; }\n\n  \/* 小屏幕处理 *\/\n  @media (max-width:640px){\n    .extra-video video { height:auto; }\n    .accordion label { font-size:14px; padding:12px 16px; }\n    .faq-sub label { font-size:14px; padding:10px 12px; }\n  }\n  \u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- 3 Color Temperatures --\u003e \u003cinput id=\"temps\" type=\"checkbox\"\u003e \u003clabel for=\"temps\"\u003e \u003ci data-lucide=\"sun\"\u003e\u003c\/i\u003e Which are the 3 color temperatures? \u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003e\u003cstrong\u003eThree Color Modes\u003c\/strong\u003e\u003cbr\u003eHaylen offers warm white (3000K), neutral white (4500K) and cool white (6000K) in a single fixture. Cool white feels bright and energizing for focused tasks, warm white creates a cozy, relaxing atmosphere, and neutral white delivers a clean, balanced glow that works in almost any setting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRemote Dimming Control\u003c\/strong\u003e\u003cbr\u003eUse the remote to fine-tune the brightness — from a subtle evening glow to vivid illumination for entertaining or reading. The light remembers your last setting, so it switches back on exactly how you left it.\u003c\/p\u003e\n\u003cimg alt=\"Haylen wall light with 3 color temperature options and remote dimming\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/fd649a50cd3f79919ad10cb652e2f130.jpg?v=1759216889\"\u003e\n\u003c\/div\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput id=\"desc\" type=\"checkbox\"\u003e \u003clabel for=\"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\u003eThree selectable color temperatures in one fixture\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eRemote dimming with convenient memory function\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 weather resistance and anti-rust construction\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eHigh-efficiency COB LED for long-lasting performance\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eSuitable for both exterior and interior applications\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eGive your façade a clean, architectural look with \u003cstrong\u003eHaylen\u003c\/strong\u003e, a slim modern LED wall light designed for today’s exteriors. Its streamlined profile, durable aluminum body, and weather-resistant finish make it a reliable choice for porches, patios, corridors, and feature walls.\u003c\/p\u003e\n\u003cp\u003eHaylen’s adjustable color temperature and dimmable output let you tailor the mood in seconds — from crisp, contemporary white to a warm, inviting glow. It’s a customer favorite for instantly refreshing outdoor spaces while keeping energy consumption low.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePricing shown is for one individual fixture.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput id=\"faq\" type=\"checkbox\"\u003e \u003clabel for=\"faq\"\u003e \u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions \u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq1\" type=\"checkbox\"\u003e \u003clabel for=\"cq1\"\u003eHow is Haylen installed? Does it come with cover plates?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen is a hard-wired wall fixture that mounts directly to your junction box. Each light includes a complimentary 4\" × 4\" cover plate that you can choose to use during installation for a cleaner, more finished look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq2\" type=\"checkbox\"\u003e \u003clabel for=\"cq2\"\u003eIs Haylen for outdoor use only? Can it be mounted horizontally?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen is rated for outdoor use but also works beautifully indoors in hallways, stairwells, or feature walls. It can be installed either vertically or horizontally, depending on your design and lighting needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq3\" type=\"checkbox\"\u003e \u003clabel for=\"cq3\"\u003eCan one remote control multiple Haylen lights?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. A single remote can be paired to control several Haylen fixtures at the same time, allowing you to adjust color temperature and brightness across the whole area with one click.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq4\" type=\"checkbox\"\u003e \u003clabel for=\"cq4\"\u003eIs Haylen dimmable and can the LED strip be replaced?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen is dimmable via the included remote control. The integrated COB LED light band is serviceable, so it can be replaced if needed in the future.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq5\" type=\"checkbox\"\u003e \u003clabel for=\"cq5\"\u003eCan Haylen be customized?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Custom options such as special lengths, finishes or configurations may be available. Please reach out to our team with your project details and we’ll advise on customization possibilities.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq6\" type=\"checkbox\"\u003e \u003clabel for=\"cq6\"\u003eIs there a low-voltage version of this fixture?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eLow-voltage configurations can be produced on request. Contact our support team to discuss your required voltage and we will provide specific recommendations and pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"specs\" type=\"checkbox\"\u003e \u003clabel for=\"specs\"\u003e \u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs \u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- 30 cm --\u003e \u003cinput id=\"sku30\" type=\"checkbox\"\u003e \u003clabel for=\"sku30\"\u003e12″ \/ 30 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 12\" (30 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 12W (480lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.8 lbs (0.8 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 12 inch (30 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_6733f867-1569-4087-83dc-9b806c8da19f.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 60 cm --\u003e \u003cinput id=\"sku60\" type=\"checkbox\"\u003e \u003clabel for=\"sku60\"\u003e24″ \/ 60 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 24\" (60 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 24W (960lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 3.3 lbs (1.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 24 inch (60 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_6733f867-1569-4087-83dc-9b806c8da19f.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 80 cm --\u003e \u003cinput id=\"sku80\" type=\"checkbox\"\u003e \u003clabel for=\"sku80\"\u003e31″ \/ 80 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 31\" (80 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 32W (1280lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 4.4 lbs (2 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 31 inch (80 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/2_910a67bc-9214-4ab1-93d0-7a2250fbedbc.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 120 cm --\u003e \u003cinput id=\"sku120\" type=\"checkbox\"\u003e \u003clabel for=\"sku120\"\u003e47″ \/ 120 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 47\" (120 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 48W (1920lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 6 lbs (2.7 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 47 inch (120 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/2_910a67bc-9214-4ab1-93d0-7a2250fbedbc.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 150 cm --\u003e \u003cinput id=\"sku150\" type=\"checkbox\"\u003e \u003clabel for=\"sku150\"\u003e59″ \/ 150 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 59\" (150 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 60W (2400lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 7.7 lbs (3.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 59 inch (150 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/3_374c3821-3c3f-4996-9620-7705ce8ee81d.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 170 cm --\u003e \u003cinput id=\"sku170\" type=\"checkbox\"\u003e \u003clabel for=\"sku170\"\u003e67″ \/ 170 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 67\" (170 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 70W (2800lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 8.8 lbs (4 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 67 inch (170 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/3_374c3821-3c3f-4996-9620-7705ce8ee81d.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 200 cm --\u003e \u003cinput id=\"sku200\" type=\"checkbox\"\u003e \u003clabel for=\"sku200\"\u003e79″ \/ 200 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 79\" (200 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 80W (3200lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 10.1 lbs (4.6 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 79 inch (200 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/4_70e8823d-efff-488e-a2a0-53e6145503cf.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 240 cm --\u003e \u003cinput id=\"sku240\" type=\"checkbox\"\u003e \u003clabel for=\"sku240\"\u003e94″ \/ 240 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 94\" (240 cm) × 3\" (8 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 90W (3840lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 13.2 lbs (6 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen wall light — 94 inch (240 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/4_70e8823d-efff-488e-a2a0-53e6145503cf.png?v=1764931811\"\u003e\n\u003c\/div\u003e\n\u003c!-- 通用参数 --\u003e\n\u003cul\u003e\n\u003cli\u003eFixture Type: Waterproof LED wall light\u003c\/li\u003e\n\u003cli\u003eStyle: Modern, linear\u003c\/li\u003e\n\u003cli\u003eInstallation Style: Surface-mounted\u003c\/li\u003e\n\u003cli\u003eMaterials: Aluminum and acrylic\u003c\/li\u003e\n\u003cli\u003eFinish: Black metal\u003c\/li\u003e\n\u003cli\u003eIP Rating: IP65 (weather-resistant)\u003c\/li\u003e\n\u003cli\u003eLight Source: COB LED light band (replaceable)\u003c\/li\u003e\n\u003cli\u003eLED Included: Yes\u003c\/li\u003e\n\u003cli\u003eColor Options: 3000K \/ 4500K \/ 6000K (3-in-1, remote adjustable)\u003c\/li\u003e\n\u003cli\u003eDimmable: Yes, via remote control\u003c\/li\u003e\n\u003cli\u003eRemote Included: Yes\u003c\/li\u003e\n\u003cli\u003eCRI: 90\u003c\/li\u003e\n\u003cli\u003ePower Source: AC\u003c\/li\u003e\n\u003cli\u003eVoltage: 110V–240V\u003c\/li\u003e\n\u003cli\u003eWarranty: 1-year limited warranty\u003c\/li\u003e\n\u003cli\u003eCertifications: UL, CCC, CE, CQC, EMC, FCC, GS, LVD, PSE, ROHS, SAA, VDE\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\u003c!-- Installation --\u003e \u003cinput id=\"install\" type=\"checkbox\"\u003e \u003clabel for=\"install\"\u003e \u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation \u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eHaylen installs as a hard-wired wall fixture using the supplied mounting base and cover plate. Each unit ships with a complimentary 4\" × 4\" plate that can be used to conceal the junction box and wiring for a clean finish.\u003c\/p\u003e\n\u003cp\u003eThe electrical connection can be positioned at the center of the fixture or routed toward either end. The included wiring is long enough to reach both sides from the middle for flexible installation. If your project requires the cable to extend beyond half the length of the light, please contact us to discuss custom wiring options.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuick to Install\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg style=\"max-width: 100%; margin: 12px auto; display: block;\" alt=\"Haylen wall light easy installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/35933b98b72fce810802b838d9901f24_3a8c9943-9592-4288-834a-315824016334.jpg?v=1765161728\"\u003e\n\u003cp\u003eWatch the installation video:\u003c\/p\u003e\n\u003ciframe style=\"max-width: 100%; display: block; margin: 12px auto;\" src=\"https:\/\/www.youtube.com\/embed\/PuSBKwXptkE\" height=\"315\" width=\"560\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\u003c!-- 独立文字描述 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eRefined Light for Modern Exteriors\u003c\/h3\u003e\n\u003cp\u003eThe Haylen Wall Light combines a slim, contemporary profile with adjustable color and brightness, creating a tailored glow for any façade. Use it to highlight architecture, frame outdoor living areas, and bring a sophisticated finish to your home’s exterior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 独立视频 --\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b57adbc93bec44a9a02ff82d548a9322.mp4\"\u003e\n      Your browser does not support the video tag.\n      \n    \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Modern Lighting Pro","offers":[{"title":"12″ \/ 30 cm \/ 3 Colors + Remote Dimming","offer_id":55785403056472,"sku":null,"price":69.9,"currency_code":"USD","in_stock":true},{"title":"24″ \/ 60 cm \/ 3 Colors + Remote Dimming","offer_id":55785403089240,"sku":null,"price":99.9,"currency_code":"USD","in_stock":true},{"title":"31″ \/ 80 cm \/ 3 Colors + Remote Dimming","offer_id":55785403122008,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"47″ \/ 120 cm \/ 3 Colors + Remote Dimming","offer_id":55785403154776,"sku":null,"price":189.9,"currency_code":"USD","in_stock":true},{"title":"59″ \/ 150 cm \/ 3 Colors + Remote Dimming","offer_id":55785403187544,"sku":null,"price":219.9,"currency_code":"USD","in_stock":true},{"title":"67″ \/ 170 cm \/ 3 Colors + Remote Dimming","offer_id":55785403220312,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"79″ \/ 200 cm \/ 3 Colors + Remote Dimming","offer_id":55785403253080,"sku":null,"price":319.9,"currency_code":"USD","in_stock":true},{"title":"94″ \/ 240 cm \/ 3 Colors + Remote Dimming","offer_id":55785403285848,"sku":null,"price":399.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/01_3c59e657-a99a-4b97-856b-b58e32ed47ae.jpg?v=1765506905"},{"product_id":"haylen-rgb","title":"Haylen (RGB)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\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 变色 *\/\n#desc:checked + label i[data-lucide],\n#desc:checked + label svg { color:#2563eb; }      \/* 蓝 *\/\n\n#faq:checked + label i[data-lucide],\n#faq:checked + label svg { color:#f97316; }       \/* 橙 *\/\n\n#specs:checked + label i[data-lucide],\n#specs:checked + label svg { color:#8b5cf6; }     \/* 紫 *\/\n\n#shipping:checked + label i[data-lucide],\n#shipping:checked + label svg { color:#22c55e; }  \/* 绿 *\/\n\n#install:checked + label i[data-lucide],\n#install:checked + label svg { color:#ef4444; }   \/* 红 *\/\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; }\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}\n.faq-sub input:checked + label + .faq-answer {\n  max-height:600px;\n  padding:12px 14px;\n}\n\n\/* SKU 折叠 *\/\n.accordion .content input + 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 .content {\n  padding-left:40px;\n  margin-top:6px;\n}\n.accordion .content img {\n  max-width:100%;\n  margin:12px auto;\n  display:block;\n  border-radius:6px;\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\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\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description --\u003e \u003cinput id=\"desc\" type=\"checkbox\"\u003e \u003clabel for=\"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\u003eSeven static colors with 358 vivid lighting effects\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eRF remote dimming with built-in memory\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 weatherproof body with anti-corrosion finish\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eLow-energy LED technology and extended lifespan\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eRated for both outdoor façades and indoor feature walls\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eElevate your exterior with \u003cstrong\u003eHaylen (RGB)\u003c\/strong\u003e, a slim modern LED wall light that paints your walls with color. Choose from seven rich base tones and 358 pre-programmed effects to create dramatic scenes for everyday evenings, parties, or seasonal décor.\u003c\/p\u003e\n\u003cp\u003eFrom subtle color washes to dynamic light shows, Haylen (RGB) adds a designer touch to patios, entrances, and terraces while staying highly energy-efficient.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThis listing is for the RGB version of Haylen. Price is for one individual fixture.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e \u003cinput id=\"faq\" type=\"checkbox\"\u003e \u003clabel for=\"faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq1\" type=\"checkbox\"\u003e \u003clabel for=\"cq1\"\u003eHow do I install Haylen (RGB) and does it include a cover plate?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen (RGB) is a hard-wired wall fixture that connects directly to your junction box. Each unit comes with a complimentary 4\" × 4\" cover plate, giving you a clean, finished look on a wide range of wall surfaces.\u003c\/p\u003e\n\u003cp\u003eThe wiring can be routed from the center or the ends of the light bar, offering flexibility for different mounting points. If you need extra cable length for your project, please contact us for customization options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq2\" type=\"checkbox\"\u003e \u003clabel for=\"cq2\"\u003eIs Haylen (RGB) suitable for outdoor or indoor use?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen (RGB) is engineered primarily as an outdoor wall light but is also frequently used indoors. Its IP65 waterproof rating protects it from rain, snow, and everyday moisture, making it ideal for façades, balconies, corridors, and interior feature walls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq3\" type=\"checkbox\"\u003e \u003clabel for=\"cq3\"\u003eDoes Haylen (RGB) produce warm or cool white light?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe “white” on Haylen (RGB) is created by blending red, green, and blue LEDs, so it is a mixed RGB white rather than a pure 3000K or 6000K output. If you need true warm or cool white, we recommend choosing the standard Haylen model instead of the RGB version.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq4\" type=\"checkbox\"\u003e \u003clabel for=\"cq4\"\u003eWhich colors and modes can I choose from?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eHaylen (RGB) offers 7 solid colors plus 358 multi-color effects, including fades, jumps, and dynamic patterns. Brightness can be adjusted from 0–100% using the RF remote (CR2025 battery required, not included).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq5\" type=\"checkbox\"\u003e \u003clabel for=\"cq5\"\u003eCan a single remote operate several Haylen (RGB) fixtures?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. After pairing, one remote can control multiple Haylen (RGB) lights at the same time, making it easy to synchronize color and effects across your whole installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"cq6\" type=\"checkbox\"\u003e \u003clabel for=\"cq6\"\u003eIs there a low-voltage version available?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eLow-voltage configurations such as 12V or 24V can be produced on request. Please reach out to our support team with your requirements and we will provide tailored advice and pricing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"specs\" type=\"checkbox\"\u003e \u003clabel for=\"specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- 30cm --\u003e \u003cinput id=\"sku30\" type=\"checkbox\"\u003e \u003clabel for=\"sku30\"\u003e12″ \/ 30 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 12\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 9W (240lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.8 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 12 inch (30 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_a24c67da-7fcf-43f8-b706-cd1700c31919.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 60cm --\u003e \u003cinput id=\"sku60\" type=\"checkbox\"\u003e \u003clabel for=\"sku60\"\u003e24″ \/ 60 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 24\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 19W (480lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 3.3 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 24 inch (60 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_a24c67da-7fcf-43f8-b706-cd1700c31919.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 80cm --\u003e \u003cinput id=\"sku80\" type=\"checkbox\"\u003e \u003clabel for=\"sku80\"\u003e31″ \/ 80 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 31\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 24W (640lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 4.4 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 31 inch (80 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/16_b5096550-c105-4d50-9782-693c1927e5ee.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 120cm --\u003e \u003cinput id=\"sku120\" type=\"checkbox\"\u003e \u003clabel for=\"sku120\"\u003e47″ \/ 120 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 47\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 38W (960lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 6 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 47 inch (120 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/16_b5096550-c105-4d50-9782-693c1927e5ee.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 150cm --\u003e \u003cinput id=\"sku150\" type=\"checkbox\"\u003e \u003clabel for=\"sku150\"\u003e59″ \/ 150 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 59\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 45W (1200lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 7.7 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 59 inch (150 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/17.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 170cm --\u003e \u003cinput id=\"sku170\" type=\"checkbox\"\u003e \u003clabel for=\"sku170\"\u003e67″ \/ 170 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 67\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 55W (1400lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 8.8 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 67 inch (170 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/17.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 200cm --\u003e \u003cinput id=\"sku200\" type=\"checkbox\"\u003e \u003clabel for=\"sku200\"\u003e79″ \/ 200 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 79\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 60W (1600lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 10.1 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 79 inch (200 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/18.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 240cm --\u003e \u003cinput id=\"sku240\" type=\"checkbox\"\u003e \u003clabel for=\"sku240\"\u003e94″ \/ 240 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOverall Size:\u003c\/strong\u003e 94\" × 3\" × 1.8\"\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e 70W (1920lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 13.2 lbs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Haylen (RGB) wall light 94 inch (240 cm) size\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/18.png?v=1765175844\"\u003e\n\u003c\/div\u003e\n\u003c!-- 通用规格 --\u003e\n\u003cul\u003e\n\u003cli\u003eFixture Type: Waterproof RGB LED wall light\u003c\/li\u003e\n\u003cli\u003eDesign Style: Modern linear\u003c\/li\u003e\n\u003cli\u003eInstallation Method: Surface-mounted\u003c\/li\u003e\n\u003cli\u003eMaterials: Aluminum and acrylic\u003c\/li\u003e\n\u003cli\u003eFinish: Black metal\u003c\/li\u003e\n\u003cli\u003eIP Rating: IP65 weather resistant\u003c\/li\u003e\n\u003cli\u003eLight Source: RGB LED strip (replaceable)\u003c\/li\u003e\n\u003cli\u003eLED Included: Yes\u003c\/li\u003e\n\u003cli\u003eLight Output: RGB color-tunable via remote\u003c\/li\u003e\n\u003cli\u003eDimmable: Yes, with RF remote\u003c\/li\u003e\n\u003cli\u003eRemote Battery: CR2025 (not included)\u003c\/li\u003e\n\u003cli\u003eInput Voltage: 110–240V\u003c\/li\u003e\n\u003cli\u003eWarranty: 1-year limited warranty\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\u003c!-- Installation --\u003e \u003cinput id=\"install\" type=\"checkbox\"\u003e \u003clabel for=\"install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eHaylen (RGB) mounts as a hard-wired wall fixture and includes a complimentary 4\" × 4\" cover plate for a neat, finished appearance. The wiring can be positioned at the center or toward the ends of the bar, giving you flexibility during installation.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eQuick, professional-grade setup\u003c\/strong\u003e\u003c\/p\u003e\n\u003cimg alt=\"Haylen (RGB) installation example\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/19.png?v=1765175648\"\u003e\n\u003cp\u003eWatch the installation video:\u003c\/p\u003e\n\u003cvideo style=\"max-width: 100%; display: block; margin: 12px auto;\" controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/dc87d5615dbb4399a04542a027ba4228.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c!-- 底部文案 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eColor-Rich Architectural Lighting\u003c\/h3\u003e\n\u003cp\u003eHaylen (RGB) turns your exterior into a living light canvas, offering seven saturated colors and hundreds of animated effects. Use it to set the mood for everyday evenings or to create a bold visual statement for special events and celebrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 底部视频 --\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1d1323cbf0b744c9ac5a4cac9ce4da78.mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lucide 图标 CDN + 渲染 --\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/unpkg.com\/lucide@latest\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  if (window.lucide) {\n    lucide.createIcons();\n  }\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Modern Lighting Pro","offers":[{"title":"12″ \/ 30 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785652978008,"sku":null,"price":79.9,"currency_code":"USD","in_stock":true},{"title":"24″ \/ 60 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653010776,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"31″ \/ 80 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653043544,"sku":null,"price":139.9,"currency_code":"USD","in_stock":true},{"title":"47″ \/ 120 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653076312,"sku":null,"price":189.9,"currency_code":"USD","in_stock":true},{"title":"59″ \/ 150 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653109080,"sku":null,"price":229.9,"currency_code":"USD","in_stock":true},{"title":"67″ \/ 170 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653141848,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"79″ \/ 200 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653174616,"sku":null,"price":309.9,"currency_code":"USD","in_stock":true},{"title":"94″ \/ 240 cm \/ 7 Colors + 358 Effects w\/ Remote","offer_id":55785653207384,"sku":null,"price":399.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/01_a2eb55f3-9bba-4b7c-8aae-9ec2ac1dbfbd.jpg?v=1765507274"},{"product_id":"harlow","title":"Harlow","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\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 {\n  transform: translateY(-50%) rotate(180deg);\n}\n\n\/* Lucide 图标基础样式 + 动效 *\/\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.08);\n  color:#111827;\n}\n\n\/* 展开时不同区块图标高亮色 *\/\n#Harlow-desc:checked + label i[data-lucide],\n#Harlow-desc:checked + label svg { color:#2563eb; }   \/* 蓝色 *\/\n\n#Harlow-faq:checked + label i[data-lucide],\n#Harlow-faq:checked + label svg { color:#f97316; }    \/* 橙色 *\/\n\n#Harlow-specs:checked + label i[data-lucide],\n#Harlow-specs:checked + label svg { color:#8b5cf6; }  \/* 紫色 *\/\n\n#Harlow-shipping:checked + label i[data-lucide],\n#Harlow-shipping:checked + label svg { color:#22c55e; } \/* 绿色 *\/\n\n#Harlow-install:checked + label i[data-lucide],\n#Harlow-install:checked + label svg { color:#ef4444; } \/* 红色 *\/\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\/* 通用图片 *\/\n.accordion .content img {\n  max-width:100%;\n  margin:12px auto;\n  display:block;\n  border-radius:6px;\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=\"Harlow-desc\"\u003e\n  \u003clabel for=\"Harlow-desc\"\u003e\n    \u003ci data-lucide=\"file-text\"\u003e\u003c\/i\u003e\n    Description \u0026amp; Features\n  \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 profile\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 outdoor-rated and corrosion resistant\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eDurable stainless steel and glass construction\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      Refresh your exterior walls with \u003cstrong\u003eHarlow\u003c\/strong\u003e, a slim modern wall sconce that delivers understated architecture and warm, welcoming light. Its minimalist lines frame the glow rather than compete with it, creating a refined backdrop for doors, pathways, and facades.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Made from premium stainless steel and a protective glass shade, Harlow is designed to stand up to everyday weather while maintaining its crisp, modern look. It works beautifully in both residential and commercial projects, from townhouses and condos to boutique storefronts and hospitality spaces.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Common Questions --\u003e\n  \u003cinput type=\"checkbox\" id=\"Harlow-faq\"\u003e\n  \u003clabel for=\"Harlow-faq\"\u003e\n    \u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e\n    Common Questions\n  \u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"Harlow-cq1\"\u003e\n      \u003clabel for=\"Harlow-cq1\"\u003eHow is Harlow installed?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Harlow is a hard-wired wall fixture and mounts directly to your junction box using the included wall base and hardware. A detailed installation guide is available in our Help Center under “Installation Guides,” and you can follow step-by-step instructions in the installation video on the product’s Installation tab.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"Harlow-cq2\"\u003e\n      \u003clabel for=\"Harlow-cq2\"\u003eDoes Harlow provide enough light on the wall?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Harlow is designed to cast a soft, even wash of light that creates a subtle gradient on the wall surface. It offers both decorative accent lighting and practical visibility, making it ideal for entryways, patios, balconies, and walkways.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"Harlow-cq3\"\u003e\n      \u003clabel for=\"Harlow-cq3\"\u003eIs Harlow waterproof?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Harlow features an IP65 rating, which means it is protected against dust and low-pressure water jets from any direction. In practical terms, it is suitable for outdoor use and can handle rain and typical weather exposure when installed correctly.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"Harlow-cq4\"\u003e\n      \u003clabel for=\"Harlow-cq4\"\u003eIs there a low-voltage option for this fixture?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. If your project requires 12V or 24V low-voltage wiring, Harlow can be produced in a compatible configuration. Please contact us with your preferred voltage and project details to receive a customized recommendation and quotation.\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=\"Harlow-specs\"\u003e\n  \u003clabel for=\"Harlow-specs\"\u003e\n    \u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e\n    Dimensions \u0026amp; Specs\n  \u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFixture Length × Height:\u003c\/strong\u003e 6\" (15 cm) × 11\" (28 cm)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWattage \/ Output:\u003c\/strong\u003e 6W (approx. 420 lm)\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eApproximate Weight:\u003c\/strong\u003e 5.3 lbs (2.4 kg)\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/8_f71696e2-9cdd-45fc-9fa5-916f873c6c3f.png?v=1765249194\" alt=\"Harlow outdoor wall sconce dimensions\"\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eFixture Type: Modern outdoor wall sconce\u003c\/li\u003e\n      \u003cli\u003eStyle: Minimalist \/ contemporary\u003c\/li\u003e\n      \u003cli\u003ePrimary Materials: Stainless steel \u0026amp; glass\u003c\/li\u003e\n      \u003cli\u003eFinish: Black\u003c\/li\u003e\n      \u003cli\u003eIP Rating: IP65 (waterproof for outdoor use)\u003c\/li\u003e\n      \u003cli\u003eLight Source: Integrated LED light strip\u003c\/li\u003e\n      \u003cli\u003eLED Included: Yes\u003c\/li\u003e\n      \u003cli\u003eColor Temperature: Warm white \/ 3000K\u003c\/li\u003e\n      \u003cli\u003eDimmable: No\u003c\/li\u003e\n      \u003cli\u003eRemote Control: Not included\u003c\/li\u003e\n      \u003cli\u003eCRI: 90\u003c\/li\u003e\n      \u003cli\u003ePower Supply: AC\u003c\/li\u003e\n      \u003cli\u003eVoltage: 110V–240V\u003c\/li\u003e\n      \u003cli\u003eWarranty: 1-year limited warranty\u003c\/li\u003e\n      \u003cli\u003eCertifications: UL, CCC, ROHS, CE\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n  \u003c!-- Installation --\u003e\n  \u003cinput type=\"checkbox\" id=\"Harlow-install\"\u003e\n  \u003clabel for=\"Harlow-install\"\u003e\n    \u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e\n    Installation\n  \u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\n      Harlow installs as a hard-wired wall sconce using the included mounting plate and hardware. For safety and optimal performance, we recommend that a qualified electrician complete the connection to your mains power.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/9_8f878011-9472-4f3e-8ee0-590027704d16.png?v=1765249007\" alt=\"Harlow wall sconce installation detail\"\u003e\n\n    \u003cp\u003eWatch 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\/26e5434d522e431e906b29541ac756b1.mp4\" type=\"video\/mp4\"\u003e\n      Your browser does not support the video tag.\n      \u003c\/source\u003e\n    \u003c\/video\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- 底部文案 + 视频 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n  \u003ch3\u003eEffortless Elegance, Built to Endure\u003c\/h3\u003e\n  \u003cp\u003e\n    With its slim profile, warm glow, and IP65 outdoor rating, Harlow turns simple exterior walls into a polished design feature. The combination of stainless steel and glass offers both durability and visual lightness, giving your entrances, terraces, and pathways a contemporary, high-end finish that looks good season after season.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"extra-video\"\u003e\n  \u003cvideo controls\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c572d17058f24752b02a3655b20c45a9.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n    \u003c\/source\u003e\n  \u003c\/video\u003e\n\u003c\/div\u003e\n\n\u003c!-- Lucide Icons --\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":"Warm White (3000K)","offer_id":55785962307928,"sku":null,"price":179.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_91fbc097-172e-484f-ac8b-1804ffaf0629.jpg?v=1765508704"},{"product_id":"harper","title":"Harper","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\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  .accordion label {\n    display:flex; align-items:center; gap:8px;\n    padding:14px 20px; background:#f9f9f9;\n    border-bottom:1px solid #eee; border-radius:8px;\n    cursor:pointer; font-weight:600; margin-bottom:0;\n    font-size:15px; 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\"; font-size:12px;\n    position:absolute; right:18px; top:50%;\n    transform:translateY(-50%); color:#777;\n    transition: transform .25s;\n  }\n  .accordion input:checked + label::after {\n    transform: translateY(-50%) rotate(180deg);\n  }\n  .accordion .content {\n    max-height:0; overflow:hidden;\n    transition:max-height .4s ease, padding .3s ease;\n    padding:0 20px; background:#fff;\n    font-size:14px; line-height:1.6; color:#444;\n    margin-bottom:12px;\n  }\n  .accordion input:checked + label + .content {\n    max-height:3000px; padding:12px 20px;\n  }\n\n  \/* Key features list *\/\n  .kf-list { list-style:none; padding-left:0; margin:0 0 8px; }\n  .kf-list li { margin-bottom:8px; font-size:15px; display:flex; }\n  .kf-list li .tick { color:#0073e6; font-weight:bold; margin-right:8px; }\n\n  \/* FAQ *\/\n  .faq-sub input { display:none; }\n  .faq-sub label {\n    display:block; padding:12px 14px;\n    background:#fafafa; border:1px solid #eee;\n    border-radius:6px; cursor:pointer;\n    font-weight:600; margin-bottom:6px; position:relative;\n  }\n  .faq-sub label::after {\n    content:\"\\25BC\"; position:absolute; right:14px; top:50%;\n    transform:translateY(-50%); color:#777;\n    transition:.25s;\n  }\n  .faq-sub input:checked + label::after {\n    transform:translateY(-50%) rotate(180deg);\n  }\n  .faq-sub .faq-answer {\n    max-height:0; overflow:hidden;\n    transition:max-height .35s ease, padding .25s ease;\n    padding:0 14px; border:1px solid #eee;\n    border-top:none; background:#fafafa;\n    border-radius:0 0 6px 6px; margin-bottom:8px;\n  }\n  .faq-sub input:checked + label + .faq-answer {\n    max-height:600px; padding:12px 14px;\n  }\n\n  \/* Nested size panels \u0026 images *\/\n  .accordion .content input + label {\n    padding-left:30px; background:#f6f6f6;\n    font-size:14px; border-radius:6px;\n    margin-top:8px; border:1px solid #eee;\n  }\n  .accordion .content .content img {\n    max-width:100%; margin:12px auto; display:block;\n    border-radius:8px; box-shadow:0 4px 12px rgba(0,0,0,0.05);\n  }\n\n  \/* Videos inside accordion (Installation) *\/\n  .accordion .content video {\n    width:100%;\n    max-width:700px;\n    height:auto;\n    border-radius:8px;\n    display:block;\n    margin:12px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\n  \/* Bottom hero block *\/\n  .extra-text { max-width:820px; margin:22px auto; text-align:center; }\n  .extra-text h3 { font-size:26px; font-weight:700; margin-bottom:10px; }\n  .extra-video video {\n    width:100%; max-width:700px; border-radius:8px;\n    display:block; margin:10px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- ========== Description \u0026 Features ========== --\u003e \u003cinput id=\"Harper-desc\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-desc\"\u003eDescription \u0026amp; Features\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"kf-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eModern Design w\/ 8 Sizes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 Weather Resistant \u0026amp; Anti-Rust\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eEnergy-efficient \u0026amp; Long-lasting\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eSuitable for Outdoor \u0026amp; Indoor\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eIlluminate your home with \u003cstrong\u003eHarper\u003c\/strong\u003e, the ideal outdoor LED light for entryways, gardens, and yards. Harper adds the perfect amount of light and flair, making your space the envy of the neighborhood. With various sizes and lighting options, this sleek and affordable fixture is sure to elevate your outdoor spaces!\u003c\/p\u003e\n\u003cimg alt=\"Harper Waterproof LED Wall Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_79cc5774-219c-4946-afc4-43e7d9e5a695.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- ========== Common Questions ========== --\u003e \u003cinput id=\"Harper-faq\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-faq\"\u003eCommon Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Harper-q1\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-q1\"\u003eHow is Harper installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe Harper Waterproof LED Wall Light is hard-wired onto the wall with a wall base. You can find the installation guide on our help center under the \"Installation Guides\" section and watch the installation video under the Installation tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Harper-q2\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-q2\"\u003eHow long do outdoor LED lights last? Is the bulb replaceable?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eLED lights last much longer than typical bulbs—many lasting up to 20 years. Traditional bulbs often need replacement every two years or less, depending on quality. LED lights are a great option for outdoor lighting because you won’t need to worry about replacing them often. However, if you do need to in the future, the LED light band in Harper is replaceable.\u003c\/p\u003e\n\u003cp\u003eChoosing a sleek and sturdy fixture like Harper is a decision you won’t regret.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Harper-q3\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-q3\"\u003eWhat is the best light color for Harper outdoor LED lights?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIt depends on where you plan to install it. We offer both cool white and warm white lighting options for this outdoor LED light fixture. Cool white tends to work better for entryways because it lights up the area effectively, creating a well-lit and safe area for visitors. Warm white is ideal for surrounding or ambient backyard fence lighting as it creates a soft, cozy glow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Harper-q4\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-q4\"\u003eWhat size of outdoor LED light is best?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eWhen it comes to size and length, it largely depends on the space you are lighting. Longer, larger fixtures are great for tall entryways, while smaller fixtures work well for nooks, narrow walls, or specific areas where you want a more dramatic accent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Harper-q5\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-q5\"\u003eIs Harper waterproof?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, Harper is an IP65-rated product, making it fully waterproof and suitable for outdoor use in all seasons.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== Dimensions \u0026 Specs ========== --\u003e \u003cinput id=\"Harper-dims\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-dims\"\u003eDimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- 12\" \/ 30 cm --\u003e \u003cinput id=\"Harper-30\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-30\"\u003e12″ \/ 30 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 12\" (30 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 10W (350 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 2 lbs (1 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 12in \/ 30cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/14_7a0012eb-c76e-4fba-b70c-0fb57476ebf8.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 24\" \/ 60 cm --\u003e \u003cinput id=\"Harper-60\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-60\"\u003e24″ \/ 60 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 24\" (60 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 18W (680 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 6 lbs (2.6 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 24in \/ 60cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/14_7a0012eb-c76e-4fba-b70c-0fb57476ebf8.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 31\" \/ 80 cm --\u003e \u003cinput id=\"Harper-80\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-80\"\u003e31″ \/ 80 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 31\" (80 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 24W (900 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 7 lbs (3 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 31in \/ 80cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_821f1e06-3b61-4677-abe4-2f4ffe8f0bf5.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 47\" \/ 120 cm --\u003e \u003cinput id=\"Harper-120\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-120\"\u003e47″ \/ 120 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 47\" (120 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 32W (1350 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 8 lbs (3.8 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 47in \/ 120cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_821f1e06-3b61-4677-abe4-2f4ffe8f0bf5.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 59\" \/ 150 cm --\u003e \u003cinput id=\"Harper-150\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-150\"\u003e59″ \/ 150 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 59\" (150 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 45W (1680 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 10 lbs (4.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 59in \/ 150cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/16_c3303ff6-1a80-4440-a475-be4e1fbdf3b4.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 71\" \/ 180 cm --\u003e \u003cinput id=\"Harper-180\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-180\"\u003e71″ \/ 180 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 71\" (180 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 56W (1960 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 11 lbs (5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 71in \/ 180cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/16_c3303ff6-1a80-4440-a475-be4e1fbdf3b4.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 79\" \/ 200 cm --\u003e \u003cinput id=\"Harper-200\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-200\"\u003e79″ \/ 200 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 79\" (200 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 60W (2250 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 13 lbs (6 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 79in \/ 200cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/17_148962a8-1093-45b9-bf71-b1fa44744513.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- 94\" \/ 240 cm --\u003e \u003cinput id=\"Harper-240\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-240\"\u003e94″ \/ 240 cm\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Depth:\u003c\/strong\u003e 94\" (240 cm) × 5.5\" (14 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 70W (2690 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 17 lbs (7.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Harper 94in \/ 240cm Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/17_148962a8-1093-45b9-bf71-b1fa44744513.png?v=1765263829\"\u003e\n\u003c\/div\u003e\n\u003c!-- Universal Specs --\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFixture Type:\u003c\/strong\u003e Waterproof LED Wall Light\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Modern\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation Style:\u003c\/strong\u003e Surface Mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Aluminum\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 COB LED Light Band (Replaceable)\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 or Cool White \/ 6000K\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 No\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC\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, CE, CQC\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- ========== Installation ========== --\u003e \u003cinput id=\"Harper-install\" type=\"checkbox\"\u003e \u003clabel for=\"Harper-install\"\u003eInstallation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eThe Harper Waterproof LED Wall Light is hard-wired onto the wall with a wall base. You can find the installation guide on our help center here under the \"Installation Guides\" section, along with the installation video there.\u003c\/p\u003e\n\u003cimg alt=\"Harper Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/18_143da982-0ea4-4d81-a0e4-1a239c997299.png?v=1765263729\"\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation Video:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cvideo controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a0773f245ed84c169ec72e5f7384ccc0.mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/accordion --\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- ========== Bottom Hero Text \u0026 Video ========== --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eRefined Outdoor Style, Built to Last\u003c\/h3\u003e\n\u003cp\u003eHarper delivers modern outdoor lighting with style and value. Designed for both form and function, it offers multiple size options, weather resistance, and energy-efficient performance—perfect for elevating entryways, patios, and more without compromise.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/bd241e3beddb45569ea3b5fbb81a52e7.mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"12″ \/ 30 cm \/ Warm White (3000K)","offer_id":55790434746712,"sku":null,"price":99.9,"currency_code":"USD","in_stock":true},{"title":"12″ \/ 30 cm \/ Cool White (6000K)","offer_id":55790434779480,"sku":null,"price":99.9,"currency_code":"USD","in_stock":true},{"title":"24″ \/ 60 cm \/ Warm White (3000K)","offer_id":55790434812248,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"24″ \/ 60 cm \/ Cool White (6000K)","offer_id":55790434845016,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"31″ \/ 80 cm \/ Warm White (3000K)","offer_id":55790434877784,"sku":null,"price":159.9,"currency_code":"USD","in_stock":true},{"title":"31″ \/ 80 cm \/ Cool White (6000K)","offer_id":55790434910552,"sku":null,"price":159.9,"currency_code":"USD","in_stock":true},{"title":"47″ \/ 120 cm \/ Warm White (3000K)","offer_id":55790434943320,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"47″ \/ 120 cm \/ Cool White (6000K)","offer_id":55790434976088,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"59″ \/ 150 cm \/ Warm White (3000K)","offer_id":55790435008856,"sku":null,"price":279.9,"currency_code":"USD","in_stock":true},{"title":"59″ \/ 150 cm \/ Cool White (6000K)","offer_id":55790435041624,"sku":null,"price":279.9,"currency_code":"USD","in_stock":true},{"title":"71″ \/ 180 cm \/ Warm White (3000K)","offer_id":55790435074392,"sku":null,"price":319.9,"currency_code":"USD","in_stock":true},{"title":"71″ \/ 180 cm \/ Cool White (6000K)","offer_id":55790435107160,"sku":null,"price":319.9,"currency_code":"USD","in_stock":true},{"title":"79″ \/ 200 cm \/ Warm White (3000K)","offer_id":55790435139928,"sku":null,"price":359.9,"currency_code":"USD","in_stock":true},{"title":"79″ \/ 200 cm \/ Cool White (6000K)","offer_id":55790435172696,"sku":null,"price":359.9,"currency_code":"USD","in_stock":true},{"title":"94″ \/ 240 cm \/ Warm White (3000K)","offer_id":55790435205464,"sku":null,"price":449.9,"currency_code":"USD","in_stock":true},{"title":"94″ \/ 240 cm \/ Cool White (6000K)","offer_id":55790435238232,"sku":null,"price":449.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_79cc5774-219c-4946-afc4-43e7d9e5a695.jpg?v=1765510179"},{"product_id":"meadow","title":"Meadow","description":"\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\/* 内容区域 *\/\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\/* 尺寸折叠 - Small \/ Medium \/ Large *\/\n.accordion .content input.Meadow-size-toggle + label.Meadow-size-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 .Meadow-size-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\/* mobile *\/\n@media (max-width:640px){\n  .accordion label { font-size:14px; padding:12px 16px; }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput id=\"Meadow-desc\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-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\u003eOutdoor Path Light w\/ Modern Design\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eAvailable in 2 Base Designs \u0026amp; 3 Sizes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 Weather Resistant \u0026amp; Anti-Rust\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eEnergy-efficient \u0026amp; Long-lasting\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eCustomizable to Solar \u0026amp; Dimmable Upon Request\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe \u003cstrong\u003eMeadow\u003c\/strong\u003e outdoor fixture light is perfect for your garden. Featuring state-of-the-art design and construction, it is made to withstand all weather conditions for long-lasting use.\u003c\/p\u003e\n\u003cp\u003eWith its modern look and durable materials, this fixture light will provide your garden or outdoor space with a stylish and secure lighting solution. Designed for full-voltage operation (110V–240V), it delivers strong, vibrant light ideal for expansive garden coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput id=\"Meadow-faq\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq1\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq1\"\u003eHow is Meadow installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eMeadow can be installed in two ways: inserted or fixed to the floor. You can select your preferred installation type under the “Base Design” filter.\u003c\/p\u003e\n\u003cp\u003eYou can find the installation guide on our Help Center under the “Installation Guides” section and watch the installation video under the Installation tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq2\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq2\"\u003eWhat is the power source of Meadow? Is there a solar-powered version?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eMeadow is hard-wired with an AC power source. If you want to customize Meadow to a solar-powered version, please fill out the contact form so we can customize this for you at an additional cost.\u003c\/p\u003e\n\u003cp\u003ePlease note that for the solar version, the solar panel is shipped separately from the fixture. The solar version of Meadow is controlled by a remote (CR2025 battery is required).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq3\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq3\"\u003eIs Meadow dimmable?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBy default, Meadow is non-dimmable. We can customize Meadow (Large size only) to either a dimmable version with a remote control or a solar version. Please reach out via the contact form for customization options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq4\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq4\"\u003eDoes Meadow deliver sufficient lighting on the floor?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, Meadow provides an ambient lighting effect on the floor. If you are looking for a soft glow, select the Warm White option (3000K). If you prefer something brighter, go with the Cool White option (6000K).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq5\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq5\"\u003eIs Meadow waterproof?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Meadow is an IP65-rated product, making it suitable for outdoor use in various weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Meadow-cq6\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-cq6\"\u003eIs a low-voltage option available for this fixture?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, this fixture can be customized with a low-voltage option (e.g., 12V or 24V) to meet your specific needs. Simply fill out the contact form to confirm your required voltage and request a quote for the customization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"Meadow-specs\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Small --\u003e \u003cinput class=\"Meadow-size-toggle\" id=\"Meadow-small\" type=\"checkbox\"\u003e \u003clabel class=\"Meadow-size-label\" for=\"Meadow-small\"\u003eSmall\u003c\/label\u003e\n\u003cdiv class=\"content Meadow-size-content\"\u003e\n\u003ch4\u003eBase Design – Insert\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 11\" (28 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInsert \/ Spike Height (Depth):\u003c\/strong\u003e 10\" (26 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1 lbs (0.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Small - Insert Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/12_0071c3ee-14e0-461f-9247-533db66ab08f.png?v=1765266099\"\u003e\n\u003ch4\u003eBase Design – Fixed\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 11\" (27 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Diameter:\u003c\/strong\u003e 4\" (10 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1 lbs (0.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Small - Fixed Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_b3ea3c61-6ac8-4401-9144-83fc656e94df.png?v=1765266099\"\u003e\n\u003c\/div\u003e\n\u003c!-- Medium --\u003e \u003cinput class=\"Meadow-size-toggle\" id=\"Meadow-medium\" type=\"checkbox\"\u003e \u003clabel class=\"Meadow-size-label\" for=\"Meadow-medium\"\u003eMedium\u003c\/label\u003e\n\u003cdiv class=\"content Meadow-size-content\"\u003e\n\u003ch4\u003eBase Design – Insert\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 15\" (37 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInsert \/ Spike Height (Depth):\u003c\/strong\u003e 10\" (26 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.5 lbs (0.7 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Medium - Insert Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/14_cea4f66d-2013-43a9-9f24-9b2f314f25f8.png?v=1765266099\"\u003e\n\u003ch4\u003eBase Design – Fixed\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 16\" (40 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Diameter:\u003c\/strong\u003e 4\" (10 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.5 lbs (0.7 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Medium - Fixed Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/13_16656120-985b-490c-b219-1ef7c599aed8.png?v=1765266099\"\u003e\n\u003c\/div\u003e\n\u003c!-- Large --\u003e \u003cinput class=\"Meadow-size-toggle\" id=\"Meadow-large\" type=\"checkbox\"\u003e \u003clabel class=\"Meadow-size-label\" for=\"Meadow-large\"\u003eLarge\u003c\/label\u003e\n\u003cdiv class=\"content Meadow-size-content\"\u003e\n\u003ch4\u003eBase Design – Insert\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 22\" (57 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInsert \/ Spike Height (Depth):\u003c\/strong\u003e 10\" (26 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 2 lbs (1 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Large - Insert Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/16_d2c432a0-ce39-458c-8cae-d91f19b1c02b.png?v=1765266099\"\u003e\n\u003ch4\u003eBase Design – Fixed\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Height:\u003c\/strong\u003e 2\" (5 cm) × 24\" (60 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Diameter:\u003c\/strong\u003e 4\" (10 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 2 lbs (1 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Meadow Large - Fixed Base\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_7b2441e3-cd5e-4f8e-bf7b-bcc4f42cabd0.png?v=1765266099\"\u003e\n\u003c\/div\u003e\n\u003c!-- 通用规格 --\u003e\n\u003cul\u003e\n\u003cli\u003eFixture Type: Modern Outdoor Light\u003c\/li\u003e\n\u003cli\u003eStyle: Modern Style\u003c\/li\u003e\n\u003cli\u003eMaterial: Aluminum\u003c\/li\u003e\n\u003cli\u003eFinish Options: Black\u003c\/li\u003e\n\u003cli\u003eIP Rating: IP65 Waterproof\u003c\/li\u003e\n\u003cli\u003eLight Source: COB LED Light Band (Replaceable)\u003c\/li\u003e\n\u003cli\u003eLED Included: Yes\u003c\/li\u003e\n\u003cli\u003eLight Emitting: Warm White \/ 3000K\u003c\/li\u003e\n\u003cli\u003eDimmable: Yes (with Dimmer Switch; customization required for dimmable versions)\u003c\/li\u003e\n\u003cli\u003eRemote: No (Remote available for customized solar\/dimmable versions)\u003c\/li\u003e\n\u003cli\u003eCRI: 90\u003c\/li\u003e\n\u003cli\u003ePower Source: AC\u003c\/li\u003e\n\u003cli\u003eVoltage: 110V–240V\u003c\/li\u003e\n\u003cli\u003eWarranty: 1 Year\u003c\/li\u003e\n\u003cli\u003eCertifications: UL, CCC, CE, CQC\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c!-- Installation --\u003e \u003cinput id=\"Meadow-install\" type=\"checkbox\"\u003e \u003clabel for=\"Meadow-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eMeadow can be installed in two ways: inserted or fixed to the floor. You can select your preferred installation type under the “Base Design” filter.\u003c\/p\u003e\n\u003cp\u003eYou can find the installation guide on our Help Center under the “Installation Guides” section, along with the installation video.\u003c\/p\u003e\n\u003cimg alt=\"Meadow Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/17_d3b24d93-e2b5-4aa5-8eb5-bc1371f5679f.png?v=1765266422\"\u003e\n\u003cp\u003eWatch Installation Video:\u003c\/p\u003e\n\u003cvideo style=\"max-width: 100%; display: block; margin: 12px auto;\" controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/77334985a70642e5a37cae5fb933bb85.mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Small \/ Insert","offer_id":55790449983832,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"Small \/ Fixed","offer_id":55790450016600,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Insert","offer_id":55790450049368,"sku":null,"price":159.9,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Fixed","offer_id":55790450082136,"sku":null,"price":159.9,"currency_code":"USD","in_stock":true},{"title":"Large \/ Insert","offer_id":55790450114904,"sku":null,"price":199.9,"currency_code":"USD","in_stock":true},{"title":"Large \/ Fixed","offer_id":55790450147672,"sku":null,"price":199.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_dc7569ce-e7b4-4932-b87c-79da1f21b134.png?v=1765266099"},{"product_id":"falcon","title":"Falcon","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\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  .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 .25s,color .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;\n  }\n  .accordion input:checked + label::after {\n    transform:translateY(-50%) rotate(180deg);\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    background:#fff;\n    font-size:14px;\n    line-height:1.6;\n    color:#444;\n    margin-bottom:12px;\n  }\n  .accordion input:checked + label + .content {\n    max-height:3000px;\n    padding:12px 20px;\n  }\n\n  .kf-list { list-style:none; padding-left:0; margin:0 0 8px; }\n  .kf-list li { margin-bottom:8px; font-size:15px; display:flex; }\n  .kf-list li .tick { color:#0073e6; font-weight:bold; margin-right:8px; }\n\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:.25s;\n  }\n  .faq-sub input:checked + label::after {\n    transform:translateY(-50%) rotate(180deg);\n  }\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    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  .accordion .content input + 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 .content img {\n    max-width:100%;\n    margin:12px auto;\n    display:block;\n    border-radius:8px;\n    box-shadow:0 4px 12px rgba(0,0,0,0.05);\n  }\n\n  .accordion .content video {\n    width:100%;\n    max-width:700px;\n    height:auto;\n    border-radius:8px;\n    display:block;\n    margin:12px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\n  .extra-text {\n    max-width:820px;\n    margin:22px 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 video {\n    width:100%;\n    max-width:700px;\n    border-radius:8px;\n    display:block;\n    margin:10px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput id=\"Falcon-desc\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-desc\"\u003eDescription \u0026amp; Features\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"kf-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eDimmer Switch Compatible\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eMinimalistic \u0026amp; Modern Design\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eSelect from 2 Styles\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 Weather Resistant \u0026amp; Anti-Rust\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003ePremium Aluminum Material\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFalcon\u003c\/strong\u003e is the perfect blend of modern design and durable functionality. If you're looking for outdoor lighting, these contemporary sconces are the perfect choice. Crafted from high-quality aluminum material, this sleek fixture is available in a sophisticated black finish. Add a touch of elegance to any exterior with our contemporary Falcon wall sconces.\u003c\/p\u003e\n\u003cimg alt=\"Falcon Modern Outdoor Wall Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_31eb5170-1f3e-4ffd-b1e7-7fd8afe839d6.png?v=1765273389\"\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput id=\"Falcon-faq\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-faq\"\u003eCommon Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Falcon-q1\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-q1\"\u003eHow is Falcon installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eFalcon is hard-wired onto the wall with a wall base. You can find the installation guide on our help center under the \"Installation Guides\" section and watch the installation video under the Installation tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Falcon-q2\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-q2\"\u003eDoes Falcon deliver sufficient lighting on the wall?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, Falcon gives out a gradient shade on an outdoor wall. Use Falcon wall lights to enhance the architecture and provide security for your visitors.\u003c\/p\u003e\n\u003cp\u003eFalcon is also weather-resistant and anti-rust, so the elements won't affect this lighting fixture. It is perfect for outdoor lighting and won’t dim over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Falcon-q3\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-q3\"\u003eWhat is the difference between Style A and Style B Falcon outdoor lighting?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eFalcon Style A features a single light positioned at the top, while Style B has two lights positioned at the top and bottom. Choose the option that best suits your outdoor wall, whether your home style is more traditional or modern.\u003c\/p\u003e\n\u003cp\u003eNo matter which option you choose, Falcon helps you create an inviting outdoor atmosphere for gatherings or simply light up your porch at night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Falcon-q4\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-q4\"\u003eIs Falcon waterproof?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes! Falcon is an IP65-rated product, which makes it suitable for outdoor use in all weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Falcon-q5\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-q5\"\u003eIs a low-voltage option available for this fixture?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, this fixture can be customized with a low-voltage option (e.g., 12V or 24V) to meet your specific needs. Simply fill out the contact form to confirm your required voltage and request a quote for the customization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"Falcon-dims\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-dims\"\u003eDimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Style A --\u003e \u003cinput id=\"Falcon-a\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-a\"\u003eStyle A\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Height:\u003c\/strong\u003e 3.9\" (10 cm) × 2\" (5 cm) × 11\" (27 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Dimension:\u003c\/strong\u003e 2\" (5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 6W (420 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 1.8 lbs (0.8 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Falcon Style A Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/13_28e5074b-a28c-4166-bca3-fc8edf12f98a.png?v=1765273389\"\u003e\n\u003c\/div\u003e\n\u003c!-- Style B --\u003e \u003cinput id=\"Falcon-b\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-b\"\u003eStyle B\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Height:\u003c\/strong\u003e 3.9\" (10 cm) × 2\" (5 cm) × 12\" (31 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBase Dimension:\u003c\/strong\u003e 2\" (5 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e 6W (420 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e 2.6 lbs (1.2 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Falcon Style B Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/14_1c825019-ecd5-4a8b-898e-c9dd70f36890.png?v=1765273389\"\u003e\n\u003c\/div\u003e\n\u003c!-- Shared specs --\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 Aluminum | 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\u003eDimmable:\u003c\/strong\u003e Yes (with Dimmer Switch)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e No\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC\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!-- Installation --\u003e \u003cinput id=\"Falcon-install\" type=\"checkbox\"\u003e \u003clabel for=\"Falcon-install\"\u003eInstallation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eFalcon is hard-wired onto the wall with a wall base. You can find the installation guide on our help center here under the \"Installation Guides\" section, along with the installation video there.\u003c\/p\u003e\n\u003cimg alt=\"Falcon Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_d112c8ef-54a0-4013-b36d-94a4a6b47bf8.png?v=1765273293\"\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation Video:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cvideo controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c702d8c7d5184b85975753b9caf9c5dc.mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- \/accordion --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eSleek Outdoor Simplicity\u003c\/h3\u003e\n\u003cp\u003eEnhance your exterior with the Falcon Wall Light. With its clean lines, durable aluminum body, and refined black finish, it brings modern elegance to any outdoor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n    \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fe6259aaf53541f7ae8ac46509e775af.mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Warm White (3000K) \/ Style A","offer_id":55790605042008,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"Warm White (3000K) \/ Style B","offer_id":55790605074776,"sku":null,"price":129.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_31eb5170-1f3e-4ffd-b1e7-7fd8afe839d6.jpg?v=1765511461"},{"product_id":"brook","title":"Brook","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\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  .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 .25s,color .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;\n  }\n  .accordion input:checked + label::after {\n    transform:translateY(-50%) rotate(180deg);\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    background:#fff;\n    font-size:14px;\n    line-height:1.6;\n    color:#444;\n    margin-bottom:12px;\n  }\n  .accordion input:checked + label + .content {\n    max-height:3000px;\n    padding:12px 20px;\n  }\n\n  .kf-list { list-style:none; padding-left:0; margin:0 0 8px; }\n  .kf-list li { margin-bottom:8px; font-size:15px; display:flex; }\n  .kf-list li .tick { color:#0073e6; font-weight:bold; margin-right:8px; }\n\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:.25s;\n  }\n  .faq-sub input:checked + label::after {\n    transform:translateY(-50%) rotate(180deg);\n  }\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    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  .accordion .content input + 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 .content img {\n    max-width:100%;\n    margin:12px auto;\n    display:block;\n    border-radius:8px;\n    box-shadow:0 4px 12px rgba(0,0,0,0.05);\n  }\n\n  .accordion .content video {\n    width:100%;\n    max-width:700px;\n    height:auto;\n    border-radius:8px;\n    display:block;\n    margin:12px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\n  .extra-text {\n    max-width:820px;\n    margin:22px 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 video {\n    width:100%;\n    max-width:700px;\n    border-radius:8px;\n    display:block;\n    margin:10px auto;\n    box-shadow:0 6px 16px rgba(0,0,0,0.08);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput id=\"Brook-desc\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-desc\"\u003eDescription \u0026amp; Features\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003ch3\u003eKey Features\u003c\/h3\u003e\n\u003cul class=\"kf-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eMinimalistic \u0026amp; Modern Design w\/ 2 Sizes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 Weather Resistant \u0026amp; Anti-Rust\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003ePremium Stainless Steel Material\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eElevate your space with \u003cstrong\u003eBrook\u003c\/strong\u003e, a sleek horizontal outdoor light designed for modern aesthetics and functionality. This wall sconce features a minimalist profile that adds a touch of contemporary elegance to any environment. The black finish enhances its sophisticated appeal, making it a perfect addition to residential and commercial settings. Illuminate your surroundings with Brook and experience the perfect blend of style and performance.\u003c\/p\u003e\n\u003cimg alt=\"Brook Modern Outdoor Wall Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_5f4d76c2-7709-4f6a-bea4-aff46b86d843.png?v=1765336772\"\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput id=\"Brook-faq\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-faq\"\u003eCommon Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q1\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q1\"\u003eHow is Brook installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBrook is hard-wired onto the wall with a wall base. You can find the installation guide on our help center under the \"Installation Guides\" section and watch the installation video under the Installation tab.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q2\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q2\"\u003eDoes Brook deliver sufficient lighting on the wall?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, Brook provides bright illumination with its integrated LED bulbs, ensuring your outdoor space is well-lit. It’s available in two sizes, each offering different wattages and lumens for optimal brightness. Whether you're lighting a front porch, patio, or garden, the Brook fixture meets various lighting needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q3\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q3\"\u003eIs Brook suitable for both residential and commercial spaces?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, Brook's modern yet versatile design makes it suitable for both residential and commercial outdoor spaces, including patios, entryways, and gardens. Its durability and sleek appearance elevate any exterior.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q4\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q4\"\u003eHow does a horizontal LED outdoor light enhance my home's aesthetic?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBrook is designed to elevate outdoor wall lighting by providing both functional brightness and modern style. Its sleek, horizontal LED design complements various architectural styles, enhancing the beauty of your outdoor space while improving your home's aesthetic. Whether mounted on a porch or house exterior, Brook's contemporary appeal makes it perfect for creating a visually appealing and well-lit environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q5\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q5\"\u003eHow does Brook contribute to visibility and beauty in outdoor lighting?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBrook offers bright illumination through its energy-efficient integrated LED bulbs, creating enhanced visibility in outdoor spaces. Its modern design enhances the overall beauty of your home's exterior. Whether you're illuminating a patio, entryway, or side of the house, Brook's elegant design brings both safety and style to any outdoor lighting setup, ensuring your house looks its best day or night.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q6\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q6\"\u003eHow does Brook's weather resistance compare to traditional lanterns or fixtures?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBrook is a durable outdoor wall light fixture for all climates. It is designed with superior weather resistance and is fully equipped to handle rain and other weather conditions, making it more durable than many traditional lanterns or fixtures. Brook's minimalist design and IP65 rating ensure it withstands harsh outdoor conditions without rust or deterioration, while its modern look offers a contemporary aesthetic with reliable functionality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput id=\"Brook-q7\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-q7\"\u003eIs a low-voltage option available for this fixture?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, this fixture can be customized with a low-voltage option (e.g., 12V or 24V) to meet your specific needs. Simply fill out the contact form to confirm your required voltage and request a quote for the customization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput id=\"Brook-dims\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-dims\"\u003eDimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Small --\u003e \u003cinput id=\"Brook-small\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-small\"\u003eSmall\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Height:\u003c\/strong\u003e 16\" (40 cm) × 3.9\" (10 cm) × 2.4\" (6 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e Small: 20W (1400 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Small: 3.5 lbs (1.6 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Brook Small Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_d85d6661-5138-4d71-982d-7ca41c66e66e.jpg?v=1765336772\"\u003e\n\u003c\/div\u003e\n\u003c!-- Medium --\u003e \u003cinput id=\"Brook-medium\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-medium\"\u003eMedium\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLength × Width × Height:\u003c\/strong\u003e 24\" (60 cm) × 3.9\" (10 cm) × 2.4\" (6 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e Medium: 30W (2100 lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Medium: 4.4 lbs (2 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg alt=\"Brook Medium Dimensions\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/2_18c88e8c-e3bc-4507-83a6-6f27a1383008.jpg?v=1765336772\"\u003e\n\u003c\/div\u003e\n\u003c!-- Shared specs --\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 | 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 COB LED Light Band\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\u003eDimmable:\u003c\/strong\u003e No\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e No\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC\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\u003c\/div\u003e\n\n\u003c!-- Installation --\u003e \u003cinput id=\"Brook-install\" type=\"checkbox\"\u003e \u003clabel for=\"Brook-install\"\u003eInstallation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eBrook is hard-wired onto the wall with a wall base. You can find the installation guide on our help center here under the \"Installation Guides\" section, along with the installation video there.\u003c\/p\u003e\n\u003cimg alt=\"Brook Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1bd543d342d5f96c9f6e2e6653dc8f50_c0c87b77-73fb-464e-868b-3b77124145d4.png?v=1765339116\"\u003e\n\u003cp\u003e\u003cstrong\u003eInstallation Video:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cvideo controls=\"controls\"\u003e\n      \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/eec57d0018c54baba75bd03dd6884995.mp4\"\u003e\n      Your browser does not support the video tag.\n    \u003c\/source\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Small \/ Warm White (3000K)","offer_id":55790680572248,"sku":null,"price":119.9,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Warm White (3000K)","offer_id":55790680605016,"sku":null,"price":159.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_5f4d76c2-7709-4f6a-bea4-aff46b86d843.png?v=1765336772"},{"product_id":"skye","title":"Skye","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 + 动效（与 Haylen 版本一致） *\/\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 变色（用 Skye 的 id） *\/\n#sk-desc:checked + label i[data-lucide],\n#sk-desc:checked + label svg { color:#2563eb; }     \/* 蓝：Description *\/\n\n#sk-faq:checked + label i[data-lucide],\n#sk-faq:checked + label svg { color:#f97316; }      \/* 橙：FAQ *\/\n\n#sk-specs:checked + label i[data-lucide],\n#sk-specs:checked + label svg { color:#8b5cf6; }    \/* 紫：Specs *\/\n\n#sk-shipping:checked + label i[data-lucide],\n#sk-shipping:checked + label svg { color:#22c55e; } \/* 绿：Shipping *\/\n\n#sk-install:checked + label i[data-lucide],\n#sk-install:checked + label svg { color:#ef4444; }  \/* 红：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\/* 尺寸折叠（Small \/ Medium \/ Large） *\/\n.accordion .content input + label.sk-size-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 .sk-size-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\/* 底部独立文字与视频 *\/\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=\"sk-desc\"\u003e\n  \u003clabel for=\"sk-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\u003eAdjustable brightness with easy remote control\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eContemporary outdoor solar lamp in three sizes\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65-rated, weatherproof and corrosion-resistant body\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eEnergy-saving, long-lasting LED light source\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eNo hardwiring, tools, or complex installation required\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 精简后的三段描述 --\u003e\n    \u003cp\u003e\n      \u003cstrong\u003eSkye\u003c\/strong\u003e is a modern outdoor solar floor lamp that adds a soft, ambient glow to patios, gardens, balconies, and poolside areas. Its minimalist cordless design makes it easy to move and restyle as your space changes.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      With an integrated solar panel, Skye charges during the day and turns on automatically at night, delivering warm, inviting light without using your home’s electricity. The IP65 waterproof, anti-rust housing is built for sun, rain, and seasonal changes with very little maintenance.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Available in three sizes and dimmable by remote, Skye helps you create cohesive, energy-efficient outdoor lighting — whether you use a single lamp as an accent or arrange multiple pieces across your space.\n    \u003c\/p\u003e\n\n    \u003c!-- 描述末尾插入图片 --\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_aa0c8594-c60a-4c44-a709-085d5df5e93d.png?v=1765350086\" alt=\"Skye Outdoor Solar Lamp in Modern Garden Setting\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Common Questions --\u003e\n  \u003cinput type=\"checkbox\" id=\"sk-faq\"\u003e\n  \u003clabel for=\"sk-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=\"sk-cq1\"\u003e\n      \u003clabel for=\"sk-cq1\"\u003eHow is Skye installed?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Skye is designed as a flexible floor lamp that can either be fixed to the ground or simply placed on any flat surface.\n          The lamp body itself comes pre-assembled, so you don’t need to put parts together.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          If you prefer a more permanent installation, you can secure it to the floor.\n          Please refer to the simple 2-step installation guide in our Help Center under the “Installation Guides” section\n          and watch the installation video under the Installation tab.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq2\"\u003e\n      \u003clabel for=\"sk-cq2\"\u003eIs Skye dimmable?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Skye includes a remote control that lets you adjust the brightness to suit different moments —\n          from a brighter setting for outdoor activities to a very soft glow for relaxed evenings.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Use the remote to quickly switch between brightness levels and create the right atmosphere for your outdoor space.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq3\"\u003e\n      \u003clabel for=\"sk-cq3\"\u003eHow long does Skye’s battery last?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Skye runs on solar energy via its integrated solar panel. During the day it charges in natural light,\n          and at night it can typically illuminate for \u003cstrong\u003e8–12 hours\u003c\/strong\u003e, depending on the brightness setting and weather conditions.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Even on days with less direct sun, the solar panel is designed to store enough energy to keep Skye glowing into the evening.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq4\"\u003e\n      \u003clabel for=\"sk-cq4\"\u003eHow does Skye help reduce electricity bills?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Because Skye is fully solar-powered, it relies on sunlight instead of your home’s electrical supply.\n          This means you can add functional and decorative outdoor lighting without increasing your monthly electricity bill.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          It’s an eco-conscious choice for patios, gardens, and terraces, combining sustainability with modern design.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq5\"\u003e\n      \u003clabel for=\"sk-cq5\"\u003eCan Skye be combined with other solar lights for larger spaces?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Definitely. Skye is an IP65-rated solar lamp that is weatherproof, wireless, and operated by remote\n          (CR2025 battery required for the remote, not included).\n        \u003c\/p\u003e\n        \u003cp\u003e\n          You can style several Skye lamps together or pair them with other solar fixtures to create a cohesive lighting plan\n          across larger outdoor areas such as gardens, patios, walkways, or rooftop terraces — all without extra wiring.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq6\"\u003e\n      \u003clabel for=\"sk-cq6\"\u003eHow well does Skye charge in low sunlight?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Skye’s solar panel is designed to capture energy efficiently, even when the weather is overcast or the lamp is in partial shade.\n          While direct sunlight will always provide the fastest charge, Skye can still store energy on cloudy days to deliver light at night.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"sk-cq7\"\u003e\n      \u003clabel for=\"sk-cq7\"\u003eHow long does Skye stay illuminated at night?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          When fully charged, Skye can typically provide continuous lighting for about \u003cstrong\u003e8–12 hours\u003c\/strong\u003e,\n          depending on the chosen brightness level and recent weather conditions.\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=\"sk-specs\"\u003e\n  \u003clabel for=\"sk-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003c!-- Small --\u003e\n    \u003cinput type=\"checkbox\" id=\"sk-size-small\"\u003e\n    \u003clabel for=\"sk-size-small\" class=\"sk-size-label\"\u003eSmall\u003c\/label\u003e\n    \u003cdiv class=\"content sk-size-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003eSmall: 7\" (18 cm) × 4\" (10.5 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e Small: 3W (210lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Small: 2 lbs (1 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/12_c08e657c-494c-41bc-954e-d97dde4d6dc5.png?v=1765350086\" alt=\"Skye Solar Lamp Small Size Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Medium --\u003e\n    \u003cinput type=\"checkbox\" id=\"sk-size-medium\"\u003e\n    \u003clabel for=\"sk-size-medium\" class=\"sk-size-label\"\u003eMedium\u003c\/label\u003e\n    \u003cdiv class=\"content sk-size-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003eMedium: 11\" (28 cm) × 6\" (16 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e Medium: 5W (350lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Medium: 7 lbs (3 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/13_015d1d3b-d1bd-43d5-856c-c6201168a0a3.png?v=1765350086\" alt=\"Skye Solar Lamp Medium Size Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Large --\u003e\n    \u003cinput type=\"checkbox\" id=\"sk-size-large\"\u003e\n    \u003clabel for=\"sk-size-large\" class=\"sk-size-label\"\u003eLarge\u003c\/label\u003e\n    \u003cdiv class=\"content sk-size-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003eLarge: 15\" (38 cm) × 8\" (21.5 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e Large: 5W (350lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e Large: 10 lbs (4.5 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/14_042d7153-d5bc-4e93-9b5f-4d63887092a5.png?v=1765350086\" alt=\"Skye Solar Lamp Large Size Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 通用规格 --\u003e\n    \u003cul\u003e\n      \u003cli\u003eFixture Type: Ground Light\u003c\/li\u003e\n      \u003cli\u003eStyle: Modern Style\u003c\/li\u003e\n      \u003cli\u003eInstallation Style: Floor Mount\u003c\/li\u003e\n      \u003cli\u003eMaterial: Stainless Steel\u003c\/li\u003e\n      \u003cli\u003eFinish Options: Black\u003c\/li\u003e\n      \u003cli\u003eIP Rating: IP65 Waterproof\u003c\/li\u003e\n      \u003cli\u003eLight Source: LED Light Strip (Replaceable)\u003c\/li\u003e\n      \u003cli\u003eLED Included: Yes\u003c\/li\u003e\n      \u003cli\u003eLight Emitting: Warm White \/ 3000K\u003c\/li\u003e\n      \u003cli\u003eDimmable: Yes (with Remote)\u003c\/li\u003e\n      \u003cli\u003eRemote: Yes – Battery Required CR 2025 (not included)\u003c\/li\u003e\n      \u003cli\u003eCRI: 90\u003c\/li\u003e\n      \u003cli\u003ePower Source: Solar\u003c\/li\u003e\n      \u003cli\u003eVoltage: 110V–240V\u003c\/li\u003e\n      \u003cli\u003eWarranty: 1 Year\u003c\/li\u003e\n      \u003cli\u003eCertifications: UL, CCC, CE, CQC\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c!-- Installation --\u003e\n  \u003cinput type=\"checkbox\" id=\"sk-install\"\u003e\n  \u003clabel for=\"sk-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\n      Skye is a versatile floor lamp that can simply be placed on a surface or fixed more securely to the ground.\n      The lamp arrives ready to use, with no assembly required, so you can start enjoying it right away.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      For floor mounting, please follow the 2-step installation instructions in our Help Center under the “Installation Guides” section,\n      and watch the detailed installation video linked on the product page.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/15_06cf1acd-7466-4b5e-9aa3-25760ff71e83.png?v=1765350022\" alt=\"Skye Solar Lamp Installation Example\"\u003e\n\n    \u003cp\u003eWatch 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\/af1c537132a24d719f3152b93cec91a3.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\u003eA Glow of Modern Simplicity\u003c\/h3\u003e\n  \u003cp\u003e\n    The Skye Solar Lamp delivers effortless, energy-efficient ambiance to any outdoor space.\n    Its sleek, modern form and weather-resistant construction offer a clean, minimal look by day\n    and a warm, inviting glow by night — all powered by the sun. Style a single piece or several together\n    to create a cohesive lighting scene that feels both contemporary and low-maintenance.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"extra-video\"\u003e\n  \u003cvideo controls\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b213bc11711243ce808c3a7a4295e755.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\u003c\/div\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Warm White (3000K) \/ Small","offer_id":55790701019480,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"Warm White (3000K) \/ Medium","offer_id":55790701052248,"sku":null,"price":319.9,"currency_code":"USD","in_stock":true},{"title":"Warm White (3000K) \/ Large","offer_id":55790701085016,"sku":null,"price":449.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_aa0c8594-c60a-4c44-a709-085d5df5e93d.jpg?v=1765512397"},{"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"},{"product_id":"luna-outdoor","title":"Luna (Outdoor)","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 + 动效（Norda 专用） *\/\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\/* 展开时 icon 变色 *\/\n#lu-desc:checked + label i[data-lucide],\n#lu-desc:checked + label svg { color:#2563eb; }     \/* 蓝：Description *\/\n\n#lu-faq:checked + label i[data-lucide],\n#lu-faq:checked + label svg { color:#f97316; }      \/* 橙：FAQ *\/\n\n#lu-specs:checked + label i[data-lucide],\n#lu-specs:checked + label svg { color:#8b5cf6; }    \/* 紫：Specs *\/\n\n#lu-install:checked + label i[data-lucide],\n#lu-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\/* 尺寸折叠（Small \/ Medium \/ Large） *\/\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\/* 通用规格标题 *\/\n.specs-title {\n  margin-top:14px;\n  font-size:15px;\n  font-weight:700;\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=\"lu-desc\"\u003e\n  \u003clabel for=\"lu-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\u003eOutdoor moon lamp with sculpted full-moon appearance\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eWeather-resistant IP56 rating for long-lasting outdoor use\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eDesigned for both wall and ceiling installation\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eReplaceable LED light strip for easy maintenance\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cp\u003e\n      \u003cstrong\u003eNorda\u003c\/strong\u003e brings the magic of a full moon down to your own space, transforming patios, balconies, bathrooms, and outdoor walls into a softly lit moonlit retreat. Its round, textured face creates a realistic Nordar effect that feels calming, decorative, and distinctly modern.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Whether you’re lighting a quiet corner, framing an outdoor seating area, or adding a statement piece to a hallway, Norda delivers a gentle gradient glow that enhances the atmosphere without being harsh. It’s one of our most popular designs thanks to its unique look and gift-ready appeal — customers often choose Norda as a special birthday or holiday present.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This is the \u003cstrong\u003eoutdoor waterproof version\u003c\/strong\u003e of Norda, engineered with an IP56 rating so it can handle rain and moisture in outdoor spaces or bathrooms. With its replaceable LED strip and minimal profile, Norda is built to be enjoyed for years as a signature moonlight in your home.\n    \u003c\/p\u003e\n\n    \u003c!-- Norda 主图 --\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_3dcd42f2-426d-4c20-be8f-457d6808ebc2.png?v=1765533605\" alt=\"Norda Outdoor Waterproof Moon Wall and Ceiling Light\"\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Common Questions --\u003e\n  \u003cinput type=\"checkbox\" id=\"lu-faq\"\u003e\n  \u003clabel for=\"lu-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=\"lu-cq1\"\u003e\n      \u003clabel for=\"lu-cq1\"\u003eHow is Norda Outdoor installed? Does it come with a plug?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Luna (Outdoor) is installed as a hard-wired fixture with a wall base that connects directly to your junction box. The installation process is similar to most surface-mounted wall or ceiling lights.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          By default, Norda does \u003cstrong\u003enot\u003c\/strong\u003e come with a plug or cord. If you prefer a plug-in version, we can customize Norda as a plug-type lamp. Simply place your order first, then fill out our contact form with your order ID and desired cord length so we can confirm and prepare the customization for you.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"lu-cq2\"\u003e\n      \u003clabel for=\"lu-cq2\"\u003eDoes Norda Outdoor deliver sufficient lighting on the wall?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Norda is designed to cast a soft, gradient halo on the wall or ceiling, creating a calming moonlit effect rather than a harsh spotlight. It’s ideal for ambient lighting in bedrooms, hallways, living rooms, outdoor lounges, and entryways.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          If you need help choosing the right size or quantity for your space, you can send us a message with photos and room dimensions, and we’ll be happy to offer recommendations.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"lu-cq3\"\u003e\n      \u003clabel for=\"lu-cq3\"\u003eCan Norda be installed on the ceiling instead of the wall?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Norda can be mounted on both walls and ceilings. The mounting method and wiring steps are the same in either location, so you can use Norda as a moon-inspired wall feature or as a ceiling-mounted light that floats overhead.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"lu-cq4\"\u003e\n      \u003clabel for=\"lu-cq4\"\u003eCan I customize the color temperature?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Norda’s color temperature can be customized if your project requires a warmer or cooler tone than the standard option. If you would like a specific CCT, please place your order first and then fill out the contact form with your order ID and preferred color temperature.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          Our team will review your request and confirm the available customization options before production begins.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"lu-cq5\"\u003e\n      \u003clabel for=\"lu-cq5\"\u003eIs Norda Outdoor waterproof?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. This is the \u003cstrong\u003eoutdoor-rated version\u003c\/strong\u003e of Norda, with an IP56 waterproof rating. It is suitable for most outdoor environments and damp areas such as covered patios, balconies, and bathrooms where moisture is present.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          If you’re looking for a version specifically intended for indoor-only use, you can also explore our dedicated indoor Norda moonlight option.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-sub\"\u003e\n      \u003cinput type=\"checkbox\" id=\"lu-cq6\"\u003e\n      \u003clabel for=\"lu-cq6\"\u003eIs a low-voltage option available?\u003c\/label\u003e\n      \u003cdiv class=\"faq-answer\"\u003e\n        \u003cp\u003e\n          Yes. Norda Outdoor can be customized to operate on low-voltage systems (for example, 12V or 24V) if your project requires it. This can be useful for certain landscape lighting or specialized installations.\n        \u003c\/p\u003e\n        \u003cp\u003e\n          To request a low-voltage configuration, please fill out our contact form with your required voltage and project details, and we’ll provide a tailored quote and any additional information needed.\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=\"lu-specs\"\u003e\n  \u003clabel for=\"lu-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n\n    \u003c!-- Small --\u003e\n    \u003cinput type=\"checkbox\" id=\"lu-small\"\u003e\n    \u003clabel for=\"lu-small\" class=\"variant-label\"\u003eSmall\u003c\/label\u003e\n    \u003cdiv class=\"content variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Thickness:\u003c\/strong\u003e\u003cbr\u003e24\" (60 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e\u003cbr\u003e28W (1960lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e9 lbs (4 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/9_fd4d9c11-5963-4c6a-a510-ceb2f5a34289.png?v=1765533605\" alt=\"Norda Outdoor Small Moon Light Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Medium --\u003e\n    \u003cinput type=\"checkbox\" id=\"lu-medium\"\u003e\n    \u003clabel for=\"lu-medium\" class=\"variant-label\"\u003eMedium\u003c\/label\u003e\n    \u003cdiv class=\"content variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Thickness:\u003c\/strong\u003e\u003cbr\u003e31\" (80 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e\u003cbr\u003e38W (2660lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e13 lbs (6 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/10_447ae5e3-3ad6-4e08-86e5-79bbb9eeb96e.png?v=1765533605\" alt=\"Norda Outdoor Medium Moon Light Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Large --\u003e\n    \u003cinput type=\"checkbox\" id=\"lu-large\"\u003e\n    \u003clabel for=\"lu-large\" class=\"variant-label\"\u003eLarge\u003c\/label\u003e\n    \u003cdiv class=\"content variant-content\"\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDiameter × Thickness:\u003c\/strong\u003e\u003cbr\u003e39\" (100 cm) × 1.8\" (4.5 cm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003ePower \/ Output:\u003c\/strong\u003e\u003cbr\u003e47W (3290lm)\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e20 lbs (9 kg)\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_7e02c854-41dc-41d5-819e-6ec3939f3ae4.png?v=1765533605\" alt=\"Norda Outdoor Large Moon Light Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- 通用规格 --\u003e\n    \u003ch4 class=\"specs-title\"\u003eGeneral Specifications\u003c\/h4\u003e\n    \u003cul\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFixture Type:\u003c\/strong\u003e Wall Lamp\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Modern | Minimalistic\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eInstallation Style:\u003c\/strong\u003e Surface Mount\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Iron\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eFinish Options:\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 (Replaceable)\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\u003eDimmable:\u003c\/strong\u003e No\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e No\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e AC\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eVoltage:\u003c\/strong\u003e 90V–260V\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, CE, CQC\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- Installation --\u003e\n  \u003cinput type=\"checkbox\" id=\"lu-install\"\u003e\n  \u003clabel for=\"lu-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n  \u003cdiv class=\"content\"\u003e\n    \u003cp\u003e\n      Luna (Outdoor) is designed to be as easy to live with as it is to look at. The fixture is hard-wired with a wall base that connects directly to your junction box, keeping the profile clean and cable-free once installed.\n    \u003c\/p\u003e\n    \u003cp\u003e\n      Full installation instructions are available in our Help Center under the “Installation Guides” section, and you can also watch the step-by-step Norda Outdoor installation video on the product page. For outdoor and bathroom use, we strongly recommend professional installation to ensure a safe, weather-resistant setup.\n    \u003c\/p\u003e\n\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1bd543d342d5f96c9f6e2e6653dc8f50_89a708ee-a5f8-4b9e-b0d8-593b99cb5d87.png?v=1765533085\" alt=\"Norda Outdoor Moon 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\/05c21609623645ab93024594ff1d4858.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!-- 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":"Small \/ Warm White (3000K)","offer_id":55798955835736,"sku":null,"price":239.9,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Warm White (3000K)","offer_id":55798955868504,"sku":null,"price":399.9,"currency_code":"USD","in_stock":true},{"title":"Large \/ Warm White (3000K)","offer_id":55798955901272,"sku":null,"price":579.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_3dcd42f2-426d-4c20-be8f-457d6808ebc2.png?v=1765533605"},{"product_id":"beam","title":"Beam","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\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 + 动效（Beam 专用） *\/\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\/* 展开时 icon 变色 *\/\n#bm-desc:checked + label i[data-lucide],\n#bm-desc:checked + label svg { color:#2563eb; }     \/* 蓝：Description *\/\n\n#bm-faq:checked + label i[data-lucide],\n#bm-faq:checked + label svg { color:#f97316; }      \/* 橙：FAQ *\/\n\n#bm-specs:checked + label i[data-lucide],\n#bm-specs:checked + label svg { color:#8b5cf6; }    \/* 紫：Specs *\/\n\n#bm-shipping:checked + label i[data-lucide],\n#bm-shipping:checked + label svg { color:#22c55e; } \/* 绿：Shipping *\/\n\n#bm-install:checked + label i[data-lucide],\n#bm-install:checked + label svg { color:#ef4444; }  \/* 红：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:900px;\n  padding:12px 14px;\n}\n\n\/* 尺寸折叠（Small \/ Medium \/ Large） *\/\n.accordion .content input + label.bm-size-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 .bm-size-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\/* 底部独立文字与视频 *\/\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\u003cdiv class=\"accordion\"\u003e\n\u003c!-- Description \u0026 Features --\u003e \u003cinput type=\"checkbox\" id=\"bm-desc\"\u003e \u003clabel for=\"bm-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\u003eDimmable brightness controlled by remote\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eOutdoor solar lantern in 3 sizes\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eIP65 weather-resistant design\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eEnergy-efficient, long-lasting lighting\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"tick\"\u003e✓\u003c\/span\u003eNo installation or assembly required\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eBeam\u003c\/strong\u003e is a solar-powered outdoor lantern designed to bring a warm, relaxed glow to patios, pool decks, balconies, and garden corners. Its basket-inspired silhouette adds texture and a soft “golden hour” feel—perfect for everyday ambiance and effortless entertaining.\u003c\/p\u003e\n\u003cp\u003eBecause Beam runs on solar power, you can place it where you want light most—without cords, outlets, or hardwiring. Use the included remote (CR2025 battery required) to adjust brightness and create the right mood, from subtle evening warmth to a brighter gathering setting.\u003c\/p\u003e\n\u003cp\u003eBuilt with an \u003cstrong\u003eIP65\u003c\/strong\u003e weather-resistant rating, Beam is made for outdoor life across changing seasons. Choose from three sizes to style a single accent piece or group multiple lanterns together for a cohesive outdoor lighting scene.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_e61ec8eb-4c7d-448a-a500-3267cad57cf3.png?v=1765881908\" alt=\"Beam solar outdoor lantern main image\"\u003e\n\u003c\/div\u003e\n\u003c!-- Common Questions --\u003e \u003cinput type=\"checkbox\" id=\"bm-faq\"\u003e \u003clabel for=\"bm-faq\"\u003e\u003ci data-lucide=\"help-circle\"\u003e\u003c\/i\u003e Common Questions\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq1\"\u003e \u003clabel for=\"bm-cq1\"\u003eHow is Beam installed?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBeam is a floor lantern that can be placed on any flat surface or fixed more securely to the ground. The \u003cstrong\u003esolar version requires no installation or assembly\u003c\/strong\u003e—simply place it where it can receive sunlight.\u003c\/p\u003e\n\u003cp\u003eIf you’d like a more permanent setup, you can follow the simple installation guide in our Help Center under “Installation Guides” and watch the installation video on the product page.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq2\"\u003e \u003clabel for=\"bm-cq2\"\u003eIs Beam wireless? How do I control it?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Beam is a wireless, solar-powered lantern controlled by the included remote. A \u003cstrong\u003eCR2025\u003c\/strong\u003e battery is required for the remote (not included).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq3\"\u003e \u003clabel for=\"bm-cq3\"\u003eIs Beam dimmable?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. You can adjust brightness using the remote to match different moments—brighter for hosting, softer for calm evenings outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq4\"\u003e \u003clabel for=\"bm-cq4\"\u003eDoes Beam provide sufficient lighting on the floor?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eBeam is designed for \u003cstrong\u003eambient lighting\u003c\/strong\u003e, creating a gentle glow and a cozy atmosphere rather than a harsh floodlight effect. For a warm, inviting tone, the \u003cstrong\u003e3000K warm white\u003c\/strong\u003e output is an ideal choice.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq5\"\u003e \u003clabel for=\"bm-cq5\"\u003eIs Beam waterproof?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Beam is rated \u003cstrong\u003eIP65\u003c\/strong\u003e, making it suitable for outdoor use in rain and everyday weather conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-sub\"\u003e\n\u003cinput type=\"checkbox\" id=\"bm-cq6\"\u003e \u003clabel for=\"bm-cq6\"\u003eCan I customize the color temperature?\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, color temperature customization may be available depending on your requirements. After placing your order, contact us with your order ID and your preferred color temperature to confirm options.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dimensions \u0026 Specs --\u003e \u003cinput type=\"checkbox\" id=\"bm-specs\"\u003e \u003clabel for=\"bm-specs\"\u003e\u003ci data-lucide=\"ruler\"\u003e\u003c\/i\u003e Dimensions \u0026amp; Specs\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003c!-- Small --\u003e \u003cinput type=\"checkbox\" id=\"bm-size-small\"\u003e \u003clabel for=\"bm-size-small\" class=\"bm-size-label\"\u003eSmall\u003c\/label\u003e\n\u003cdiv class=\"content bm-size-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003e10\" (25 cm) × 14\" (35 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e5.5 lbs (2.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/9_1a8cb847-bb8f-49f6-9733-6b8d7613fd2f.png?v=1765881908\" alt=\"Beam solar lantern small size dimensions\"\u003e\n\u003c\/div\u003e\n\u003c!-- Medium --\u003e \u003cinput type=\"checkbox\" id=\"bm-size-medium\"\u003e \u003clabel for=\"bm-size-medium\" class=\"bm-size-label\"\u003eMedium\u003c\/label\u003e\n\u003cdiv class=\"content bm-size-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003e13\" (33 cm) × 16\" (40 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e8 lbs (3.5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/10_c62459c3-a9ac-46cf-bb45-c4adc9c35a5a.png?v=1765881908\" alt=\"Beam solar lantern medium size dimensions\"\u003e\n\u003c\/div\u003e\n\u003c!-- Large --\u003e \u003cinput type=\"checkbox\" id=\"bm-size-large\"\u003e \u003clabel for=\"bm-size-large\" class=\"bm-size-label\"\u003eLarge\u003c\/label\u003e\n\u003cdiv class=\"content bm-size-content\"\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eDiameter × Height:\u003c\/strong\u003e\u003cbr\u003e14\" (35 cm) × 24\" (60 cm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWattage (Lumens):\u003c\/strong\u003e\u003cbr\u003e5W (350lm)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWeight:\u003c\/strong\u003e\u003cbr\u003e11 lbs (5 kg)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/11_8e10e0cf-a4bf-4549-bcb9-c49bfdf0ca86.png?v=1765881908\" alt=\"Beam solar lantern large size dimensions\"\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFixture Type:\u003c\/strong\u003e Ground Light\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStyle:\u003c\/strong\u003e Modern\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eInstallation Style:\u003c\/strong\u003e Floor Mount\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaterial:\u003c\/strong\u003e Rattan\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 5V E27 LED Bulb (Replaceable)\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\u003eDimmable:\u003c\/strong\u003e Yes (with Remote)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eRemote:\u003c\/strong\u003e Yes — CR2025 battery required (not included)\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCRI:\u003c\/strong\u003e 90\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePower Source:\u003c\/strong\u003e Solar\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 CCC, CE\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- Installation --\u003e \u003cinput type=\"checkbox\" id=\"bm-install\"\u003e \u003clabel for=\"bm-install\"\u003e\u003ci data-lucide=\"wrench\"\u003e\u003c\/i\u003e Installation\u003c\/label\u003e\n\u003cdiv class=\"content\"\u003e\n\u003cp\u003eBeam is designed for effortless outdoor styling. The solar version requires \u003cstrong\u003eno assembly\u003c\/strong\u003e—place it where it can charge in direct sunlight. If you’d like to secure it more permanently, Beam can also be fixed to the floor for added stability.\u003c\/p\u003e\n\u003cp\u003eYou can find the installation guide in our Help Center under “Installation Guides,” and watch the installation video below.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/12_1e090785-fd17-4124-8c61-14ec5383df34.png?v=1765881922\" alt=\"Beam solar lantern installation example\"\u003e\n\u003cp\u003eWatch Installation Video:\u003c\/p\u003e\n\u003cvideo controls=\"controls\" style=\"max-width: 100%; display: block; margin: 12px auto;\"\u003e\n      \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7042cd75802e402d9061a94ef510c62a.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\u003c\/div\u003e\n\u003c!-- 底部文案 + 宣传视频 --\u003e\n\u003cdiv class=\"extra-text\"\u003e\n\u003ch3\u003eWarm Solar Ambiance, Anywhere\u003c\/h3\u003e\n\u003cp\u003eBeam pairs a basket-inspired form with a soft, warm glow to make outdoor moments feel instantly inviting. Place it by the pool, on the patio, or beside a lounge chair—then dim the light to match the mood. A simple way to add relaxed, solar-powered atmosphere to gatherings and quiet nights alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"extra-video\"\u003e\u003cvideo controls=\"controls\"\u003e\n    \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b762bc0229f84f58ba74e97b7139f690.mp4\" type=\"video\/mp4\"\u003e\n    Your browser does not support the video tag.\n  \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c!-- Lucide 图标 CDN + 渲染 --\u003e\n\u003cp\u003e\u003cscript src=\"https:\/\/unpkg.com\/lucide@latest\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  if (window.lucide) {\n    lucide.createIcons();\n  }\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Modern Lighting Pro","offers":[{"title":"Small \/ Warm White (3000K)","offer_id":55799774347608,"sku":null,"price":359.9,"currency_code":"USD","in_stock":true},{"title":"Medium \/ Warm White (3000K)","offer_id":55799774380376,"sku":null,"price":449.9,"currency_code":"USD","in_stock":true},{"title":"Large \/ Warm White (3000K)","offer_id":55799774413144,"sku":null,"price":529.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0773\/3221\/8200\/files\/1_e61ec8eb-4c7d-448a-a500-3267cad57cf3.png?v=1765881908"}],"url":"https:\/\/modernlightingpro.com\/en-gl\/collections\/outdoor.oembed","provider":"MODERN LIGHTING PRO","version":"1.0","type":"link"}