2025-12-17
${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.22
$2.65
-
$0.43
-
$0.43
$3.92
$4.89
-
$0.97
-
$0.97
from
$1.05
$1.26
-
$0.21
-
$0.21
from
$1.45
$1.64
-
$0.19
-
$0.19
$2.08
$2.29
-
$0.21
-
$0.21
from
$1.25
$1.45
-
$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