darntough.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://darntough.com/
Effective URL: https://darntough.com/
Submission: On May 29 via api from US — Scanned from CA

Form analysis 3 forms found in the DOM

POST /cart

<form id="CartDrawerForm" action="/cart" method="post" novalidate="" class="drawer__contents" data-location="cart-drawer">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Cart</div>
      <div class="rte drawer__full_cart"><a href="https://darntough.com/cart" role="button">View Full Cart</a></div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <title>icon-X</title>
            <path d="m19 17.61 27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2"></div>
      <div class="appear-animation appear-delay-3">
        <label for="CartNoteDrawer">Gift Message</label>
        <textarea name="note" class="input-full cart-notes" id="CartNoteDrawer"></textarea>
      </div>
    </div>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">$0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> $6.00 flat rate ground shipping for orders under $50.00.</small>
        <small class="taxes" style="font-size: 80%;">Taxes and discount codes calculated at checkout.</small>
      </div>
      <style>
        div.cart__terms label[for=CartPageTerms] a {
          color: #007ace;
          text-decoration: underline;
        }

        div.cart__terms label[for=CartPageTerms] {
          text-transform: inherit;
          letter-spacing: 0px;
          margin-bottom: 6px;
          font-weight: 400;
        }

        @media (max-width: 767px) {
          div.cart__terms label[for=CartPageTerms] {
            font-size: 14px;
            margin-top: 2px;
          }
        }
      </style>
      <div class="cart__item-row cart__terms main-cart-tc-checkbox">
        <span class="tc-checkbox-wrapper">
          <span class="rale-checkbox rale-checkbox--2" style="--rale-size:20px;--rale-background:#007ace;"><input id="CartPageTerms" name="CartPageTerms" type="checkbox" class="cart__terms-checkbox"><span class="rale-box"><svg
                xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21" class="rale-icon">
                <path d="M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186"></path>
              </svg></span></span>
        </span>
        <label for="CartPageTerms"> I accept <a href="https://darn-tough.myshopify.com/policies/terms-of-service" role="button">Terms of Purchase &amp; Website Use</a>
        </label>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="true" class="btn cart__checkout" sca_handle_checkout=""> Check out </button>
      </div>
      <catch-callout price="0" border-style="none-no-padding" page-type="mini-cart" style="margin-top: 0.25rem;
             justify-content: center;
             text-align: center;">
      </catch-callout>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your cart is currently empty. </div>
  </div>
</form>

GET /collections/shop

<form action="/collections/shop" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form">
  <input type="hidden" name="type" value="">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <label for="search" style="display:none;">Search our store</label>
  <input autofocus="" type="search" id="search" name="q" value="" placeholder="Search our store" class="site-header__search-input" aria-label="Search our store" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="none"
    ss-autocomplete-input="">
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><label for="Email-footer2"
    class="hidden-label">Enter your email</label>
  <label for="newsletter-submit-footer2" class="hidden-label">Subscribe</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Enter your email" name="contact[email]" id="Email-footer2" class="footer__newsletter-input" autocorrect="off" autocapitalize="off" required="">
    <button type="submit" id="newsletter-submit-footer2" class="footer__newsletter-btn" name="commit" aria-label="Newsletter Email">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <title>icon-email</title>
        <path d="M63 52H1V12h62ZM1 12l25.68 24h9.72L63 12M21.82 31.68 1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

Text Content

Skip to content
Pause slideshow Play slideshow
Free shippingOn all orders $50+
icon-X Close menu
 * All
   
    * Featured
       * New Arrivals
       * Best Sellers
       * Sock Packs
       * Socks That Give
       * Limited Edition
   
    * Shop By Activity
       * Hiking
       * Running
       * Lifestyle
       * Ski & Snowboard
       * Hunting
       * Work
       * Tactical
   
    * Shop By Height
       * No Show Socks
       * Ankle Socks
       * 1/4 Socks
       * Micro Crew Socks
       * Crew Socks
       * Boot Socks
       * Over the Calf Socks
   
    * Shop By Pattern
       * Solid
       * Stripes
       * Animals
       * Nature
       * Abstract
   
    * Shop By Weight
       * Ultra-Lightweight
       * Lightweight
       * Midweight
       * Heavyweight
   
    * Shop More
       * Gift Cards
       * Gear Patch
       * Koozie
       * Tote Bag
       * Last Chance Socks
       * Synthetic Socks

 * Men
   
    * Shop All Men's
       * New Socks
       * Best Selling Socks
       * Dress Socks
       * Sock Packs
       * Limited Edition
   
    * Shop By Activity
       * Hiking
       * Running
       * Lifestyle
       * Ski & Snowboard
       * Hunting
       * Work
       * Tactical
   
    * Shop By Height
       * No Show Socks
       * 1/4 Socks
       * Micro Crew Socks
       * Crew Socks
       * Boot Socks
       * Over the Calf Socks
   
    * Shop More
       * Koozie
       * Gear Patch
       * Tote Bag
       * Gift Cards
       * Last Chance Socks

 * Women
   
    * Shop All Women's
       * New Socks
       * Best Selling Socks
       * Animal Socks
       * Sock Packs
       * Gifts for Mom
       * Limited Edition
   
    * Shop By Activity
       * Hiking
       * Running
       * Lifestyle
       * Ski & Snowboard
       * Hunting
       * Work
       * Tactical
   
    * Shop By Height
       * No Show Socks
       * 1/4 Socks
       * Micro Crew Socks
       * Crew Socks
       * Boot Socks
       * Over the Calf Socks
   
    * Shop More
       * Koozie
       * Gear Patch
       * Tote Bag
       * Gift Cards
       * Last Chance Socks

 * Kids
   
    * Shop All Kids'
       * New Socks
       * Best Selling Socks
       * Sock Packs
   
    * Shop By Activity
       * Hiking
       * Ski & Snowboard
   
    * Shop By Height
       * Micro Crew Socks
       * Over the Calf Socks
   
    * Shop More
       * Gear Patch
       * Tote Bag
       * Gift Cards
       * Last Chance Socks

 * Learn More
   
    * About Us
       * Guaranteed for Life
       * Made in USA
       * Comfort, Durability, + Fit
       * Sustainability
       * Blog
       * Darn It. (The Story)
   
    * Resources
       * Sock Finder
       * Size Chart
       * About Merino Wool
       * Help Center
   
    * About Activities
       * Socks for Hiking
       * Socks for Running
       * Socks for Every Day
       * Socks for Skiing
       * Socks for Hunting
       * Socks for Work
       * Socks for Tactical Use

 * Sock Finder
   Size Chart
   Warranty
   Find a Store
   Contact Us
   Log in
   US

 * Instagram
 * Facebook
 * YouTube
 * Twitter

Cart
View Full Cart
icon-X Close cart
Gift Message
Subtotal
$0.00
$6.00 flat rate ground shipping for orders under $50.00. Taxes and discount
codes calculated at checkout.
I accept Terms of Purchase & Website Use
Check out
Your cart is currently empty.
 * Sock Finder
 * Size Chart
 * Warranty
 * Find a Store
 * Contact Us

 * Instagram
 * Facebook
 * YouTube
 * Twitter

US
 * All
   Featured
   New Arrivals
   Best Sellers
   Sock Packs
   Socks That Give
   Limited Edition
   Shop By Activity
   Hiking
   Running
   Lifestyle
   Ski & Snowboard
   Hunting
   Work
   Tactical
   Shop By Height
   No Show Socks
   Ankle Socks
   1/4 Socks
   Micro Crew Socks
   Crew Socks
   Boot Socks
   Over the Calf Socks
   Shop By Pattern
   Solid
   Stripes
   Animals
   Nature
   Abstract
   Shop By Weight
   Ultra-Lightweight
   Lightweight
   Midweight
   Heavyweight
   Shop More
   Gift Cards
   Gear Patch
   Koozie
   Tote Bag
   Last Chance Socks
   Synthetic Socks
 * Men
   Shop All Men's
   New Socks
   Best Selling Socks
   Dress Socks
   Sock Packs
   Limited Edition
   Shop By Activity
   Hiking
   Running
   Lifestyle
   Ski & Snowboard
   Hunting
   Work
   Tactical
   Shop By Height
   No Show Socks
   1/4 Socks
   Micro Crew Socks
   Crew Socks
   Boot Socks
   Over the Calf Socks
   Shop More
   Koozie
   Gear Patch
   Tote Bag
   Gift Cards
   Last Chance Socks
 * Women
   Shop All Women's
   New Socks
   Best Selling Socks
   Animal Socks
   Sock Packs
   Gifts for Mom
   Limited Edition
   Shop By Activity
   Hiking
   Running
   Lifestyle
   Ski & Snowboard
   Hunting
   Work
   Tactical
   Shop By Height
   No Show Socks
   1/4 Socks
   Micro Crew Socks
   Crew Socks
   Boot Socks
   Over the Calf Socks
   Shop More
   Koozie
   Gear Patch
   Tote Bag
   Gift Cards
   Last Chance Socks
 * Kids
   Shop All Kids'
   New Socks
   Best Selling Socks
   Sock Packs
   Shop By Activity
   Hiking
   Ski & Snowboard
   Shop By Height
   Micro Crew Socks
   Over the Calf Socks
   Shop More
   Gear Patch
   Tote Bag
   Gift Cards
   Last Chance Socks
 * Learn More
   About Us
   Guaranteed for Life
   Made in USA
   Comfort, Durability, + Fit
   Sustainability
   Blog
   Darn It. (The Story)
   Resources
   Sock Finder
   Size Chart
   About Merino Wool
   Help Center
   About Activities
   Socks for Hiking
   Socks for Running
   Socks for Every Day
   Socks for Skiing
   Socks for Hunting
   Socks for Work
   Socks for Tactical Use

Site navigation


DARN TOUGH

Log in Search Cart 0
Search Search our store
"Close (esc)"



DARN IT.

Life is tough. Our socks are tougher.

WE COVER THAT SHOP SOCKS
New Color












Men's Hiker Micro Crew Midweight Hiking Sock
$25.00
Black Rye Charcoal Dark Teal Denim Lime Olive Taupe Tahoe Picante
4.9
(3185)
Best Seller






Women's Treeline Micro Crew Midweight Hiking Sock
$25.00
Aqua Blue Cranberry Light Denim
4.9
(1107)
Best Seller








Men's Hiker Boot Midweight Hiking Sock
$27.00
Black Charcoal Eclipse Lime Olive Taupe
4.9
(2246)
New Color






Men's Hiker Quarter Midweight Hiking Sock
$22.00
Onyx Black Chestnut Dark Teal Taupe
4.8
(1564)
Best Seller







Women's Bear Town Micro Crew Lightweight Hiking Sock
$24.00
Aqua Burgundy Dark Teal Lime Purple
4.9
(1123)


UNCONDITIONALLY GUARANTEED FOR LIFE

If our sock isn’t the most comfortable, durable, best fitting sock, we replace
them.


NEW SOCKS


STAFF PICKS


WORK SOCKS

Win Socks for Life

The chance to score the ultimate deal for your feet: Socks. For Life. Plus,
you'll be the first to know about all things Darn Tough Vermont.

Subscribe to Win


THE SOCK FINDER

Take a quiz, find your sock.
Sock Finder Quiz


STORE FINDER

Our socks, your local retailer.
Find a Store


THE ALTERNATE STITCH

Hiking · Our Giving · Our Partners ·May 28, 2024
The Boots (and Socks) on the Ground: Partnering with the Appalachian Trail
Conservancy
Here in VT · Merino Wool ·May 21, 2024
The History of Merino Sheep and Wool Manufacturing in Vermont
Merino Wool · Our Partners ·May 14, 2024
Unlocking the Science of Merino Wool Fibers


#DARNTOUGH

W
wanderwoman619

03/27/24
Have you ever dared to enter the Chasm of Doom?! This scramble is always a must
when visiting Joshua Tree! . . . . #joshuatree #chasm #coffin #beautiful #rocky
#mountain #views #gorgeous #mother #nature #adventure #explore #wander #trails
#scrambler #hikersofinstagram #keepitwild #free #inspire #travel #healing
#optoutside #thegreatoutdoors #beyou #collectmemoriesnotthings
READ MORE...
READ LESS
Was this review helpful?

0

0
4.9 4.9 star rating


WOMEN'S HIKER MICRO CREW MIDWEIGHT HIKING SOCK

Buy Now
4.9 4.9 star rating


MEN'S AND WOMEN'S HIKER MICRO CREW 2-PACK HIKING SOCKS

Buy Now


OTHER TAGGED PRODUCTS

 * 
 * 
 * SHOW MORE
   SHOW LESS

E
emilykatdvm

10/29/22
Details from the day ✨ Photos by the wonderful emma.halet PS sponsor us,
darntoughvermont 🧦
READ MORE...
READ LESS
Was this review helpful?

4

0
4.8 4.8 star rating


MEN'S STRIDE MICRO CREW ULTRA-LIGHTWEIGHT RUNNING SOCK

Buy Now
4.7 4.7 star rating


MEN'S STRIDE MICRO CREW ULTRA-LIGHTWEIGHT RUNNING SOCK-LAST CHANCE

Buy Now


OTHER TAGGED PRODUCTS

 * 
 * 
 * SHOW MORE
   SHOW LESS

W
wackera

04/23/24
You can’t forget, it’s about having fun! 📷 colinolivero justingalant
READ MORE...
READ LESS
Was this review helpful?

0

0
4.9 4.9 star rating


WOMEN'S BEAR TOWN MICRO CREW LIGHTWEIGHT HIKING SOCK

Buy Now
T
thruhikesyndicate

07/17/23
🐻 A match made in heaven (darntoughvermont and vasquefootwear) and heaven
certainly just might be British Columbia with ambassador aly.winkler.
READ MORE...
READ LESS
Was this review helpful?

0

0
4.7 4.7 star rating


MEN'S PATRIOT MICRO CREW ULTRA-LIGHTWEIGHT RUNNING SOCK

Buy Now
U
upnorthboots

07/26/23
Where were your boots or shoes made? While the footwear community has grown in
the international spotlight, something made at home, made by your neighbors hits
different. Some of my favorite bootmakers (and friends) are from all over the
world, yet I still fondly look at my russellmoccasin that were made 80 miles
from my house. . . #realrussellpatina #russellmoccasin #handmadeboots #moccasins
#madeinamerica #madeinwisconsin #wiwt #bootseason #horween
READ MORE...
READ LESS
Was this review helpful?

0

0
4.9 4.9 star rating


WOMEN'S TREELINE MICRO CREW MIDWEIGHT HIKING SOCK

Buy Now
W
withmyelements

09/26/23
The happiest girly you have ever seen… What makes her so smiley you ask?
Hiking!!! Nothing makes me happier than seeing my dogs happy so naturally I love
hiking too now! Before having dogs I wasn’t super into the outdoors, I was very
much a homebody, but now I am happiest outdoors💜 What’s something you didn't
like before having dogs but love now? - Embers gear from littohowler code Aspen
- Check my highlights for discount codes! If you use my code send me a
screenshot and I’ll show you some love and give you a shoutout!😄 - #gsd
#dogsofinstagram #rescuedogsofinstagram #muttsofinstagram #shepsky #adopt
#fosterfail #rescuedog #pnwdogs #balanceddogtraining #hikingwithdogs
#dogphotography #seattledogsofinstagram #dogsofseattle #seattledogs #pnwdog
#dogsofwashington
READ MORE...
READ LESS
Was this review helpful?

2

0
D
danaondetours

10/02/23
Detour of the day Sunday Edition! #dotd- South Carolina Sunset hiking with
family after a great Sunday of worship, church, friends and good food! How do
you spend your Sundays? • • Use my link for or $5 off the best socks you’ll ever
buy. 😝 https://darntough.refr.cc/danastone • • #Danaondetours #dod #detour
#podcast #youtube #glassymountain #pickenscountysc #pickenssc #darntoughsocks
#darntough
READ MORE...
READ LESS
Was this review helpful?

0

0
4.8 4.8 star rating


WOMEN'S EMMA CLAIRE MID-CALF LIGHTWEIGHT WORK SOCK

Buy Now
A
aksalmonsisters

01/12/24
Set sail in merino wool work socks for fishermen’s feet. Designed by
aksalmonsisters x darntoughvermont and made in the USA.
READ MORE...
READ LESS
Was this review helpful?

0

0
4.8 4.8 star rating


MEN'S WILD LIFE CREW LIGHTWEIGHT LIFESTYLE SOCK

Buy Now
M
Michael B.
Verified Buyer

5.0 star rating

01/12/24
I haven’t bought anything but

Review by Michael B. on 12 Jan 2024 review stating I haven’t bought anything but
I haven’t bought anything but Darn Tough socks in over a decade and every pair I
ever bought I am still wearing. I know they will wear out some day but even if I
don’t turn them in for warranty they will have still been worth every penny I
paid and then some. They fit perfect on day 1 on day 3,000 with proper care.
There is simply not a better sock made and I have probably tried them all in my
68 years. They aren’t cheap but they are an incredible bargain and that’s way
more important in the long run
On Men's Wild Life Crew Lightweight Lifestyle Sock
share ' Share Review by Michael B. on 12 Jan 2024 facebook facebook Share Review
by Michael B. on 12 Jan 2024 twitter twitter Share Review by Michael B. on 12
Jan 2024 LinkedIn linkedin Share Review by Michael B. on 12 Jan 2024
01/12/24
Was this review helpful?

0

0

4.9 4.9 star rating


MEN'S HIKER BOOT MIDWEIGHT HIKING SOCK

Buy Now
D
dustin_bailey_1

01/29/24
Time to try out these new merino socks from darntoughvermont! Considering that
they are guaranteed for life, these could very well be the best socks on the
planet! #darntough #socks #crispi
READ MORE...
READ LESS
Was this review helpful?

0

0
T
theresadalueg

05/17/24
👟 + 🧦 for the #eastcoasttrail. I love both of these brands topoathletic and
darntoughvermont for running and hiking. Darn Tough Socks has a great lifetime
warranty where they replace socks with holes. I’ve sent 4 pairs away and never
had an issue receiving new socks! Topo shoes have a wide toe box which is vital
when hiking long distances because your feet swell and need the extra space. If
you’re a runner or hiker I highly recommend you check out both of these brands.
FOOT CARE IS SO IMPORTANT. #hiker #ectthruhike #gear #thruhike #runninglife
#hikinglife
READ MORE...
READ LESS
Was this review helpful?

0

0
4.9 4.9 star rating


TREELINE MICRO CREW CUSHION

Buy Now
4.9 4.9 star rating


WOMEN'S TREELINE MICRO CREW MIDWEIGHT HIKING SOCK

Buy Now
5.0 5.0 star rating


WOMEN'S TREELINE MICRO CREW HIKER 2-PACK

Buy Now
5.0 5.0 star rating


WOMEN'S TREELINE MICRO CREW MIDWEIGHT HIKING SOCK - LAST CHANCE

Buy Now


OTHER TAGGED PRODUCTS

 * 
 * 
 * 
 * 
 * SHOW MORE
   SHOW LESS

R
rachelblaireroams

04/29/24
Recent work for darntoughvermont 🧦
READ MORE...
READ LESS
Was this review helpful?

0

0
4.9 4.9 star rating


WOMEN'S HIKER MICRO CREW MIDWEIGHT HIKING SOCK

Buy Now
4.9 4.9 star rating


MEN'S FASTPACK MICRO CREW LIGHTWEIGHT HIKING SOCK

Buy Now
4.6 4.6 star rating


MEN'S FASTPACK MICRO CREW LIGHTWEIGHT HIKING SOCK - LAST CHANCE

Buy Now


OTHER TAGGED PRODUCTS

 * 
 * 
 * 
 * SHOW MORE
   SHOW LESS

R
rachelblaireroams

04/29/24
Recent work for darntoughvermont 🧦
READ MORE...
READ LESS
Was this review helpful?

0

0
A
aprilandvikas

04/29/24
These past two weeks were full of wonderful adventures! We recently did a
sunrise hike elopement photoshoot with please.dont.blink and we LOVE how the
pictures turned out. A big shout out to Aimee for this wonderful opportunity
🙌🏼 We had so much fun hiking Buzzard Rock in Front Royal, Virginia! Besides a
big bird (possibly a buzzard) scaring April while hiking to the top in the dark
😂 We can’t wait to show you guys all the pictures and videos from our two-week
adventure. So stay tuned for that. 😊 #hiking #sunrisehike #hikingadventures
#virginia #elopmentphotographer #mountains #naturelovers #beautifuldestinations
#hikingtrails #sunrisephotography #sunrise #darntough
READ MORE...
READ LESS
Was this review helpful?

0

0
Slideshow
Slide controls

Loading...

Powered by



Buy Now
Buy Now
Buy Now
Buy Now
Buy Now

Buy Now
5.0 star rating Buy Now
Buy Now

Buy Now
Buy Now

Loading...
Load More
Loading...

A Tough History

20 years ago, desperate and on the verge of losing the family business, we
started Darn Tough.

Learn More



UNCONDITIONALLY GUARANTEED FOR LIFE


STILL MADE IN VERMONT, USA


UNCOMPROMISED COMFORT, DURABILITY + FIT


SHOP

Shop
 * All Socks
 * Men's Socks
 * Women's Socks
 * Kids' Socks
 * Tactical Socks
 * Sock Finder Quiz
 * Gift Cards


SUPPORT

Support
 * Contact Us
 * Returns & Exchanges
 * Shipping
 * FAQs
 * Size Chart
 * Terms for Special Promotions
 * Compliance & Notices
 * Sitemap
 * Call Us (877) DARNTUF


COMPANY

Company
 * Find a Store
 * Refer a Friend
 * Knit to Give
 * We Value Differences
 * Careers
 * Press
 * Reviews
 * Become an Ambassador
 * Donations


SALES

Sales
 * Darn Tough EU
 * Darn Tough UK
 * International Distributors
 * Amazon Sellers
 * Dealer Resources
 * Military/First Responder/Medical Discount


OUR EMAILS DON'T STINK

Our Emails Don't Stink

But cotton socks do. Subscribe today to learn about Merino Wool, free shipping
days, and more.

Enter your email Subscribe
icon-email Subscribe
 * Instagram
 * Facebook
 * YouTube
 * Twitter

Copyright © 2024, Darn Tough Vermont. All Rights Reserved.
Privacy Policy | Terms of Use | Accessibility Statement


icon-X "Close (esc)"
icon-X icon-chevron
icon-X
Darn Tough Vermont - Merino Wool Socks Guaranteed for Life