2025-08-06
${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}`;
}()}
$4.06
$4.69
-
$0.63
-
$0.63
from
$3.37
$4.12
-
$0.75
-
$0.75
from
$0.60
$0.68
-
$0.08
-
$0.08
from
$0.99
$1.22
-
$0.23
-
$0.23
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all