2025-12-23
${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.73
$5.53
-
$0.80
-
$0.80
from
$4.16
$4.79
-
$0.63
-
$0.63
from
$2.73
$3.06
-
$0.33
-
$0.33
from
$3.59
$4.40
-
$0.81
-
$0.81
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all