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.

See Details - Skylar 39-inch Engineered Wood Writing Desk Cappuccino See Details

Regular Price  $288.99

Our Price Furniture and Mattresses in Indianapolis, Fishers and Carmel Indianapolis | Urban Styles $218.96

You Save Skip disability assistance statement.$70.03 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.

Toggle navigation
/* CLS mitigation - until DOMContentLoaded in close.html triggers toggleSubNav ... */ .nav-side-collapse.loading .nav.sub-nav.pull-left { position: absolute; opacity: 0; z-index: -1; }
See Details - Irving 47-inch 2-drawer Office Computer Desk Cappuccino See Details 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}
Search
.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   $355.99

Our Price .loading-spinner__circle-svg { animation: loading-spinner-rotate 1.28973s linear infinite; transform-origin: center center; height: 100%; width: 100%; margin: auto; } .loading-spinner__circle-stroke { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: loading-spinner-dash 2s ease-in-out infinite; stroke-linecap: round; stroke-width: 4px; } @keyframes loading-spinner-rotate { 100% { transform: rotate(360deg) } } @keyframes loading-spinner-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0 } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px } } $269.96

You Save $86.03 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(' '); }, })) })
Search Site
See Details - Irving 47-inch 2-drawer Office Computer Desk White See Details
.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; } }
.loading-spinner__circle-svg { animation: loading-spinner-rotate 1.28973s linear infinite; transform-origin: center center; height: 100%; width: 100%; margin: auto; } .loading-spinner__circle-stroke { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: loading-spinner-dash 2s ease-in-out infinite; stroke-linecap: round; stroke-width: 4px; } @keyframes loading-spinner-rotate { 100% { transform: rotate(360deg) } } @keyframes loading-spinner-dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0 } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px } }

Irving 47-inch 2-drawer Office Computer Desk White

Coaster 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(' '); }, })) })

Regular Price   $355.99

Our Price $269.96

You Save $86.03

Toggle navigation
Shop by Category
Living Room
Living RoomSee Details - Brennan 47-inch 3-drawer Office Computer Desk White See Details
View All
Bookcases
Benches
Cabinets / Consoles Chairs
Chests
Groupsets

Lamps LoveseatsBrennan 47-inch 3-drawer Office Computer Desk WhiteOttomans Recliners Rugs

Sectionals

Sleepers Coaster Sofas Tables Wedges

Brennan Collection

All Living Room

Regular Price   $390.99 Bedroom

Our Price Bedroom $295.96

View All

You Save $95.03

Bedroom
DressersSee DetailsBookcases Beds
Bedding Accessories
Benches Chairs
Chests Desks
Bedroom Groupsets
Hutches
Mattresses
Nightstands
Table Lamps
Vanity Tables
All Bedroom
See Details - Brennan 47-inch 3-drawer Office Computer Desk Cappuccino See Details Dining Room
Dining Room

Benches Side TablesBrennan 47-inch 3-drawer Office Computer Desk CappuccinoCabinets Chairs Chests

Groupsets

Hutches Coaster Mirrors Stools Tables

Brennan Collection

All Dining Room

Regular Price   $390.99 Entertainment

Our Price Entertainment $295.96

View All

You Save $95.03

Entertainment
All Entertainment
Office
Office
View All
See Details - Brennan 47-inch 3-drawer Office Computer Desk Weathered Grey See Details
Tables
All Home Office

Brennan 47-inch 3-drawer Office Computer Desk Weathered Grey

Coaster Outdoor

Brennan Collection

Outdoor

$390.99

$295.96 Outdoor

Patio Furniture

Other OutdoorYou Save $95.03 All Outdoor

See Details Mattresses
Mattresses
View All
Shop by Size
See Details - Dobrev 48-inch 2-drawer Writing Desk White High Gloss Twin / SingleSee DetailsDouble / Full Queen
King Split King
Cal King
Shop by Style
Adjustables

Pillow Top Tight TopDobrev 48-inch 2-drawer Writing Desk White High GlossOther

All Mattresses Coaster

Dobrev Collection

Shop by Comfort
Firm
Medium
Plush

Ultra PlushRegular Price   $413.99 All Mattresses

Our Price $313.96 Bedding Accessories

Linens

Mattress ProtectorsYou Save Pillows Toppers$100.03 Other Bedding

All Bedding Accessories
Search Results: Items 1-15 of
2557 Products
- Page 1 of 171
Brand:
Ashley Furniture See Details - Analiese 47-inch 3-drawer Writing Desk Rustic Nutmeg See Details Brand:
Bramble
Coaster
Brand: Parker House

Brand: Samuel Lawrence Furniture Analiese 47-inch 3-drawer Writing Desk Rustic Nutmeg Brand:

Zentique

Coaster Brand: Zuo Modern

Analiese CollectionSort by:

Alphabetically, Z - A
Width:
Greater than 48"

Regular PriceHeight:  34 – 52.9" $427.99

See Details - Lawtey 60-inch 2-drawer Office Computer Desk Cappuccino See Details
Ashley Furniture
Coast To Coast Home

Lawtey 60-inch 2-drawer Office Computer Desk Cappuccino Coaster

Coaster Currey & Company

Lawtey Collection

Dovetail Furniture
Elegant Lighting

Regular Price   $514.99 Forty West Designs

Our Price Four Hands $390.96

Furniture Classics

You Save $124.03 Home Trends and Design

Intercon Furniture
Legacy Classic Furniture
Legends
See Details - Tracy 55-inch 2-drawer Office Computer Desk Cappuccino

See Details - Tracy 55-inch 2-drawer Office Computer Desk White

Double / Full
King
California King
Custom Mattress Size
Minimum MATTRESS_SIZESee Details - Analiese 63-inch 4-drawer Writing Desk Rustic Nutmeg See Details
to Go

Analiese 63-inch 4-drawer Writing Desk Rustic NutmegBed Type

Coaster Captain

Analiese Collection

Day Bed
Headboard / Footboard

Regular Price   $607.99 Platform / Panel

Our Price Sleigh $460.96

You Save $147.03 Custom Bed Type

Minimum BED_TYPE
Maximum BED_TYPE
Go
Color
See Details - Analiese 63-inch 4-drawer Writing Desk Grey Driftwood See Details Black
Blue
Green

Grey Analiese 63-inch 4-drawer Writing Desk Grey Driftwood

Pink

Coaster Red

Analiese Collection

Tan

Regular Price White   $607.99

Yellow

Our Price $460.96

Custom ColorYou Save $147.03 Minimum COLOR

Maximum COLOR
Go