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: ' ', 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 €
Fügen Sie Artikel zu Ihrem Warenkorb hinzu und kaufen Sie sie schnell und bequem.
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