SKU: OVR100-2EC-3PC

Oliver - 3 Piece Lift-Top Table Set - Brown

$1,10999 USD $1,37999


Delivery and Shipping

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

A collection of tables offering bountiful storage in a beautiful design. With classic styling and removable baskets, Oliver exudes farmhouse charm while remaining practical. A lift-top Cocktail Table with casters centers the group with the ultimate in functional design. A burnished chestnut finish adds warmth, while details like the turned bun foot, plank top, and beveled drawer front enhance its appeal..

Product Features
  • Expertly crafted of acacia veneers, Asian hardwoods solids and engineered woods
  • Set includes the Oliver Lift-Top Cocktail Table with Casters and two Chairside End Tables. Each item also sold separately.
  • Styling details include two removable baskets, four working drawers, waterfall top, beveled drawer fronts, bun feet, plank tops and picture frame ends

// 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'); } } });