Your shopping cart is empty.

Scotch & Soda

13 Products
Special Collection
Effortlessly connecting the expected with unexpected, Scotch & Soda's collections redefine everyday dressing. Daring to mix classic and contemporary, color and print, and texture on texture to deliver authentically Scotch & Soda aesthetic. Grounded in practicality and always finished with surprising details, their upbeat designs are uniquely theirs, for you to make your own.
SALE
Augusta High Rise Paperbag Shorts
$75.00 $118.00
These lightweight tennis-style shorts sit high with a comfortable elasticated waist. We've added a tropical-themed print around the hem giving an effortless stylish twist to this anytime piece. 100%  Tencel™ Wash – Cold Hand Wash, Dry - do not tumble dry, Clean - do not dry clean by Scotch & Soda Final...
SALE
Haven Organic Cotton Painted Kaftan Dress
$100.00 $180.00
From the Abel Macias capsule, this unlined beach kaftan dress has a striped print and contrasting desert-inspired print. To ensure the perfect fit, simply cinch the bow-tie waistband to your liking. Organic Cotton Unlined Cold Wash by Scotch & Soda final sale on sale items!
SALE
Leyla Linen Floral Romper
$150.00 $216.00
Lightweight and soft. This shirt dress with an all-over floral print is made with a bow-tie closure and features a sleeveless design. 100% Linen Wash cold by Scotch & Soda Final sale on clearance items!
SALE
Avi V-Neck Wrap Over Top
$50.00 $118.00
Colorblock Wrap Silk Blend Midi Skirt Pair with the Avi Colorblock Silk Blend Midi Skirt for a Co-Ord Set! by Scotch & Soda  
SALE
Freya Muted Rainbow Strappy Top
$100.00 $128.00
This top is sure to wow with its dreamy print and intricate back!  Recycled Poly Wash - 30 Degrees Delicate, Dry - do not tumble dry, Clean - do not dry clean by Scotch & Soda Final sale on clearance items!
Armhole Detail Loose Fit T-Shirt
$88.00
This oversized, statement t-shirt from Scotch & Soda is bright and eye-catching just like you.  Materials: 100% cotton  Hand Wash Cold by Scotch & Soda  
Reversible Animal Jacquard Cardigan
$216.00
This dynamic cardigan features two contrasting animal prints and a pink stripe trim.  Materials:  60% organic cotton, 29% cotton, 8% nylon, 3% Viscose Hand Wash Cold by Scotch & Soda  
Pointelle Collared Knitted Top
$126.00
A lightweight transition knit with plenty of personality, the Pointelle Collared Knitted Top is sure to make a lasting impression! Featuring a delightfully unique collared detail that promises to bring some extra pizzazz to your wardrobe.  Materials: 65% viscose,  35% nylon by Scotch & Soda  
SALE
Alma High Rise Belted Shorts
$100.00 $128.00
 These gorgeous shorts feature a fun citrus print with so many great colors to pair tops and accessories with! For a matching set, combine with the Alma Smocked Puff Sleeve Top!  70% Organic Cotton, 30% Linen by Scotch & Soda *Final Sale On All Sale Items!
Buttoned Shoulder Striped Pullover
$148.00
This Buttoned Shoulder Striped Pullover Sweater is the perfect addition to any wardrobe! Crafted with attention to detail, this organic cotton pullover features a unique mix of textures, gorgeous buttons, and a stunning red detail on the sleeve. Step up your style game in comfort and chic style! Materials: 100%...
Animal Jacquard Knitted Spotted Vest
$134.00
This dynamic cardigan features two contrasting animal prints and a pink stripe trim.  Materials: 60% organic cotton, 29% cotton, 8% nylon, 3% Viscose Hand Wash Cold by Scotch & Soda  
SALE
Alma Organic Cotton Smocked Puff Sleeve Top
$100.00 $122.00
 This gorgeous top features a fun citrus print with so many great colors to pair bottoms and accessories with! For a matching set, combine with the Alma High Waist Shorts!  70% Organic Cotton, 30% Linen by Scotch & Soda *Final Sale On All Sale Items!
SALE
Isabella Puff Sleeve Button Down Dress
$150.00 $208.00
Wow! This stunning, printed dress is vacay ready. Pair with sneakers for day and colorful kitten heels for a night out.  55% Linen, 45% Viscose by Scotch & Soda Final sale one 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); } } } } } });