268 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Enjoy these LUXE styles with 20% off,code: MGSS20
268 Products
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
Clear all
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}