SKU: CL550T

Caylie - Fix Top Dining Table - White

$33999 USD $42999


Delivery and Shipping

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

Caylie is modern farmhouse dining in a package sure to fit comfortably in any space in your living area. Two-tone ivory and driftwood finish pairs beautifully with wooden schoolhouse chairs scooped for a more comfortable seat. The clean lines combine with traditional elements to create a transitional style that will fit well in virtually any decor.

Product Features
  • Plank effect top
  • Dining set constructed of mango solids and acacia veneers
  • Styling details include plank effect farmhouse top with breadbox veneer pattern, picture frame table apron, schoolhouse chair with scoop seat for comfort and stretchers with a tapered leg for strength and support


Caylie - Fix Top Dining Table - White
60.0"W x 40.0"D x 30.0"H - 82.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'); } } });