2026-01-07
${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.23
$2.72
-
$0.49
-
$0.49
$62.86
$71.92
-
$9.06
-
$9.06
from
$0.68
$0.83
-
$0.15
-
$0.15
$62.86
$72.63
-
$9.77
-
$9.77
from
$2.26
$2.81
-
$0.55
-
$0.55
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all