SKU: CL550-5PC

Caylie - 5 Piece Dining Set - White

$76999 USD $95999


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
  • Set includes the Caylie Dining Table and 4 Caylie Side Chairs. Each item also sold separately.
  • Dining set constructed of mango solids and acacia veneers with engineered woods
  • 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

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