No items found.
No items found.

Napier Wall Light

$0
Contact Us For Pricing
Brand:
Rakumba
Product Code:
RP-E-2103
Typical Availability

6-8 Weeks

Description

The Napier wall light brings together refined architectural form and the captivating beauty of crystal. Inspired by the Art Deco elegance of designer Scott Fitzsimons’ New Zealand roots and the soaring skyline of New York City, Napier celebrates crystal’s unique ability to refract and reflect light.

When unlit, the fixture appears clear and sculptural and almost monolithic. Once illuminated, light dances across its precisely chamfered edges, casting a jewel like glow that enhances its geometric form.

Both functional and decorative, the Napier wall light offers adjustable directional illumination while maintaining a sleek, minimalist aesthetic. This makes it ideal for both modern interiors and more expressive architectural compositions.

Power

WALL 400 5.5W I WALL 800 11.5W

|
Voltage

Primary: 220-240V to driver I Secondary: 24VDC Constant Voltage

Material

Suitability

Indoor

Dimensions

WALL 400 Width 24mm | Overall Height 700mm | Glass Height 400mm | Depth 67mm / WALL 800 Width 64mm | Overall Height 1100mm | Glass Height 800mm | Depth 67

Finish Colour

Black I Crystal Glass

Colour Temperature

2700K (3000K or 4000K available on request)

CRI

CRI90

Colour Deviation

Lumen Output

WALL 400 875lm I WALL 800 1875lm

LED Type

Built In

Beam Angle

Dimmable

Yes

Expected Lifetime

60,000 Hours

Warranty

IP Rating

IP20 (Standard) I IP54 (Optional)

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')) }); });