let productQuantityNum = 20; //initialize product quantity variable let soldOutText = "Edition Sold Out" //initialize variable to display "sold out" text when inventory is 0 $w.onReady(function () { //TODO: write your page related code here... $w('#productPage1').getProduct() //get current product .then( (product) => { productQuantityNum = product.quantityInStock; //get quantity in stock for current product if (productQuantityNum > 0) { //if it's greater than 0, Display number remaining let productQuantityString = productQuantityNum.toString(); $w("#quantityRemainingText").text = productQuantityString + " remaining"; } else { $w("#quantityRemainingText").text = soldOutText; //display sold out text } } ) .catch( (error) => { console.log(error); } ); });
top of page

The 'Chevron Chic' bargello kit has all you need to make this funky wall hanging whilst learning tapestry, using the simple but effective Bargello stitch.

If you’ve not tried it before, Bargello is great fun and super easy to pick up. It’s a type of tapestry that uses just straight stitches to build up the design so once you’re in the swing it’s a really relaxing and enjoyable craft. 


Bargello Tapestry originated in Italy in the 17th century and made a comeback in the 70s (think groovy patterns baby!) and is back again with bold and modern designs. 


Each Bargello kit comes in a cute mailer style project box and includes the best quality tapestry supplies:

Full Skeins of DMC Tapestry Wool (100% wool)

Tapestry Canvas (cut to size)

John James tapestry needle

Wooden Dowels

Bargello Pattern

Comprehensive, illustrated instructions from start to finish

All our packaging is completely plastic free with Free Shipping too!

The finished size of the wall hanging is 15cm wide by 20cm high (not including the hanging loop).

Wall Hanging Bargello Chevron Kit - Oh Sew Bootiful - Multicolour

€29.95 Regular Price
€14.98Sale Price
Only 2 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page