1 Product
${function(){
const num = data.total
if(num <= 1){
return `${num} Product`
}
return `${num} Products`
}()}
Fuel your wardrobe with the thrill of the track—our racing hoodies are built for speed and style!
🎉 Sitewide Savings Just Dropped! 🎉
🛒 Spend $69 → Save $3
🛒 Spend $99 → Save $10
🛒 Spend $159 → Save $15
🛒 Spend $199 → Save $20
🛒 Spend $299 → Save $30
🎁 Gifts: Free Hat For Orders Over $109!
1 Product
${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 ``
}()}