SKU: L206041

Baronvale - Metal Accent Lamp

$14999 USD $17999

Color
Product Type

Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

This metal lamp features a beautiful finish that adds a rich accent to your living space. The lamp is elegantly curved with soft edges, and is adjustable to provide targeted illumination. Topped off with a crisp white drum shade, this lamp provides a subtle and appealing contemporary design wherever placed.
Baronvale - Metal Floor Lamp - Black
21.0"W x 13.0"D x 62.5"H - 17.0 lb
Baronvale - Metal Accent Lamp - Black
17.5"W x 10.88"D x 26.88"H - 9.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });