SKU: M5X632

Elevate - Queen/Full Lift Kit - Gray

$58999 USD $72999


Delivery and Shipping

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

Upgrade your sleep experience with this power base lift kit, designed to cater to your comfort and wellness with clean, modern functionality. This sleek addition enhances your existing adjustable base by providing supportive lift that can help relieve back pain, improve circulation and ease acid reflux or leg swelling. Thoughtfully engineered for everyday living, it adapts to your changing sleep needs while offering reliable, therapeutic support. It’s a smart, confidence-building investment for better nights and even better days.

Additional Dimensions
  • Adjustable height (min): 5"
  • Adjustable height (max): 17.5"
  • Cord length: 47"


Product Features
  • Designed to lift and support your existing power base
  • Can help to reduce back pain and muscle tension, swelling in legs and feet, poor circulation, acid reflux symptoms
  • Can help to support recovery after injury or surgery, mobility limitations and evolving sleep needs as life changes
  • Compatible with M5X5 and M1X12 power adjustable bases, sold separately


Elevate - Queen/Full Lift Kit - Gray
44.5"W x 70.0"D x 5.0"H - 79.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'); } } });