2025-11-29
${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}`;
}()}
$42.83
$49.68
-
$6.85
-
$6.85
from
$0.71
$0.89
-
$0.18
-
$0.18
$62.86
$75.35
-
$12.49
-
$12.49
from
$0.66
$0.74
-
$0.08
-
$0.08
from
$1.29
$1.58
-
$0.29
-
$0.29
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all