2025-08-18
${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}`;
}()}
$7.50
$8.53
-
$1.03
-
$1.03
$0.75
$0.90
-
$0.15
-
$0.15
$0.81
$0.99
-
$0.18
-
$0.18
from
$1.50
$1.83
-
$0.33
-
$0.33
from
$1.54
$1.70
-
$0.16
-
$0.16
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all