There are no products listed under this category.

Recessed Linear Light Options

LVLBP1.5 Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 lumens/ft
  • Sleek and Slim Design
LVLBP23 Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 or 1,100 lumens/ft
  • Available up to 16ft
LVLBP23C Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 or 1,100 lumens/ft
  • Available up to 16ft
LVLBP33C Surface Mounted Linear
  • 120-277VAC Input
  • 605 lumens/ft
  • Low-Glare Lighting
LVLBP43 Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 805 or 1,300 lumens/ft
  • Ultra-High Output
LVLBP33ISO Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 lumens/ft
  • High-Efficiency Optics
LVLBP8 Surface Mounted Linear "Downlight"
  • 12-24VDC Input
  • 605 lumens/ft
  • Ultra-Versatile
LVLBP6 Surface Mounted Linear "Downlight"
  • 12-24VDC Input
  • 605 lumens/ft
  • Ultra-Versatile
LVLBV2 Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 lumens/ft
  • Ultra-Versatile
LVLBP Surface Mounted Linear "Downlight"
  • 120-277VAC Input
  • 605 lumens/ft
  • Sleek and Slim Design
LVLBP2 Surface Mounted Linear "Downlight"
  • 12-24VDC Input
  • Requires Remote Driver
  • Sleek and Slim Design
LVLBPH Surface Mounted Linear "Downlight"
  • 12-24VDC Input
  • 605 lumens/ft
  • Sleek and Slim Design
expand_less
\",\"url\":\"https://www.glowbackledstore.com/LVLBYC-Recessed-Linear-LED-Light-Fixture-s/2031.htm\",\"image\":null,\"product_count\":0}]}"); subcategories.push({ id: catId }) const categoryPromises = subcategories.map(cat => fetch( "/graphql", { method: "post", headers: { "Content-Type": "application/json", Accept: "application/json", "Authorization": "Bearer " + token }, body: JSON.stringify({ query: ` query { site { category(entityId: ${cat.id}){ name entityId metafields(namespace: "sub-cat-image"){ edges{ node{ key value } } } } } } ` }) } ).then(res => res.json()).then(res => res.data.site.category).then(res => ({ ...res, metafields: res.metafields.edges.map(({ node }) => node) }))); const data = await Promise.all(categoryPromises); const current = data.pop() const currentField = current.metafields.find(({ key }) => key === "banner") if (currentField) { document.querySelector(".main-banner-section.default-bkg-banner").style.backgroundImage = `url(${currentField.value})` } const subcontainer = document.querySelector(".papaSupermarket-subcategories-grid") if (subcontainer){ data.forEach(category => { const el = subcontainer.querySelector(`[data-id="${category.entityId}"]`); const field = category.metafields.find(({ key }) => key === "img") if (field) { el.querySelector("img").src = field.value } });} } main()