SKU: 42545-1457/26

Belton - Recliner

$66999 USD $78999

Color
Product Type

Delivery and Shipping

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

Recliner with Swivel Glider and Power Rocker options
Belton - Swivel Glider Recliner - Sand
34.0"W x 39.0"D x 41.0"H - 106.0 lb
Belton - Swivel Glider Recliner - Stone
34.0"W x 39.0"D x 41.0"H - 106.0 lb
Belton - Swivel Glider Recliner - Mineral
34.0"W x 39.0"D x 41.0"H - 106.0 lb
Belton - Power Rocker Recliner - Sand
34.0"W x 39.0"D x 41.0"H - 100.0 lb
Belton - Power Rocker Recliner - Stone
34.0"W x 39.0"D x 41.0"H - 100.0 lb
Belton - Power Rocker Recliner - Mineral
34.0"W x 39.0"D x 41.0"H - 100.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'); } } });