SKU: P711P2

Kimora - Outdoor Sectional

$4,69999 USD $5,90999

Color
Configuration

Delivery and Shipping

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

Add luxury, comfort and durability to alfresco fun. This outdoor sectional captures the textural beauty of wicker while withstanding the elements, from rain to shine. With a UV-resistant design, the wonderfully low-maintenance Nuvella+™ fabric maintains its good looks over time. Deep, roomy seating completes the piece, offering ample space to sprawl out.
Kimora - 3-Piece Outdoor Sectional - Beige / Dark Brown
109.0"W x 109.0"D x 31.0"H - 370.0 lb
Kimora - 4-Piece Outdoor Sectional - Beige / Dark Brown
141.0"W x 109.0"D x 31.0"H - 446.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'); } } });