No items found.
No items found.

Nola Wall Light

$0
Contact Us For Pricing
Brand:
Unios
Product Code:
NOLA0003.TB30.F
Typical Availability

1-2 Weeks

Description

The Nola Wall Light by Unios, features a sleek and discreet architectural half-moon profile designed to illuminate any pathways and stairwells, or to simply highlight a feature retaining wall in your garden! The powder coated aluminium body has an IP65 rating, allowing it to be suitable in a range of weather conditions, perfect for any houses by the seaside. 

The 24V, surface-mounted fitting allows for an easy installation process without compromising the architectural structural integrity. Available in a textured black or white finish, the Nola Wall Light is the perfect way to add a contemporary edge to your design!

Power

3W

|
Voltage

24VDC

Material

Powder Coated Aluminium

Suitability

Indoor I Outdoor

Dimensions

Height 72mm I Width 100mm

Finish Colour

Textured Black I Textured White

Colour Temperature

3000K

CRI

90+

Colour Deviation

Lumen Output

36.67lm

LED Type

Built In

Beam Angle

105º

Dimmable

Yes

Expected Lifetime

>60,000h

Warranty

5 Years

IP Rating

IP65

Cutout Size

Additional Info

Don't Stay In The Dark A Second Longer

book a lighting consult
// making sure correct variant image shows up $(document).ready(function () { // This ensures all selects will fire their 'change' event (in order) let isUpdating = false; function updateAllFromSelect() { if (isUpdating) return; isUpdating = true; var s = document.getElementsByTagName('select'); for (let i = 0; i < s.length; i++) { setTimeout(el => { const e = document.createEvent('HTMLEvents'); e.initEvent('change', false, true); el.dispatchEvent(e); if (i === s.length - 1) isUpdating = false; }, i * 10, s[i]); } } // Sync data-wf-sku-bindings across images var skuValue = $('[product-image="true"][data-wf-sku-bindings]').first().attr('data-wf-sku-bindings'); if (skuValue) { $('[product-image="true"]').attr('data-wf-sku-bindings', skuValue); storedSKUValue = skuValue; } const selects = $('select.variant-select'); selects.on('change', function (event) { const selectedVal = $(this).val(); // restoreVariants() if (selectedVal && selectedVal !== '' && selects.length >= 2) { selects.each(function () { if (this === event.target) return; const currentVal = $(this).val(); if (!currentVal || currentVal === '') { const firstValidOption = $(this).find('option[value]:not([value=""])').first(); if (firstValidOption.length) { $(this).val(firstValidOption.val()).trigger('change'); } } }); updateAllFromSelect(); // <--- This is what drives full variant/image sync in your case! } updateProductImage($("[product-image='main']").attr('src')) }); });