SKU: 2545-5

Westport - Castered Leg Coffee Table - White

$69999 USD $86999


Delivery and Shipping

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

Bright, charming, and refreshingly functional, the Westport Occasional Collection blends coastal character with clean, timeless appeal. Crisp finishes, turned legs, and grooved drawer fronts create a relaxed elegance, while thoughtful storage and versatile designs make this collection as practical as it is stylish. Whether anchoring a living room or adding a finishing touch to your space, Westport offers effortless polish in every piece

Product Features
  • Crafted from acacia and veneer for strength and durability (lift top extends height to 26.25 inches)
  • Modern farmhouse design blends traditional and modern elements
  • Generous top surface for decor, serving, or everyday use
  • Functional details include storage options or lift-top designs
  • Smooth finishes highlight the natural wood grain
  • Versatile silhouette complements a range of interiors
  • Sturdy construction built for long-lasting use


Westport - Castered Leg Coffee Table - White
50.0"W x 26.0"D x 19.0"H - 118.75 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'); } } });