SKU: A8010456

Corinsworth - Accent Mirror - Charcoal / Brass Finish

$63999 USD $79999


Delivery and Shipping

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

Make a bold impression with this accent mirror. Its captivating blend of brass-tone metal and charcoal-colored leather brings contemporary elegance and depth to entryways, bedrooms or any space deserving of extraordinary style.

Additional Dimensions
  • Inner mirror: 0"


Product Features
  • Made of metal and leather
  • Metal with brass-tone finish
  • Leather with charcoal finish
  • French cleat bracket for hanging
  • Due to the use of natural materials, some variations may occur


Corinsworth - Accent Mirror - Charcoal / Brass Finish
50.0"W x 2.5"D x 50.0"H - 75.9 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'); } } });