2025-08-20
${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}`;
}()}
$1.40
$1.75
-
$0.35
-
$0.35
from
$3.21
$3.98
-
$0.77
-
$0.77
$2.26
$2.82
-
$0.56
-
$0.56
$0.78
$0.95
-
$0.17
-
$0.17
from
$1.72
$1.93
-
$0.21
-
$0.21
$0.75
$0.87
-
$0.12
-
$0.12
from
$0.60
$0.68
-
$0.08
-
$0.08
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all