SKU: 68207S14

Camellia-Court - Sectional

$3,01999 USD $3,79999

Color
Configuration

Delivery and Shipping

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

Casual, contemporary style and a comfortable fit. This sectional merges the best of both in perfect harmony. Plush reversible cushions and soft linen-look upholstery create an ultra-cozy spot for movie nights, guests and everyday lounging. Accent pillows add a wonderful layer of interest. Plus the sectional's modular design easily adapts to your space.
Camellia-Court - 6-Piece Sectional With LAF Corner Chaise - Coffee
146.0"W x 113.0"D x 37.0"H - 502.0 lb
Camellia-Court - 6-Piece Sectional With RAF Corner Chaise - Coffee
113.0"W x 146.0"D x 37.0"H - 502.0 lb
Camellia-Court - 5-Piece Sectional - Coffee
113.0"W x 113.0"D x 37.0"H - 402.0 lb
Camellia-Court - 4-Piece Double Chaise Sectional - Coffee
142.0"W x 67.0"D x 37.0"H - 376.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'); } } });