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
							});
						}
					}
				});
			});  
		
- Breuer Espira Duschtür 110cm mit Seitenwand, B0862.110890,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
 - Breuer Espira Duschtür 120cm mit Seitenwand, B0862.120890,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
 - Breuer Espira Duschtür 130cm mit Seitenwand, B0862.130890,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
 - Breuer Espira Duschtür 140cm für Nische mit Frontseitenwand, B0888.140
739,20 EUR628,95 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür 160cm für Nische mit Frontseitenwand, B0888.160
739,20 EUR641,58 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür 170cm für Nische mit Frontseitenwand, B0888.170
839,20 EUR726,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür 180cm für Nische mit Frontseitenwand, B0888.180
839,20 EUR726,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür 190cm für Nische mit Frontseitenwand, B0888.190
839,20 EUR726,20 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür 80cm mit Seitenwand, B0862.80890,07 EUR ** inkl. ges. MwSt. zzgl. Versandkosten
 - Breuer Espira Duschtür für Nische 100cm, B0860.100
588,00 EUR484,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür für Nische 110cm, B0860.110
588,00 EUR544,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür für Nische 120cm, B0860.120
588,00 EUR544,11 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür für Nische 80 cm, B0860.80
588,00 EUR484,13 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Duschtür für Nische 90cm B0860.90, NEW-8977
588,00 EURab 550,00 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 100x100cm Duschabtrennung Drehdiagonaleinstieg x 100, B0865.100
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 75x90cm Duschabtrennung Drehdiagonaleinstieg, B0865.75.90
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 75x90cm Duschabtrennung Drehdiagonaleinstieg, B0865.90
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 80x80cm Duschabtrennung Drehdiagonaleinstieg, B0865.80
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 80x90cm Duschabtrennung Drehdiagonaleinstieg, B0865.80.90
1.047,20 EUR906,14 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Eckeinstieg 90x120cm Duschabtrennung Drehdiagonaleinstieg, espiram
1.100,00 EUR1.017,53 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Fünfeckdusche 100cm, B0868.100
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Runddusche 90cm Duschabtrennung eintürig eIn Griff, B0881.90
1.047,20 EUR856,87 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Espira Runddusche Viertelkreis 4 teilig 90cm, A023400
1.140,00 EUR857,94 EUR ** inkl. ges. MwSt. zzgl. Versandkosten - Breuer Fara 4 Fünfeckdusche mit Drehtür 90cm Höhe: 185 x 15.90, NEW-4771
784,00 EUR592,79 EUR ** inkl. ges. MwSt. zzgl. Versandkosten 
 
 
 
 
 
 