{"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","url":"https:\/\/modernlightingpro.com\/en-gl\/products\/harlow","provider":"MODERN LIGHTING PRO","version":"1.0","type":"link"}