SKU: B082P356350

Narrow 2 Drawer End Table

$30999 USD $39999

Color

Delivery and Shipping

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

  • Fully Assembled: No Tools Required - Ready to place right out of the box, saving time and effort.
  • Slim Size, Generous Storage - 23.6"L x 10.8"W x 23.6"H offers ample drawer space for daily essentials.
  • Solid Wood Construction - Durable E1 MDF frame ensures stability and a premium look without metal components.
  • Multi-Purpose Design - Works as a nightstand, sofa side table, or office accent piece in tight spaces.
  • Child-Safe Rounded Edges - Smooth, gentle corners provide added safety for homes with children or pets.
  • Easy-to-Clean Surface - Waterproof finish resists spills and maintains appearance with minimal care.

Narrow End Table With 2 Drawers, Compact Side Table For Living - Off White
23.62"W x 10.63"D x 23.62"H - 35.27 lb
Narrow End Table, 2 Drawer Slim Nightstand, For Small Spaces - Walnut
23.62"W x 10.63"D x 23.62"H - 35.27 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'); } } });