SKU: PC8680515P

HamlinBay - Power Gliding Chaise

$85999 USD $1,07999

Color

Delivery and Shipping

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

Turn your favorite spot into a luxurious escape with this gliding chaise. Its large shaped arms and loose back cushion offer lounge-worthy support, while the power glide function lets you find your ideal position with ease. Supremely soft chocolate corduroy delivers a rich, touchable texture that feels as good as it looks. From quiet mornings with coffee to late-night streaming, this chaise is made for everyday indulgence.
HamlinBay - Power Gliding Chaise - Onyx
50.0"W x 48.0"D x 44.0"H - 228.8 lb
HamlinBay - Power Gliding Chaise - Chocolate
50.0"W x 48.0"D x 44.0"H - 228.8 lb
HamlinBay - Power Gliding Chaise - Gunmetal
50.0"W x 48.0"D x 44.0"H - 228.8 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'); } } });