Your shopping cart is empty.

Little Lies

12 Products
Special Collection

Little Lies is an Australian womenswear brand with a down to earth approach to life and style. Ā Inspired by the laid back Sydney style Little Lies creates easy, versatile and comfortable clothing for the modern woman.

Recognized for wardrobe basics and focused on sourcing fabrics which feel soft and luxurious, Little Lies continues to evolve as a must have lifestyle brand. Ā 

Little Lies is run and managed by Ā a small close knit team of inspired individuals and is stocked in independent boutiques throughout Australia and New Zealand.

SALE
Paint Stroke Linen Pants
$75.00 $98.00
These linen pants feature a unique brushstroke design with shades of orange and blue. Materials: 100% linen Hand wash, cold. Hang dry in shade. Do not tumble dry by Little Lies  Final sale on sale items!
SALE
Contrast Stripe Shorts
$50.00 $72.00
These shortsĀ are composed of 100% linen and can be paired as a set with our contrast stripe button-up or on it's own with a simple T-shirt. Materials: 100% linen.Ā  by Little Lies.Ā  *FinalĀ Sale on All Sale Items!
SALE
Green Relaxed Linen Pants
$75.00 $98.00
These relaxed pants feature an elastic waistband, with a drawstring, as well as pockets!Ā  Wash with like colors, gentle cycle. Lay flat to dry. Warm iron. Do not tumble dry 100% linen by Little LiesĀ  Final sale on clearance items!
SALE
Knitted Tank
$50.00 $59.00
100% Cotton Wash cold, lay to dry by Little Lies  Final sale on clearance items! 
SALE
Caro Linen Pants
$75.00 $89.00
These linen pants are breathable and light - perfect for transitioning into warmer weather! 100% Linen Final sale on clearance items!
Sun Flowers V Neck Dress
$120.00
Tiered, floral print dress with a deep-v neckline and the back, too! Tie at the top of the back to adjust tightness and size of the cutout. Elastic around the short sleeves as well as the back of the waist. 100% linen Machine twash cold, gentle cycle. Lay flat to...
SALE
Lily Linen Pants
$75.00 $90.00
The Lily pants are composed of 100% linen,  Black with white pattern Materials: 100% linen.  by Little Lies.  Final sale on clearance items!
SALE
Georgie Stripe Pants
$75.00 $105.00
Wide leg pants with front and back pockets! A button and zipper closure on the front but still elastic in the back waistband. 100% linen Hand wash cold with similar colors, hang dry in shade. Do not tumble dry, iron inside out by Little Lies.Ā  *Final Sale on All Sale...
Girona Textured Sweater
$79.00
Snuggle in with the Girona Textured Sweater! This cozy winter number is sure to provide you with all the warm comfy feels you need to get through those long, chilly winter evenings.Ā  67% cotton, 25% viscose, 8% wool Han wash cold, lay to dry by Little LiesĀ  Ā 
Palma Short Open Cardigan
$110.00
Feel cozy and look great in the Palma Short Open Cardigan! This striped heavy cardigan adds a pop of color to any outfit and will keep you warm while you show off your style!Ā  25% polyester, 25%Ā  nylon, 50% acrylic Wash cold, lay to dry by Little LiesĀ  Ā 
Madrid Striped Sweater
$88.00
Introducing the Madrid Striped Sweater - the perfect way to stay warm and stylish! With its classic stripes, this cozy sweater will be a statement staple in any wardrobe!Ā  25% polyester, 25% nylon, 50% acrylic Wash cold, lay to dry by Little LiesĀ  Ā 
SALE
Lily Linen Cami
$50.00 $72.00
The Lily top is composed of 100% linen. Pair it with the matching linen pants for a sophisticated, comfortable matching set.  Black with white pattern. Materials: 100% linen.  by Little Lies.  Final sale on clearance items!
is added to your shopping cart.
Go to Cart
is added to your wishlist.
Go to Wishlist
document.addEventListener('DOMContentLoaded', function() { const productJson = document.querySelectorAll('[id`^`=ProductJson-'); if (productJson.length > 0) { for (let i = 0; i < productJson.length; i++) { const current = productJson[i]; const sectionId = current.id.replace('ProductJson-', ''); const section = document.querySelector('[data-section-id="' + sectionId + '"]'); const product = JSON.parse(current.text); if (product.options.length === 1) { const unavailableVariants = []; for (let j = 0; j < product.variants.length; j++) { const variant = product.variants[j]; if (!variant.available) { unavailableVariants.push(variant); } } if (unavailableVariants.length > 0) { const mutationCallback = function() { const variantOptions = section.querySelectorAll('.single-option-selector option'); if (variantOptions.length > 0) { for (let k = 0; k < unavailableVariants.length; k++) { const unavailableVariant = unavailableVariants[k]; for (let l = 0; l < variantOptions.length; l++) { const option = variantOptions[l]; if (unavailableVariant.title === option.value) { option.remove(); } } } if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } } } const observer = new MutationObserver(mutationCallback); const addToCartForm = document.querySelector('form[action*="/cart/add"]'); mutationCallback(); if (window.MutationObserver && addToCartForm.length) { const config = { childList: true, subtree: true }; if (typeof observer === 'object' && typeof observer.disconnect === 'function') { observer.disconnect(); } observer.observe(addToCartForm, config); } } } } } });