2026-01-01
${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.01
$2.49
-
$0.48
-
$0.48
from
$5.72
$6.56
-
$0.84
-
$0.84
from
$1.07
$1.25
-
$0.18
-
$0.18
from
$1.48
$1.64
-
$0.16
-
$0.16
$7.52
$8.42
-
$0.90
-
$0.90
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all