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

Brume, our parka sewing pattern offers two different styles: fitted at the waist or in a straight version. It’s up to you to create the parka that will go along with you throughout the year.

Details:

– Its rounded cutout at the side seams

– Full of pretty details: its storm-shield, its large pockets and its round collar

– Snuggle up under the hood on a rainy day

– Insert a drawstring at the waist or not

– Play with top stitching

Expert level

The pattern includes:

– a detailed booklet providing a simple and pragmatic step-by-step, illustrated guide

– a full size pattern (from size 34 to 52 – Seam allowances are included)

– all the above in a custom designed envelope with adorable scalop finish.

✂️ Materials needed (not included)

– Fabric version with hood and storm shield (140 cm vide) – 34 to 42: 2m20 / 44 to 52: 2m60

– Fabric version without hood and storm shield (140 cm vide) – 34 to 42: 1m80 / 44 to 52: 2m40

– Fabric version with hood without storm shield (140 cm vide) – 34 to 42: 2m / 44 to 52: 2m50

– Fabric version no hood and with storm shield (140 cm vide) – 34 to 42: 1m90 / 44 to 52: 2m40

– Body lining (140cm wide) – 34 to 52: 1m25

– Sleeve lining satin anti-static (140 cm wide) – 34 to 52: 80cm

– Drawstring: 1m to 1m60

– Cord-locks: A pair (2 clamp-cord)

– Cord-stoppers : A pair (2 cord-stoppers)

– Buttons : 8 buttons 18mm or 8 snaps

– Interfacing – G710 : 50 cm

Sewing Pattern - Lise Tailor - Brume Parka Jacket

€17.00Price
Only 1 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page