2025-11-19
${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}`;
}()}
$39.60
$46.76
-
$7.16
-
$7.16
from
$1.90
$2.14
-
$0.24
-
$0.24
$2.89
$3.19
-
$0.30
-
$0.30
from
$0.89
$1.09
-
$0.20
-
$0.20
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all