SKU: 2497-60

Auburn Hills - Console

$85999 USD $1,06999

Color
Dimensions

Delivery and Shipping

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

Auburn Hills Console Collection, available in three sizes: 50", 60", and 70", and three elegant finishes: Light Oak, Dark Oak, and White. This contemporary design features bold, chunky tops and frames, beautifully accented with sleek black bar hardware, creating a perfect blend of modern style and craftsmanship.
Auburn Hills - 50" Console - White
50.0"W x 18.0"D x 30.0"H - 133.0 lb
Auburn Hills - 60" Console - White
60.0"W x 18.0"D x 32.0"H - 155.0 lb
Auburn Hills - 70" Console - White
70.0"W x 18.0"D x 32.0"H - 177.0 lb
Auburn Hills - 50" Console - Light Oak
50.0"W x 18.0"D x 30.0"H - 133.0 lb
Auburn Hills - 60" Console - Light Oak
60.0"W x 18.0"D x 32.0"H - 155.0 lb
Auburn Hills - 70" Console - Light Oak
70.0"W x 18.0"D x 32.0"H - 177.0 lb
Auburn Hills - 50" Console - Dark Oak
50.0"W x 18.0"D x 30.0"H - 133.0 lb
Auburn Hills - 60" Console - Dark Oak
60.0"W x 18.0"D x 32.0"H - 155.0 lb
Auburn Hills - 70" Console - Dark Oak
70.0"W x 18.0"D x 32.0"H - 177.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'); } } });