SKU: M33071

Destin Cove Firm - Mattress

$54999 USD $68999

Color
Size

Delivery and Shipping

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

Experience nights of pure comfort with this mattress. Its tri-layer plush quilt foam and quick-response memory foam cradle pressure points for supportive snoozing. High-density memory foam adds must-have stability, while a robust reinforced coil system minimizes motion transfer for truly undisturbed sleep. Each tailored layer works in harmony so you can wake up refreshed, relaxed and ready for your day.
Destin Cove Firm - Twin Mattress - Blue
38.0"W x 74.5"D x 14.0"H - 85.0 lb
Destin Cove Firm - Full Mattress - Blue
53.0"W x 74.5"D x 14.0"H - 114.0 lb
Destin Cove Firm - Twin XL Mattress - Blue
38.0"W x 79.5"D x 14.0"H - 90.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'); } } });