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

Discover the Ermine sewing pattern: an elegant, feminine, and trendy blouse designed to accommodate all sizes, from 34 to 48.

Unleash your creativity by selecting medium-weight fabrics such as broderie anglaise, viscose, cotton, or linen.

With its wide "balloon" sleeves, the Ermine blouse adds a chic and feminine touch to your wardrobe.

The delicate waistband gracefully accentuates the waist, creating a flattering silhouette. Close the waistband with four small buttons, providing an elegant decorative detail.

The neckline is meticulously finished with invisible bias for a delicate and imperceptible touch.

Sew your Ermine blouse for a refined and contemporary look, perfect for all spring and summer occasions. Wear it with a skirt, shorts, or pair it with pants like Paloma, Paul, Pénélope, or Philippine.

1 pattern / 1 option

Level - Imtermediate

Sewing Pattern - Coralie Bijasson - Ermine Blouse

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page