SKU: 71064.00BGE

Style Club Chair

$58999 USD $74999

Color

Delivery and Shipping

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

  • French Country Inspiration: Features slender turned legs and intricately carved accents for a classic European aesthetic
  • Generously Upholstered: Soft fabric upholstery enhances comfort and adds a refined touch to any room
  • Rubberwood Frame: Eco-friendly wood construction provides strength and showcases grain patterns
  • Sturdy Construction: Designed for long-term use with balanced proportions and solid joinery
  • Versatile Design: Fits seamlessly into living rooms, reading corners, or entryways with its timeless appeal
  • Comfortable Seating: Plush padding ensures relaxed sitting without sacrificing style

Club Chair - Beige Brown
35.0"W x 27.0"D x 33.75"H - 39.68 lb
Club Chair - Charcoal
35.0"W x 27.0"D x 33.75"H - 40.12 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'); } } });