Filteren
Sorteren
Filteren
Skip to product list
- Lotion (188 products available)
- Oil (67 products available)
- Soap (136 products available)
- Scrub (48 products available)
- Cream (140 products available)
- Serum (42 products available)
- Glycerine (24 products available)
- Skin Cleanser (19 products available)
- Face Mask (15 products available)
- Mondverzorging (14 products available)
Minimum value
Maximale Waarde
updateFocusState('min', true)"
@blur="() => updateFocusState('min', false)"
x-bind:style="'z-index: ' + minZindex"
x-model="minprice"
class="absolute pointer-events-none appearance-none h-2 w-full opacity-0 cursor-pointer"
aria-label="Minimum price value, use left and right arrows to adjust."
/>
updateFocusState('max', true)"
@blur="() => updateFocusState('max', false)"
x-bind:style="'z-index: ' + maxZindex"
x-model="maxprice"
class="absolute pointer-events-none appearance-none h-2 w-full opacity-0 cursor-pointer"
aria-label="Maximum price value, use left and right arrows to adjust."
/>