SKU: L208431

Wendfield - Metal Lamp

$27999 USD $34999

Color
Product Type

Delivery and Shipping

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

Dome sweet dome. Shine a light on your love of all things contemporary with this striking floor lamp. Its sleek antiqued copper-tone finish and bold, columnar design add a brilliantly modern touch to any room. A dome-shaped shade provides a warm and focused light, perfect for reading or creating a cozy ambiance. The matching table lamp (sold separately) is also a bright idea.
Wendfield - Metal Floor Lamp - Antique Copper Finish
17.5"W x 17.5"D x 61.5"H - 24.0 lb
Wendfield - Metal Table Lamp - Antique Copper Finish
15.13"W x 15.13"D x 23.63"H - 14.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'); } } });