SKU: 83905/16/67

Abinger - Sectional

$1,34999 USD $1,68999

Color
Configuration

Delivery and Shipping

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

If you’re looking for a smokin' hot look priced to entice, you’re sure to find this budget-conscious sectional beautifully fits the bill. Covered in a chenille upholstery loaded with plush texture, this less-is-more contemporary sectional is dressed to impress with angled side profiling and a track arm wrapped with a layer of pillowy softness for that little something extra. Open-ended chaise adds to this sectional’s swank look.
Abinger - Left Arm Facing Chaise 2 Pc Sectional - Smoke
236.0 lb
Abinger - Right Arm Facing Chaise 2 Pc Sectional - Smoke
236.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'); } } });