2025-12-27
${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}`;
}()}
$2.37
$2.87
-
$0.50
-
$0.50
from
$2.00
$2.42
-
$0.42
-
$0.42
$4.22
$5.23
-
$1.01
-
$1.01
from
$1.11
$1.25
-
$0.14
-
$0.14
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all