SKU: D546-13

Valebeck - Rectangular Dining Room Counter Table - White / Brown

$60999 USD $75999


Delivery and Shipping

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

A high-style choice for smaller spaces, this counter height dining table serves up the best in rustic farmhouse living. Its two-tone finish pairs a brown tabletop with a distressed vintage white base for a double helping of charm. Black metal foot rests add such a distinctive twist.

Additional Dimensions
  • Apron to floor: 33.75"
  • Footrest height: 10.88"


Product Features
  • Made of pine wood, veneers and engineered wood
  • Two-tone finish
  • Black metal footrest
  • Seats up to 4
  • Assembly required


Valebeck - Rectangular Dining Room Counter Table - White / Brown
30.0"W x 60.0"D x 36.0"H - 86.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'); } } });