2025-12-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
$2.59
$3.07
-
$0.48
-
$0.48
$5.45
$6.73
-
$1.28
-
$1.28
from
$3.88
$4.49
-
$0.61
-
$0.61
from
$1.73
$2.07
-
$0.34
-
$0.34
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all