SKU: A8010417

Ozias - Accent Mirror - Black

$28999 USD $36999


Delivery and Shipping

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

With its striking ribbed design and a contrasting black and antiqued silver finish, this accent mirror expresses modern sophistication in your space. The cast aluminum frame offers a sturdy and substantial feel, making it a lasting addition to your home. It’s simple yet elegant, reflecting both light and good taste.

Additional Dimensions
  • Inner mirror: 0"


Product Features
  • Made with cast aluminum
  • Black and antiqued silvertone finish
  • Keyhole bracket for hanging


Ozias - Accent Mirror - Black
33.63"W x 1.5"D x 33.63"H - 33.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'); } } });