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.

Queen Panel Bed With Mirrored Dresser

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $2,895.99

Our Price $2,286.96

You Save $609.03

Queen Panel Bed With Mirrored Dresser and Nightstand

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $3,568.99

Our Price $2,816.96

You Save $752.03

Queen Panel Bed With Mirrored Dresser and Chest

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $4,484.99

Our Price $3,540.96

You Save $944.03

Queen Panel Bed With Mirrored Dresser, Chest and Nightstand

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $5,156.99

Our Price $4,071.96

You Save $1,085.03

Queen Storage Sleigh Bed With Mirrored Dresser

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $3,457.99

Our Price $2,729.96

You Save $728.03

Queen Storage Sleigh Bed With Mirrored Dresser and Nightstand

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $4,129.99

Our Price $3,260.96

You Save $869.03

Queen Storage Sleigh Bed With Mirrored Dresser and Chest

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $5,046.99

Our Price $3,983.96

You Save $1,063.03

Queen Storage Sleigh Bed With Mirrored Dresser, Chest and Nightstand

Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $5,718.99

Our Price $4,514.96

You Save $1,204.03

Furniture and Mattresses in Indianapolis, Fishers and Carmel Indianapolis | Urban Styles
Skip disability assistance statement.
See Details - King Panel Bed With Mirrored Dresser See DetailsToggle navigation
Contact Us
Email Savings

King Panel Bed With Mirrored DresserFinancing

Shop by Brand Signature Design By Ashley

Feddinger Medium Brown Collection

Regular Price  $3,109.99Locations

Our Price Urban Styles Furniture $2,454.96

Urban Styles South - Now Open!

You Save Store Finder $655.03

Search Site
See Details - King Panel Bed With Mirrored Dresser and Nightstand
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}

$3,781.99

Our Price $2,985.96 .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 RESULTSYou Save $796.03

.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 } }
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 - King Panel Bed With Mirrored Dresser and Chest 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; } }

King Panel Bed With Mirrored Dresser and ChestTOP RESULTS

Signature Design By Ashley

.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 } }

Feddinger Medium Brown Collection

Regular Price   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 `<$4,697.99span>${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>$& Our Price >'); return ` <span>${highlighted} $3,708.96

Regular Price   Living Room$5,370.99

Bookcases
Benches

Cabinets / Consoles Our Price Chairs Chests $4,239.96 Groupsets Lamps

Loveseats Ottomans Recliners

RugsYou Save Sectionals Sleepers$1,131.03 Sofas Tables

Wedges
All Living Room
Bedroom
Bedroom
View All
Ashley Consumer Choice
Bedroom
Dressers
BookcasesSee Details - California King Panel Bed With Mirrored Dresser BedsSee DetailsBedding Accessories Benches
Chairs Chests
Desks Hutches

California King Panel Bed With Mirrored Dresser Dining Room

Signature Design By Ashley Dining Room

Feddinger Medium Brown Collection View All

Regular Price   $3,109.99Dining Room

Benches

Side Tables Our Price Cabinets Chairs $2,454.96 Chests Groupsets

Hutches Mirrors Stools

TablesYou Save $655.03 All Dining Room

See Details Entertainment
Entertainment

California King Panel Bed With Mirrored Dresser and Nightstand

Signature Design By Ashley Office Bookcases

Cabinets

Feddinger Medium Brown CollectionChairs

Groupsets
Desks Hutches
Other Home Office
Tables

Regular Price   All Home Office$3,781.99

Our Price $2,985.96 Outdoor

You Save Outdoor$796.03

View All
Outdoor
Patio Furniture
Other Outdoor
All Outdoor

Signature Design By Ashley

Shop by Style

Feddinger Medium Brown Collection

Adjustables Pillow Top
Tight Top
Other

Regular Price   All Mattresses$4,697.99

Our Price $3,708.96

Shop by Comfort

FirmYou Save Medium Plush$989.03 Ultra Plush

All Mattresses
Bedding Accessories
Linens Mattress Protectors
Pillows
Toppers Other Bedding
All Bedding Accessories Color: Blue