SKU: AH850C

Athens - 360 Swivel Triple-Power Chair - Black

$1,01999 USD $1,26999


Delivery and Shipping

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

Modern elegance in a triple-power reclining package, Athens shows that style and function can come in one package. This sleek recliner features pencil arms and power footrest, power headrest and power lumbar all in a chair that swivels 360 degrees. Covered in a charcoal faux-leather with baseball stitching,  Athens is sure to become the favorite chair in any household.

Product Features
  • Seat construction is no sag spring with webbing
  • 360 Degree Swivel Reclining Chair
  • Power footrest, power headrest and power lumbar support


Athens - 360 Swivel Triple-Power Chair - Black
32.5"W x 41.0"D x 42.5"H - 137.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'); } } });