Menu

CAD
Store Hours: 10am - 6pm everyday!

Baselayers & Underwear

Show:
Icebreaker Siren Tank Wm
-60%
Icebreaker
Siren Tank Wm
A soft and stretchy tank top with a sleek, feminine design for everyday layering...
C$75.00 C$75.00 C$30.00 C$30.00
 
Icebreaker 200 Zone Leggings Wm
Icebreaker
200 Zone Leggings Wm
Lightweight women’s merino wool base layer bottoms with strategically placed mes...
C$145.00 C$145.00
 
Mons Royale Olympus Legging Wms
-40%
Mons Royale
Olympus Legging Wms
Olympus is the warmest baselayer from Mons Royale, offering unrivalled warmth to...
C$160.00 C$160.00 C$96.00 C$96.00
 
Mons Royale Cascade Flex 200 Legging Wms
Mons Royale
Cascade Flex 200 Legging Wms
Made to move, the Cascade provides all the warmth of merino with a 4-way stretch...
C$150.00 C$150.00
 
Icebreaker 200 Oasis LS Crewe Wm
Icebreaker
200 Oasis LS Crewe Wm
A versatile, go-anywhere base layer shirt made from breathable 100% merino wool ...
C$125.00 C$125.00
 
Icebreaker 200 Oasis Deluxe LS Crewe Wms
Icebreaker
200 Oasis Deluxe LS Crewe Wms
A versatile, go-anywhere base layer shirt made from breathable 100% merino wool ...
C$130.00 C$130.00
 
Icebreaker 150 Zone Leggings Wm
Icebreaker
150 Zone Leggings Wm
Icebreaker's lightest base layer bottoms made with soft, breathable and odor-res...
C$120.00 C$120.00
 
Swix RaceX Dry Long Sleeve Wm
Swix
RaceX Dry Long Sleeve Wm
The Swix RaceX Dry long sleeve top for women is a warm synthetic baselayer fit f...
C$80.00 C$80.00
 
Swix RaceX Classic Wind Boxer Wm
Swix
RaceX Classic Wind Boxer Wm
RaceX Classic Wind Boxer is the perfect hybrid baselayer for cross activity. Hig...
C$60.00 C$60.00
 
Mons Royale Yotei LS Wms
Mons Royale
Yotei LS Wms
The technical performance of merino matched with uncompromised style, the Yotei ...
C$170.00 C$170.00
 
Icebreaker 200 Oasis Leggings Wm
Icebreaker
200 Oasis Leggings Wm
Best-selling base layer bottoms made from soft and breathable 100% merino wool j...
C$125.00 C$125.00
 
Icebreaker 260 Zone Legless Wm
Icebreaker
260 Zone Legless Wm
Technical, cold-weather base layer bottoms for highly aerobic days, the 260 Zone...
C$135.00 C$135.00
 
Craft Core Dry Active Comfort Pant Wm
Craft
Core Dry Active Comfort Pant Wm
CORE Dry Active Comfort Pants are a soft and functional baselayer that make a gr...
C$60.00 C$60.00
 
Mons Royale Cascade Flex 200 1/4 Zip Wms
Mons Royale
Cascade Flex 200 1/4 Zip Wms
Made to move, the Cascade provides all the warmth of merino with a 4-way stretch...
C$180.00 C$180.00
 
Mons Royale Cascade Flex 200 LS Wms
Mons Royale
Cascade Flex 200 LS Wms
Made to move, the Cascade provides all the warmth of merino with a 4-way stretch...
C$150.00 C$150.00
 
Icebreaker 260 Zone LS Crewe Wm
Icebreaker
260 Zone LS Crewe Wm
The technical, cold-weather base layer top for highly aerobic days, the 260 Zone...
C$150.00 C$150.00
 
Icebreaker 150 Zone SS Crewe Wm
Icebreaker
150 Zone SS Crewe Wm
Icebreaker's lightest base layer top that’s perfect for active adventure and eve...
C$105.00 C$105.00
 
Showing 1 - 17 of 17
Brands
Price
Min Max
Close
Credit Card
Choose your language
Choose your currency
C$

Recently added

Total excl. VAT
C$0.00
0
Compare
Start comparison

This product has been added to your cart
/* === Mailchimp MERGE4 (GCLID/GBRAID/WBRAID) autofill === */ (function () { var DEBUG = false; // set true to see logs var COOKIE_MAX_AGE = 60*60*24*90; // 90 days var FIELD_SELECTOR = 'input[name="MERGE4"], #mce-GCLID'; function log(){ if (DEBUG) try{ console.log.apply(console, arguments);}catch(e){} } function qp(n){ try { return new URLSearchParams(location.search).get(n) || ''; } catch(e){ return ''; } } function setCookie(k,v){ document.cookie = k + "=" + encodeURIComponent(v) + ";path=/;max-age="+COOKIE_MAX_AGE+";SameSite=Lax"; } function getCookie(k){ var m=document.cookie.match(new RegExp('(?:^|;\\s*)'+k+'=([^;]+)')); return m?decodeURIComponent(m[1]):''; } function fromGclAw(raw){ if(!raw) return ''; var p=raw.split('.'); return p.length>=3?p[2]:''; } // 1) Capture from URL once and persist var fromUrl = qp('gclid') || qp('gbraid') || qp('wbraid') || ''; if (fromUrl) { setCookie('google_click_id', fromUrl); try { localStorage.setItem('google_click_id', fromUrl); } catch(e){} log('[MERGE4] captured from URL:', fromUrl); } // 2) Read value (cookie/localStorage/_gcl_aw fallback) function readId(){ var id = getCookie('google_click_id'); if (!id) { try { id = localStorage.getItem('google_click_id') || ''; } catch(e){} } if (!id) { id = fromGclAw(getCookie('_gcl_aw')) || ''; } return id; } // 3) Apply to any Mailchimp form on the page (and future ones) function apply(){ var id = readId(); if (!id) { log('[MERGE4] no id found yet'); return; } // Ensure field exists and is filled document.querySelectorAll('form').forEach(function(form){ if (!/list-manage\.com\/subscribe/i.test(form.action)) return; var el = form.querySelector(FIELD_SELECTOR); if (!el) { el = document.createElement('input'); el.type = 'hidden'; el.name = 'MERGE4'; el.id = 'mce-GCLID'; form.appendChild(el); log('[MERGE4] injected hidden field into form:', form.action); } if (!el.value) el.value = id; el.type='hidden'; el.hidden=true; el.style.display='none'; el.style.visibility='hidden'; log('[MERGE4] value set:', el.value); // Safety: ensure value at submit time if (!form.__merge4Bound) { form.__merge4Bound = true; form.addEventListener('submit', function(){ var latest = readId(); if (latest && !el.value) el.value = latest; log('[MERGE4] on submit value:', el.value); }, true); } }); } // Run now + watch for late-loaded forms if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', apply); } else { apply(); } new MutationObserver(apply).observe(document.documentElement, {childList:true, subtree:true}); })();