Skip disability assistance statement.

Welcome to our website! As we have the ability to list over one million items on our website (our selection changes all of the time), it is not feasible for a company our size to record and playback the descriptions on every item on our website. However, if you have a disability we are here to help you. Please call our disability services phone line at during regular business hours and one of our kind and friendly personal shoppers will help you navigate through our website, help conduct advanced searches, help you choose the item you are looking for with the specifications you are seeking, read you the specifications of any item and consult with you about the products themselves. There is no charge for the help of this personal shopper for anyone with a disability. Finally, your personal shopper will explain our Privacy Policy and Terms of Service, and help you place an order if you so desire.

document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return ` <
span>${suggestion} >`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return ` <
Ashley Consumer Choice
document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return ` <
span>${suggestion} >`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return ` <
span>${query} <See Details - Orinfield Accent Cabinetstrong>${nonMatching} >See Details
strong>$& >'); return ` <span>${highlighted}

Search Site

Signature Design By Ashley

Orinfield Natural/White Collection

.search-suggestion { transition: background-color .2s ease, color .2s ease; } .search-suggestion a { padding: 5px; } .search-suggestion a, .search-suggestion span { white-space: break-spaces; } .search-suggestion:hover, .search-suggestion a:focus-visible { background-color: #f6f6f6; } .search-suggestion:hover a, .search-suggestion a:focus-visible { color: #000000; } #header-layout-container, #header-layout-custom { position: relative; z-index: 11; } @media (max-width: 767px) { .fill-vp.open .dropdown-menu { display: table; width: calc(100vw - 18px); left: auto; right:-1px; border-radius: 0px; overflow-x: hidden; overflow-y: visible; } #secondary-nav-no-collapse .sub-nav>li.dropdown.open .dropdown-menu { display:table; width:calc(100vw - 18px); left:0; right:0; overflow-x:hidden; overflow-y: visible; } }

TOP RESULTSRegular Price   $236.99

document.addEventListener('alpine:init', () => { Alpine.data('predictiveSearch', () => ({ dropdown_open: false, query: '', loading_suggestions: false, preferred_suggestion_count: 10, suggestions: [], open() { if (this.dropdown_open || !this.query.length) return; this.dropdown_open = true; }, close(focusAfter) { if (!this.dropdown_open) return; this.dropdown_open = false; focusAfter && focusAfter.focus && focusAfter.focus() }, async getSuggestions(query) { const vm = this; // abort any previous requests still in progress if (vm.fetchController) { vm.fetchController.abort(); } if (!query.length) { vm.query = ''; vm.close(vm.$refs.searchInput); return; } const reqBody = { billable_account_id: '36124', search_limit: vm.preferred_suggestion_count, search_term: vm.query, } try { vm.fetchController = new AbortController(); const params = new URLSearchParams(reqBody).toString(); const url = `/api/internal/wf-appliance/predictive-search-terms-get?API_KEY=WSKYRINYDNCQUADFAKXHUQSABSPHABPYTICFKKYOVDTPWYNSAJJTJMHGBAGU&${params}`; const res = await fetch(url, { signal: vm.fetchController.signal } ); if (!res.ok) throw new Error('Predictive search endpoint not found'); const { success, suggested_terms } = await res.json(); if (!success) throw new Error('Error predicting search terms'); if (!suggested_terms.length) return vm.close(vm.$refs.searchInput); vm.suggestions = suggested_terms.map(term => term.toLowerCase()); if (!vm.dropdown_open) vm.open(); } catch (err) { if (err.name === 'AbortError') { return; } vm.suggestions = []; vm.close(vm.$refs.searchInput); } }, onSuggestionClick(suggestion) { this.close(); this.query = suggestion; this.$nextTick(() => this.$refs.searchForm.submit()) }, highlightNonMatchingSubstring(suggestion) { const query = this.query.toLowerCase(); const suggestionLowercase = suggestion.toLowerCase(); // check if the suggestion exactly matches the query if (suggestionLowercase === query) { return ` <

span>${suggestion} >`; } // check if the suggestion starts with the query if (suggestionLowercase.indexOf(query) === 0) { const nonMatching = suggestion.substring(query.length); return ` <span>${query} <
strong>${nonMatching} > >`; } // highlight non-matching substrings const normalizedQuery = query.replaceAll('(', '').replaceAll(')', '').replaceAll('[', '').replaceAll(']', '').replaceAll('\\', ''); const regex = new RegExp(`(?!${normalizedQuery})\\b\\w+\\b`, 'gi'); const highlighted = suggestion.replace(regex, '
< strong>$&'); return `< span>${highlighted}
`; }, titleCase(str = '') { if (!str || typeof str !== 'string') return str; return str .trim() .split(' ') .map(word => word[0]?.toUpperCase() + word.slice(1)?.toLowerCase()) .join(' '); }, })) })
Ashley Consumer Choice
See Details - Dagandale Accent Cabinet See Details
Living Room

Dagandale Accent Cabinet View All

Signature Design By Ashley

Bedroom
Bedroom
View All

$216.03

Entertainment
See Details Entertainment
View All
Entertainment

Regular Price   $1,322.99 Outdoor

Mattresses
Ashley Consumer Choice
See Details - Kettleby Storage Trunk
Shop by Size

Signature Design By Ashley Shop by Style Adjustables

Pillow Top

Kettleby Brown CollectionTight Top

Other
All Mattresses

Regular Price   $571.99Shop by Comfort

Firm

Medium Our Price Plush Ultra Plush $451.96

You Save $120.03 Bedding Accessories

Linens
See Details - Susandeer Sofa/console Table
Color:
Tan
Color:
White

Susandeer Sofa/console TablePattern: Small Pattern

Pattern: Signature Design By Ashley Two Tone

$108.03

Refine Search

Orange

Signature Design By Ashley Tan

Kerrings Brown/Black/White Collection White

PatternRegular Price   $1,269.99

Check

Our Price $1,002.96 Horizontally Striped

You Save Large Pattern $267.03

Small Pattern
See Details - Roranville Accent Cabinet
Accent Material

Metal Roranville Accent Cabinet

Wood

Signature Design By Ashley

Fabric Regular Price   $1,074.99

Leather

Our Price $848.96 Other

Suede / Microfiber You Save $226.03

Function
See Details Gliding
Power Reclining
Reclining

Elinmore Accent Cabinet Flair

Signature Design By Ashley Flat

Elinmore Brown/Gold Finish Collection Pillow

Regular PriceBack Style  $1,109.99

Our Price Pillow $876.96

Tufted You Save $233.03

Back Type
See Details Attached
Loose
Skirted
See Details - Ryandale Console Sofa Table
Gray

Orange Ryandale Console Sofa Table

Pewter Signature Design By Ashley

White

Ryandale Antique Brass Finish Collection

Sort by

Regular Price   $659.99

Price, Low to High

You Save Alphabetically, A - Z $139.03

Alphabetically, Z - A
Ashley Consumer Choice
See Details - Lenston Accent Cabinet See Details
Relevance

Price, High to LowLenston Accent CabinetAlphabetically, A - Z Alphabetically, Z - A Highest Rated

Signature Design By Ashley

Compare

Lenston Black/Gray Collection

Check to Compare
Click to Compare

Lenston Black/Gray Collection

Regular Price   $1,038.99

See Details Our Price $819.96

Quick View

You Save Check to Compare$219.03 Click to Compare

Kimlee 2-piece Super Chaise
Signature Design By Ashley
Kimlee Chocolate Collection
Ashley Consumer Choice
See Details - Treybrook Accent Cabinet See Details
Regular Price

See Details

Treybrook Distressed Gray Collection

See Details - Amickly Accent Cabinet See Details
Regular Price
 

$1,327.99 Amickly Accent Cabinet

Our Price

Signature Design By Ashley $1,047.96

Amickly Dark Brown Collection

You Save
$280.03

Regular Price   $1,392.99

See Details

Our Price

You Save $293.03

See Details
Quick View Ashley Consumer Choice
Check to Compare
Click to Compare
See Details - Vallisburg Accent Cabinet See Details
Clarington Greystone Collection

Vallisburg Accent CabinetRegular Price   $1,327.99

Signature Design By Ashley Our Price

$1,047.96

Vallisburg Black/Natural Collection

You Save

$280.03 Regular Price   $1,207.99

Our Price See Details $953.96

Aviemore Stone Collection See Details