SKU: M5X132

Heritage Head Up Only - Adjustable Base

$51999 USD $64999

Color
Size

Delivery and Shipping

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

Take sleep to a whole new level with this power base with adjustable head. With the touch of a button, smoothly raise your upper body to relieve pressure points, sit up in bed or sleep in a partially inclined position (helpful for people who snore or experience acid reflux). Convenient USB charging in the remote control keeps you connected.
Head Up Only Foundation - Queen Adjustable Head Base - Charcoal Gray
58.5"W x 78.75"D x 15.5"H - 121.0 lb
Head Up Only Foundation - King Adjustable Head Base - Charcoal Gray
75.0"W x 79.0"D x 15.5"H - 155.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'); } } });