Garden Beds
${data.title}
${item.label}
(${item.count})
The highest price is ${data.range_max}
$
$
Filter and sort
These products are back stock from distributors in our warehouse that have now reached their contract period and the products have not been disposed of in a timely manner. Our warehouse has the right to sell this stock at a low price to reduce our losses.
The first one we will give back to our customers for $9.99
The first 100 users who place an order over $35 today will get a three-piece set of garden tools for free, on a first-come-first-served basis
more than
-
${function(){
if(data.category === 'filter.v.availability') {
if(data.value == 1) {
return `In stock`;
}
return `Out of stock`;
} return `${data.label}`;
}()}
Sorry, there are no products in this collection.
${function(){
if(data.total <= 0){
return '
No products found
Use fewer filters or Clear all
'
}
return ``
}()}
Use fewer filters or Clear all