Kategorien
        Versandfertig in
    
 
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
			$(document).ready(function() {
				var priceUpdated = false
				$.urlParam = function(name) {
					var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
					if (results == null) {
						return null;
					}
					return decodeURI(results[1]) || 0;
				}
				if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
					$("#priceRangeMinInput").val($.urlParam('priceMin'));
					$("#priceRangeMaxInput").val($.urlParam('priceMax'));
				}
				$(document).click(function(e) {
					const t = $(e.target);
					if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
						const card = t.parents(".card");
						card.siblings().removeClass("active");
						if (card.hasClass("active")) {
							card.removeClass("active");
						} else {
							card.addClass("active");
						}
						if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
							console.log($("#priceRangeMinInput"));
							$("#priceRangeMinInput").val($.urlParam('priceMin'));
							$("#priceRangeMaxInput").val($.urlParam('priceMax'));
							$("#priceRangeMin").val($.urlParam('priceMin'));
							$("#priceRangeMax").val($.urlParam('priceMax'));
						}
					}
					if (t.attr('id') == "triggerPriceFilter") {
						const min = $("#priceRangeMinInput").val();
						const max = $("#priceRangeMaxInput").val();
						if (min !== "" && max !== "") {
							ceresStore.dispatch("selectPriceFacet", {
								priceMin: min,
								priceMax: max
							});
						}
					}
				});
			});  
		
        Preis
    
 €
€
				(function() {
					const parent = document.querySelector('.range-slider');
				
					if (!parent) {
						return;
					}
				
					const rangeS = parent.querySelectorAll('input[type="range"]'),
						  numberS = parent.querySelectorAll('input[type="number"]');
				
					rangeS.forEach((el) => {
						el.oninput = () => {
							let slide1 = parseFloat(rangeS[0].value),
								slide2 = parseFloat(rangeS[1].value);
				
							if (slide1 > slide2) {
								[slide1, slide2] = [slide2, slide1];
							}
				
							numberS[0].value = slide1;
							numberS[1].value = slide2;
						}
					});
				
					numberS.forEach((el) => {
						el.oninput = () => {
							let number1 = parseFloat(numberS[0].value),
								number2 = parseFloat(numberS[1].value);
				
							if (number1 > number2) {
								let tmp = number1;
								numberS[0].value = number2;
								numberS[1].value = tmp;
							}
				
							rangeS[0].value = number1;
							rangeS[1].value = number2;
						}
					});
	
					$("#triggerPriceFilter").click(function() {
						window.ceresStore.dispatch("selectPriceFacet", { priceMin: 'slide1', priceMax: 'slide2' });
					});
				})();				
			
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
			$(document).ready(function() {
				var priceUpdated = false
				$.urlParam = function(name) {
					var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
					if (results == null) {
						return null;
					}
					return decodeURI(results[1]) || 0;
				}
				if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
					$("#priceRangeMinInput").val($.urlParam('priceMin'));
					$("#priceRangeMaxInput").val($.urlParam('priceMax'));
				}
				$(document).click(function(e) {
					const t = $(e.target);
					if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
						const card = t.parents(".card");
						card.siblings().removeClass("active");
						if (card.hasClass("active")) {
							card.removeClass("active");
						} else {
							card.addClass("active");
						}
						if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
							console.log($("#priceRangeMinInput"));
							$("#priceRangeMinInput").val($.urlParam('priceMin'));
							$("#priceRangeMaxInput").val($.urlParam('priceMax'));
							$("#priceRangeMin").val($.urlParam('priceMin'));
							$("#priceRangeMax").val($.urlParam('priceMax'));
						}
					}
					if (t.attr('id') == "triggerPriceFilter") {
						const min = $("#priceRangeMinInput").val();
						const max = $("#priceRangeMaxInput").val();
						if (min !== "" && max !== "") {
							ceresStore.dispatch("selectPriceFacet", {
								priceMin: min,
								priceMax: max
							});
						}
					}
				});
			});  
		
        Serie
    
 
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
        Farbe
    
 
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
        Material
    
 
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
			$(document).ready(function() {
				var priceUpdated = false
				$.urlParam = function(name) {
					var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
					if (results == null) {
						return null;
					}
					return decodeURI(results[1]) || 0;
				}
				if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
					$("#priceRangeMinInput").val($.urlParam('priceMin'));
					$("#priceRangeMaxInput").val($.urlParam('priceMax'));
				}
				$(document).click(function(e) {
					const t = $(e.target);
					if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
						const card = t.parents(".card");
						card.siblings().removeClass("active");
						if (card.hasClass("active")) {
							card.removeClass("active");
						} else {
							card.addClass("active");
						}
						if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
							console.log($("#priceRangeMinInput"));
							$("#priceRangeMinInput").val($.urlParam('priceMin'));
							$("#priceRangeMaxInput").val($.urlParam('priceMax'));
							$("#priceRangeMin").val($.urlParam('priceMin'));
							$("#priceRangeMax").val($.urlParam('priceMax'));
						}
					}
					if (t.attr('id') == "triggerPriceFilter") {
						const min = $("#priceRangeMinInput").val();
						const max = $("#priceRangeMaxInput").val();
						if (min !== "" && max !== "") {
							ceresStore.dispatch("selectPriceFacet", {
								priceMin: min,
								priceMax: max
							});
						}
					}
				});
			});  
		
        Hersteller
    
 
        var $rows = $('.widget-filter-base .card-columns');
        $rows.first().append($rows.not(':first').children())
        $rows.not(':first').remove();
    
			$(document).ready(function() {
				var priceUpdated = false
				$.urlParam = function(name) {
					var results = new RegExp('[\?&]' + name + '=([^&#]*)').exec(window.location.href);
					if (results == null) {
						return null;
					}
					return decodeURI(results[1]) || 0;
				}
				if ($.urlParam('priceMin') && $.urlParam('priceMax')) {
					$("#priceRangeMinInput").val($.urlParam('priceMin'));
					$("#priceRangeMaxInput").val($.urlParam('priceMax'));
				}
				$(document).click(function(e) {
					const t = $(e.target);
					if (t.hasClass("title") && t.parents(".card-columns").length > 0) {
						const card = t.parents(".card");
						card.siblings().removeClass("active");
						if (card.hasClass("active")) {
							card.removeClass("active");
						} else {
							card.addClass("active");
						}
						if (t.next().find("#priceRangeMinInput").length > 0 && $.urlParam('priceMin') && $.urlParam('priceMax')) {
							console.log($("#priceRangeMinInput"));
							$("#priceRangeMinInput").val($.urlParam('priceMin'));
							$("#priceRangeMaxInput").val($.urlParam('priceMax'));
							$("#priceRangeMin").val($.urlParam('priceMin'));
							$("#priceRangeMax").val($.urlParam('priceMax'));
						}
					}
					if (t.attr('id') == "triggerPriceFilter") {
						const min = $("#priceRangeMinInput").val();
						const max = $("#priceRangeMaxInput").val();
						if (min !== "" && max !== "") {
							ceresStore.dispatch("selectPriceFacet", {
								priceMin: min,
								priceMax: max
							});
						}
					}
				});
			});  
		
- Villeroy & Boch Ablage Omnia Classic 60x17cm weiß alpin/cPlus, 781860R1189,21 EUR121,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Ablegeplatte ohne Novo/Omnia Classic 600x165mm weiß alpin, 7818600199,96 EUR65,48 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Absaugformstück Kollektionsübergreifendes Zubehör, 9326000083,30 EUR29,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Absaugformstück Kollektionsübergreifendes Zubehör, 9327000083,30 EUR29,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Adapter für Netzanschluss Kollektionsübergreifendes Zubehör, 91905700113,05 EUR80,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Anschlussstutzen Kollektionsübergreifendes Zubehör, 93190000132,09 EUR94,59 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Anschlussstutzen Kollektionsübergreifendes Zubehör, 9982000030,94 EUR28,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends 58,5x38cm ohne Hahnlochbank ohne Überlauf weiß alp, 515101R1725,90 EUR440,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends 58,5x38cm ohne Hahnlochbank ohne Überlauf weiß alp, 515401R1725,90 EUR440,43 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends 58,5x38cm ohne Hahnlochbank weiß alpi, 515100R1686,63 EUR415,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends 58,5x38cm ohne Hahnlochbank weiß alpi, 515400R1686,63 EUR415,50 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends 63x43cm ohne Hahnlochbank ohne Überlauf weiß alpin, 515111R1742,56 EUR452,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends Breite 38cm ohne Hahnlochbank ohne Überlauf weiß a, 514801R1604,52 EUR368,21 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzbecken Loop & Friends Breite 38cm ohne Hahnlochbank weiß al, 514800R1565,25 EUR343,29 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 430mmdurchmesser Weiß Alpin, 51440001508,13 EUR308,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 514800 380mmdurchmesser Weiß Alpin, 51480001476,00 EUR289,38 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51510001597,38 EUR361,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51540001597,38 EUR361,60 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 585x380mm Weiß Alpin, 51540101636,65 EUR386,52 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
- Villeroy & Boch Aufsatzwaschtisch Loop & Friends 630x430mm Weiß Alpin, 51511001614,04 EUR373,30 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
 
  
  
  
 
 
  
 