SKU: R407381

Farrendale - Washable Rug

$23999 USD $29999

Color
Rug Size

Delivery and Shipping

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

Mid-century modern meets contemporary in this rug. Streamlined arch designs in muted tones bring a subtle wash of color to your floor decor. Crafted with ultra-soft faux fur, it's machine washable for nearly effortless upkeep.
Farrendale - 8' x 10' Washable Rug - Multi
95.5"W x 120.5"D x 0.25"H - 18.0 lb
Farrendale - 5' x 7' Washable Rug - Multi
60.0"W x 84.38"D x 0.25"H - 8.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'); } } });