Your shopping cart is empty.

Scotch & Soda

12 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.
Leyla Linen Floral Romper
$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
SALE
Avi V-Neck Wrap Over Top
$88.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  
Isabella Flutter Sleeve Button Down Blouse
$128.00
Wow! This stunning, printed top is vacay ready.  55% Linen, 45% Viscose by Scotch & Soda
Freya Muted Rainbow Strappy Top
$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
Lucia Striped Boxy Button Down Top
$116.00
Wear this top buttoned with high waisted bottoms or style open with a tank underneath! 100% Cotton  Wash cold by Scotch & Soda
Haven Organic Cotton Painted Kaftan Dress
$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
SALE
Avi Colorblock Wrap Silk Blend Midi Skirt
$162.00 $216.00
Knotted closure and entirely made of a soft, breathable silk blend. Get ready to layer up. 70% Cotton / 30% Silk Pair with the Avi V-neck Wrap Over Top for a Co-Ord Set! by Scotch & Soda Final Sale.   
Alma High Rise Belted Shorts
$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
Alma Organic Cotton Smocked Puff Sleeve Top
$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
Isabella Puff Sleeve Button Down Dress
$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
Augusta High Rise Paperbag Shorts
$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
Astra Organic Cotton Utility Romper
$234.00
  Striking an effortless balance of utility and design, our military-style playsuit is the perfect addition to the contemporary wardrobe. This playsuit features four-pocket detailing, a drawstring waist - and long-sleeves rounded out with a fitted cuff. 100% Organic Cotton Wash - 30 Degrees Delicate, Dry - do not tumble dry, Clean...
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); } } } } } });