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

Introducing the sewing pattern Estelle: a chic bohemian tunic with raglan sleeves.

It features a gathered round neckline with a front slit and a "shirt-tail" shaped hem. The lower part of the sleeves is elasticated, adding a touch of comfort and style.

The round neckline with a V-shaped décolleté accentuates and feminizes your silhouette.

This versatile pattern allows you to choose lightweight or medium-weight fabrics, such as cotton voile, double gauze, broderie anglaise, or viscose crepe. Enhance the neckline by adding piping for an extra touch of elegance.

The combination of femininity and timelessness makes this blouse a must-have in your collection. Crafted with passion, the Estelle sewing pattern provides endless possibilities for creating a stylish and comfortable wardrobe staple.

1 pattern / 1 option

Level - Imtermediate

Sewing Pattern - Coralie Bijasson - EstelleTunic Shirt

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page