2025-11-25
${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.51
$3.01
-
$0.50
-
$0.50
$62.86
$73.36
-
$10.50
-
$10.50
$5.12
$5.88
-
$0.76
-
$0.76
from
$2.20
$2.42
-
$0.22
-
$0.22
$4.40
$4.86
-
$0.46
-
$0.46
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all