SKU: A8010153

Dumi - Wall Sconce - Gold Finish

$7999 USD $9999


Delivery and Shipping

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

Take a shine to a more glamorous way of life with this exquisite wall sconce. Watch its mirrored surface and luminous goldtone metal truly come to life through the beauty of candlelight.

Additional Dimensions
  • Inner mirror: 0"
  • Candle dish: 4.13"


Product Features
  • Made of metal with goldtone finish
  • Mirrored glass
  • Keyhole bracket
  • Clean with a soft, dry cloth
  • Holds taper or pillar candle


Dumi - Wall Sconce - Gold Finish
8.63"W x 4.5"D x 20.38"H - 5.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'); } } });