Elk
Bedroom- All Elk Bedroom
- Bedroom Seating
Elk
Dining Room- All Elk Dining Room
- Tables
- Chairs
- Bar Stools
- Mirrors
Elk
Home Accents- All Elk Home Accents
- Lamps
- Lights
- Accent Pillows
- Rugs
- Clocks
- Other Home Accents
Elk
Home Office- All Elk Home Office
- Desks
Elk
Bathroom Furniture- All Elk Bathroom Furniture
- Vanities
- Medicine & Storage Cabinets
- Mirrors
Elk
Outdoor- All Elk Outdoor
- Patio Furniture
Elk
Other Products- All Other Elk Products
- Other Furniture
- Miscellaneous Accessories
- Miscellaneous Items
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 ` <
strong>$& >'); return ` <
span>${highlighted}Sender
.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 } }
Seneca
Shop Collection 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 `
Seneca Falls <
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, 'Shop Collection<strong>$& >'); return ` <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 `Shop Collection<span>${highlighted}
Silver Service Linens
Mattress ProtectorsPillows Toppers
Other Bedding All Bedding AccessoriesPrice, Low to High
Price, High to LowCompare
Check to CompareShop Collection Click to Compare
- Page 1 of 8 1
Currently UnavailableShop Collection
Teak Root
function validatedZipCode (inputValue) { var isCanada = false; if (isCanada) { var canadaCodeRegEx = /^[ABCEGHJ-NPRSTVXY]\d[ABCEGHJ-NPRSTV-Z][ -]?\d[ABCEGHJ-NPRSTV-Z]\d$/i; if (canadaCodeRegEx.test(inputValue)) { return true; } } else { if (inputValue.indexOf('-') === -1 && inputValue.indexOf(' ') === -1 ) { if (inputValue.length === 5 && !isNaN(inputValue) && inputValue !== '00000') { return true; } } else { var splitZip; if (inputValue.indexOf('-') !== -1) { splitZip = inputValue.split('-'); } else { splitZip = inputValue.split(' '); } if ( ( splitZip[0].length === 5 && !isNaN(splitZip[0]) && splitZip[0] !== '00000') && ( splitZip[1].length === 4 && !isNaN(splitZip[1]) && splitZip[1] !== '0000') ) { return true; } } } return false; }
Teak Veranda
This item may have manufacturer enforced sales and delivery restrictions.
Please enter your Zip Code to check the manufacturer approved sales and delivery radius.Telluride
Urban Styles Furniture - Indianapolis, IN
8375 CASTLETON CORNER DR.Indianapolis, IN 46250 Shop Collection
(317) 578-7770Terran Your Privacy Rights
You have the right to:Request we disclose the personal information we collect about you.
Shop CollectionRequest we delete any personal information we collect about you.
Opt-out of any sale of Your information.Terrell Complete the following form to submit your request. Please note, you can only submit one type of request at a time. Once your request has been received, we’ll verify your identity and review your request. Form Fields: (all are required unless stated otherwise)
Shop Collection First Name
The Grove
Privacy Request Submitted!
There was an error submitting your request, please try again later.The Holding
Shop Collection 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.