Rits 25 mm breed Wit op rol.

2.00 incl. btw

- +

Rits Wit 25 mm breed

Stevige rits kunststof van de rol.

Prijs per meter

Excl. runners

 

Gerelateerde producten

Scroll naar boven
jQuery(function($){ $('body').on('click', '.quantity .plus, .quantity .minus', function(e){ e.preventDefault(); const $qty = $(this).closest('.quantity').find('input.qty'); if(!$qty.length) return; const input = $qty.get(0); // Gebruik native stepUp/stepDown (respecteert step/min/max) if ($(this).hasClass('plus')) { input.stepUp(); } else { input.stepDown(); } $qty.trigger('change'); }); });