2025-10-24
${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}`;
}()}
from
$3.00
$3.58
-
$0.58
-
$0.58
from
$11.40
$13.14
-
$1.74
-
$1.74
$62.86
$74.56
-
$11.70
-
$11.70
from
$2.85
$3.40
-
$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