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 Anatoline sewing pattern.

We have paid special attention to the details, highlighting the sleeves to create an elegant and distinctive pleated effect.

These pleats on the sleeve head harmonize seamlessly with medium-weight fabrics, adding a touch of sophistication to the overall design.

We appreciate elegant, feminine, and graceful silhouettes. With Anatoline, these features are accentuated by princess seams, a defined waist, and paneled skirt. Play with topstitching on the multiple cutouts.

The choice between two lengths, midi or short, allows you to customize the dress according to your preferences and the occasion.

Available from size 34 to 48, Anatoline offers versatility that caters to various body shapes.

This dress embodies timeless design while remaining decidedly on-trend, making it the perfect choice for all occasions. Combining style, comfort, and elegance, it will quickly become a staple piece in your wardrobe. Don't miss the opportunity to add this dress to your collection.

Wear it as is or accessorize it with a belt to emphasize your waist and create different silhouettes.

The effect of the pleats on the sleeve head is even more pronounced with fabrics that hold their structure well, such as corduroy, faux leather, denim, or broderie anglaise. On the other hand, if you opt for fluid fabrics like viscose, the details of the sleeves will be more subtle. Express your creativity by choosing a fabric that aligns with your style and witness the magic unfold on this unique piece.

1 pattern / 2 possibilities

Level : Advanced

Sewing Pattern - Coralie Bijasson - Anatoline Dress

€18.00Price
Only 3 left in stock

    Add Matching Thread

    Product Page: Stores_Product_Widget
    bottom of page