if(typeof acymModule === 'undefined'){ var acymModule = []; acymModule['emailRegex'] = /^[a-z0-9!#$%&\'*+\/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&\'*+\/=?^_`{|}~-]+)*\@([a-z0-9-]+\.)+[a-z0-9]{2,20}$/i; acymModule['NAMECAPTION'] = 'Name'; acymModule['NAME_MISSING'] = 'Bitte geben Sie Ihren Namen ein'; acymModule['EMAILCAPTION'] = 'Ihre E-Mail Adresse'; acymModule['VALID_EMAIL'] = 'Bitte geben Sie eine gültige E-Mail Adresse ein'; acymModule['VALID_EMAIL_CONFIRMATION'] = 'E-Mail-Feld und E-Mail-Bestätigungsfeld müssen identisch sein'; acymModule['CAPTCHA_MISSING'] = 'Das Captcha ist ungültig, bitte versuchen Sie es erneut'; acymModule['NO_LIST_SELECTED'] = 'Bitte wählen Sie die Listen aus, die Sie abonnieren möchten'; acymModule['NO_LIST_SELECTED_UNSUB'] = 'Bitte wählen Sie die Listen, von denen Sie sich abmelden möchten'; acymModule['ACCEPT_TERMS'] = 'Bitte beachten Sie die Allgemeinen Geschäftsbedingungen / Datenschutzerklärung'; } window.addEventListener("DOMContentLoaded", (event) => { acymModule["excludeValuesformAcym96561"] = []; acymModule["excludeValuesformAcym96561"]["2"] = "Ihre E-Mail Adresse"; }); document.addEventListener("DOMContentLoaded", function () { const input = document.getElementById("q_99_input"); const resultsContainer = document.getElementById("q_99_results"); let timeout = null; input.addEventListener("input", function () { const query = input.value.trim(); if (query.length < 3 || input.value.endsWith(" ")) { resultsContainer.innerHTML = ""; resultsContainer.style.display = "none"; return; } clearTimeout(timeout); timeout = setTimeout(() => { fetch('index.php?option=com_ajax&plugin=customfieldsautocomplete&format=json&term=' + encodeURIComponent(query)) .then(response => response.json()) .then(data => { const suggestions = Array.isArray(data?.data?.[0]?.data?.[0]) ? data.data[0].data[0] : []; resultsContainer.innerHTML = ""; if (suggestions.length === 0) { resultsContainer.style.display = "none"; return; } suggestions.forEach(suggestion => { const div = document.createElement("div"); div.style.cursor = "pointer"; div.style.padding = "5px 10px"; div.style.display = "flex"; div.style.alignItems = "center"; div.style.gap = "10px"; // Miniatura jeśli istnieje if (suggestion.thumb) { const img = document.createElement("img"); img.src = suggestion.thumb; img.alt = suggestion.product_name; img.style.width = "40px"; img.style.height = "40px"; img.style.objectFit = "cover"; img.style.border = "1px solid #ddd"; img.style.borderRadius = "4px"; div.appendChild(img); } // Nazwa produktu const nameSpan = document.createElement("span"); nameSpan.textContent = suggestion.product_name; div.appendChild(nameSpan); div.addEventListener("click", function () { input.value = suggestion.product_name; resultsContainer.innerHTML = ""; resultsContainer.style.display = "none"; if (suggestion.url) { window.location.href = suggestion.url; } }); resultsContainer.appendChild(div); }); resultsContainer.style.display = "block"; }) .catch(() => { resultsContainer.innerHTML = ""; resultsContainer.style.display = "none"; }); }, 700); }); document.addEventListener("click", function (e) { if (!resultsContainer.contains(e.target) && e.target !== input) { resultsContainer.innerHTML = ""; resultsContainer.style.display = "none"; } }); }); var gdprConfigurationOptions = { complianceType: 'opt-out', cookieConsentLifetime: 365, cookieConsentSamesitePolicy: '', cookieConsentSecure: 0, disableFirstReload: 0, blockJoomlaSessionCookie: 0, blockExternalCookiesDomains: 0, externalAdvancedBlockingModeCustomAttribute: '', allowedCookies: '', blockCookieDefine: 1, autoAcceptOnNextPage: 0, revokable: 1, lawByCountry: 0, checkboxLawByCountry: 0, blockPrivacyPolicy: 0, cacheGeolocationCountry: 1, countryAcceptReloadTimeout: 1000, usaCCPARegions: null, countryEnableReload: 1, customHasLawCountries: [""], dismissOnScroll: 0, dismissOnTimeout: 0, containerSelector: 'body', hideOnMobileDevices: 0, autoFloatingOnMobile: 0, autoFloatingOnMobileThreshold: 1024, autoRedirectOnDecline: 0, autoRedirectOnDeclineLink: '', showReloadMsg: 0, showReloadMsgText: 'Applying preferences and reloading the page...', defaultClosedToolbar: 0, toolbarLayout: 'basic-header', toolbarTheme: 'block', toolbarButtonsTheme: 'decline_first', revocableToolbarTheme: 'basic', toolbarPosition: 'center', toolbarCenterTheme: 'extended', revokePosition: 'revoke-top', toolbarPositionmentType: 1, positionCenterSimpleBackdrop: 0, positionCenterBlurEffect: 0, preventPageScrolling: 0, popupEffect: 'fade', popupBackground: '#000000', popupText: '#ffffff', popupLink: '#ffffff', buttonBackground: '#ffffff', buttonBorder: '#ffffff', buttonText: '#000000', highlightOpacity: '100', highlightBackground: '#333333', highlightBorder: '#ffffff', highlightText: '#ffffff', highlightDismissBackground: '#333333', highlightDismissBorder: '#ffffff', highlightDismissText: '#ffffff', autocenterRevokableButton: 0, hideRevokableButton: 0, hideRevokableButtonOnscroll: 0, customRevokableButton: 1, customRevokableButtonAction: 0, headerText: '

Einstellungen zum Schutz personenbezogener Daten

', messageText: 'Unsere Website verwendet Cookies und verarbeitet Ihre persönlichen Daten, um Werbung zu personalisieren und den Website-Verkehr zu analysieren. Erfahren Sie mehr darüber, wie Google Ihre persönlichen Daten verarbeitet, indem Sie diese Seite besuchen.', denyMessageEnabled: 0, denyMessage: 'You have declined cookies, to ensure the best experience on this website please consent the cookie usage.', placeholderBlockedResources: 0, placeholderBlockedResourcesAction: '', placeholderBlockedResourcesText: 'You must accept cookies and reload the page to view this content', placeholderIndividualBlockedResourcesText: 'You must accept cookies from {domain} and reload the page to view this content', placeholderIndividualBlockedResourcesAction: 0, placeholderOnpageUnlock: 0, scriptsOnpageUnlock: 0, dismissText: 'Got it!', allowText: 'Meine Wahl', denyText: 'Wirf alles weg', cookiePolicyLinkText: '', cookiePolicyLink: 'javascript:void(0)', cookiePolicyRevocableTabText: 'Cookie policy', privacyPolicyLinkText: '', privacyPolicyLink: 'javascript:void(0)', googleCMPTemplate: 1, enableGdprBulkConsent: 0, enableCustomScriptExecGeneric: 0, customScriptExecGeneric: '', categoriesCheckboxTemplate: 'cc-checkboxes-light', toggleCookieSettings: 1, toggleCookieSettingsLinkedView: 0, toggleCookieSettingsLinkedViewSefLink: '/component/gdpr/', toggleCookieSettingsText: 'Erweiterte Einstellungen ', toggleCookieSettingsButtonBackground: '#333333', toggleCookieSettingsButtonBorder: '#ffffff', toggleCookieSettingsButtonText: '#ffffff', showLinks: 0, blankLinks: '_self', autoOpenPrivacyPolicy: 0, openAlwaysDeclined: 0, cookieSettingsLabel: 'Cookie-Einstellungen', cookieSettingsDesc: 'Choose which kind of cookies you want to disable by clicking on the checkboxes. Click on a category name for more informations about used cookies.', cookieCategory1Enable: 1, cookieCategory1Name: 'Unvermeidlich', cookieCategory1Locked: 1, cookieCategory2Enable: 1, cookieCategory2Name: 'Präferenzen', cookieCategory2Locked: 0, cookieCategory3Enable: 1, cookieCategory3Name: 'Statistiken', cookieCategory3Locked: 0, cookieCategory4Enable: 1, cookieCategory4Name: 'Marketing', cookieCategory4Locked: 0, cookieCategoriesDescriptions: {categoryReadMore: 'Öffnen Sie die Kategorieeinstellungen',cat1:'

Necessary cookies help make a website usable by enabling basic functions like page navigation and access to secure areas of the website. The website cannot function properly without these cookies.

',cat2:'

Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are in.

',cat3:'

Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously.

',cat4:'

Marketing cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable for publishers and third party advertisers.

'}, alwaysReloadAfterCategoriesChange: 0, preserveLockedCategories: 0, declineButtonBehavior: 'hard', reloadOnfirstDeclineall: 0, trackExistingCheckboxSelectors: '', trackExistingCheckboxConsentLogsFormfields: 'name,email,subject,message', allowallShowbutton: 1, allowallText: 'Akzeptiere alles', allowallButtonBackground: '#ffffff', allowallButtonBorder: '#ffffff', allowallButtonText: '#000000', allowallButtonTimingAjax: 'fast', includeAcceptButton: 0, trackConsentDate: 0, execCustomScriptsOnce: 1, optoutIndividualResources: 0, blockIndividualResourcesServerside: 0, disableSwitchersOptoutCategory: 0, allowallIndividualResources: 1, blockLocalStorage: 0, blockSessionStorage: 0, externalAdvancedBlockingModeTags: 'iframe,script,img,source,link', enableCustomScriptExecCategory1: 0, customScriptExecCategory1: '', enableCustomScriptExecCategory2: 0, customScriptExecCategory2: '', enableCustomScriptExecCategory3: 0, customScriptExecCategory3: '', enableCustomScriptExecCategory4: 0, customScriptExecCategory4: '', enableCustomDeclineScriptExecCategory1: 0, customScriptDeclineExecCategory1: '', enableCustomDeclineScriptExecCategory2: 0, customScriptDeclineExecCategory2: '', enableCustomDeclineScriptExecCategory3: 0, customScriptDeclineExecCategory3: '', enableCustomDeclineScriptExecCategory4: 0, customScriptDeclineExecCategory4: '', enableCMPStatistics: 1, enableCMPAds: 1, debugMode: 0 }; var gdpr_ajax_livesite='https://moebline.de/'; var gdpr_enable_log_cookie_consent=1; var gdprUseCookieCategories=1; var gdpr_ajaxendpoint_cookie_category_desc='https://moebline.de/index.php?option=com_gdpr&task=user.getCookieCategoryDescription&format=raw'; var gdprJSessCook='623e5f497dc53db8c91bc0bc70325c80'; var gdprJSessVal='7c7eb47718d2fe89c87cf2388f18df34'; var gdprJAdminSessCook='9a358591c12786402a8bb911254ab8fa'; var gdprPropagateCategoriesSession=1; var gdprAlwaysPropagateCategoriesSession=1; var gdprAlwaysCheckCategoriesSession=0; var gdprFancyboxWidth=700; var gdprFancyboxHeight=800; var gdprCloseText='Close';

Bei Bestellungen über 1.899 € erhalten Sie mit dem Code EXTRA5 5% Rabatt. KOSTENLOSER Lieferung ab 600 €

Über 6000 Produkten direkt vom Hersteller

50 Tage Rückgaberecht

Kostenlose Lieferung ab 600 €

0
Favorit
szafa-stella-sonoma
wymiary-szafa-stella
szafa-stella-sonoma-1

Schrank mit Schubladen STEVI sonoma eiche

339 €
288 €
-15%
Niedrigsten Preis in der letzten 30 Tagen
288 €
Auf Lager
Lieferung ab 29 €
Lieferung: bis zu 20 Werktagen

Produktbeschreibung

Maße
  Breite 135cm
  Höhe 194cm
  Tiefe 54,6cm
Details
  Farbe Sonoma Eiche
  Material Laminierte Möbelplatte 16mm
  Furnier ABS-Kanten
  Kleiderstange Ja, 1 Stk. (865mm)
  Gewährleistung 24 Monate

Für dieses Produkt in der EU verantwortliche Stelle: NIVISCA LIMITED Sp.K. Mehr...

Adresse: Niwiska 24E

Postleitzahl: 98-405

Stadt: Niwiska

Land: Polen

E-Mail-Adresse: info@nivisca.pl

Kundenbewertungen

Ihre Bewertung senden
Unterstützte Dateitypen: JPG, JPEG, PNG und GIF.

Fragen und Antworten

pl Monika Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Hat dieser Kleiderschrank eine Erweiterung?
pl Stanisław Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Ist es möglich, einen Kleiderschrank, eine Kommode, einen Couchtisch oder einen TV-Schrank in der Farbe Sonoma-Eiche zu kaufen?
pl Anna Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Hallo, ich habe eine Frage, ob der Stella-Schal mit Eichenschubladen in der Größe 260 cm erhältlich wäre. /196 Breite
pl Agnieszka Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Ist meine Bestellung fertig und wann kann ich mit der Bestätigung rechnen?
pl Roman Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Hallo. Ist die Breite 140 und 80 möglich? Zwei Kleiderschränke. Wie hoch sind die möglichen Kosten und Versandkosten im Land? Grüße.
pl Mariola Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Gibt es und wird es einen dreitürigen Kleiderschrank mit Schubladen für 615 PLN geben?
pl Mariusz Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Hallo, ich wollte nach meiner Bestellung von Ende November letzten Jahres fragen. Wird es umgesetzt? Dies ist ein Stella-Kleiderschrank mit Schubladen in Sonoma-Eiche
pl Izabela Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Guten Morgen. Ist es möglich, eine Version dieses Kleiderschranks mit Regalen auf der linken Seite und der Stange auf der rechten Seite zu haben? Ist es möglich, eine Erweiterung zu kaufen, um das Ganze auf ca. 250 cm Höhe zu bringen?
pl Basia Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Oder vielleicht ist es eine Apfelbaumfarbe, genau wie die Möbel aus der Kent-Serie
pl Katarzyna Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Wie hoch sind die Versandkosten? Wann erfolgt die Lieferung?
pl Karolina Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Bieten Sie einen Bring- und Lieferservice in die erste Etage an? Wenn ich so einen Kleiderschrank heute bestellen würde, wann würde er geliefert werden?
pl Janina Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Hast du weiße Farbe?
pl Roland Vor mehr als einem Jahr (automatisch übersetzt aus mebline.pl)
Mir ist eine schnelle Lieferung wichtig. Wann kann es versendet werden?
Ihre Frage stellen

Newsletter

Registrieren Sie sich für den Moebline-Newsletter, erhalten Sie nur wichtige Informationen und einen Rabattcode für Ihren Einkauf!