SKU: CT100C

Charlestown - Lift Top Coffee Table - White

$51999 USD $64999


Delivery and Shipping

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

Modern farmhouse design in a white Lift-Top Cocktail Table that fits comfortably in contemporary or cottage decors. The Charlestown Lift-Top Cocktail makes a stylish addition to any living room with its clean aesthetic combined with the added function of a lift top so you can eat or work right from your couch.

Product Features
  • Constructed of veneers, hardwood solids, engineered woods and resin
  • Styling details include Lift-Top for eating or working while seated on a Sofa, louvered doors and ogee table edge
  • Two doors offer hidden storage options


Charlestown - Lift Top Coffee Table - White
48.0"W x 26.0"D x 18.5"H - 99.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'); } } });