2025-10-11
${data.title}
${item.label}
(${item.count})
The highest price is ${data.range_max}
$
$
Filter and sort
more than
-
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
$3.33
$3.83
-
$0.50
-
$0.50
$6.11
$7.42
-
$1.31
-
$1.31
$4.09
$4.84
-
$0.75
-
$0.75
$4.77
$5.44
-
$0.67
-
$0.67
$6.66
$8.24
-
$1.58
-
$1.58
$4.48
$5.02
-
$0.54
-
$0.54
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all