SKU: 54259.00BLK

Charlotte - Dining Chair - Black

$28999 USD $36999


Delivery and Shipping

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

  • Tufted Upholstery: Elegant diamond-patterned detailing adds texture and visual interest to each chair
  • Flared Legs: Distinctive tapered legs enhance stability and contribute to a refined aesthetic
  • Luxurious Velvet Fabric: Soft black finish provides a rich, high-end look and tactile comfort
  • Sturdy Construction: Designed for long-lasting use with reinforced frame and durable stitching
  • Versatile Style: Complements a range of interior designs from modern to traditional
  • Two-Piece Set: Includes two matching chairs for balanced seating at the table
  • Easy to Maintain: Fabric surface resists stains and is simple to clean with a damp cloth

Charlotte - Dining Chair - Black
20.5"W x 26.0"D x 40.0"H - 16.31 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'); } } });