SKU: B082P357387

Console Table With Vertical Slat Legs For Entryway - Rustic Brown

$19999 USD $25999


Delivery and Shipping

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

  • Farmhouse Elegance with Vertical Slat Design: Distinctive vertical slats add a modern touch while preserving classic rustic character.
  • Generous Surface for Decorative Display: Spacious top ideal for arranging lamps, photos, vases, and personal accents with ease.
  • Durable Construction from MDF and Solid Wood: Combines sturdiness with natural wood grain aesthetics for long-lasting use.
  • Perfect Fit for Small Spaces: Slim 11.8-inch depth ensures seamless integration in narrow hallways, behind sofas, or entryways.
  • Stable Placement with Protective Foot Pads: Rubber foot pads prevent slipping and protect flooring from scratches.
  • Simple Assembly with Included Hardware: Clear instructions allow quick setup without extra tools or complexity.
  • Versatile Use Across Home Areas: Ideal for living rooms, entryways, dining areas, or hallways with flexible styling options.

Console Table With Vertical Slat Legs For Entryway - Rustic Brown
59.06"W x 11.81"D x 31.5"H - 61.73 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'); } } });