{"product_id":"solar-barn-light","title":"Solaraluma Pro 2000LM Solar Barn Light – Off-Grid Lighting for Barns, Sheds \u0026 Workshops","description":"\u003cstyle\u003e\n.sbi-compact,\n.sbi-compact * {\n  box-sizing: border-box;\n}\n\n.sbi-compact {\n  width: 100%;\n  max-width: 580px;\n  margin: 0 auto;\n  padding: 10px 0;\n  color: #242833;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n}\n\n\/* Product introduction *\/\n.sbi-compact__intro {\n  margin: 0 0 20px;\n  color: #4b5563;\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.sbi-compact__intro strong {\n  color: #242833;\n  font-weight: 750;\n}\n\n\/* Split-system visual *\/\n.sbi-compact__split {\n  margin: 0 0 14px;\n  padding: 17px 16px 15px;\n  border: 1px solid #c9e5bc;\n  border-radius: 13px;\n  background: #f3faf0;\n}\n\n.sbi-compact__split-title {\n  margin: 0 0 14px;\n  color: #242833;\n  text-align: center;\n  font-size: 15px;\n  font-weight: 850;\n  line-height: 1.3;\n}\n\n.sbi-compact__flow {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n}\n\n.sbi-compact__flow-node {\n  display: flex;\n  width: 112px;\n  flex: 0 1 112px;\n  flex-direction: column;\n  align-items: center;\n  text-align: center;\n}\n\n.sbi-compact__flow-icon {\n  display: flex;\n  width: 50px;\n  height: 50px;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 7px;\n  border: 1px solid #bfe0af;\n  border-radius: 50%;\n  background: #fff;\n}\n\n.sbi-compact__flow-icon svg {\n  width: 26px;\n  height: 26px;\n  fill: none;\n  stroke: #259806;\n  stroke-width: 1.8;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.sbi-compact__flow-label {\n  color: #242833;\n  font-size: 12px;\n  font-weight: 800;\n  line-height: 1.35;\n}\n\n.sbi-compact__flow-sub {\n  margin-top: 2px;\n  color: #6b7280;\n  font-size: 10.5px;\n  line-height: 1.35;\n}\n\n.sbi-compact__connector {\n  display: flex;\n  min-width: 88px;\n  flex: 0 1 110px;\n  flex-direction: column;\n  align-items: center;\n  gap: 3px;\n}\n\n.sbi-compact__connector svg {\n  width: 100%;\n  max-width: 108px;\n  height: 16px;\n  fill: none;\n}\n\n.sbi-compact__connector span {\n  color: #259806;\n  font-size: 10.5px;\n  font-weight: 800;\n  line-height: 1.3;\n  white-space: nowrap;\n}\n\n\/* Feature box *\/\n.sbi-compact__box {\n  padding: 22px 18px 18px;\n  border: 1px solid #e3e6ea;\n  border-radius: 16px;\n  background: #fff;\n}\n\n.sbi-compact__box-title {\n  margin: 0 0 16px;\n  color: #6b7280;\n  font-size: 11px;\n  font-weight: 800;\n  letter-spacing: 1.5px;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n.sbi-compact__grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 12px;\n}\n\n.sbi-compact__card {\n  display: flex;\n  min-width: 0;\n  flex-direction: column;\n  padding: 16px 14px;\n  border: 1px solid #edf0f2;\n  border-radius: 12px;\n  background: #fff;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025);\n}\n\n.sbi-compact__icon {\n  display: flex;\n  width: 36px;\n  height: 36px;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 12px;\n  border-radius: 8px;\n  background: #259806;\n}\n\n.sbi-compact__icon svg {\n  width: 20px;\n  height: 20px;\n  fill: none;\n  stroke: #fff;\n  stroke-width: 1.9;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.sbi-compact__card h3 {\n  margin: 0 0 6px;\n  color: #242833;\n  font-size: 14px;\n  font-weight: 800;\n  line-height: 1.35;\n}\n\n.sbi-compact__card p {\n  margin: 0;\n  color: #6b7280;\n  font-size: 12px;\n  line-height: 1.5;\n}\n\n\/* Nighttime notice *\/\n.sbi-compact__notice {\n  display: flex;\n  align-items: flex-start;\n  gap: 9px;\n  margin-top: 13px;\n  padding: 11px 12px;\n  border: 1px solid #d5eacb;\n  border-radius: 9px;\n  background: #f4fbf1;\n  color: #4f5d52;\n  font-size: 11.5px;\n  line-height: 1.55;\n}\n\n.sbi-compact__notice svg {\n  width: 16px;\n  height: 16px;\n  flex: 0 0 16px;\n  margin-top: 1px;\n  fill: none;\n  stroke: #259806;\n  stroke-width: 2;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.sbi-compact__notice strong {\n  color: #276a17;\n  font-weight: 800;\n}\n\n\/* Mobile *\/\n@media (max-width: 480px) {\n  .sbi-compact {\n    padding: 6px 0;\n  }\n\n  .sbi-compact__intro {\n    margin-bottom: 18px;\n    font-size: 13.5px;\n  }\n\n  .sbi-compact__split {\n    padding: 15px 10px 13px;\n  }\n\n  .sbi-compact__flow {\n    gap: 5px;\n  }\n\n  .sbi-compact__flow-node {\n    width: 86px;\n    flex-basis: 86px;\n  }\n\n  .sbi-compact__connector {\n    min-width: 64px;\n  }\n\n  .sbi-compact__box {\n    padding: 19px 13px 14px;\n  }\n\n  .sbi-compact__grid {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n\n  .sbi-compact__card {\n    display: grid;\n    grid-template-columns: 36px 1fr;\n    column-gap: 12px;\n    padding: 14px;\n  }\n\n  .sbi-compact__icon {\n    grid-row: 1 \/ span 2;\n    margin-bottom: 0;\n  }\n\n  .sbi-compact__card h3 {\n    margin-bottom: 4px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sbi-compact\"\u003e\n\u003c!-- Product description --\u003e\n\u003cp class=\"sbi-compact__intro\"\u003eThe \u003cstrong\u003eSolaraluma Pro 2000LM Solar Barn Light\u003c\/strong\u003e brings practical nighttime lighting to barns, sheds, workshops and detached garages without convenient grid power. Its split-system design keeps the solar panel in direct sunlight while the 39-inch LED light bar stays inside where illumination is needed.\u003c\/p\u003e\n\u003c!-- Split-system visual --\u003e\n\u003cdiv class=\"sbi-compact__split\"\u003e\n\u003cdiv class=\"sbi-compact__split-title\"\u003ePanel Outside. Light Inside.\u003c\/div\u003e\n\u003cdiv class=\"sbi-compact__flow\" role=\"img\"\u003e\n\u003c!-- Solar panel --\u003e\n\u003cdiv class=\"sbi-compact__flow-node\"\u003e\n\u003cdiv class=\"sbi-compact__flow-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003cpath d=\"M2 11h20M9 5v14M16 5v14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"sbi-compact__flow-label\"\u003e 45W Solar Panel \u003c\/span\u003e \u003cspan class=\"sbi-compact__flow-sub\"\u003e Outside · Direct Sun \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Connection cable --\u003e\n\u003cdiv class=\"sbi-compact__connector\"\u003e\n\u003csvg viewbox=\"0 0 108 16\"\u003e\n          \u003cpath d=\"M2 8h94\" stroke=\"#259806\" stroke-width=\"1.5\" stroke-dasharray=\"4 3\" opacity=\".55\"\u003e\u003c\/path\u003e\n\n          \u003cpath d=\"m94 3 10 5-10 5\" stroke=\"#259806\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cspan\u003e16.4 ft \/ 5 m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- LED light bar --\u003e\n\u003cdiv class=\"sbi-compact__flow-node\"\u003e\n\u003cdiv class=\"sbi-compact__flow-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"2\" y=\"8\" width=\"20\" height=\"8\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003ccircle cx=\"7\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"12\" r=\"1\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan class=\"sbi-compact__flow-label\"\u003e 39\" LED Light Bar \u003c\/span\u003e \u003cspan class=\"sbi-compact__flow-sub\"\u003e Inside Your Building \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature box --\u003e\n\u003cdiv class=\"sbi-compact__box\"\u003e\n\u003cdiv class=\"sbi-compact__box-title\"\u003eWhat You're Getting\u003c\/div\u003e\n\u003cdiv class=\"sbi-compact__grid\"\u003e\n\u003c!-- Verified lumens --\u003e\n\u003cdiv class=\"sbi-compact__card\"\u003e\n\u003cdiv class=\"sbi-compact__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n\n            \u003cpath d=\"M12 2v3M12 19v3M2 12h3M19 12h3M4.9 4.9 7 7M17 17l2.1 2.1M19.1 4.9 17 7M7 17l-2.1 2.1\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e2,000 Verified Lumens\u003c\/h3\u003e\n\u003cp\u003eMeasured at full output using an integrating sphere. Test report available upon request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Solar panel --\u003e\n\u003cdiv class=\"sbi-compact__card\"\u003e\n\u003cdiv class=\"sbi-compact__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"2\" y=\"5\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003cpath d=\"M2 11h20M9 5v14M16 5v14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e45W Separate Solar Panel\u003c\/h3\u003e\n\u003cp\u003ePlace the panel outside for direct sunlight while the light remains inside your building.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Battery --\u003e\n\u003cdiv class=\"sbi-compact__card\"\u003e\n\u003cdiv class=\"sbi-compact__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"2\" y=\"7\" width=\"17\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003cpath d=\"M21 10v4M6 12h4M13 9v6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e3.2V 36Ah LiFePO4\u003c\/h3\u003e\n\u003cp\u003e115.2Wh battery storage with low-temperature charging protection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Remote modes --\u003e\n\u003cdiv class=\"sbi-compact__card\"\u003e\n\u003cdiv class=\"sbi-compact__icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n            \u003crect x=\"7\" y=\"2\" width=\"10\" height=\"20\" rx=\"5\"\u003e\u003c\/rect\u003e\n\n            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M10 12h4M10 16h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eRemote Night Modes\u003c\/h3\u003e\n\u003cp\u003eChoose automatic, sensor or timed operation and adjust brightness—no app or Wi-Fi.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Nighttime-use notice --\u003e\n\u003cdiv class=\"sbi-compact__notice\" role=\"note\"\u003e\n\u003csvg viewbox=\"0 0 20 20\"\u003e\n        \u003ccircle cx=\"10\" cy=\"10\" r=\"8\"\u003e\u003c\/circle\u003e\n        \u003cpath d=\"M10 8v5M10 5.5h.01\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eNighttime-use system:\u003c\/strong\u003e The light does not turn on while the solar panel detects daylight. In automatic dusk-to-dawn mode, output gradually reduces later at night to conserve stored energy.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Solaraluma","offers":[{"title":"1","offer_id":53272030675311,"sku":null,"price":207.1,"currency_code":"USD","in_stock":true},{"title":"2","offer_id":53272030708079,"sku":null,"price":378.1,"currency_code":"USD","in_stock":true},{"title":"4","offer_id":53272030740847,"sku":null,"price":691.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0940\/7512\/6127\/files\/solaraluma-pro-solar-barn-light-main-kit_jpg.webp?v=1786005854","url":"https:\/\/solaraluma.com\/products\/solar-barn-light","provider":"Solaraluma","version":"1.0","type":"link"}