2025-10-22
${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}`;
}()}
$3.71
$4.57
-
$0.86
-
$0.86
from
$0.80
$0.97
-
$0.17
-
$0.17
$1.10
$1.29
-
$0.19
-
$0.19
$4.18
$5.19
-
$1.01
-
$1.01
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all