SKU: B980B2

Arlendyne - Upholstered Bed

$1,36999 USD $1,72999

Color
Size

Delivery and Shipping

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

Add a touch of romance to your home with this upholstered bed. The antiqued painted finish and serpentine-shaped silhouette details are the picture of easy elegance. Indulge your love of luxury with decadent button-tufted cushioning from head to toe.
Arlendyne - Queen Upholstered Bed - Antique White
68.0"W x 90.13"D x 71.0"H - 233.0 lb
Arlendyne - King Upholstered Bed - Antique White
84.0"W x 90.13"D x 71.0"H - 277.0 lb
Arlendyne - California King Upholstered Bed - Antique White
84.0"W x 94.13"D x 71.0"H - 283.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'); } } });