CINXE.COM
Darn Tough Vermont - Merino Wool Socks Guaranteed for Life
<!doctype html> <html class="no-js" lang="en" dir="ltr"> <head> <script src="https://cdn.jsdelivr.net/npm/@thumbmarkjs/thumbmarkjs/dist/thumbmark.umd.js"></script> <script> function setDeviceId(deviceId) { console.log('Setting Device ID:', deviceId); window.monetateQ = window.monetateQ || []; window.monetateQ.push(['setDeviceId', deviceId]); } async function uniqueID() { if (localStorage.getItem("deviceID")) { setDeviceId(localStorage.getItem("deviceID")); } else { const fp = await ThumbmarkJS.getFingerprint(); const deviceId = fp; setDeviceId(deviceId); localStorage.setItem("deviceID", deviceId); } } uniqueID(); </script> <script> class BotDetection { constructor() { this.allTestFunctions = ['testUserAgent', 'testChromeWindow', 'testPlugins', 'testAppVersion', 'testConnectionRtt', 'testSamsungBrowser']; } //* All Tests *// // User Agent testUserAgent() { if (/Headless/.test(window.navigator.userAgent)) { // Headless return 1; } else { // Not Headless return 0; } } // Window.Chrome testChromeWindow() { if (eval.toString().length == 33 && !window.chrome) { // Headless return 1; } else { // Not Headless return 0; } } // Notification Permissions testNotificationPermissions(callback) { if(navigator.permissions){ navigator.permissions.query({name:'notifications'}).then(function(permissionStatus) { if(Notification.permission === 'denied' && permissionStatus.state === 'prompt') { // Headless callback(1); } else { // Not Headless callback(0); } }); } else { callback(0); } } // No Plugins testPlugins() { let length = navigator.plugins.length; return length === 0 ? 1 : 0; } // App Version testAppVersion() { let appVersion = navigator.appVersion; return /headless/i.test(appVersion) ? 1 : 0; } // Connection Rtt testConnectionRtt() { let connection = navigator.connection; let connectionRtt = connection ? connection.rtt : undefined; if (connectionRtt === undefined) { return 0; // Flag doesn't even exists so just return NOT HEADLESS } else { return connectionRtt === 0 ? 1 : 0; } } testSamsungBrowser() { if(navigator.userAgent.match(/SamsungBrowser/i)) { return 0; } else { return 1; } } //* Main Functions *// getBotScore() { let score = 0; let testsRun = 0; // Notification Permissions test has to be done using Callbacks // That's why it's done separately from all the other tests. this.testNotificationPermissions(function(v){ score += v; testsRun++; //document.write("<p>testNotificationPermissions: " + v + "</p>"); // This is only used for debugging }); // Loop through all functions and add their results together for(let i = 0; i < this.allTestFunctions.length; i++){ score += this[this.allTestFunctions[i]].apply(); testsRun++; //document.write("<p>" + this.allTestFunctions[i] + ": " + this[this.allTestFunctions[i]].apply()+ "</p>"); // This is only used for debugging } return score / testsRun; } } var botDetector = new BotDetection(); window.botScore = botDetector.getBotScore(); </script> <script> window.YETT_BLACKLIST = []; window.YETT_BLACKLIST.push(/cdn2\.gbqofs\.com/); if(window.botScore && window.botScore > 0.34) { window.isBot = true; console.log('ee', 'bot detected'); window.YETT_BLACKLIST.push(/cloudfront\.net/); window.YETT_BLACKLIST.push(/www\.googletagmanager\.com/); window.YETT_BLACKLIST.push(/googleads\.g\.doubleclick\.net/); window.YETT_BLACKLIST.push(/www\.googleoptimize\.com/); window.YETT_BLACKLIST.push(/www\.google-analytics\.com/); window.YETT_BLACKLIST.push(/connect\.facebook\.net/); window.YETT_BLACKLIST.push(/trekkie\.storefront/); window.YETT_BLACKLIST.push(/conversion\.js/); window.YETT_BLACKLIST.push(/sdk\.loyaltylion\.net/); window.YETT_BLACKLIST.push(/se\.monetate\.net/); window.YETT_BLACKLIST.push(/static\.zdassets\.com/); window.YETT_BLACKLIST.push(/js\.getcatch\.com/); window.YETT_BLACKLIST.push(/n168\.darntough\.com/); window.YETT_BLACKLIST.push(/cdn-widgetsrepository\.yotpo\.com/); window.YETT_BLACKLIST.push(/cdn\.mxpnl\.com/); window.YETT_BLACKLIST.push(/f\.vimeocdn\.com/); window.YETT_BLACKLIST.push(/cdn\.ppbl\.co/); } !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).yett={})}(this,(function(t){"use strict";var e="javascript/blocked",r={blacklist:window.YETT_BLACKLIST,whitelist:window.YETT_WHITELIST},n={blacklisted:[]},i=function(t,n){return t&&(!n||n!==e)&&(!r.blacklist||r.blacklist.some((function(e){return e.test(t)})))&&(!r.whitelist||r.whitelist.every((function(e){return!e.test(t)})))},o=function(t){var e=t.getAttribute("src");return r.blacklist&&r.blacklist.every((function(t){return!t.test(e)}))||r.whitelist&&r.whitelist.some((function(t){return t.test(e)}))},c=new MutationObserver((function(t){for(var r=0;r<t.length;r++)for(var o=t[r].addedNodes,c=function(t){var r=o[t];if(1===r.nodeType&&"SCRIPT"===r.tagName){var c=r.src,l=r.type;if(i(c,l)){n.blacklisted.push([r,r.type]),r.type=e;r.addEventListener("beforescriptexecute",(function t(n){r.getAttribute("type")===e&&n.preventDefault(),r.removeEventListener("beforescriptexecute",t)})),r.parentElement&&r.parentElement.removeChild(r)}}},l=0;l<o.length;l++)c(l)}));function l(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,n)}return r}function a(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?l(Object(r),!0).forEach((function(e){s(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function s(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function u(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var r=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null==r)return;var n,i,o=[],c=!0,l=!1;try{for(r=r.call(t);!(c=(n=r.next()).done)&&(o.push(n.value),!e||o.length!==e);c=!0);}catch(t){l=!0,i=t}finally{try{c||null==r.return||r.return()}finally{if(l)throw i}}return o}(t,e)||f(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(t){return function(t){if(Array.isArray(t))return y(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||f(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t,e){if(t){if("string"==typeof t)return y(t,e);var r=Object.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?y(t,e):void 0}}function y(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=new Array(e);r<e;r++)n[r]=t[r];return n}c.observe(document.documentElement,{childList:!0,subtree:!0});var b=document.createElement,d={src:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"src"),type:Object.getOwnPropertyDescriptor(HTMLScriptElement.prototype,"type")};document.createElement=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];if("script"!==r[0].toLowerCase())return b.bind(document).apply(void 0,r);var o=b.bind(document).apply(void 0,r);try{Object.defineProperties(o,{src:a(a({},d.src),{},{set:function(t){i(t,o.type)&&d.type.set.call(this,e),d.src.set.call(this,t)}}),type:a(a({},d.type),{},{get:function(){var t=d.type.get.call(this);return t===e||i(this.src,t)?null:t},set:function(t){var r=i(o.src,o.type)?e:t;d.type.set.call(this,r)}})}),o.setAttribute=function(t,e){"type"===t||"src"===t?o[t]=e:HTMLScriptElement.prototype.setAttribute.call(o,t,e)}}catch(t){console.warn("Yett: unable to prevent script execution for script src ",o.src,".\n",'A likely cause would be because you are using a third-party browser extension that monkey patches the "document.createElement" function.')}return o};var v=new RegExp("[|\\{}()[\\]^$+*?.]","g");t.unblock=function(){for(var t=arguments.length,i=new Array(t),l=0;l<t;l++)i[l]=arguments[l];i.length<1?(r.blacklist=[],r.whitelist=[]):(r.blacklist&&(r.blacklist=r.blacklist.filter((function(t){return i.every((function(e){return"string"==typeof e?!t.test(e):e instanceof RegExp?t.toString()!==e.toString():void 0}))}))),r.whitelist&&(r.whitelist=[].concat(p(r.whitelist),p(i.map((function(t){if("string"==typeof t){var e=".*"+t.replace(v,"\\$&")+".*";if(r.whitelist.every((function(t){return t.toString()!==e.toString()})))return new RegExp(e)}else if(t instanceof RegExp&&r.whitelist.every((function(e){return e.toString()!==t.toString()})))return t;return null})).filter(Boolean)))));for(var a=document.querySelectorAll('script[type="'.concat(e,'"]')),s=0;s<a.length;s++){var f=a[s];o(f)&&(n.blacklisted.push([f,"application/javascript"]),f.parentElement.removeChild(f))}var y=0;p(n.blacklisted).forEach((function(t,e){var r=u(t,2),i=r[0],c=r[1];if(o(i)){for(var l=document.createElement("script"),a=0;a<i.attributes.length;a++){var s=i.attributes[a];"src"!==s.name&&"type"!==s.name&&l.setAttribute(s.name,i.attributes[a].value)}l.setAttribute("src",i.src),l.setAttribute("type",c||"application/javascript"),document.head.appendChild(l),n.blacklisted.splice(e-y,1),y++}})),r.blacklist&&r.blacklist.length<1&&c.disconnect()},Object.defineProperty(t,"__esModule",{value:!0})})); </script> <script> let optThemeConfig = { blockAllJs: false, blockRemoteScripts: ['static.klaviyo.com'], blockInlineScripts: ['!function(){if(!window.klaviyo){window._klOnsite'], }; if(window.isBot) { optThemeConfig.blockRemoteScripts.push('algolia_config.js'); optThemeConfig.blockRemoteScripts.push('algolia_init.js'); optThemeConfig.blockRemoteScripts.push('vendor-scripts-v11.js'); optThemeConfig.blockRemoteScripts.push('jquery.min.js'); optThemeConfig.blockRemoteScripts.push('theme.js'); optThemeConfig.blockRemoteScripts.push('wpm'); optThemeConfig.blockRemoteScripts.push('js.getcatch.com'); optThemeConfig.blockInlineScripts.push('wsmcdn.audioeye.com'); } let optNodes = []; const optObserver = new MutationObserver(mutations => { mutations.forEach(({ addedNodes }) => { addedNodes.forEach(node => { // For each added script tag if (node.nodeType === 1 && node.tagName === 'SCRIPT') { if (optThemeConfig.blockAllJs) { optNodes.push(node); node.type = 'noscript'; // Unnecessary, but cleaner: remove the node from the DOM if (node.parentElement) { node.parentElement.removeChild(node); } } else { if (node.innerText) { if (optThemeConfig.blockInlineScripts.some(x => node.innerText.includes(x))) { optNodes.push(node); node.type = 'noscript'; if (node.parentElement) { node.parentElement.removeChild(node); } } } else { if (optThemeConfig.blockRemoteScripts.some(x => node.src.includes(x))) { optNodes.push(node); node.type = 'noscript'; console.log('ee', node.src); if (node.parentElement) { node.parentElement.removeChild(node); } } } } } }) }) }) // Starts the monitoring optObserver.observe(document.documentElement, { childList: true, subtree: true }); </script> <script type="noscript-s"> console.log('ee', optNodes.map(x => x.src)); setTimeout(() => { optObserver.disconnect(); if(!window.isBot) { window.yett.unblock(); for (let i = 0; i < optNodes.length; i++) { optNodes[i].type = 'text/javascript'; let script = document.createElement('script'); if (optNodes[i].src){ script.src = optNodes[i].src; } script.type = 'text/javascript'; script.innerHTML = optNodes[i].innerHTML; document.querySelector('body').appendChild(script); console.log('ee', optNodes[i].src); } } }, 10); </script> <script> window.addEventListener('wnw_load', function (e) { setTimeout(() => { var evt = document.createEvent('Event'); evt.initEvent('wnw_load_custom', false, false); window.dispatchEvent(evt); }, 2000); setTimeout(() => { window.emitEvent = function (e, n, t) { if (e) { n = n || window, t = t || {}; var a = new CustomEvent(e, { bubbles: !0, cancelable: !0, detail: t }); n.dispatchEvent(a) } }; setTimeout(() => { emitEvent("allLoad", window, {}); }, 10); setTimeout(() => { emitEvent("allLoad", document, {}); }, 10); }, 100); }); </script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="theme-color" content="#111111"> <link rel="canonical" href="https://darntough.com/"> <link rel="preconnect" href="https://cdn.shopify.com" crossorigin> <link rel="preconnect" href="https://fonts.shopifycdn.com" crossorigin> <link rel="dns-prefetch" href="https://productreviews.shopifycdn.com"> <link rel="dns-prefetch" href="https://ajax.googleapis.com"> <link rel="dns-prefetch" href="https://maps.googleapis.com"> <link rel="dns-prefetch" href="https://maps.gstatic.com"> <link rel="alternate" hreflang="en-GB" href="https://darntough.uk"> <link rel="alternate" hreflang="en-DE" href="https://darntough.eu"> <link rel="alternate" hreflang="en" href="https://darntough.com"> <!-- No Index Pages --> <!-- End No Index Snippet --> <link rel="shortcut icon" href="//darntough.com/cdn/shop/files/MTN_Logo_2000x2000-200x200-a17bdef1-cab9-4345-a181-baea88cc3129-2_32x32.png?v=1636580249" type="image/png" /><title>Darn Tough Vermont - Merino Wool Socks Guaranteed for Life </title> <meta name="description" content="Guaranteed for life and made in the USA, Darn Tough socks are the best merino wool socks for hiking, running, work, and everyday wear."><!-- Begin Monetate ExpressTag Sync v8.1. Place at start of document head. DO NOT ALTER. --> <script type="text/javascript">var monetateT = new Date().getTime();</script> <script type="text/javascript" src="//se.monetate.net/js/2/a-f938797c/p/darntough.com/entry.js"></script> <!-- End Monetate tag. --><meta property="og:site_name" content="Darn Tough"> <meta property="og:url" content="https://darntough.com/"> <meta property="og:title" content="Darn Tough Vermont - Merino Wool Socks Guaranteed for Life"> <meta property="og:type" content="website"> <meta property="og:description" content="Guaranteed for life and made in the USA, Darn Tough socks are the best merino wool socks for hiking, running, work, and everyday wear."><meta property="og:image" content="http://darntough.com/cdn/shop/files/DT_Logo_Web_baf94ae9-ac6b-416b-b6a4-44ff4a8804e3.png?v=1631280253"> <meta property="og:image:secure_url" content="https://darntough.com/cdn/shop/files/DT_Logo_Web_baf94ae9-ac6b-416b-b6a4-44ff4a8804e3.png?v=1631280253"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"><meta name="twitter:site" content="@DarnTough"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Darn Tough Vermont - Merino Wool Socks Guaranteed for Life"> <meta name="twitter:description" content="Guaranteed for life and made in the USA, Darn Tough socks are the best merino wool socks for hiking, running, work, and everyday wear."> <style data-shopify>@font-face { font-family: "Avenir Next"; font-weight: 700; font-style: normal; font-display: swap; src: url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=971d3711dee7520323410170d10e1bae8eb8853150823da5b23c2e8901e540f5") format("woff2"), url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b544bfa8f3ec336717252b01df966444ccffe3e9376b0dc33a464c77e352e31b") format("woff"); } @font-face { font-family: "Avenir Next"; font-weight: 500; font-style: normal; font-display: swap; src: url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n5.972a96b7a049f12c89d6d1cd0e1b6c9211f7ba14.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=1311ee99ac751cce4dbd5edf1ac0182a0b039f70d51dd806a9596823aa4d441c") format("woff2"), url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n5.9e88d20fa9eb66ba268ac60ab013006ef69a310a.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=33e493f26c36455bd3425a8e74aae8afa08e1ed1f04499613a052b8ea1c2af40") format("woff"); } Liquid error (snippets/font-face line 11): font_face can only be used with a font drop @font-face { font-family: "Avenir Next"; font-weight: 700; font-style: normal; font-display: swap; src: url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n7.8cfc646eab1e39e2d81a26284624600ccae49d55.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=971d3711dee7520323410170d10e1bae8eb8853150823da5b23c2e8901e540f5") format("woff2"), url("//darntough.com/cdn/fonts/avenir_next/avenirnext_n7.25b10f8089bc87dfd8e50a7c68b433da7a04bc87.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=b544bfa8f3ec336717252b01df966444ccffe3e9376b0dc33a464c77e352e31b") format("woff"); } @font-face { font-family: "Avenir Next"; font-weight: 500; font-style: italic; font-display: swap; src: url("//darntough.com/cdn/fonts/avenir_next/avenirnext_i5.2d1a6d537e5b485482d6bcca34a56cc10d441a55.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=2d6c0535c5407fc4a58e66c2c88a0d856d6634f980f4401a5b49c4f76a8cb592") format("woff2"), url("//darntough.com/cdn/fonts/avenir_next/avenirnext_i5.fcfa37c68ca483c41031623bfae4701d99bb4b95.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=a66c2ea1d024ca2c8815d5ada0188f51e0994399993ba162f550558d31ae13d1") format("woff"); } @font-face { font-family: "Avenir Next"; font-weight: 700; font-style: italic; font-display: swap; src: url("//darntough.com/cdn/fonts/avenir_next/avenirnext_i7.3a67996166b5b7f1b7cc3b35490ebd6824908dc5.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=727fa8fd0940b9fb79cee3b2a56362c5b1b6be0f020586d7cf3aa7d6a9602b03") format("woff2"), url("//darntough.com/cdn/fonts/avenir_next/avenirnext_i7.b872875ff437f0efb4c2321d0016eaa726b649ae.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0a1d90bcf4ae024d613999c987d899b3995089f141788c38c822ccf300b48d11") format("woff"); } </style><style> .template-search .product-card-items-wrapper .image-container img, .index-section.algolia_widget .image-container img { max-height: 240px; width: auto; } </style> <style> .announcement-link, .announcement-link:active, .announcement-link:hover { color: white !important; } h1.site-header__logo img, .h1.site-header__logo img { opacity: 1 !important; } @media only screen and (max-width:768px){ /* div.drawer--left{ display: block; } */ body:not(.themeJs-loaded) div.drawer--left.drawer--is-open{ transform: translateX(350px); transition-duration: .45s; } .js-drawer-open .main-content:after { animation: overlay-on .35s forwards; } .js-drawer-open .main-content:after { content: ""; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #e6e6e6; background-color: var(--colorModalBg); opacity: 0.6; z-index: 26; } .js-drawer-open:not(.js-drawer-open--search) .header-sticky-wrapper { z-index: 6; } } .aa-MainContainer { min-width: max-content !important; } .site-nav__icons { display: flex; } .aa-DetachedSearchButtonQuery{ display:none; } .aa-DetachedContainer--modal{ max-width: 100% !important; } header .aa-DetachedSearchButton{ top:5px; } .aa-DetachedContainer .aa-DetachedCancelButton{ font-size: 17px !important; } @media only screen and (min-width: 767px){ .aa-DetachedFormContainer{ padding-inline: 40px !important; } .aa-DetachedContainer .aa-PanelLayout.aa-Panel--scrollable{ max-height: 650px !important; } } .aa-DetachedSearchButtonIcon{ cursor:pointer !important; } .site-nav__icons .search_algolia_wrapper{ width:47px !important; height:41px; position:relative; display: flex; justify-content: center; } .placeholder_search_svg{ position: absolute; top: 13px; right: 9.5px; } @media only screen and (max-width: 769px){ .site-nav__icons .search_algolia_wrapper{ width:50px !important; } .placeholder_search_svg{ right: 11.5px; } } .hero__image-wrapper { opacity: 1 !important; transform: translate(0) !important; } .animation-contents, .animation-cropper, .hero__link .btn { opacity: 1 !important; transform: translate(0) !important; } .hero--natural[data-natural]::before { content: none !important; } .hero--natural[data-natural] .loading::after { content: none !important; } </style> <style> @keyframes overlay-on { 0% { opacity: 0; } to { opacity: 0.6; } } @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } button,input{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:calc(var(--typeBaseSize) * 1);letter-spacing:var(--typeBaseSpacing);line-height:var(--typeBaseLineHeight);} @media only screen and (min-width:769px){ button,input{font-size:var(--typeBaseSize);} } button,input{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-rendering:optimizeSpeed;} .text-link{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} .text-link:hover{color:#000;color:var(--colorTextBody);} .text-link{display:inline;border:0 none;background:none;padding:0;margin:0;} button{overflow:visible;} svg:not(:root){overflow:hidden;} form{margin:0;} @media only screen and (max-width:959px){ input{font-size:16px!important;} } button,input{-webkit-appearance:none;-moz-appearance:none;} button{background:none;border:none;display:inline-block;cursor:pointer;} button{cursor:pointer;} input{border:1px solid;border-color:#e8e8e1;border-color:var(--colorBorder);max-width:100%;padding:8px 10px;border-radius:0;} .icon{display:inline-block;width:20px;height:20px;vertical-align:middle;fill:currentColor;} svg.icon:not(.icon--full-color) path{fill:inherit;stroke:inherit;} .icon-close path,.icon-search path{fill:none!important;stroke-width:var(--iconWeight);stroke:currentColor!important;stroke-linecap:var(--iconLinecaps);stroke-linejoin:var(--iconLinecaps);} .icon__fallback-text{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px;} .site-header__search-container{display:none;position:absolute;left:0;right:0;bottom:200%;height:100%;z-index:28;overflow:hidden;} .site-header__search{position:absolute;top:0;left:0;bottom:0;right:0;z-index:28;display:flex;transform:translate3d(0,-110%,0);background-color:#fff;background-color:var(--colorBody);color:#000;color:var(--colorTextBody);box-shadow:0 15px 45px #0000001a;} .site-header__search .page-width{flex:1 1 100%;display:flex;align-items:stretch;} @media only screen and (max-width:768px){ .site-header__search .page-width{padding:0;} } .site-header__search .icon{width:30px;height:30px;} .site-header__search-btn{padding:0 15px;} svg.icon:not(.icon--full-color) path{fill:inherit;stroke:inherit;} .icon-close path,.icon-search path{fill:none!important;stroke-width:var(--iconWeight);stroke:currentColor!important;stroke-linecap:var(--iconLinecaps);stroke-linejoin:var(--iconLinecaps);} .icon__fallback-text{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px;} .site-header__search-container{display:none;position:absolute;left:0;right:0;bottom:200%;height:100%;z-index:28;overflow:hidden;} .site-header__search-container.is-active{display:block;overflow:visible;bottom:0;} .site-header__search{position:absolute;top:0;left:0;bottom:0;right:0;z-index:28;display:flex;transform:translate3d(0,-110%,0);background-color:#fff;background-color:var(--colorBody);color:#000;color:var(--colorTextBody);box-shadow:0 15px 45px #0000001a;} .site-header__search .page-width{flex:1 1 100%;display:flex;align-items:stretch;} @media only screen and (max-width:768px){ .site-header__search .page-width{padding:0;} } .is-active .site-header__search{transform:translateZ(0);} .site-header__search .icon{width:30px;height:30px;} .site-header__search-form{flex:1 1 auto;display:flex;} @media only screen and (min-width:769px){ .site-header__search-form{padding:15px 0;} } .site-header__search-input{border:0;width:100px;flex:1 1 auto;} .site-header__search-input:focus{border:0;outline:0;} .site-header__search-btn{padding:0 15px;} @media only screen and (min-width:769px){ .site-header__search-btn--submit{padding:0 15px 0 0;} .site-header__search-btn--submit .icon{position:relative;top:-1px;width:28px;height:28px;} } input{background-color:inherit;color:inherit;} input:active,input:focus{border:1px solid;border-color:#000;border-color:var(--colorTextBody);} @media all{ *,:after,:before{box-sizing:border-box;} } .js-drawer-open .main-content:after { content: ""; display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #e6e6e6; background-color: var(--colorModalBg); opacity: 0; z-index: 26; } .js-drawer-open .main-content:after { animation: overlay-on .35s forwards; } </style> <script> const mutationObs = new MutationObserver((mutations) => { for (const {addedNodes} of mutations) { addedNodes.forEach(el => { // console.log(el.classList); if(el.classList?.contains('parallax-image')) { const rect = el.parentElement.getBoundingClientRect(); const containerTop = rect.top + window.pageYOffset; const scrollAmount = (window.pageYOffset - containerTop) * 0.9; el.style.transform = `translateY(${scrollAmount}px)`; } }) } }); // Starts the monitoring mutationObs.observe(document.documentElement, { childList: true, subtree: true }); </script> <link rel="preload" href="https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6" as="font" type="font/woff2" crossorigin fetchpriority="low"> <link rel="preload" href="https://darntough.com/cdn/shop/files/BenguiatStd_Medium.otf?v=1696278045" as="font" type="font/woff2" crossorigin fetchpriority="low"> <style> .otto-banner-content{line-height:1.2;display:flex!important;flex-direction:column;justify-content:center;height:100%;} .otto-banner-content--center-right{padding-right:50px!important;padding-left:0px!important;} .hero__text-content.vertical-center {vertical-align: middle;} @media screen and (max-width:768px) { .hero__text-content.vertical-bottom-mobile { vertical-align: bottom; } } /* Otto Subheading */ .otto-banner-content__subheader { text-transform: uppercase; letter-spacing: 0.3em; font-size: 1.1em; margin-bottom: 5px; display:flex !important; order:1; } .otto-banner-content__header { order:2; } .otto-banner-content__body { order:3; } .otto-btn-group { order:4; } /*! CSS Used fontfaces */ @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Benguiat";src:url("https://darntough.com/cdn/shop/files/BenguiatStd_Medium.otf?v=1696278045");} .announcement-link { color: #ffffff; } .announcement-link .announcement-link-text { text-decoration: underline; } /*! CSS Used from: https://darntough.com/cdn/shop/t/484/assets/additional.css?v=75692767901852393811697722799 ; media=all */ @media all{ @media all{ *,:after,:before{box-sizing:border-box;} .text-center{text-align:center!important;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} p{margin:0 0 15px;} h3{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ h3{margin:0 0 15px;} } h3{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} h3{font-size:calc(var(--typeHeaderSize)*.62);} @media only screen and (min-width:769px){ h3{font-size:calc(var(--typeHeaderSize)*.65);} } svg:not(:root){overflow:hidden;} .icon{fill:currentColor;display:inline-block;height:20px;vertical-align:middle;width:20px;} svg.icon path{fill:inherit;stroke:inherit;} @media print{ h3,p{orphans:3;widows:3;} h3{page-break-after:avoid;} } } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} button{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:calc(var(--typeBaseSize)*.92);letter-spacing:var(--typeBaseSpacing);line-height:var(--typeBaseLineHeight);text-rendering:optimizeSpeed;} @media only screen and (min-width:769px){ button{font-size:var(--typeBaseSize);} } button{color:currentColor;overflow:visible;} svg:not(:root){overflow:hidden;} button{-webkit-appearance:none;-moz-appearance:none;} button{background:none;border:none;cursor:pointer;display:inline-block;} button{cursor:pointer;} .icon{fill:currentColor;display:inline-block;height:20px;vertical-align:middle;width:20px;} svg.icon path{fill:inherit;stroke:inherit;} .index-section{margin:40px 0;} @media only screen and (min-width:769px){ .index-section{margin:75px 0;} } } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} .page-width{margin:0 auto;max-width:1500px;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } p{margin:0 0 15px;} .h2,h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ .h2,h2{margin:0 0 15px;} } .h2,h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .h2,h2{font-size:calc(var(--typeHeaderSize)*.73);} @media only screen and (min-width:769px){ .h2,h2{font-size:calc(var(--typeHeaderSize)*.85);} } a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} .btn{-webkit-appearance:none;-moz-appearance:none;background:var(--colorBtnPrimary);border:1px solid transparent;border-radius:var(--buttonRadius);color:var(--colorBtnPrimaryText);cursor:pointer;display:inline-block;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;letter-spacing:.3em;line-height:1.42;margin:0;min-width:90px;padding:11px 20px;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:normal;width:auto;} @media only screen and (max-width:768px){ .btn{font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);padding:9px 17px;} } .btn:hover{background-color:var(--colorBtnPrimary);color:var(--colorBtnPrimaryText);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){overflow:hidden;position:relative;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);content:"";height:100%;left:150%;position:absolute;top:0;transform:skew(-20deg);width:200%;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:var(--colorBtnPrimary);transition-delay:0s;} .index-section{margin:40px 0;} @media only screen and (min-width:769px){ .index-section{margin:75px 0;} } @media print{ h2,p{orphans:3;widows:3;} h2{page-break-after:avoid;} } } @media all{ .btn{background:#231f20!important;color:#fff;font-family:Trade Gothic;font-weight:800;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} svg:not(:root){overflow:hidden;} .icon{fill:currentColor;display:inline-block;height:20px;vertical-align:middle;width:20px;} svg.icon path{fill:inherit;stroke:inherit;} } } /*! CSS Used from: https://darntough.com/cdn/shop/t/484/assets/theme.css?v=173200256339680380851697722843 ; media=all */ @media all{ :root{--colorBtnPrimary:#111111;--colorBtnPrimaryLight:#2b2b2b;--colorBtnPrimaryDim:#040404;--colorBtnPrimaryText:#ffffff;--colorLink:#000000;--colorTextBody:#000000;--colorPrice:#1c1d1d;--colorTextSavings:#C20000;--colorSaleTag:#1c1d1d;--colorSaleTagText:#ffffff;--colorBody:#ffffff;--colorBodyDim:#f2f2f2;--colorFooter:#ffffff;--colorFooterText:#000000;--colorBorder:#e8e8e1;--colorNav:#ffffff;--colorNavText:#000000;--colorAnnouncement:#8a1f03;--colorAnnouncementText:#ffffff;--colorHeroText:#ffffff;--colorModalBg:#e6e6e6;--colorImageOverlay:#000000;--colorImageOverlayOpacity:.1;--colorImageOverlayTextShadow:.2;--colorSmallImageBg:#eeeeee;--colorLargeImageBg:#0f0f0f;--colorGridOverlay:#000000;--colorGridOverlayOpacity:.1;--colorDrawers:#ffffff;--colorDrawersDim:#f2f2f2;--colorDrawerBorder:#e8e8e1;--colorDrawerText:#000000;--colorDrawerTextDark:#000000;--colorDrawerButton:#111111;--colorDrawerButtonText:#ffffff;--grid-gutter:17px;--drawer-gutter:20px;--color-body-text:#000000;--color-body:#ffffff;--color-bg:#ffffff;} @media only screen and (min-width:769px){ :root{--grid-gutter:22px;--drawer-gutter:30px;} } *,:after,:before,input{box-sizing:border-box;} body,html{padding:0;margin:0;} footer,header,main,section{display:block;} .grid:after{content:"";display:table;clear:both;} .grid{list-style:none;margin:0 0 0 -22px;padding:0;} @media only screen and (max-width:768px){ .grid{margin-left:-17px;} } .grid__item{float:left;padding-left:22px;width:100%;min-height:1px;} @media only screen and (max-width:768px){ .grid__item{padding-left:17px;} } .grid--flush-bottom{margin-bottom:-22px;overflow:auto;} .grid--flush-bottom>.grid__item{margin-bottom:22px;} .one-whole{width:100%;} .one-half{width:50%;} @media only screen and (max-width:768px){ .small--one-half{width:50%;} .small--one-third{width:33.33333%;} .small--two-thirds{width:66.66667%;} .grid--uniform .small--one-half:nth-of-type(odd),.grid--uniform .small--one-third:nth-of-type(3n+1){clear:both;} } @media only screen and (min-width:769px){ .medium-up--one-third{width:33.33333%;} .grid--uniform .medium-up--one-third:nth-of-type(3n+1){clear:both;} .medium-up--one-fifth{width:20%;} .grid--uniform .medium-up--one-fifth:nth-of-type(5n+1){clear:both;} } .hide{display:none!important;} .text-left{text-align:left!important;} .text-center{text-align:center!important;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } @media only screen and (min-width:769px){ .medium-up--hide{display:none!important;} } .flex-grid{display:flex;flex-wrap:wrap;flex:1 1 100%;} .flex-grid--gutters{margin-top:-15px;margin-left:-15px;} .flex-grid__item{flex:0 1 100%;display:flex;align-items:stretch;} .flex-grid--gutters .flex-grid__item{padding-top:15px;padding-left:15px;} .flex-grid__item>*{flex:1 1 100%;} @media only screen and (min-width:769px){ .flex-grid__item--50{flex-basis:50%;} } html:not(.no-js):not(.tab-outline):focus{outline:none;} .visually-hidden{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px;} .skip-link:focus{clip:auto;width:auto;height:auto;margin:0;color:#000;color:var(--colorTextBody);background-color:#fff;background-color:var(--colorBody);padding:10px;opacity:1;z-index:10000;transition:none;} html{touch-action:manipulation;} body,html{background-color:#fff;background-color:var(--colorBody);color:#000;color:var(--colorTextBody);} .page-width{max-width:1500px;margin:0 auto;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } @media only screen and (max-width:768px){ .page-width--flush-small{padding:0;} } .main-content{display:block;min-height:300px;} @media only screen and (min-width:769px){ .main-content{min-height:fit-content;} } body,button,input,textarea{font-family:var(--typeBasePrimary),var(--typeBaseFallback);font-size:calc(var(--typeBaseSize) * 1);letter-spacing:var(--typeBaseSpacing);line-height:var(--typeBaseLineHeight);} @media only screen and (min-width:769px){ body,button,input,textarea{font-size:var(--typeBaseSize);} } body,button,input,textarea{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;text-rendering:optimizeSpeed;} body{font-weight:var(--typeBaseWeight);} p{margin:0 0 15px;} strong{font-weight:700;} small{font-size:.85em;} label:not(.variant__button-label):not(.text-label){text-transform:uppercase;letter-spacing:.3em;font-size:1em;} label{display:block;margin-bottom:10px;} .h2,.h3,.h4,.h5,h1,h2,h3{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ .h2,.h3,.h4,.h5,h1,h2,h3{margin:0 0 15px;} } .h5 a,h1 a{text-decoration:none;font-weight:inherit;} .h2,.h3,h1,h2,h3{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} h1{font-size:calc(var(--typeHeaderSize) * .85);} .h2,h2{font-size:calc(var(--typeHeaderSize) * .73);} .h3,h3{font-size:calc(var(--typeHeaderSize) * .62);} @media only screen and (min-width:769px){ h1{font-size:var(--typeHeaderSize);} .h2,h2{font-size:calc(var(--typeHeaderSize) * .85);} .h3,h3{font-size:calc(var(--typeHeaderSize) * .65);} } .h4{text-transform:uppercase;letter-spacing:.3em;font-size:.8em;} .h5{text-transform:uppercase;letter-spacing:.3em;font-size:.8em;margin-bottom:10px;} @media only screen and (max-width:768px){ .h5{margin-bottom:5px;} } .ajaxcart__subtotal{text-transform:uppercase;letter-spacing:.3em;font-size:.8em;} ul{margin:0 0 15px 30px;padding:0;text-rendering:optimizeLegibility;} ul ul{margin:4px 0 5px 20px;} li{margin-bottom:.25em;} .no-bullets{list-style:none outside;margin-left:0;} .inline-list{padding:0;margin:0;} .inline-list li{display:inline-block;margin-bottom:0;vertical-align:middle;} .text-link,a{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} .text-link:hover,a:hover{color:#000;color:var(--colorTextBody);} .text-link{display:inline;border:0 none;background:none;padding:0;margin:0;} .rte a{color:#000;color:var(--colorLink);} button{overflow:visible;} .btn,.rte .btn{line-height:1.42;text-decoration:none;text-align:center;white-space:normal;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;text-transform:uppercase;letter-spacing:.3em;display:inline-block;padding:11px 20px;margin:0;width:auto;min-width:90px;vertical-align:middle;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--buttonRadius);color:#fff;color:var(--colorBtnPrimaryText);background:#111111;background:var(--colorBtnPrimary);} @media only screen and (max-width:768px){ .btn,.rte .btn{padding:9px 17px;font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);} } .btn:hover,.rte .btn:hover{color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static),[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){position:relative;overflow:hidden;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{content:"";position:absolute;top:0;left:150%;width:200%;height:100%;transform:skew(-20deg);background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:#2b2b2b;background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active,[data-button_style=square] .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:#111111;background:var(--colorBtnPrimary);transition-delay:0s;} .btn--body,.btn--body:active,.btn--body:hover{border:1px solid;border-color:#e8e8e1;border-color:var(--colorBorder);background-color:#fff;background-color:var(--colorBody);color:#000;color:var(--colorTextBody);} .btn--circle{padding:10px;border-radius:50%;min-width:0;line-height:1;} .btn--circle .icon{width:20px;height:20px;} .btn--circle:after,.btn--circle:before{content:none;background:none;width:auto;} .btn--circle.btn--large .icon{width:30px;height:30px;} .btn--circle.btn--large{padding:15px;} .btn--large{padding:15px 20px;} .collapsible-trigger-btn{text-align:left;} .collapsible-trigger-btn{text-transform:uppercase;letter-spacing:.3em;font-size:.8em;display:block;width:100%;padding:15px 10px 15px 0;} img{border:0 none;} svg:not(:root){overflow:hidden;} iframe,img{max-width:100%;} .blog-image_element{display:block;width:100%;} .video-wrapper{position:relative;overflow:hidden;max-width:100%;padding-bottom:56.25%;height:0;height:auto;} .video-wrapper--modal{width:1000px;} .grid__image-ratio{position:relative;background-color:#eee;background-color:var(--colorSmallImageBg);} .grid__image-ratio img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;} .grid__image-ratio img.grid__image-contain{-o-object-fit:contain;object-fit:contain;} .grid__image-ratio:before{content:"";display:block;height:0;width:100%;} .grid__image-ratio--square:before{padding-bottom:100%;} .image-fit{position:relative;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover";z-index:1;} form{margin:0;} @media only screen and (max-width:959px){ input,textarea{font-size:16px!important;} } button,input,textarea{-webkit-appearance:none;-moz-appearance:none;} button{background:none;border:none;display:inline-block;cursor:pointer;} button{cursor:pointer;} input,textarea{border:1px solid;border-color:#e8e8e1;border-color:var(--colorBorder);max-width:100%;padding:8px 10px;border-radius:0;} textarea.input-full{width:100%;} textarea{min-height:100px;} input[type=checkbox]{margin:0 10px 0 0;padding:0;width:auto;} input[type=checkbox]{-webkit-appearance:checkbox;-moz-appearance:checkbox;} .hidden-label{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px;} label[for]{cursor:pointer;} small{display:block;} .icon{display:inline-block;width:20px;height:20px;vertical-align:middle;fill:currentColor;} svg.icon:not(.icon--full-color) path{fill:inherit;stroke:inherit;} .icon-bag-minimal path,.icon-chevron-down path,.icon-close path,.icon-email path,.icon-hamburger path,.icon-search path,.icon-user path{fill:none!important;stroke-width:var(--iconWeight);stroke:currentColor!important;stroke-linecap:var(--iconLinecaps);stroke-linejoin:var(--iconLinecaps);} .icon__fallback-text{clip:rect(0,0,0,0);overflow:hidden;position:absolute;height:1px;width:1px;} .drawer{display:none;position:fixed;overflow:hidden;-webkit-overflow-scrolling:touch;top:0;bottom:0;max-width:95%;z-index:30;color:#000;color:var(--colorDrawerText);background-color:#fff;background-color:var(--colorDrawers);box-shadow:0 0 150px #0000001a;transition:transform .25s cubic-bezier(.165,.84,.44,1);} @media screen and (max-height:400px){ .drawer{overflow:scroll;} .drawer .drawer__contents{height:auto;} } .drawer a:not(.btn){color:#000;color:var(--colorDrawerText);} .drawer a:not(.btn):hover{color:#000;color:var(--colorDrawerText);} .drawer input,.drawer textarea{border-color:#e8e8e1;border-color:var(--colorDrawerBorder);} .drawer .btn{background-color:#111;background-color:var(--colorDrawerButton);color:#fff;color:var(--colorDrawerButtonText);} .drawer--left{width:350px;left:-350px;} .drawer--right{width:350px;right:-350px;} @media only screen and (min-width:769px){ .drawer--right{width:450px;right:-450px;} } .drawer__fixed-header,.drawer__footer,.drawer__header,.drawer__scrollable{padding-left:20px;padding-left:var(--drawer-gutter);padding-right:20px;padding-right:var(--drawer-gutter);} .drawer__header{display:table;height:70px;width:100%;padding:11.53846px 0;margin-bottom:0;border-bottom:1px solid;border-bottom-color:#e8e8e1;border-bottom-color:var(--colorDrawerBorder);} .drawer__fixed-header{height:70px;overflow:visible;} @media only screen and (min-width:769px){ .drawer__fixed-header,.drawer__header{height:80px;} } .drawer__close,.drawer__title{display:table-cell;vertical-align:middle;} .drawer__title{width:100%;} .drawer__close{width:1%;text-align:center;} .drawer__close-button{position:relative;height:100%;right:-20px;right:calc(var(--drawer-gutter)*-1);padding:0 var(--drawer-gutter);color:inherit;} .drawer__close-button:active{background-color:#f2f2f2;background-color:var(--colorDrawersDim);} .drawer__close-button .icon{height:28px;width:28px;} .drawer__contents{height:100%;display:flex;flex-direction:column;} .drawer__inner,.drawer__scrollable{flex:1 1 auto;display:flex;flex-direction:column;overflow-y:hidden;} .drawer__scrollable{padding-top:20px;padding-top:var(--drawer-gutter);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;} .drawer__footer{border-top:1px solid;border-top-color:#e8e8e1;border-top-color:var(--colorDrawerBorder);padding-top:15px;padding-bottom:20px;padding-bottom:var(--drawer-gutter);} @media only screen and (min-width:769px){ .drawer__footer{padding-top:22.22222px;} } .cart-notes{margin-top:10px;margin-bottom:10px;min-height:60px;height:60px;} @media only screen and (min-width:769px){ .cart-notes{min-height:80px;height:80px;} } .appear-delay-14{transition:transform 1s cubic-bezier(.165,.84,.44,1) .94s,opacity 1s cubic-bezier(.165,.84,.44,1) 1.04s;} .appear-delay-13{transition:transform 1s cubic-bezier(.165,.84,.44,1) .88s,opacity 1s cubic-bezier(.165,.84,.44,1) .98s;} .appear-delay-12{transition:transform 1s cubic-bezier(.165,.84,.44,1) .82s,opacity 1s cubic-bezier(.165,.84,.44,1) .92s;} .appear-delay-11{transition:transform 1s cubic-bezier(.165,.84,.44,1) .76s,opacity 1s cubic-bezier(.165,.84,.44,1) .86s;} .appear-delay-10{transition:transform 1s cubic-bezier(.165,.84,.44,1) .7s,opacity 1s cubic-bezier(.165,.84,.44,1) .8s;} .appear-delay-9{transition:transform 1s cubic-bezier(.165,.84,.44,1) .64s,opacity 1s cubic-bezier(.165,.84,.44,1) .74s;} .appear-delay-8{transition:transform 1s cubic-bezier(.165,.84,.44,1) .58s,opacity 1s cubic-bezier(.165,.84,.44,1) .68s;} .appear-delay-7{transition:transform 1s cubic-bezier(.165,.84,.44,1) .52s,opacity 1s cubic-bezier(.165,.84,.44,1) .62s;} .appear-delay-6{transition:transform 1s cubic-bezier(.165,.84,.44,1) .46s,opacity 1s cubic-bezier(.165,.84,.44,1) .56s;} .appear-delay-5{transition:transform 1s cubic-bezier(.165,.84,.44,1) .4s,opacity 1s cubic-bezier(.165,.84,.44,1) .5s;} .appear-delay-4{transition:transform 1s cubic-bezier(.165,.84,.44,1) .34s,opacity 1s cubic-bezier(.165,.84,.44,1) .44s;} .appear-delay-3{transition:transform 1s cubic-bezier(.165,.84,.44,1) .28s,opacity 1s cubic-bezier(.165,.84,.44,1) .38s;} .appear-delay-2{transition:transform 1s cubic-bezier(.165,.84,.44,1) .22s,opacity 1s cubic-bezier(.165,.84,.44,1) .32s;} .appear-delay-1{transition:transform 1s cubic-bezier(.165,.84,.44,1) .1s,opacity 1s cubic-bezier(.165,.84,.44,1) .2s;} .animation-cropper{overflow:hidden;display:inline-flex;} .image-wrap{background:#eeeeee;background:var(--colorSmallImageBg);overflow:hidden;} .image-wrap img:not([role=presentation]){display:block;} .appear-animation{opacity:0;transform:translateY(60px);} [data-disable-animations=true] .appear-animation{opacity:1;transform:none;} .shopify-product-reviews-badge{display:block;min-height:25px;} @media only screen and (max-width:768px){ .footer-promotions .grid__item{margin-bottom:32px;} .footer-promotions .grid__item:last-child{margin-bottom:0;} } .site-footer{padding-bottom:30px;background-color:#fff;background-color:var(--colorFooter);color:#000;color:var(--colorFooterText);} @media only screen and (min-width:769px){ .site-footer{padding-top:60px;padding-bottom:60px;font-size:110%;} } .site-footer .footer__collapsible{font-size:calc(var(--typeBaseSize) * .85);} @media only screen and (min-width:769px){ .site-footer input{font-size:calc(var(--typeBaseSize) * .85);} } @media only screen and (max-width:768px){ .site-footer{overflow:hidden;padding-bottom:0;} .site-footer .grid__item{padding-bottom:5px;} .site-footer .grid__item:after{content:"";border-bottom:1px solid;border-bottom-color:#000;border-bottom-color:var(--colorFooterText);opacity:.12;display:block;} .site-footer .grid__item:first-child{padding-top:7.5px;} .site-footer .grid__item:last-child:after{display:none;} } .site-footer a{color:#000;color:var(--colorFooterText);font-size:110%;} .footer__small-text{font-size:max(calc(var(--typeBaseSize) * .7),12px);padding:7.5px 0;margin:0;text-align:center;} .footer__clear{clear:both;height:30px;} @media only screen and (min-width:769px){ .footer__item-padding{padding-right:60px;} } .footer__title{color:#000;color:var(--colorFooterText);} @media only screen and (min-width:769px){ .footer__title{margin-bottom:20px;} } .site-footer__linklist{margin:0;} .site-footer__linklist a{color:currentColor;display:inline-block;padding:4px 0;} .footer__newsletter{position:relative;display:inline-block;max-width:300px;width:100%;} .footer__newsletter-input{padding:10px 45px 10px 0;background-color:#fff;background-color:var(--colorFooter);color:#000;color:var(--colorFooterText);max-width:300px;width:100%;border:0;border-radius:0;border-bottom:2px solid;border-bottom-color:#000;border-bottom-color:var(--colorFooterText);} .footer__newsletter-input:focus{border:0;border-bottom:2px solid;border-bottom-color:#000;border-bottom-color:var(--colorFooterText);} .footer__newsletter-btn{position:absolute;top:50%;transform:translateY(-50%);right:0;color:#000;color:var(--colorFooterText);padding:0;} .footer__newsletter-btn .icon{width:26px;height:24px;} .footer__newsletter-btn-label{display:none;font-size:calc(var(--typeBaseSize) * .85);} .footer__logo{margin:15px 0;display:flex;justify-content:center;align-items:center;} @media only screen and (min-width:769px){ .footer__logo{margin:0 0 20px;} } .footer__logo a{display:block;} .footer__logo img{display:inline-block;transform:translateZ(0);max-height:100%;} .footer__social{margin:0;} form+.footer__social{margin-top:30px;} .footer__social li{display:inline-block;margin:0 15px 15px 0;} .footer__social a{display:block;} .footer__social .icon{width:22px;height:22px;} @media only screen and (min-width:769px){ .footer__social .icon{width:24px;height:24px;} } @media only screen and (max-width:768px){ .footer__collapsible{padding:0 0 15px;} } .rte:after{content:"";display:table;clear:both;} .rte{margin-bottom:7.5px;text-align:left;} @media only screen and (min-width:769px){ .rte{margin-bottom:15px;} } .rte:last-child{margin-bottom:0;} .rte p,.rte ul{margin-bottom:15px;} @media only screen and (min-width:769px){ .rte p,.rte ul{margin-bottom:25px;} } .rte p:last-child,.rte ul:last-child{margin-bottom:0;} .rte h2,.rte h3{margin-top:60px;margin-bottom:25px;} .rte h2:first-child,.rte h3:first-child{margin-top:0;} .rte>div{margin-bottom:15px;} .rte>div:last-child{margin-bottom:0;} .rte li{margin-bottom:0;} .rte--block{margin-bottom:8px;} @media only screen and (min-width:769px){ .rte--block{margin-bottom:12px;} } .rte a{text-decoration:none;} .rte img{height:auto;} .rte a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview){text-decoration:none;border-bottom:1px solid;border-bottom-color:#00000026;position:relative;display:inline-block;} .rte a:not(.btn):not(.spr-summary-actions-newreview):after{content:"";position:absolute;bottom:-2px;left:0;width:0;border-bottom:2px solid currentColor;transition:width .5s ease;} .rte a:not(.btn):focus:after,.rte a:not(.btn):hover:after{width:100%;} .header-layout{display:flex;justify-content:space-between;} .header-item{display:flex;align-items:center;flex:1 1 auto;align-self:center;} .header-item--logo{flex:0 0 auto;} .header-item--icons{justify-content:flex-end;flex:0 1 auto;} @media only screen and (min-width:769px){ .header-layout[data-logo-align=center] .header-item--logo{margin:0 30px;} } .header-layout[data-logo-align=center] .header-item--icons,.header-layout[data-logo-align=center] .header-item--navigation{flex:1 1 130px;} .header-item--left .site-nav{margin-left:-12px;} @media only screen and (max-width:768px){ .header-item--left .site-nav{margin-left:-7.5px;} } .header-item--icons .site-nav{margin-right:-12px;} @media only screen and (max-width:768px){ .header-item--icons .site-nav{margin-right:-7.5px;} } .site-header{position:relative;padding:7px 0;background:#ffffff;background:var(--colorNav);} @media only screen and (min-width:769px){ .site-header{padding:20px 0;} .toolbar+.header-sticky-wrapper .site-header{border-top:1px solid;border-top-color:#0000001a;} } .site-header__logo{position:relative;margin:10px 0;display:block;font-size:30px;z-index:6;} .header-layout[data-logo-align=center] .site-header__logo{margin-left:auto;margin-right:auto;text-align:center;} .site-header__logo a{max-width:100%;} .site-header__logo a,.site-header__logo a:hover{text-decoration:none;} .site-header__logo img{display:block;} .header-layout[data-logo-align=center] .site-header__logo img{margin-left:auto;margin-right:auto;} .site-header__logo-link{display:flex;align-items:center;color:#000;color:var(--colorNavText);} .site-header__logo-link:hover{color:#000;color:var(--colorNavText);} @media only screen and (max-width:768px){ .site-header__logo-link{margin:0 auto;} } .header-sticky-wrapper{position:relative;z-index:28;} .site-header__search-container{display:none;position:absolute;left:0;right:0;bottom:200%;height:100%;z-index:28;overflow:hidden;} .site-header__search{position:absolute;top:0;left:0;bottom:0;right:0;z-index:28;display:flex;transform:translate3d(0,-110%,0);background-color:#fff;background-color:var(--colorBody);color:#000;color:var(--colorTextBody);box-shadow:0 15px 45px #0000001a;} .site-header__search .page-width{flex:1 1 100%;display:flex;align-items:stretch;} @media only screen and (max-width:768px){ .site-header__search .page-width{padding:0;} } .site-header__search .icon{width:30px;height:30px;} .site-header__search-btn{padding:0 15px;} .toolbar{background:#ffffff;background:var(--colorNav);color:#000;color:var(--colorNavText);font-size:100%;} .toolbar a{color:#000;color:var(--colorNavText);} .toolbar__content{display:flex;justify-content:flex-end;align-items:center;} .toolbar__item{flex:0 1 auto;padding:0 5px;} .toolbar__item:first-child{padding-left:0;} .toolbar__item--menu{flex:1 1 auto;} .toolbar__menu{margin-left:-10px;} .toolbar__menu a{display:block;padding:5px 10px;} .toolbar__social{text-align:right;} .toolbar__social a{display:block;padding:5px;} .toolbar__social .icon{position:relative;top:-2px;width:16px;height:16px;} .section-header{margin-bottom:30px;} @media only screen and (min-width:769px){ .section-header{margin-bottom:50px;} } [data-type_headers_align_text=true] .section-header{text-align:center;} .section-header__title{margin-bottom:0;} .site-nav{margin:0;} .site-nav__icons{white-space:nowrap;} .site-nav__item{position:relative;display:inline-block;margin:0;} .site-nav__link{display:inline-block;vertical-align:middle;text-decoration:none;padding:7.5px 15px;white-space:nowrap;color:#000;color:var(--colorNavText);} .site-nav__link:hover{color:#000;color:var(--colorNavText);} .site-nav--has-dropdown>.site-nav__link{position:relative;z-index:6;} @media only screen and (max-width:959px){ .site-nav__link{padding:7.5px;} } .site-nav__link--underline{position:relative;} .site-nav__link--underline:after{content:"";display:block;position:absolute;bottom:0;left:0;right:100%;margin:0 15px;border-bottom:2px solid;border-bottom-color:#000;border-bottom-color:var(--colorNavText);transition:right .5s;} [data-disable-animations=true] .site-nav__link--underline:after{transition:none;} .site-nav--has-dropdown .site-nav__link--underline:after{border-bottom-color:#000;border-bottom-color:var(--colorTextBody);} .site-nav__item:hover .site-nav__link--underline:after{right:0;} .site-nav--has-dropdown{z-index:6;} .site-nav--has-dropdown:hover{z-index:7;} .site-nav--has-dropdown:hover>a{color:#000!important;color:var(--colorTextBody)!important;background-color:#fff;background-color:var(--colorBody);opacity:1;transition:none;} .site-nav__link--icon{padding-left:12px;padding-right:12px;} @media only screen and (max-width:768px){ .site-nav__link--icon{padding-left:7.5px;padding-right:7.5px;} .site-nav__link--icon+.site-nav__link--icon{margin-left:-4px;} } .site-nav__link--icon .icon{width:30px;height:30px;} .site-nav__dropdown{position:absolute;left:0;margin:0;z-index:5;display:block;visibility:hidden;background-color:#fff;background-color:var(--colorBody);min-width:100%;padding:10px 0 5px;box-shadow:0 10px 20px #00000017;transform:translate3d(0,-12px,0);} .site-nav--has-dropdown:hover .site-nav__dropdown{display:block;visibility:visible;transform:translateZ(0);transition:all .3s cubic-bezier(.2,.06,.05,.95);} .site-nav__dropdown a{background-color:#fff;background-color:var(--colorBody);} .mobile-nav{margin:calc(var(--drawer-gutter)*-1) calc(var(--drawer-gutter)*-1) 0;} .mobile-nav li{margin-bottom:0;list-style:none;} .mobile-nav__item{position:relative;display:block;} .mobile-nav>.mobile-nav__item{background-color:#fff;background-color:var(--colorDrawers);} .mobile-nav__item:after{content:"";position:absolute;bottom:0;left:20px;left:var(--drawer-gutter);right:20px;right:var(--drawer-gutter);border-bottom:1px solid;border-bottom-color:#e8e8e1;border-bottom-color:var(--colorDrawerBorder);} .mobile-nav__faux-link,.mobile-nav__link{display:block;} .mobile-nav__link--top-level{font-size:1.4em;} .mobile-nav__faux-link,.mobile-nav__link,.mobile-nav__toggle button{color:#000;color:var(--colorDrawerText);padding:15px var(--drawer-gutter);text-decoration:none;} .mobile-nav__faux-link:active,.mobile-nav__link:active,.mobile-nav__toggle button:active{color:#000;color:var(--colorDrawerTextDark);} .mobile-nav__faux-link:active,.mobile-nav__link:active,.mobile-nav__toggle button:active{background-color:#f2f2f2;background-color:var(--colorDrawersDim);} .mobile-nav__child-item{display:flex;} .mobile-nav__child-item .mobile-nav__link,.mobile-nav__child-item a{flex:1 1 auto;} .mobile-nav__child-item .collapsible-trigger:not(.mobile-nav__link--button){flex:0 0 43px;} .mobile-nav__child-item .collapsible-trigger__icon{padding:0;margin-right:15px;} .mobile-nav__item--secondary a{padding-top:10px;padding-bottom:5px;} .mobile-nav__item--secondary:after{display:none;} .mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary{margin-top:10px;} .mobile-nav__has-sublist,.mobile-nav__link--button{display:flex;} .mobile-nav__has-sublist>*,.mobile-nav__link--button>*{flex:1 1 auto;word-break:break-word;} .mobile-nav__link--button{width:100%;text-align:left;padding:0;} .mobile-nav__toggle{flex:0 1 auto;} .mobile-nav__toggle .icon{width:16px;height:16px;} .mobile-nav__toggle button{height:60%;padding:0 30px;margin:20% 0;} .mobile-nav__toggle button{border-left:1px solid;border-left-color:#e8e8e1;border-left-color:var(--colorDrawerBorder);} .mobile-nav__sublist{margin:0;} .mobile-nav__sublist .mobile-nav__item:after{top:0;bottom:auto;border-bottom:none;} .mobile-nav__sublist .mobile-nav__item:last-child{padding-bottom:15px;} .mobile-nav__sublist .mobile-nav__faux-link,.mobile-nav__sublist .mobile-nav__link{font-weight:400;padding:7.5px 25px 7.5px var(--drawer-gutter);} .mobile-nav__grandchildlist{margin:0;} .mobile-nav__grandchildlist:before{content:"";display:block;position:absolute;width:1px;background:#000;left:17px;top:10px;bottom:10px;} .mobile-nav__grandchildlist .mobile-nav__item:last-child{padding-bottom:0;} .mobile-nav__grandchildlist .mobile-nav__link{padding-left:35px;} .mobile-nav__social{list-style:none outside;display:flex;flex-wrap:wrap;justify-content:stretch;margin:15px 0 20px;} @media only screen and (min-width:769px){ .mobile-nav__social{margin-left:-20px;margin-left:calc(var(--drawer-gutter)*-1);margin-right:-20px;margin-right:calc(var(--drawer-gutter)*-1);} } .mobile-nav__social a{display:block;padding:12px 16px;} .mobile-nav__social a .icon{position:relative;top:-1px;} .mobile-nav__social-item{flex:0 1 23.33%;text-align:center;border:unset!important;border-color:var(--colorDrawerBorder);margin:0 0 -1px;} .mobile-nav__social-item:nth-child(3n-1){margin-right:-1px;margin-left:-1px;} @media only screen and (min-width:769px){ .site-nav__link--icon .icon{width:28px;height:28px;} .site-nav__link--icon .icon.icon-user{position:relative;top:1px;} } .cart-link{position:relative;display:block;} .cart-link__bubble{display:none;} .megamenu{padding:39px 0;line-height:1.8;transform:none;opacity:0;transition:all .3s cubic-bezier(.2,.06,.05,.95);transition-delay:.3s;} .site-nav--has-dropdown:hover .megamenu{opacity:1;transition-delay:0s;} .site-nav--has-dropdown:hover .megamenu .appear-animation{opacity:1;transform:none;} .site-nav--is-megamenu.site-nav__item{position:static;} .megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level){font-size:calc(var(--typeBaseSize) - 1px);line-height:1.5;} .megamenu .h5{margin-bottom:5px;font-weight:700;} .modal{display:none;bottom:0;left:0;opacity:1;overflow:hidden;position:fixed;right:0;top:0;z-index:30;color:#fff;align-items:center;justify-content:center;} .modal__inner{transform-style:preserve-3d;flex:0 1 auto;margin:15px;max-width:calc(100% - 15px);display:flex;align-items:center;} @media only screen and (min-width:769px){ .modal__inner{margin:40px;max-width:calc(100% - 80px);} } .modal__centered{position:relative;flex:0 1 auto;min-width:1px;max-width:100%;} .modal__close{border:0;padding:15px;position:fixed;top:0;right:0;color:#fff;} @media only screen and (min-width:769px){ .modal__close{padding:30px;} } .modal__close .icon{width:28px;height:28px;} .modal__close:focus,.modal__close:hover{color:#fff;} .modal .page-width{padding:0;} .collapsible-trigger{color:inherit;position:relative;} .collapsible-trigger__icon{display:block;position:absolute;right:0;top:50%;width:10px;height:10px;transform:translateY(-50%);} @media only screen and (min-width:769px){ .collapsible-trigger__icon{width:15px;height:15px;} } .mobile-nav__has-sublist .collapsible-trigger__icon{right:25px;} .collapsible-trigger__icon .icon{display:block;width:10px;height:10px;transition:all .1s ease-in;} @media only screen and (min-width:769px){ .collapsible-trigger__icon .icon{width:15px;height:15px;} } .collapsible-trigger__icon--circle{border:1px solid;border-color:#e8e8e1;border-color:var(--colorBorder);width:28px;height:28px;border-radius:28px;text-align:center;} .collapsible-trigger__icon--circle .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);} .collapsible-content{transition:opacity .3s cubic-bezier(.25,.46,.45,.94),height .3s cubic-bezier(.25,.46,.45,.94);} .collapsible-content--all{visibility:hidden;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;height:0;} .collapsible-content--all .collapsible-content__inner{transform:translateY(40px);} @media only screen and (max-width:768px){ .collapsible-content--small{visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;height:0;} .collapsible-content--small .collapsible-content__inner{transform:translateY(40px);} } .collapsible-content__inner{transition:transform .3s cubic-bezier(.25,.46,.45,.94);} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none;} .pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#ffffff;background:var(--colorBody);opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;} .pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;} .pswp__container{touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;} .pswp__container{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;} .pswp__bg{will-change:opacity;transition:opacity 333ms cubic-bezier(.4,0,.22,1);} .pswp__container{-webkit-backface-visibility:hidden;} .pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;} .pswp__button{position:relative;} .pswp__button:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;} .pswp__button svg{pointer-events:none;} .pswp__button--arrow--left .icon,.pswp__button--arrow--right .icon{width:13px;height:13px;margin:8px;} .pswp__ui{position:absolute;display:flex;justify-content:center;align-items:center;bottom:30px;left:0;right:0;transform:translateY(0);transition:transform .25s .6s;} .pswp__ui .btn{margin:15px;} .pswp__ui--hidden{transform:translateY(150%);transition:transform .25s;} input,textarea{background-color:inherit;color:inherit;} input:active,input:focus,textarea:active,textarea:focus{border:1px solid;border-color:#000;border-color:var(--colorTextBody);} .index-section{margin:40px 0;} .index-section--flush{margin:0;} .section--divider{border-top:1px solid;border-top-color:#e8e8e1;border-top-color:var(--colorBorder);padding-top:40px;} @media only screen and (min-width:769px){ .index-section{margin:75px 0;} .section--divider{padding-top:75px;} } .slideshow-wrapper{position:relative;} .slideshow__pause:focus{clip:auto;width:auto;height:auto;margin:0;color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);padding:10px;z-index:10000;transition:none;} .slideshow__pause-stop{display:block;} .slideshow__pause-play{display:none;} @media only screen and (min-width:769px){ .site-header__logo{text-align:left;} } .site-header__logo a{color:#000;color:var(--colorNavText);} .site-nav__dropdown-link{display:block;padding:8px 15px;white-space:nowrap;} .megamenu .site-nav__dropdown-link{padding:4px 0;white-space:normal;} .grid-product{margin-bottom:15px;} @media only screen and (min-width:769px){ .grid-product{margin-bottom:30px;} } @media only screen and (max-width:768px){ .grid-overflow-wrapper .grid-product{margin-bottom:0;} } .grid-product__content{position:relative;text-align:left;} .grid-product__title--heading{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .grid-product__title--heading{font-size:calc(var(--typeBaseSize) + 2px);line-height:1;} .grid-product__title{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;} .grid-product__link{display:block;} .grid-product__image-mask{position:relative;overflow:hidden;} .grid-product__secondary-image{position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;opacity:0;background-color:#fff;background-color:var(--colorBody);} .grid-product__secondary-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;} .grid-product__image-mask:hover .grid-product__secondary-image{animation:fade-in .2s cubic-bezier(.26,.54,.32,1) 0s forwards;} .grid-product__color-image{position:absolute;top:0;left:0;right:0;bottom:0;background-repeat:no-repeat;background-size:cover;background-position:50%;opacity:0;transition:opacity .4s ease;background-color:#fff;background-color:var(--colorBody);} .grid-product__meta{position:relative;padding:10px 0 6px;line-height:1.5;} .grid-product__price{font-size:calc(var(--typeBaseSize) * .85);color:#1c1d1d;color:var(--colorPrice);margin-top:5px;} @media only screen and (max-width:768px){ .grid-overflow-wrapper{overflow:hidden;overflow-x:scroll;-webkit-overflow-scrolling:touch;} .grid-overflow-wrapper .grid{white-space:nowrap;display:flex;} .grid-overflow-wrapper .grid__item{width:39vw;flex:0 0 39vw;display:inline-block;float:none;white-space:normal;} .grid-overflow-wrapper .grid__item:first-child{margin-left:17px;} .grid-overflow-wrapper .grid__item:last-child:after{content:"";display:inline-block;width:100%;margin-right:17px;} .grid-overflow-wrapper .grid-product__price,.grid-overflow-wrapper .grid__item{font-size:.75rem;} [data-aos=overflow__animation]{transform:translate(100vw);transition:all .8s cubic-bezier(.25,.46,.45,.94);} [data-disable-animations=true] [data-aos=overflow__animation]{transition:none;} } .grid-product__colors{margin-top:3px;display:flex;flex-wrap:wrap;line-height:15px;} @media only screen and (min-width:769px){ .grid-product__colors{line-height:19px;} } .color-swatch{position:relative;display:block;text-indent:-9999px;overflow:hidden;margin:0 4px 4px;background-position:50%;background-size:cover;background-repeat:no-repeat;height:40px;width:40px;box-shadow:0 0 0 1px #e8e8e1;box-shadow:0 0 0 1px var(--colorBorder);transition:box-shadow .2s ease;} .color-swatch:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;} .color-swatch:before{border:3px solid;border-color:#fff;border-color:var(--colorBody);} a.color-swatch:hover{box-shadow:0 0 0 1px #000;box-shadow:0 0 0 1px var(--colorTextBody);} .color-swatch--small{width:15px;height:15px;} @media only screen and (min-width:769px){ .color-swatch--small{width:19px;height:19px;} } .color-swatch--small:before{border:2px solid;border-color:#fff;border-color:var(--colorBody);} .custom-content{display:flex;align-items:stretch;flex-wrap:wrap;width:auto;margin-bottom:-22px;margin-left:-22px;} @media only screen and (max-width:768px){ .custom-content{margin-bottom:-17px;margin-left:-17px;} } .custom__item{flex:0 0 auto;margin-bottom:22px;padding-left:22px;max-width:100%;} @media only screen and (max-width:768px){ .custom__item{flex:0 0 auto;padding-left:17px;margin-bottom:17px;} } .custom__item img{display:block;} .custom__item-inner{position:relative;display:inline-block;text-align:left;max-width:100%;width:100%;} .align--center{align-self:center;text-align:center;} .article__grid-image{display:block;text-align:center;margin-bottom:17px;} @media only screen and (min-width:769px){ .article__grid-image{margin-bottom:20px;} } .article__grid-image img{display:block;} .article__title{font-size:calc(var(--typeBaseSize) + 2px);} .article__date{font-size:max(calc(var(--typeBaseSize) * .7),12px);margin-bottom:3px;} .article__grid-meta{margin-bottom:30px;} .background-media-text{position:absolute;width:100%;overflow:hidden;background:#0f0f0f;background:var(--colorLargeImageBg);background-size:cover;} .background-media-text__inner{position:absolute;z-index:2;width:100%;height:100%;} .background-media-text__aligner{margin:60px;} .background-media-text__text{text-align:left;font-size:1.1em;background:#ffffff;background:var(--colorBody);padding:30px;width:380px;} @media only screen and (max-width:768px){ .background-media-text__text{text-align:center;} } .background-media-text__text .btn{margin-top:15px;} @media only screen and (min-width:769px){ .background-media-text--right .animation-cropper{float:right;} } .background-media-text__container{position:absolute;top:0;left:0;right:0;bottom:0;} @media only screen and (max-width:768px){ .background-media-text,.background-media-text__inner{position:relative;} .background-media-text__container{position:relative;height:240px;} .background-media-text__aligner{margin:-6px 6px 6px;} .background-media-text__text{padding:22.5px;width:auto;} } @media only screen and (min-width:769px){ .background-media-text--650,.background-media-text__spacer.background-media-text--650{min-height:650px;} } [data-aos=background-media-text__animation] .background-media-text__image{opacity:0;} [data-disable-animations=true] [data-aos=background-media-text__animation] .background-media-text__image{animation:none;opacity:1;} @media only screen and (min-width:769px){ [data-aos=background-media-text__animation] .background-media-text__inner .animation-contents{opacity:0;} } .announcement-bar{font-size:calc(var(--typeBaseSize) * .75);position:relative;text-align:center;background-color:#8a1f03;background-color:var(--colorAnnouncement);color:#fff;color:var(--colorAnnouncementText);padding:10px 0;border-bottom-color:#e8e8e1;border-bottom-color:var(--colorBorder);} @media only screen and (min-width:769px){ .announcement-bar{font-size:calc(var(--typeBaseSize) * .85);} } .announcement-slider__slide{position:relative;overflow:hidden;padding:0 5px;width:100%;} .announcement-text{font-weight:700;display:block;text-transform:uppercase;letter-spacing:.2em;font-size:.9em;} .announcement-link-text{display:block;} @media only screen and (min-width:769px){ .announcement-slider[data-compact=false]{display:flex;} .announcement-slider[data-compact=false] .announcement-slider__slide{flex:1 1 33%;} } @media only screen and (max-width:768px){ .announcement-slider .announcement-slider__slide{display:none;} .announcement-slider .announcement-slider__slide:first-child{display:block;} } .promo-grid--space-top{padding-top:40px;} @media only screen and (min-width:769px){ .promo-grid--space-top{padding-top:75px;} } .promo-grid__container{display:flex;align-items:flex-start;position:relative;overflow:hidden;background-repeat:no-repeat;} .promo-grid__container .btn{margin-right:10px;} @media only screen and (max-width:768px){ .promo-grid__container .btn{margin-right:7px;} } .promo-grid__container.horizontal-right{justify-content:flex-end;text-align:right;} .promo-grid__slide-link{display:block;position:absolute;width:100%;height:100%;z-index:5;} .promo-grid__slide-link:hover~.promo-grid__content .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse){background:#2b2b2b;background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .promo-grid__slide-link:hover~.promo-grid__content .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):after{animation:shine .75s cubic-bezier(.01,.56,1,1);} .promo-grid__content{flex:0 1 auto;padding:2em 2.5em;position:relative;min-width:200px;z-index:4;} .vertical-bottom .promo-grid__content{align-self:flex-end;} .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale){color:#fff;color:var(--colorHeroText);} .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a{color:#fff;color:var(--colorHeroText);border-bottom:2px solid;border-bottom-color:#fff;border-bottom-color:var(--colorHeroText);} [data-button_style=square] .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale) a:not(.btn--inverse){border-bottom:0;} .type-advanced .promo-grid__content:not(.promo-grid__content--boxed):not(.promo-grid__content--sale):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:auto;background:radial-gradient(rgba(0,0,0,.2) 0%,transparent 60%);background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%,transparent 60%);margin:-100px -200px;z-index:2;} .type-advanced .rte--strong{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .type-advanced .rte--strong{line-height:1.1;} .type-advanced .rte--strong{font-size:1.6em;line-height:1.1;} @media only screen and (min-width:769px){ .type-advanced .rte--strong{font-size:2.125em;} } .promo-grid__bg{position:absolute;top:0;left:0;width:100%;height:100%;text-align:left;} .promo-grid__container:not(.promo-grid__container--boxed) .promo-grid__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background-color:#000;background-color:var(--colorImageOverlay);opacity:.1;opacity:var(--colorImageOverlayOpacity);} .promo-grid__bg-image{z-index:1;} .promo-grid__text{position:relative;z-index:3;} .promo-grid__text .btn{margin-top:2px;margin-bottom:2px;} .type-advanced .promo-grid__content{padding:2em;} @media only screen and (max-width:768px){ .type-advanced .promo-grid__content{padding:1.5em;} } .type-advanced .btn{margin-bottom:10px;} @media only screen and (max-width:768px){ .type-advanced .btn{margin-bottom:7px;} } .cart__item-sub{flex:1 1 100%;display:flex;justify-content:space-between;line-height:1;} .cart__item-sub>div:first-child{margin-right:10px;} .cart__item-row{margin-bottom:20px;} .cart__checkout{width:100%;} .cart__checkout-wrapper{margin-top:20px;} .drawer__cart-empty,.drawer.is-empty .drawer__inner{display:none;} .drawer.is-empty .drawer__cart-empty{display:block;} @media print{ h2,h3,p{orphans:3;widows:3;} h2,h3{page-break-after:avoid;} body,html{background-color:#fff;} } .btn{font-family:var(--typeButton),var(--typeBaseFallback);font-weight:800;} .footer-desktop-align-left,.footer-mobile-align-left{display:flex;} .footer-desktop-align-left{justify-content:flex-start;} .grid__item[data-type=logo_social]{max-width:100%;width:100%;} @media screen and (max-width:767px){ .footer-mobile-align-left{justify-content:flex-start;} } @media only screen and (min-width: 769px){ .footer__title{margin-bottom:20px;font-size:13px;} body{min-height:1000px;} } @media all{ .grid__image-ratio image-element{height:100%;left:0;position:absolute;top:0;width:100%;} img{border:0 none;display:block;max-width:100%;} .image-element{opacity:0;} .aos-animate[data-aos=image-fade-in] .image-element{width:100%;animation:fade-in .5s cubic-bezier(.29,.65,.58,1) forwards;} *,:after,:before{box-sizing:border-box;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} .grid__image-ratio{background-color:var(--colorSmallImageBg);position:relative;} .grid__image-ratio img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;} .grid__image-ratio img.grid__image-contain{-o-object-fit:contain;object-fit:contain;} .grid__image-ratio:before{content:"";display:block;height:0;width:100%;} .grid__image-ratio--square:before{padding-bottom:100%;} .grid__item-image-wrapper{position:relative;} .grid-product__title--heading{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .grid-product__title--heading{font-size:calc(var(--typeBaseSize) + 2px);line-height:1;} .grid-product__title{-webkit-hyphens:auto;hyphens:auto;word-break:break-word;} .grid-product__link{display:block;} .grid-product__link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1;} .grid-product__image-mask{overflow:hidden;position:relative;} .grid-product__secondary-image{background-color:var(--colorBody);bottom:-1px;left:-1px;opacity:0;position:absolute;right:-1px;top:-1px;} .grid-product__secondary-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%;} .grid-product__content:hover .grid-product__secondary-image{animation:fade-in .2s cubic-bezier(.26,.54,.32,1) 0s forwards;} .grid-product__color-image{background-color:var(--colorBody);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease;} .grid-product__meta{line-height:var(--typeBaselineHeightMinus01);padding:10px 0 6px;position:relative;} .grid-product__price{color:var(--colorPrice);font-size:calc(var(--typeBaseSize)*.85);margin-top:5px;} @media only screen and (max-width:768px){ .grid-overflow-wrapper .grid-product__price{font-size:.75rem;} } } @media all{ .grid-product__content .grid__image-ratio img{padding:24px;} .grid-product__secondary-image img{padding:24px;object-fit:contain;} .grid-product__content .grid-product__color-image{background-size:contain;background-origin:content-box;padding:24px;} .product-custom-text-badge{z-index:1;position:absolute;right:5px;top:5px;padding:0 5px;color:#fff;} } .page-width.page-width--flush-small{position:relative;} } /*! CSS Used from: https://darntough.com/cdn/shop/t/484/assets/custom.css?v=60916664810635838631697722800 ; media=all */ @media all{ .btn{background:#231f20!important;color:#fff;font-family:"Trade Gothic",var(--typeBaseFallback);font-weight:800;} .announcement-bar{color:#ffffff!important;font-size:110%;} .new-color{border:2px solid #8a1f03!important;} a.color-swatch.new-color:hover{box-shadow:0 0 0 1px #8a1f03!important;} .shopify-section-group-header-group .announcement-bar{font-size:110%;} .toolbar{font-size:100%;} .site-nav__dropdown-link--top-level{font-weight:400!important;} .megamenu .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level){font-size:18px;font-weight:400;} @media (min-width: 768px){ .site-header{padding:0;} .site-header__logo{margin:0;} } div.rte a:not(.rte__image):not(.btn):not(.spr-summary-actions-newreview):not(.pf-results-link){border-bottom:1px solid;border-color:rgba(0,0,0,.3);color:#701200;} div.rte a:not(.btn):not(.spr-summary-actions-newreview):not(.pf-results-link):after{border-bottom:2px solid currentColor;} .grid-product__content .grid__image-ratio img{padding:24px;} .grid-product__secondary-image img{padding:24px;object-fit:contain;} .grid-product__content .grid-product__color-image{background-size:contain;background-origin:content-box;padding:24px;} .yotpo{padding:.5rem 0!important;} .yotpo-reviews-star-ratings-widget{margin-top:5px;margin-left:3px;} @media (max-width: 1100px){ .yotpo div,.yotpo span,.yotpo a,.yotpo img,.yotpo ul,.yotpo li{display:block;} } @media (max-width: 550px){ .yotpo-pictures-widget{width:100%;} } .drawer__footer{padding-bottom:90px;} .article__date time{margin-left:3px;} @media only screen and (min-width:769px){ .rte p,.rte ul{margin-bottom:15px;} } div#PageContainer .section-header{display:block!important;} .product-custom-text-badge{z-index:1;position:absolute;right:5px;top:5px;padding:0 5px;color:white;} .color-swatch--small:before{border-width:2px;border-radius:100%;top:-1px;left:-1px;bottom:-1px;right:-1px;} .color-swatch--small{border-radius:100%!important;width:24px!important;height:24px!important;} .drawer__full_cart{width:150px;position:absolute;top:30px;right:0px;font-size:14px;} #MainContent .yotpo .yotpo-icon.yotpo-icon-star{color:#FBB040!important;} #MainContent .yotpo .yotpo-icon.yotpo-icon-star{color:#FBB040!important;background-image:none;} .yotpo-sr-bottom-line-score{color:rgb(44,44,44)!important;} a.otto-btn{font-family:'Trade Gothic';letter-spacing:0.3em;font-size:110%;padding:11px 20px;border:none;text-transform:uppercase;} .otto-banner-content{line-height:1.2;display:flex!important;flex-direction:column;justify-content:center;height:100%;} .otto-banner-content--center-right,.otto-banner-content--center-right .otto-btn-group{text-align:right;align-items:flex-end;} .otto-banner-content--center-right{padding-right:50px!important;padding-left:0!important;} .otto-banner-content--center-left{padding-left:50px!important;padding-right:0!important;} .otto-btn-group{display:flex!important;} @media screen and (min-width:1024px){ .otto-banner-content, .otto-slide-content{max-width:calc(40% + 80px);} } @media screen and (max-width:1024px){ .otto-banner-content,.otto-slide-content{padding:2.5rem 1rem!important;align-items:center !important;background-color:#eeeeee !important;} .otto-btn-group {justify-content:center !important; margin-top:5px;} a.otto-btn{background:#231f20!important;color:#ffffff!important;} .otto-grid-item .otto-image{height:100%;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{grid-template-columns:repeat(3,1fr)!important;} } @media screen and (max-width:768px){ .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{grid-template-columns:repeat(1,1fr)!important;} } .otto-grid-item{position:relative;} .otto-grid-item__content.otto-grid-item__content--center{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(60,60,60,0.3)!important;} .otto-grid-item__content{background:transparent;color:#ffffff;padding:20px;text-align:center;pointer-events:none;} @media screen and (max-width:600px){ .otto-banner-content,.otto-slide-content{font-size:85%;} } @media screen and (max-width:395px){ .otto-btn-group a{margin:5px;font-size:90%;} } @media screen and (min-width:1024px){ .otto-btn:hover{background:#e6e6e6!important;color:#2b2b2b!important;} } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{grid-gap:10px!important;} .yotpo .yotpo-icon{font-weight:900!important;font-size:20px!important;} @media screen and (min-width:798px){ .header-item--icons{flex:0 1 auto!important;} .header-item.header-item--left.header-item--navigation{order:2;justify-content:center;} .header-item.header-item--logo{order:1;} .header-item.header-item--icons{order:3;} } @media screen and (max-width:798px){ .header-layout[data-logo-align=center] .header-item--icons,.header-layout[data-logo-align=center] .header-item--navigation{flex:1 1 130px!important;} } .star-container > svg{overflow:visible;} a.loc{display:flex;align-items:center;} a.loc img{margin-right:5px;} label.rale-message{text-transform:unset!important;letter-spacing:0!important;color:var(--color-body-text)!important;margin-bottom:10px!important;font-size:14px!important;} .grid-product__price{font-size:16px!important;} @media screen and (max-width:768px){ .grid-product__title{font-size:16px!important;} .grid-product__price{font-size:14px!important;} } footer h2.h4.footer__title.small--hide{font-weight:500!important;line-height:1.6;} .header-sticky-wrapper a.site-header__logo-link{justify-content:center;} @media screen and (min-width: 1024px){ .otto-banner-content{max-width:calc(40% + 80px);} } @media screen and (max-width: 1024px){ .otto-banner-content a.otto-btn{color:white!important;background-color:#231f20!important;} } } /*! CSS Used from: Embedded */ :root{--typeHeaderPrimary:"Avenir Next";--typeHeaderFallback:sans-serif;--typeHeaderSize:38px;--typeHeaderWeight:700;--typeHeaderLineHeight:1;--typeHeaderSpacing:0.0em;--typeBasePrimary:"Avenir Next";--typeBaseFallback:sans-serif;--typeBaseSize:16px;--typeBaseWeight:500;--typeBaseSpacing:0.025em;--typeBaseLineHeight:1.6;--typeBaselineHeightMinus01:1.5;--typeCollectionTitle:24px;--iconWeight:2px;--iconLinecaps:miter;--buttonRadius:0;--colorGridOverlayOpacity:0.1;} /*! CSS Used from: https://cdn.shopify.com/extensions/ad953ae4-5a4e-4fb8-a8ea-30d75071d562/1.2.0/assets/legal.css ; media=all */ @media all{ .rale-checkbox{margin-right:7px;display:inline-block;position:relative;--rale-background:#5c6ac4;--rale-border:#c4cdd5;--rale-color:#ffffff;--rale-size:22px;} .rale-checkbox input[type=checkbox]{visibility:visible!important;cursor:pointer;display:block;outline:0;border:none;margin:0;padding:0;min-height:auto;min-width:auto;opacity:0;width:var(--rale-size);height:var(--rale-size);} .rale-checkbox .rale-box{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;align-items:center;justify-content:center;} .rale-checkbox .rale-box:after{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;transition:box-shadow .3s;box-shadow:inset 0 0 0 1px var(--rale-border);} .rale-checkbox .rale-icon{display:block;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke:var(--rale-color);width:100%;height:100%;position:relative;z-index:2;} .rale-checkbox input[type=checkbox]:hover+.rale-box:after{box-shadow:inset 0 0 0 2px var(--rale-border);} .rale-checkbox--2 .rale-box:after,.rale-checkbox--2 input[type=checkbox]{border-radius:3px;} .rale-checkbox--2 .rale-icon{stroke-dasharray:86.12;stroke-dashoffset:86.12;transition:stroke-dasharray .6s,stroke-dashoffset .6s;} .rale-checkbox--2 input[type=checkbox]:checked+.rale-box:after{box-shadow:inset 0 0 0 2px var(--rale-background);transition-delay:.4s;} .rale-checkbox--2 input[type=checkbox]:checked+.rale-box .rale-icon{stroke-dasharray:16.1 86.12;stroke-dashoffset:102.22;stroke:var(--rale-background);} .rale-widget{--rale-font:inherit;--rale-size:14px;--rale-color:#212b36;--rale-accent:#197bbd;--rale-error:#de3618;--rale-padding:0px 0px 0px 0px;--rale-align:right;display:block;width:100%;text-align:var(--rale-align);padding:var(--rale-padding);} .rale-container{display:inline-flex;align-items:flex-start;flex-wrap:nowrap;position:relative;} .rale-message{display:block;text-align:start;float:none;font-weight:400;line-height:normal;text-transform:none;letter-spacing:normal;margin:0;padding:0;font-family:var(--rale-font);font-size:var(--rale-size);} .rale-message .rale-link{text-decoration:underline;} .rale-message .rale-link:hover{text-decoration:none;} .rale-customized .rale-message{color:var(--rale-color);} .rale-customized .rale-message .rale-link{color:var(--rale-accent);} } /*! CSS Used from: https://cdn-widget-assets.yotpo.com/ReviewsStarRatingsWidget/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9/css-overrides/css-overrides.2023_10_13_17_09_37_245.css */ div[data-yotpo-section-id="collection"] .yotpo-sr-vertical-border{display:none!important;} .yotpo-sr-bottom-line-summary{flex-direction:row!important;} /*! CSS Used from: Embedded */ .yotpo-reviews-star-ratings-widget{display:flex;} .yotpo-widget-clear{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-family:var(--primary-font-family);font-style:var(--primary-font-style);font-weight:var(--primary-font-weight);font-size:medium;font-variant:normal;height:auto;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;text-decoration-color:inherit;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;word-break:normal;widows:0;width:auto;word-spacing:normal;z-index:auto;} /*! CSS Used from: https://staticw2.yotpo.com/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9/widget.css?widget_version=2023-09-26_06-41-24 */ /*! @import https://staticw2.yotpo.com/assets/open_sans.css */ /*! CSS Used from: https://staticw2.yotpo.com/assets/open_sans.css */ /*! end @import */ .yotpo-display-wrapper{visibility:visible!important;} .yotpo{direction:LTR;clear:both;text-align:left;} .yotpo div,.yotpo span,.yotpo a,.yotpo img,.yotpo ul,.yotpo li{font-family:Open Sans;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal!important;font-size:14px;line-height:17px;color:#6A6C77;border:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} .yotpo div a,.yotpo div img,.yotpo div ul,.yotpo div li,.yotpo a img,.yotpo ul img,.yotpo ul li,.yotpo li img{background:inherit!important;} .yotpo ul,.yotpo li,.yotpo ul li{list-style:none outside none!important;} .yotpo img{box-shadow:0 0 0;} .yotpo{vertical-align:baseline;font-family:inherit;font-style:inherit;padding:0;margin:0;letter-spacing:normal;} .yotpo a:empty,.yotpo div:empty,.yotpo h2:empty,.yotpo h3:empty,.yotpo ul:empty{display:block;} .yotpo .rating-star:before,.yotpo .rating-star{content:inherit;background:transparent;-webkit-background-clip:content;-webkit-text-fill-color:inherit;} .yotpo .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;} .yotpo .yotpo-clr{clear:both;} .yotpo .yotpo-hidden{display:none!important;} .yotpo a,.yotpo a:hover{background:inherit!important;} .yotpo a{color:#000!important;text-decoration:none!important;cursor:pointer!important;} .yotpo a:hover{color:#333!important;text-decoration:none!important;} .yotpo ul{list-style:none!important;} .yotpo .pull-left{text-align:left;float:left;} .yotpo .yotpo-icon,.yotpo .yotpo-icon:after,.yotpo .yotpo-icon:before{font-family:"yotpo-widget-font"!important;} .yotpo .yotpo-icon{speak:none;font-size:17.5px;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;width:auto!important;background:none;height:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} .yotpo .yotpo-icon-yotpo-logo:before{content:"\e609";} .yotpo .yotpo-icon-cross:before{content:"\e615";} .yotpo .yotpo-icon-up-arrow:before{content:"\e602";} .yotpo .yotpo-icon-thumbs-up:before{content:"\e604";} .yotpo .yotpo-icon-thumbs-down:before{content:"\e605";} .yotpo .yotpo-icon-star:before{content:"\e60e";} .yotpo .yotpo-icon-down-arrow:before{content:"\e617";} .yotpo .yotpo-icon-half-star:before{content:"\e61a";} .yotpo .yotpo-icon-left-arrow-thin:before{content:"\e621";} .yotpo .yotpo-icon-right-arrow-thin:before{content:"\e622";} .yotpo .yotpo-icon-yotpo-logo-text:before{content:"\e629";} .yotpo .yotpo-icon-insta:before{content:"\e632";} .yotpo .yotpo-icon-half-star{-moz-transform:scaleX(1);-o-transform:scaleX(1);-webkit-transform:scaleX(1);transform:scaleX(1);filter:"";-ms-filter:"";} .yotpo .yotpo-default-button{display:inline-block;text-overflow:ellipsis;border:none;font-family:Open Sans;text-transform:uppercase;text-align:center;font-size:12px;padding:10px 15px;background:#6A6C77;color:#fff;height:auto;margin:0 0 5px 0;} .yotpo .yotpo-default-button:hover{cursor:pointer;background-color:#737373;color:white;} .yotpo .yotpo-default-button:focus{outline-width:3px!important;outline-color:#7F89B4!important;} .yotpo .yotpo-icon-btn-small{display:inline-block;} .yotpo .yotpo-icon-btn-small:hover{cursor:pointer;} .yotpo .transparent-color-btn{background:transparent;color:#6A6C77;} .yotpo .transparent-color-btn span.yotpo-icon{color:#6A6C77;} .yotpo .transparent-color-btn:hover span{color:#737373;} .yotpo .y-label,.yotpo span.y-label{font-size:13px;color:#6A6C77;padding:20px 7px 15px 0px;min-width:100px;width:auto;text-align:start;display:inline-block;font-weight:normal;float:none;} .yotpo .yotpo-logo-link-new{padding:0;} .yotpo .yotpo-logo-link-new>*{color:#000;} .yotpo .yotpo-logo-link-new:hover>*{color:#333;text-decoration:none;} .yotpo .yotpo-small-box{border-bottom:1px solid #e3e3e3;} .yotpo .yotpo-regular-box{padding:25px 0 22px;margin:0 10px;border-top:1px solid #e3e3e3;} .yotpo .yotpo-small-box{padding:25px 10px 0 10px;} .yotpo .yotpo-instagram .yotpo-header{position:relative;padding-bottom:14px;padding-left:10px;} .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element{padding-top:2px;display:inline-block;vertical-align:top;} .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element .y-label{min-width:0px;padding:0px;font-size:12px;vertical-align:top;} .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element .y-label.yotpo-review-date{float:left;position:absolute;right:1%;top:18%;display:block;} @media only screen and (max-width: 480px){ .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element .y-label.yotpo-review-date{top:auto;bottom:90%;} } .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element .yotpo-instagram-username{padding-left:14px;padding-top:8px;font-size:16px;font-weight:bold;color:#266abe;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;display:block;text-transform:none;} .yotpo .yotpo-instagram .yotpo-header .yotpo-header-element .yotpo-instagram-location{padding-left:14px;padding-top:8px;font-size:14px;color:#888888;white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;text-align:left;float:left;text-transform:none;} .yotpo .yotpo-instagram .yotpo-header .yotpo-header-actions{float:right;} .yotpo .yotpo-instagram .yotpo-regular-box{padding-top:14px;padding-bottom:14px;color:#4f4f4f;} .yotpo .yotpo-instagram .yotpo-regular-box .yotpo-instagram-hashtag{color:#000;} .yotpo .yotpo-instagram .toggle-text{display:none;} .yotpo .yotpo-instagram .yotpo-footer{position:relative;color:#6A6C77;margin-left:10px;} .yotpo .yotpo-instagram .yotpo-footer .y-label{min-width:0px;padding:0px;text-transform:capitalize;} .yotpo .yotpo-instagram .yotpo-footer .yotpo-helpful{display:inline-block;float:right;} .yotpo .yotpo-instagram .yotpo-footer .yotpo-helpful .yotpo-sum{margin:0;} .yotpo .yotpo-instagram .yotpo-footer .yotpo-helpful .vote-btn{margin-left:10px;} .yotpo .yotpo-image-loader:before,.yotpo .yotpo-image-loader:after,.yotpo .yotpo-image-loader{border-radius:50%;width:2.5em;height:2.5em;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:yotpo-image-loader 1.8s infinite ease-in-out;animation:yotpo-image-loader 1.8s infinite ease-in-out;} .yotpo .yotpo-image-loader{font-size:10px;position:relative;text-indent:-9999em;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-0.16s;animation-delay:-0.16s;} .yotpo .yotpo-image-loader:before{left:-3.5em;-webkit-animation-delay:-0.32s;animation-delay:-0.32s;} .yotpo .yotpo-image-loader:after{left:3.5em;} .yotpo .yotpo-image-loader:before,.yotpo .yotpo-image-loader:after{content:'';position:absolute;top:0;} .yotpo .yotpo-image-loader-wrapper{display:table-cell;vertical-align:middle;} .yotpo .yotpo-single-image-container .y-image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;text-align:center;cursor:pointer;} .yotpo .yotpo-single-image-container .y-image-overlay:before{content:'';display:inline-block;height:100%;vertical-align:middle;} .yotpo .yotpo-single-image-container .yotpo-hover-icon{min-width:120px;text-align:center;display:inline-block;visibility:hidden;cursor:pointer;} .yotpo .yotpo-single-image-container .yotpo-hover-icon .yotpo-icon-insta{font-size:29px;color:#fff;} .yotpo .yotpo-modal-dialog{display:block;width:100%;margin:0 auto;} .yotpo .yotpo-icon-cross{position:absolute;top:15px;right:15px;font-size:19px;} .yotpo .yotpo-modal{position:fixed;left:0;top:0;width:100%;height:100%;display:none;} .yotpo .yotpo-modal .yotpo-modal-mask{display:block;height:100%;width:100%;z-index:800;background:#000;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);position:fixed;} .yotpo .yotpo-modal .yotpo-modal-dialog{max-height:550px;min-height:149px;margin:0 auto;max-width:660px;z-index:900;overflow:hidden;position:relative;top:-170%;} .yotpo .yotpo-modal .yotpo-modal-dialog .yotpo-modal-content{display:table;width:100%;height:100%;background:#fff;} .yotpo .yotpo-modal .yotpo-modal-mask{-webkit-transition:opacity 0.5s ease-out 0s;-moz-transition:opacity 0.5s ease-out 0s;-ms-transition:opacity 0.5s ease-out 0s;-o-transition:opacity 0.5s ease-out 0s;transition:opacity 0.5s ease-out 0s;} .yotpo .yotpo-modal .yotpo-modal-dialog{height:80%;width:64%;-webkit-transition:top 0.7s ease-in-out 0.1s;-moz-transition:top 0.7s ease-in-out 0.1s;-ms-transition:top 0.7s ease-in-out 0.1s;-o-transition:top 0.7s ease-in-out 0.1s;transition:top 0.7s ease-in-out 0.1s;} .yotpo .y-slide-left-animations{-webkit-transition:left 0.45s ease-out 0s;-moz-transition:left 0.45s ease-out 0s;-ms-transition:left 0.45s ease-out 0s;-o-transition:left 0.45s ease-out 0s;transition:left 0.45s ease-out 0s;} div.yotpo-preloader-wrapper{display:none;width:100%;} .yotpo-lightbox.yotpo-lightbox-new.yotpo{z-index:2147483647;position:relative;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal{opacity:0;overflow-y:auto;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-close-modal{display:block!important;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-close-modal .yotpo-icon.yotpo-icon-cross{color:#fff;opacity:0.65;z-index:9000;font-size:27px;top:34px;right:34px;position:absolute;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-modal-mask{opacity:0;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-arrows{position:absolute;top:50%;width:100%;height:0;z-index:1001;margin-top:-20px;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin{float:left;left:-123px;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin{float:right;right:-123px;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-left-arrow-thin,.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-arrows .yotpo-icon-right-arrow-thin{cursor:pointer;color:#fff;font-size:27px;position:relative;} .yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal .yotpo-lightbox-container{direction:LTR;text-align:left;opacity:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:opacity 0.3s ease-out 0s;-moz-transition:opacity 0.3s ease-out 0s;-ms-transition:opacity 0.3s ease-out 0s;-o-transition:opacity 0.3s ease-out 0s;transition:opacity 0.3s ease-out 0s;} .yotpo-pictures-widget .y-image-overlay{border-radius:3px;} .yotpo-pictures-widget .yotpo-hover-enable .y-image-wrapper:hover .yotpo-hover-icon{visibility:visible;} .yotpo-pictures-widget .yotpo-pictures-gallery-header-wrapper{margin-bottom:15px;} .yotpo-pictures-widget .yotpo-display-wrapper{overflow:hidden;position:relative;margin:auto;text-align:center;} .yotpo-pictures-widget .yotpo-display-wrapper .y-slider-container{font-size:0;line-height:0;position:relative;letter-spacing:normal;white-space:nowrap;} .yotpo-pictures-gallery,.yotpo-pictures-widget{margin-top:15px;margin-bottom:15px;} .yotpo-pictures-widget .yotpo-default-button{margin:30px auto 30px auto;display:table;} .yotpo-pictures-widget .yotpo-default-button:hover{background-color:white;} .yotpo-pictures-gallery .yotpo-image-loader,.yotpo-pictures-widget .yotpo-image-loader{color:#e3e3e3;margin:auto;margin-top:30px;margin-bottom:90px;} .yotpo-pictures-widget.yotpo-size-7 .yotpo-single-image-container{width:calc(100% / 7);margin-right:-0.1px;} .yotpo-pictures-widget .yotpo-pictures-gallery-header-wrapper{margin-bottom:15px;} .yotpo-pictures-widget .sort-loader{left:0;right:0;margin-top:120px;z-index:9999;position:absolute;color:#888888;} .yotpo-pictures-widget .load-btn-white{color:#fff;background:white;border:1px solid #000000;width:120px;height:40px;} .yotpo-pictures-widget .yotpo-icon-button-text{color:#000000;} .yotpo-pictures-widget .yotpo-pictures-gallery-wrapper{max-width:2450px;overflow:hidden;text-align:left;margin:auto;} .yotpo-pictures-widget .yotpo-hover-cta{height:30px;font-family:"Open Sans";font-weight:600;pointer-events:none;text-align:center;display:block;margin-top:15px;visibility:hidden;} .yotpo-pictures-widget .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon,.yotpo-pictures-widget .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{visibility:visible;} .yotpo-pictures-widget .yotpo-hover-enable .yotpo-single-image-container .y-media-hover{position:absolute;top:0;right:0;height:100%;width:100%;text-align:center;} .yotpo-pictures-widget .yotpo-hover-enable .yotpo-single-image-container .y-media-hover .y-hover-elements{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);text-align:center;} .yotpo-pictures-widget .y-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;background:#e1e1e1;overflow:hidden;} .yotpo-pictures-widget .yotpo-single-image-container{position:relative;margin-right:0;margin-top:0;float:left;padding:0;box-sizing:border-box;display:inline-block;max-height:350px;max-width:350px;} .yotpo-pictures-widget .yotpo-single-image-container:before{content:"";display:block;padding-top:100%;} .yotpo-pictures-widget .yotpo-single-image-container .yotpo-image{width:100%;height:100%;object-fit:cover;} /*! CSS Used from: Embedded */ #ae_app *{align-content:normal;align-items:normal;align-self:auto;alignment-baseline:auto;animation-delay:0s;animation-direction:normal;animation-duration:0s;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background-attachment:scroll;background-blend-mode:normal;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position-x:0;background-position-y:0;background-repeat-x:repeat;background-repeat-y:repeat;background-size:auto auto;baseline-shift:initial;block-size:auto;border-block-end-color:currentColor;border-block-end-style:none;border-block-end-width:medium;border-block-start-color:currentColor;border-block-start-style:none;border-block-start-width:medium;border-bottom-color:currentColor;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:initial;border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-inline-end-color:currentColor;border-inline-end-style:none;border-inline-end-width:medium;border-inline-start-color:currentColor;border-inline-start-style:none;border-inline-start-width:medium;border-left-color:currentColor;border-left-style:none;border-left-width:medium;border-right-color:currentColor;border-right-style:none;border-right-width:medium;border-top-color:currentColor;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:content-box;break-after:auto;break-before:auto;break-inside:auto;buffered-rendering:initial;caption-side:top;caret-color:auto;clear:none;clip:auto;clip-path:none;clip-rule:initial;color:initial;color-interpolation:initial;color-interpolation-filters:initial;color-rendering:initial;column-count:auto;column-fill:balance;column-gap:normal;column-rule-color:currentColor;column-rule-style:none;column-rule-width:medium;column-span:none;column-width:auto;contain:none;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;dominant-baseline:auto;empty-cells:show;fill:initial;fill-opacity:initial;fill-rule:initial;filter:none;flex-basis:auto;flex-direction:row;flex-grow:0;flex-shrink:1;flex-wrap:nowrap;float:none;flood-color:initial;flood-opacity:initial;font-family:inherit;font-feature-settings:normal;font-kerning:auto;font-stretch:normal;font-style:normal;font-variant-caps:normal;font-variant-east-asian:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variation-settings:normal;font-weight:400;grid-auto-columns:auto;grid-auto-flow:row;grid-auto-rows:auto;grid-column-end:auto;grid-column-start:auto;grid-row-end:auto;grid-row-start:auto;grid-template-areas:none;grid-template-columns:none;grid-template-rows:none;height:auto;hyphens:manual;image-rendering:auto;inline-size:auto;isolation:auto;justify-content:normal;justify-items:legacy;justify-self:auto;left:auto;letter-spacing:normal!important;lighting-color:#fff;line-break:auto;line-height:normal;list-style-image:none;list-style-position:outside;list-style-type:disc;margin-block-end:0;margin-block-start:0;margin-bottom:0;margin-inline-end:0;margin-inline-start:0;margin-left:0;margin-right:0;margin-top:0;marker-end:initial;marker-mid:initial;marker-start:initial;mask-image:none;mask-mode:match-source;mask-repeat:no-repeat;mask-position:center;mask-clip:border-box;mask-origin:border-box;mask-size:auto;mask-composite:add;mask-type:luminance;max-block-size:none;max-height:none;max-inline-size:none;max-width:none;min-block-size:0;min-height:auto;min-inline-size:0;min-width:auto;mix-blend-mode:normal;object-fit:fill;object-position:50% 50%;offset-distance:0;offset-path:none;offset-rotate:auto 0deg;opacity:1;order:0;orphans:2;outline-color:currentColor;outline-color:invert;outline-offset:0;outline-style:none;outline-width:medium;overflow-anchor:auto;overflow-wrap:normal;overflow-x:visible;overflow-y:visible;overscroll-behavior-x:auto;overscroll-behavior-y:auto;padding-block-end:0;padding-block-start:0;padding-bottom:0;padding-inline-end:0;padding-inline-start:0;padding-left:0;padding-right:0;padding-top:0;paint-order:normal;perspective:none;perspective-origin:50% 50%;pointer-events:auto;position:relative;resize:none;right:auto;row-gap:normal;scroll-behavior:auto;scroll-margin-block-end:0;scroll-margin-block-start:0;scroll-margin-bottom:0;scroll-margin-inline-end:0;scroll-margin-inline-start:0;scroll-margin-left:0;scroll-margin-right:0;scroll-margin-top:0;scroll-padding-block-end:auto;scroll-padding-block-start:auto;scroll-padding-bottom:auto;scroll-padding-inline-end:auto;scroll-padding-inline-start:auto;scroll-padding-left:auto;scroll-padding-right:auto;scroll-padding-top:auto;scroll-snap-align:none;scroll-snap-stop:normal;scroll-snap-type:none;shape-image-threshold:0;shape-margin:0;shape-outside:none;shape-rendering:auto;speak:normal;stop-color:#000;stop-opacity:1;stroke:none;stroke-dasharray:none;stroke-dashoffset:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-width:1px;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-anchor:start;text-combine-upright:none;text-decoration-color:currentColor;text-decoration-line:none;text-decoration-skip-ink:auto;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-overflow:clip;text-rendering:auto;text-shadow:none;text-size-adjust:auto;text-transform:none;text-underline-position:auto;top:auto;touch-action:auto;transform:none;transform-box:border-box;transform-origin:50% 50% 0;transform-style:flat;transition-delay:0s;transition-duration:0s;transition-property:all;transition-timing-function:ease;unicode-bidi:normal;user-select:auto;vector-effect:none;vertical-align:baseline;visibility:inherit;white-space:normal;widows:2;width:auto;will-change:auto;word-break:normal;word-spacing:normal;writing-mode:horizontal-tb;z-index:auto;zoom:auto;-webkit-appearance:none;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0;-webkit-box-align:stretch;-webkit-box-decoration-break:slice;-webkit-box-direction:normal;-webkit-box-flex:0;-webkit-box-ordinal-group:1;-webkit-box-orient:horizontal;-webkit-box-pack:start;-webkit-box-reflect:none;-webkit-font-smoothing:auto;-webkit-highlight:none;-webkit-hyphenate-character:auto;-webkit-line-clamp:none;-webkit-locale:en;-webkit-margin-after-collapse:collapse;-webkit-margin-before-collapse:collapse;-webkit-margin-bottom-collapse:collapse;-webkit-margin-top-collapse:collapse;-webkit-mask-box-image-outset:0;-webkit-mask-box-image-repeat:stretch;-webkit-mask-box-image-slice:0 fill;-webkit-mask-box-image-source:none;-webkit-mask-box-image-width:auto;-webkit-mask-clip:border-box;-webkit-mask-composite:source-over;-webkit-mask-image:none;-webkit-mask-origin:border-box;-webkit-mask-position-x:0;-webkit-mask-position-y:0;-webkit-mask-size:auto;-webkit-print-color-adjust:economy;-webkit-rtl-ordering:logical;-webkit-ruby-position:before;-webkit-tap-highlight-color:rgba(0,0,0,.4);-webkit-text-combine:none;-webkit-text-decorations-in-effect:none;-webkit-text-emphasis-color:#333;-webkit-text-emphasis-position:over right;-webkit-text-emphasis-style:none;-webkit-text-fill-color:none;-webkit-text-security:none;-webkit-text-stroke-color:initial;-webkit-text-stroke-width:0;-webkit-user-drag:auto;-webkit-user-modify:read-only;-webkit-border-image:none;-webkit-text-orientation:vertical-right;} #ae_app div{display:block;} #ae_app script{display:none;} #ae_app span{display:inline;visibility:inherit;color:inherit;} #ae_app title{display:none;} body #ae_app *,html #ae_app *,html #ae_app :after,html #ae_app :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;} body #ae_app *,html #ae_app *{text-shadow:none;} body #ae_app *,html #ae_app *{border:0;background:0 0;width:auto;width:initial;} #ae_app{position:fixed;z-index:2147483647!important;border:none;height:100%!important;width:auto!important;display:initial!important;opacity:1!important;letter-spacing:normal;} #ae_enabled_messages{position:absolute;top:auto;left:-10000px;width:1px;height:1px;overflow:hidden;display:block!important;} #ae_app .ae-module{display:none;} #ae_app [id^=ae_placeholder]{display:none!important;} /*! CSS Used from: Embedded */ .aa-Label{margin:0;} .aa-Label button{display:flex;align-items:center;justify-content:center;} .aa-MainContainer{width:100%;} body .site-header__search .page-width{align-items:center;} /*! CSS Used from: Embedded */ .announcement-bar div{opacity:1!important;} div.announcement-bar{opacity:1!important;} /*! CSS Used from: Embedded */ #shopify-section-sections--16254027071674__header .megamenu .grid{display:flex!important;justify-content:center;} .site-nav__link,.site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level){font-size:20px;} .site-header{box-shadow:0 0 1px rgba(0,0,0,0.2);} .toolbar + .header-sticky-wrapper .site-header{border-top:0;} .header-item div{opacity:1!important;} div.header-item{opacity:1!important;} @media screen and (min-width: 798px){ .header-layout .header-item.header-item--left.header-item--navigation{order:2;justify-content:center;} .header-layout .header-item.header-item--icons{order:3;} .header-layout[data-logo-align=center] .header-item--logo{margin:0 30px;} .header-layout .header-item--left .site-nav{margin-left:-12px;} } .site-nav__dropdown.megamenu{transition:all 0.01s ease-in-out;} /*! CSS Used from: Embedded */ .header-item--logo{-webkit-box-flex:0 1 100px;-ms-flex:0 1 100px;flex:0 1 100px;} @media only screen and (min-width: 769px){ .header-item--logo{-webkit-box-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px;} } .site-header__logo a{width:100px;} @media only screen and (min-width: 769px){ .site-header__logo a{width:150px;} } /*! CSS Used from: Embedded */ .announcement-bar div{opacity:1!important;} div.announcement-bar{opacity:1!important;} /*! CSS Used from: Embedded */ .otto-image{display:block;width:100%;height:auto;} .otto-image--desktop{display:block;} .otto-image--mobile{display:none;} .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} .otto-btn:nth-child(2){margin-left:5px;} @media all and (max-width: 1024px){ .otto-image--desktop{display:none;} .otto-image--mobile{display:block;} } /*! CSS Used from: Embedded */ .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e{display:block;position:relative;width:100%;margin:0px auto 0px;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:transparent;color:#ffffff;width:100%;padding:30px;position:absolute;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#ffffff;} .otto-banner-content--center-right{top:50%;transform:translateY(-50%);right:0;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__header{margin:0 0 10px;font-size:2.5em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__body{margin:0 0 10px;font-size:1.3em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn{background:#ffffff;color:#1c1d1d;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn:hover{background:#1c1d1d;color:#ffffff;} @media all and (max-width: 1024px){ .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:#eeeeee;color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{position:relative;transform:translate(0)!important;left:0;top:0;width:100%;text-align:center;} } /*! CSS Used from: Embedded */ .otto-image{display:block;width:100%;height:auto;} .otto-image--desktop{display:block;} .otto-image--mobile{display:none;} .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} .otto-btn:nth-child(2){margin-left:5px;} @media all and (max-width: 1024px){ .otto-image--desktop{display:none;} .otto-image--mobile{display:block;} } /*! CSS Used from: Embedded */ .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px;width:100%;margin:0px auto 0px;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item{position:relative;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__content{background:transparent;color:#ffffff;padding:20px;text-align:center;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h1{color:#ffffff;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__header{font-size:2em;margin:0 0 10px;line-height:1.3;} @media all and (max-width: 1024px){ .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{grid-template-columns:repeat(2, 1fr);grid-gap:10px;} .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__content{padding:10px;} } @media all and (max-width: 768px){ .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850{grid-template-columns:repeat(1, 1fr);} } /*! CSS Used from: Embedded */ .flex-grid--template--16254029496506__1640014255c3f9708c{margin-top:-10px;margin-left:-10px;} .flex-grid--template--16254029496506__1640014255c3f9708c .flex-grid__item{padding-top:10px;padding-left:10px;} @media only screen and (max-width: 589px){ .flex-grid--template--16254029496506__1640014255c3f9708c{margin-top:-5px;margin-left:-5px;} .flex-grid--template--16254029496506__1640014255c3f9708c .flex-grid__item{padding-top:5px;padding-left:5px;} } /*! CSS Used from: Embedded */ .flex-grid__item--16400142551c1edda2-0{min-height:300.0px;} @media only screen and (min-width: 769px){ .flex-grid__item--16400142551c1edda2-0{min-height:400.0px;} } @media only screen and (min-width: 1140px){ .flex-grid__item--16400142551c1edda2-0{min-height:500px;} } .flex-grid__item--16400142551c1edda2-0 .btn{background:#ffffff!important;border:none!important;color:#000!important;} .flex-grid__item--16400142551c1edda2-0 .promo-grid__text{font-size:1.02em;} .flex-grid__item--16400142551c1edda2-0.flex-grid__item--50 .promo-grid__text{font-size:1.2em;} @media only screen and (min-width: 769px){ .flex-grid__item--16400142551c1edda2-0 .promo-grid__text{font-size:1.2em;} } /*! CSS Used from: Embedded */ .flex-grid__item--16400142551c1edda2-1{min-height:300.0px;} @media only screen and (min-width: 769px){ .flex-grid__item--16400142551c1edda2-1{min-height:400.0px;} } @media only screen and (min-width: 1140px){ .flex-grid__item--16400142551c1edda2-1{min-height:500px;} } .flex-grid__item--16400142551c1edda2-1 .btn{background:#ffffff!important;border:none!important;color:#000!important;} .flex-grid__item--16400142551c1edda2-1 .promo-grid__text{font-size:1.02em;} .flex-grid__item--16400142551c1edda2-1.flex-grid__item--50 .promo-grid__text{font-size:1.2em;} @media only screen and (min-width: 769px){ .flex-grid__item--16400142551c1edda2-1 .promo-grid__text{font-size:1.2em;} } /*! CSS Used from: Embedded */ .yotpo-gallery-377 .yotpo-load-more-button *{font-family:Open Sans;font-weight:400;} .yotpo-gallery-377 .yotpo-hover-cta{font-family:Open Sans;font-weight:700!important;} .yotpo-gallery-377 .yotpo-hover-enable .y-image-wrapper:hover .y-image-overlay{background-color:#ffffff;opacity:0.8;} .yotpo-gallery-377.yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container{width:calc((100% - 30px) / 7);margin-right:5px;margin-bottom:5px;max-width:none;max-height:none;} .yotpo-gallery-377.yotpo-display-wrapper .yotpo-pictures-gallery-images-wrapper .yotpo-single-image-container:nth-of-type(7n){margin-right:0;} .yotpo-gallery-377.yotpo-display-wrapper .yotpo-image{max-width:none;max-height:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-icon .yotpo-icon-insta{color:#000000;} .yotpo-hover-enable .yotpo-single-image-container .y-image-wrapper:hover .yotpo-hover-cta{background-color:#2f84ed;color:#ffffff;border-radius:3px;font-weight:700;border:none;} /*! CSS Used from: Embedded */ .site-footer{border-top:1px solid #e8e8e1;} /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--847040cf-d88f-434f-83a5-31860a01cf1c{width:50%;padding-top:40px;} .footer__item--847040cf-d88f-434f-83a5-31860a01cf1c:nth-child(2n + 1){clear:left;} } @media only screen and (min-width: 960px){ .footer__item--847040cf-d88f-434f-83a5-31860a01cf1c{width:95%;} } /*! CSS Used from: Embedded */ .footer__logo a{height:100px;} /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--footer-1{width:50%;padding-top:40px;} .footer__item--footer-1:nth-child(2n + 1){clear:left;} } @media only screen and (min-width: 960px){ .footer__item--footer-1{width:18%;} } /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53{width:50%;padding-top:40px;} } @media only screen and (min-width: 960px){ .footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53{width:19%;} } /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6{width:50%;padding-top:40px;} .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6:nth-child(2n + 1){clear:left;} } @media only screen and (min-width: 960px){ .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6{width:19%;} } /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0{width:50%;padding-top:40px;} } @media only screen and (min-width: 960px){ .footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0{width:19%;} } /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px) and (max-width: 959px){ .footer__item--footer2{width:50%;padding-top:40px;} .footer__item--footer2:nth-child(2n + 1){clear:left;} } @media only screen and (min-width: 960px){ .footer__item--footer2{width:25%;} } /*! CSS Used from: Embedded */ #shopify-section-sections--16254026940602__footer h2{font-weight:400;} #shopify-section-sections--16254026940602__footer .footer__logo{display:flex!important;justify-content:center;} /*! CSS Used from: Embedded */ :root{--aa-search-input-height:44px;--aa-input-icon-size:20px;--aa-base-unit:16;--aa-spacing-factor:1;--aa-spacing:calc(var(--aa-base-unit) * var(--aa-spacing-factor) * 1px);--aa-spacing-half:calc(var(--aa-spacing) / 2);--aa-panel-max-height:650px;--aa-base-z-index:9999;--aa-font-size:calc(var(--aa-base-unit) * 1px);--aa-font-family:inherit;--aa-font-weight-medium:500;--aa-font-weight-semibold:600;--aa-font-weight-bold:700;--aa-icon-size:20px;--aa-icon-stroke-width:1.6;--aa-icon-color-rgb:119, 119, 163;--aa-icon-color-alpha:1;--aa-action-icon-size:20px;--aa-text-color-rgb:38, 38, 39;--aa-text-color-alpha:1;--aa-primary-color-rgb:62, 52, 211;--aa-primary-color-alpha:0.2;--aa-muted-color-rgb:128, 126, 163;--aa-muted-color-alpha:0.6;--aa-highlight-color-rgb:62, 52, 211;--aa-panel-border-color-rgb:128, 126, 163;--aa-panel-border-color-alpha:0.3;--aa-input-border-color-rgb:128, 126, 163;--aa-input-border-color-alpha:0.8;--aa-background-color-rgb:255, 255, 255;--aa-background-color-alpha:1;--aa-input-background-color-rgb:255, 255, 255;--aa-input-background-color-alpha:1;--aa-selected-color-rgb:179, 173, 214;--aa-selected-color-alpha:0.205;--aa-description-highlight-background-color-rgb:245, 223, 77;--aa-description-highlight-background-color-alpha:0.5;--aa-detached-media-query:( max-width: 680px);--aa-detached-modal-media-query:( min-width: 680px);--aa-detached-modal-max-width:680px;--aa-detached-modal-max-height:500px;--aa-overlay-color-rgb:115, 114, 129;--aa-overlay-color-alpha:0.4;--aa-panel-shadow:0 0 0 1px rgba(35, 38, 59, 0.1), 0 6px 16px -4px rgba(35, 38, 59, 0.15);--aa-scrollbar-width:13px;--aa-scrollbar-track-background-color-rgb:234, 234, 234;--aa-scrollbar-track-background-color-alpha:1;--aa-scrollbar-thumb-background-color-rgb:var(--aa-background-color-rgb);--aa-scrollbar-thumb-background-color-alpha:1;} @media (hover: none) and (pointer: coarse){ :root{--aa-spacing-factor:1.2;--aa-action-icon-size:22px;} } .aa-Autocomplete *{box-sizing:border-box;} .aa-Autocomplete{color:rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));font-family:var(--aa-font-family);font-size:var(--aa-font-size);font-weight:normal;line-height:1em;margin:0;padding:0;text-align:left;} .aa-MainContainer{min-width:650px;} .aa-Form{align-items:center;background-color:rgba(var(--aa-input-background-color-rgb), var(--aa-input-background-color-alpha));border:1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha));border-radius:3px;display:flex;line-height:1em;margin:0;position:relative;width:100%;} .aa-InputWrapperPrefix{align-items:center;display:flex;flex-shrink:0;height:var(--aa-search-input-height);order:1;} .aa-Label,.aa-LoadingIndicator{cursor:initial;flex-shrink:0;height:100%;padding:0;text-align:left;} .aa-Label svg,.aa-LoadingIndicator svg{color:rgba(var(--aa-primary-color-rgb), 1);height:auto;max-height:var(--aa-input-icon-size);stroke-width:var(--aa-icon-stroke-width);width:var(--aa-input-icon-size);} .aa-SubmitButton,.aa-LoadingIndicator{height:100%;padding-left:calc(var(--aa-spacing) * 0.75 - 1px);padding-right:var(--aa-spacing-half);width:calc(var(--aa-spacing) * 1.75 + var(--aa-icon-size) - 1px);} @media (hover: none) and (pointer: coarse){ .aa-SubmitButton,.aa-LoadingIndicator{padding-left:calc(var(--aa-spacing-half) / 2 - 1px);width:calc(var(--aa-icon-size) + (var(--aa-spacing) * 1.25) - 1px);} } .aa-SubmitButton{appearance:none;background:none;border:0;margin:0;} .aa-LoadingIndicator{align-items:center;display:flex;justify-content:center;} .aa-LoadingIndicator[hidden]{display:none;} .aa-InputWrapper{order:3;position:relative;width:100%;} .aa-Input{appearance:none;background:none;border:0;color:rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));font:inherit;height:var(--aa-search-input-height);padding:0;width:100%;} .aa-Input::placeholder{color:rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));opacity:1;} .aa-Input:focus{border-color:none;box-shadow:none;outline:none;} .aa-InputWrapperSuffix{align-items:center;display:flex;height:var(--aa-search-input-height);order:4;} .aa-ClearButton{align-items:center;background:none;border:0;color:rgba(var(--aa-muted-color-rgb), var(--aa-muted-color-alpha));cursor:pointer;display:flex;height:100%;margin:0;padding:0 calc(var(--aa-spacing) * (5 / 6) - 0.5px);} @media (hover: none) and (pointer: coarse){ .aa-ClearButton{padding:0 calc(var(--aa-spacing) * (2 / 3) - 0.5px);} } .aa-ClearButton:hover,.aa-ClearButton:focus{color:rgba(var(--aa-text-color-rgb), var(--aa-text-color-alpha));} .aa-ClearButton[hidden]{display:none;} .aa-ClearButton svg{stroke-width:var(--aa-icon-stroke-width);width:var(--aa-icon-size);} *{box-sizing:border-box;} body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;} @media screen and (max-width: 680px){ .aa-MainContainer{min-width:inherit;} } .fnd_algolia_search .aa-Form,.fnd_algolia_search .aa-Form .aa-Input:focus{border:none!important;box-shadow:none!important;} .fnd_algolia_search .aa-Form .aa-Input::placeholder{color:grey;} .fnd_algolia_search .aa-ClearButton{display:none;} /*! CSS Used keyframes */ @keyframes shine{to{left:-200%;}} @keyframes shine{to{left:-200%;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @-webkit-keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em #ffffff;}40%{box-shadow:0 2.5em 0 0 #ffffff;}} @keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em #ffffff;}40%{box-shadow:0 2.5em 0 0 #ffffff;}} @-webkit-keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em #ffffff;}40%{box-shadow:0 2.5em 0 0 #ffffff;}} @keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em #ffffff;}40%{box-shadow:0 2.5em 0 0 #ffffff;}} @-webkit-keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em;}40%{box-shadow:0 2.5em 0 0;}} @keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em;}40%{box-shadow:0 2.5em 0 0;}} @-webkit-keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em;}40%{box-shadow:0 2.5em 0 0;}} @keyframes yotpo-image-loader{0%, 80%, 100%{box-shadow:0 2.5em 0 -1.3em;}40%{box-shadow:0 2.5em 0 0;}} /*! CSS Used fontfaces */ @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @font-face{font-family:yotpo-widget-font;src:url(https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-03-27_07-08-36);src:url(https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-03-27_07-08-36#iefix) format("embedded-opentype"),url(https://staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2023-03-27_07-08-36) format("woff"),url(https://staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2023-03-27_07-08-36) format("truetype"),url(https://staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2023-03-27_07-08-36) format("svg");font-weight:400;font-style:normal;font-display:swap;} @font-face{font-family:yotpo-widget-font;src:url(https://staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2023-03-27_07-08-36) format("svg");font-display:swap;} @font-face{font-family:'yotpo-widget-font';src:url("https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-09-26_06-41-24");src:url("https://staticw2.yotpo.com/assets/yotpo-widget-font.eot?version=2023-09-26_06-41-24#iefix") format("embedded-opentype"),url("https://staticw2.yotpo.com/assets/yotpo-widget-font.woff?version=2023-09-26_06-41-24") format("woff"),url("https://staticw2.yotpo.com/assets/yotpo-widget-font.ttf?version=2023-09-26_06-41-24") format("truetype"),url("https://staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2023-09-26_06-41-24") format("svg");font-weight:normal;font-style:normal;font-display:swap;} @font-face{font-family:'yotpo-widget-font';src:url("https://staticw2.yotpo.com/assets/yotpo-widget-font.svg?version=2023-09-26_06-41-24") format("svg");font-display:swap;} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @font-face{font-family:Open Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-600.woff2) format("woff2");} @font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://staticw2.yotpo.com/web-fonts/opensans/v34/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-700.woff2) format("woff2");} @media all{ a.otto-btn{font-family:'Trade Gothic';letter-spacing:0.3em;font-size:110%;padding:11px 20px;border:none;text-transform:uppercase;} .otto-banner-content{line-height:1.2;display:flex!important;flex-direction:column;justify-content:center;height:100%;} .otto-banner-content--center-right,.otto-banner-content--center-right .otto-btn-group{text-align:right;align-items:flex-end;} .otto-banner-content--center-right{padding-right:50px!important;padding-left:0px!important;} .otto-btn-group{display:flex!important;} @media screen and (min-width:1024px){ .otto-banner-content{max-width:calc(40% + 80px);} } @media screen and (max-width:1024px){ .otto-banner-content{padding:2.5rem 1rem!important;align-items:center;} a.otto-btn{background:#231f20!important;color:#ffffff!important;} } @media screen and (max-width:600px){ .otto-banner-content{font-size:85%;} } @media screen and (max-width:395px){ .otto-btn-group a{margin:5px;font-size:90%;} } @media screen and (min-width:1024px){ .otto-btn:hover{background:#e6e6e6!important;color:#2b2b2b!important;} } @media screen and (min-width: 1024px){ .otto-banner-content{max-width:calc(40% + 80px);} } @media screen and (max-width: 1024px){ .otto-banner-content a.otto-btn{color:white!important;background-color:#231f20!important;} } } .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:transparent;color:#ffffff;width:100%;padding:30px;position:absolute;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#ffffff;} .otto-banner-content--center-right{top:50%;transform:translateY(-50%);right:0;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__header{margin:0 0 10px;font-size:2.5em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__body{margin:0 0 10px;font-size:1.3em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn{background:#ffffff;color:#1c1d1d;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn:hover{background:#1c1d1d;color:#ffffff;} @media all and (max-width: 1024px){ .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:#eeeeee;color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{position:relative;transform:translate(0)!important;left:0;top:0;width:100%;text-align:center;} } .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} /*! CSS Used from: https://darntough.com/cdn/shop/t/484/assets/custom.css?v=96532234419927133201698755443 */ a.otto-btn{font-family:'Trade Gothic';letter-spacing:0.3em;font-size:100%;padding:11px 20px;border:none;text-transform:uppercase;} .otto-banner-content{line-height:1.2;display:flex!important;flex-direction:column;justify-content:center;height:100%;} .otto-banner-content--center-right,.otto-banner-content--center-right .otto-btn-group{text-align:right;align-items:flex-end;} .otto-banner-content--center-right{padding-right:50px!important;padding-left:0px!important;} .otto-btn-group{display:flex!important;} @media screen and (min-width:1024px){ .otto-banner-content{max-width:calc(40% + 80px);} } @media screen and (max-width:1024px){ .otto-banner-content{padding:2.5rem 1rem!important;align-items:center;} a.otto-btn{background:#231f20!important;color:#ffffff!important;} } @media screen and (max-width:600px){ .otto-banner-content{font-size:85%;} } @media screen and (max-width:395px){ .otto-btn-group a{margin:5px;font-size:90%;} } @media screen and (min-width:1024px){ .otto-btn:hover{background:#e6e6e6!important;color:#2b2b2b!important;} } @media screen and (min-width: 1024px){ .otto-banner-content{max-width:calc(40% + 80px);} } @media screen and (max-width: 1024px){ .otto-banner-content a.otto-btn{color:white!important;background-color:#231f20!important;} } /*! CSS Used from: https://staticw2.yotpo.com/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9/widget.css?widget_version=2023-10-30_07-37-46 */ /*! @import https://staticw2.yotpo.com/assets/open_sans.css */ /*! CSS Used from: https://staticw2.yotpo.com/assets/open_sans.css */ /*! end @import */ /*! CSS Used from: Embedded */ .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} /*! CSS Used from: Embedded */ .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:transparent;color:#ffffff;width:100%;padding:30px;position:absolute;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h2,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#ffffff;} .otto-banner-content--center-right{top:50%;transform:translateY(-50%);right:0;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__header{margin:0 0 10px;font-size:2.5em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__subheader{margin:0 0 10px;font-size:1.3em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__body{margin:0 0 10px;font-size:1.3em;line-height:1.3;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn{background:#ffffff;color:#1c1d1d;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn:hover{background:#1c1d1d;color:#ffffff;} @media all and (max-width: 1024px){ .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{background:#eeeeee;color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h2,.otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p{color:#000000;} .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content{position:relative;transform:translate(0)!important;left:0;top:0;width:100%;text-align:center;} } /*! CSS Used from: Embedded */ .otto-btn-group{margin-top:20px;} .otto-btn{padding:10px;display:inline-block;transition:all .3s ease-in-out;text-decoration:none;} /*! CSS Used from: Embedded */ *{box-sizing:border-box;} /*! CSS Used fontfaces */ @font-face{font-family:"Benguiat";src:url("https://darntough.com/cdn/shop/files/BenguiatStd_Medium.otf?v=1696278045");} @keyframes fade-in{ 0%{ opacity:0; } to{ opacity:1; } } .dom-loaded [data-context="featured-collection"] .image-element { animation: fade-in .5s cubic-bezier(.29,.65,.58,1) forwards !important; } /* video hero css */ .h1,h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ .h1,h2{margin:0 0 15px;} } .h1,h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .h1{font-size:calc(var(--typeHeaderSize) * .85);} h2{font-size:calc(var(--typeHeaderSize) * .73);} @media only screen and (min-width:769px){ .h1{font-size:var(--typeHeaderSize);} h2{font-size:calc(var(--typeHeaderSize) * .85);} } a{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} a:hover{color:#000;color:var(--colorTextBody);} .btn{line-height:1.42;text-decoration:none;text-align:center;white-space:normal;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;text-transform:uppercase;letter-spacing:.3em;display:inline-block;padding:11px 20px;margin:0;width:auto;min-width:90px;vertical-align:middle;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--buttonRadius);color:#fff;color:var(--colorBtnPrimaryText);background:#111111;background:var(--colorBtnPrimary);} @media only screen and (max-width:768px){ .btn{padding:9px 17px;font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);} } .btn:hover{color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);} .btn--inverse{background-color:transparent;color:#fff;border:2px solid #fff;} .btn--inverse:focus,.btn--inverse:hover{background-color:transparent;} .hero__link .btn--inverse{color:#fff;color:var(--colorHeroText);border-color:#fff;border-color:var(--colorHeroText);} svg:not(:root){overflow:hidden;} iframe{max-width:100%;} .icon{display:inline-block;width:20px;height:20px;vertical-align:middle;fill:currentColor;} svg.icon:not(.icon--full-color) path{fill:inherit;stroke:inherit;} .animation-cropper{overflow:hidden;display:inline-flex;} .hero{position:relative;overflow:hidden;background:#0f0f0f;background:var(--colorLargeImageBg);} .hero__media-container,.hero__media{position:absolute;top:0;left:0;height:100%;width:100%;} .hero__media:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background-color:#000;background-color:var(--colorImageOverlay);opacity:.1;opacity:var(--colorImageOverlayOpacity);} .hero__media{background-repeat:no-repeat;background-size:cover;background-position:top;z-index:1;} .hero__media iframe{width:100%;height:100%;pointer-events:none;} .video-parent-section.loaded .hero__media iframe{opacity:1;animation:zoom-fade 2.5s cubic-bezier(.26,.54,.32,1) 0s forwards;transition:none;} .hero__media iframe{position:absolute;top:0;width:300%;left:-100%;max-width:none;} @media screen and (min-width:1140px){ .hero__media iframe{width:100%;height:300%;left:auto;top:-100%;} } .hero__text-wrap{position:relative;height:100%;color:#fff;color:var(--colorHeroText);} .hero__text-wrap .page-width{display:table;width:100%;height:100%;} .hero__text-content{position:relative;padding:15px 0;z-index:4;} @media only screen and (min-width:769px){ .hero__text-content{padding:45px 0;} .hero__link a{font-size:110%;} } @media only screen and (min-width:400px){ .hero__link a{font-size:100%;} } .hero__text-shadow{position:relative;display:inline-block;} .hero__text-shadow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:auto;background:radial-gradient(rgba(0,0,0,.2) 0%,transparent 60%);background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%,transparent 60%);margin:-100px -200px;z-index:-1;} .hero__title{display:block;margin-bottom:0;} .hero__subtitle{font-size:1.3em;display:block;vertical-align:middle;margin-top:5px;margin-bottom:5px;} .hero__link{position:relative;display:block;} .hero__link .btn{margin:4px 3px 2px 0;} @media only screen and (min-width:769px){ .hero__link .btn{margin-right:5px;margin-top:0;} } .hero__link .btn+.btn{margin-left:2px;} @media only screen and (min-width:769px){ .hero__link .btn+.btn{margin-left:10px;} } .hero__link .btn .icon-play{position:relative;top:-2px;margin-right:5px;} .hero__text-content{display:table-cell;} .hero__text-content .hero__link{margin-top:7.5px;} @media only screen and (min-width:769px){ .hero__text-content .hero__link{margin-top:15px;} } .hero__text-content.horizontal-left{text-align:left;} .hero__text-content.vertical-bottom{vertical-align:bottom;} .hero--650px{height:422.5px;} @media only screen and (min-width:769px){ .hero--650px{height:650px;} } [data-aos=hero__animation] .animation-cropper{opacity:0;} [data-aos=hero__animation] .animation-contents{opacity:0;transform:translateY(15px);transition:none;} [data-aos=hero__animation] .hero__link .btn{opacity:0;transition:none;} [data-aos=hero__animation].loaded .animation-cropper{opacity:1;} [data-aos=hero__animation].loaded .animation-contents{transform:translateY(0);} [data-aos=hero__animation].loaded .hero__title .animation-contents{animation:.8s cubic-bezier(.26,.54,.32,1) .3s forwards;animation-name:rise-up;} [data-aos=hero__animation].loaded .hero__subtitle .animation-contents{animation:1s cubic-bezier(.26,.54,.32,1) .7s forwards;animation-name:rise-up;} [data-aos=hero__animation].loaded .hero__link .animation-contents{opacity:1;} [data-aos=hero__animation].loaded .hero__link .btn{animation:fade-in 2s ease 1.3s forwards;} [data-aos=hero__animation].loaded .hero__media{opacity:1;transition:none;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } .btn{font-family:var(--typeButton),var(--typeBaseFallback);font-weight:800;} @media all{ *,:after,:before{box-sizing:border-box;} a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} } /*! CSS Used from: https://darntough.com/cdn/shop/t/520/assets/custom.css?v=127781800433815873601702650772 */ .btn{background:#231f20!important;color:#fff;font-family:"Trade Gothic",var(--typeBaseFallback);font-weight:800;} [data-aos=hero__animation].loaded .hero__title .animation-contents,[data-aos=hero__animation].loaded .hero__subtitle .animation-contents,[data-aos=hero__animation].loaded .hero__link .btn{animation:none;opacity:1;} .hero__text-shadow{max-width:calc(40% + 80px);} @media (max-width: 768px){ .hero__text-shadow{max-width:unset;} .hero__text-content.vertical-center-mobile{vertical-align:middle;} .hero__text-content.horizontal-center-mobile{text-align:center;} } .button-container__flex{display:flex;flex-wrap:wrap;justify-content:center;} .hero__title{line-height:1.2;} /*! CSS Used from: https://staticw2.yotpo.com/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9/widget.css?widget_version=2023-11-29_11-27-26 */ /*! @import https://staticw2.yotpo.com/assets/open_sans.css */ /*! CSS Used from: https://staticw2.yotpo.com/assets/open_sans.css */ /*! end @import */ /*! CSS Used from: Embedded */ .hero--template--16473946456250__121de755-9f3f-4c0a-9c38-882dce01913b .hero__title{font-size:26.0px;} @media only screen and (min-width: 769px){ .hero--template--16473946456250__121de755-9f3f-4c0a-9c38-882dce01913b .hero__title{font-size:52px;} } /*! CSS Used from: Embedded */ *{box-sizing:border-box;} /*! CSS Used keyframes */ @keyframes zoom-fade{0%{opacity:0;transform:scale(1.3);}to{opacity:1;transform:scale(1);}} @keyframes rise-up{0%{opacity:1;transform:translateY(120%);}to{opacity:1;transform:translateY(0);}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} /*! CSS Used from: Embedded */ @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } @media all{ *,:after,:before{box-sizing:border-box;} } /*! CSS Used from: Embedded */ .hero__text-content.vertical-center{vertical-align:middle;} @media all{ @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} .page-width{margin:0 auto;max-width:1500px;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ h2{margin:0 0 15px;} } h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} h2{font-size:calc(var(--typeHeaderSize)*.73);} @media only screen and (min-width:769px){ h2{font-size:calc(var(--typeHeaderSize)*.85);} } a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} .btn{-webkit-appearance:none;-moz-appearance:none;background:var(--colorBtnPrimary);border:1px solid transparent;border-radius:var(--buttonRadius);color:var(--colorBtnPrimaryText);cursor:pointer;display:inline-block;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;letter-spacing:.3em;line-height:1.42;margin:0;min-width:90px;padding:11px 20px;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:normal;width:auto;} @media only screen and (max-width:768px){ .btn{font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);padding:9px 17px;} } .btn:hover{background-color:var(--colorBtnPrimary);color:var(--colorBtnPrimaryText);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){overflow:hidden;position:relative;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);content:"";height:100%;left:150%;position:absolute;top:0;transform:skew(-20deg);width:200%;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:var(--colorBtnPrimary);transition-delay:0s;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } } @media all{ .btn{background:#231f20!important;color:#fff;font-family:Trade Gothic;font-weight:800;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } } @media all{ *,:after,:before{box-sizing:border-box;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } @media only screen and (min-width:769px){ .medium-up--hide{display:none!important;} } .page-width{max-width:1500px;margin:0 auto;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ h2{margin:0 0 15px;} } h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} h2{font-size:calc(var(--typeHeaderSize) * .73);} @media only screen and (min-width:769px){ h2{font-size:calc(var(--typeHeaderSize) * .85);} } a{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} a:hover{color:#000;color:var(--colorTextBody);} .btn{line-height:1.42;text-decoration:none;text-align:center;white-space:normal;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;text-transform:uppercase;letter-spacing:.3em;display:inline-block;padding:11px 20px;margin:0;width:auto;min-width:90px;vertical-align:middle;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--buttonRadius);color:#fff;color:var(--colorBtnPrimaryText);background:#111111;background:var(--colorBtnPrimary);} @media only screen and (max-width:768px){ .btn{padding:9px 17px;font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);} } .btn:hover{color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){position:relative;overflow:hidden;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{content:"";position:absolute;top:0;left:150%;width:200%;height:100%;transform:skew(-20deg);background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:#2b2b2b;background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:#111111;background:var(--colorBtnPrimary);transition-delay:0s;} img{border:0 none;} img{max-width:100%;} .animation-cropper{overflow:hidden;display:inline-flex;} .slideshow-wrapper{position:relative;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } .btn{font-family:var(--typeButton),var(--typeBaseFallback);font-weight:800;} @media all{ img{border:0 none;display:block;max-width:100%;} *,:after,:before{box-sizing:border-box;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} } } @media all{ .btn{background:#231f20!important;color:#fff;font-family:"Trade Gothic",var(--typeBaseFallback);font-weight:800;} } *{box-sizing:border-box;} *{box-sizing:border-box;} .h1,h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ .h1,h2{margin:0 0 15px;} } .h1,h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .h1{font-size:calc(var(--typeHeaderSize) * .85);} h2{font-size:calc(var(--typeHeaderSize) * .73);} @media only screen and (min-width:769px){ .h1{font-size:var(--typeHeaderSize);} h2{font-size:calc(var(--typeHeaderSize) * .85);} } a{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} a:hover{color:#000;color:var(--colorTextBody);} .btn{line-height:1.42;text-decoration:none;text-align:center;white-space:normal;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;text-transform:uppercase;letter-spacing:.3em;display:inline-block;padding:11px 20px;margin:0;width:auto;min-width:90px;vertical-align:middle;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--buttonRadius);color:#fff;color:var(--colorBtnPrimaryText);background:#111111;background:var(--colorBtnPrimary);} @media only screen and (max-width:768px){ .btn{padding:9px 17px;font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);} } .btn:hover{color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);} .animation-cropper{overflow:hidden;display:inline-flex;} .hero{position:relative;overflow:hidden;background:#0f0f0f;background:var(--colorLargeImageBg);} .hero__text-wrap{position:relative;height:100%;color:#fff;color:var(--colorHeroText);} .hero__text-wrap .page-width{display:table;width:100%;height:100%;} .hero__text-content{position:relative;padding:15px 0;z-index:4;} @media only screen and (min-width:769px){ .hero__text-content{padding:45px 0;} .hero__link a{font-size:110%;} } @media only screen and (min-width:400px){ .hero__link a{font-size:100%;} } .hero__text-shadow{position:relative;display:inline-block;} .hero__text-shadow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:auto;background:radial-gradient(rgba(0,0,0,.2) 0%,transparent 60%);background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%,transparent 60%);margin:-100px -200px;z-index:-1;} .hero__title{display:block;margin-bottom:0;} .hero__subtitle{font-size:1.3em;display:block;vertical-align:middle;margin-top:5px;margin-bottom:5px;} .hero__link{position:relative;display:block;} .hero__link .btn{margin:4px 3px 2px 0;} @media only screen and (min-width:769px){ .hero__link .btn{margin-right:5px;margin-top:0;} } .hero__link .btn+.btn{margin-left:2px;} @media only screen and (min-width:769px){ .hero__link .btn+.btn{margin-left:10px;} } .hero__text-content{display:table-cell;} .hero__text-content .hero__link{margin-top:7.5px;} @media only screen and (min-width:769px){ .hero__text-content .hero__link{margin-top:15px;} } .hero__text-content.horizontal-left{text-align:left;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } .btn{font-family:var(--typeButton),var(--typeBaseFallback);font-weight:800;} @media all{ *,:after,:before{box-sizing:border-box;} a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} } .btn{background:#231f20!important;color:#fff;font-family:"Trade Gothic",var(--typeBaseFallback);font-weight:800;} .hero__text-shadow{max-width:calc(40% + 80px);} @media (max-width: 768px){ .hero__text-shadow{max-width:unset;} .hero__text-content.vertical-center-mobile{vertical-align:middle;} .hero__text-content.horizontal-center-mobile{text-align:center;} } .hero__title{line-height:1.2;} *{box-sizing:border-box;} /*! CSS Used from: https://darntough.com/cdn/shop/t/588/assets/additional.css?v=40690542981917680971713450732 */ @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} .page-width{margin:0 auto;max-width:1500px;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ h2{margin:0 0 15px;} } h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} h2{font-size:calc(var(--typeHeaderSize)*.73);} @media only screen and (min-width:769px){ h2{font-size:calc(var(--typeHeaderSize)*.85);} } a{background:transparent;-webkit-text-decoration:none;text-decoration:none;} .btn{-webkit-appearance:none;-moz-appearance:none;background:var(--colorBtnPrimary);border:1px solid transparent;border-radius:var(--buttonRadius);color:var(--colorBtnPrimaryText);cursor:pointer;display:inline-block;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;letter-spacing:.3em;line-height:1.42;margin:0;min-width:90px;padding:11px 20px;text-align:center;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:normal;width:auto;} @media only screen and (max-width:768px){ .btn{font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);padding:9px 17px;} } .btn:hover{background-color:var(--colorBtnPrimary);color:var(--colorBtnPrimaryText);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){overflow:hidden;position:relative;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);content:"";height:100%;left:150%;position:absolute;top:0;transform:skew(-20deg);width:200%;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:var(--colorBtnPrimary);transition-delay:0s;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } } @media all{ .btn{background:#231f20!important;color:#fff;font-family:Trade Gothic;font-weight:800;} } @media all{ *,:after,:before{box-sizing:border-box;} html:not(.no-js):not(.tab-outline) :focus{outline:none;} } /*! CSS Used from: https://darntough.com/cdn/shop/t/588/assets/theme.css?v=19314352177017928891713450787 */ *,:after,:before{box-sizing:border-box;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } @media only screen and (min-width:769px){ .medium-up--hide{display:none!important;} } .page-width{max-width:1500px;margin:0 auto;} .page-width{padding:0 17px;} @media only screen and (min-width:769px){ .page-width{padding:0 40px;} } .h1,h2{display:block;margin:0 0 10px;} @media only screen and (min-width:769px){ .h1,h2{margin:0 0 15px;} } .h1,h2{font-family:var(--typeHeaderPrimary),var(--typeHeaderFallback);font-weight:var(--typeHeaderWeight);letter-spacing:var(--typeHeaderSpacing);line-height:var(--typeHeaderLineHeight);} .h1{font-size:calc(var(--typeHeaderSize) * .85);} h2{font-size:calc(var(--typeHeaderSize) * .73);} @media only screen and (min-width:769px){ .h1{font-size:var(--typeHeaderSize);} h2{font-size:calc(var(--typeHeaderSize) * .85);} } a{color:#000;color:var(--colorTextBody);text-decoration:none;background:transparent;} a:hover{color:#000;color:var(--colorTextBody);} .btn{line-height:1.42;text-decoration:none;text-align:center;white-space:normal;font-size:calc(var(--typeBaseSize) - 4px);font-size:max(calc(var(--typeBaseSize) - 4px),13px);font-weight:700;text-transform:uppercase;letter-spacing:.3em;display:inline-block;padding:11px 20px;margin:0;width:auto;min-width:90px;vertical-align:middle;cursor:pointer;border:1px solid transparent;-webkit-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;border-radius:var(--buttonRadius);color:#fff;color:var(--colorBtnPrimaryText);background:#111;background:var(--colorBtnPrimary);} @media only screen and (max-width:768px){ .btn{padding:9px 17px;font-size:calc(var(--typeBaseSize) - 5px);font-size:max(calc(var(--typeBaseSize) - 5px),11px);} } .btn:hover{color:#fff;color:var(--colorBtnPrimaryText);background-color:#111;background-color:var(--colorBtnPrimary);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static){position:relative;overflow:hidden;transition:background .2s ease 0s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):after{content:"";position:absolute;top:0;left:150%;width:200%;height:100%;transform:skew(-20deg);background-image:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover:after{animation:shine .75s cubic-bezier(.01,.56,1,1);} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):hover{background:#2b2b2b;background:var(--colorBtnPrimaryLight);transition-delay:.25s;} [data-button_style=square] .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):not(.btn--static):active{background:#111;background:var(--colorBtnPrimary);transition-delay:0s;} img{border:0 none;} img{max-width:100%;} img[data-sizes=auto]{display:block;width:100%;} .parallax-container{position:absolute;top:-30%;left:0;height:160%;width:100%;} .parallax-image{position:absolute;top:-5%;left:0;width:100%;height:110%;} .parallax-image img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;} .animation-cropper{overflow:hidden;display:inline-flex;} .slideshow-wrapper{position:relative;} .slideshow__slide{display:none;width:100%;height:100%;position:relative;overflow:hidden;} .slideshow__slide:first-child{display:block;} .hero{position:relative;overflow:hidden;background:#0f0f0f;background:var(--colorLargeImageBg);} .hero__image-wrapper{position:absolute;top:0;left:0;height:100%;width:100%;} .hero__image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background-color:#000;background-color:var(--colorImageOverlay);opacity:.1;opacity:var(--colorImageOverlayOpacity);} .hero__image{position:relative;width:100%;height:100%;z-index:1;-o-object-fit:cover;object-fit:cover;} .hero__text-wrap{position:relative;height:100%;color:#fff;color:var(--colorHeroText);} .hero__text-wrap .page-width{display:table;width:100%;height:100%;} .hero__text-content{position:relative;padding:15px 0;z-index:4;} @media only screen and (min-width:769px){ .hero__text-content{padding:45px 0;} .hero__link a{font-size:110%;} } @media only screen and (min-width:400px){ .hero__link a{font-size:100%;} } [data-dots=true] .hero__text-content{padding-bottom:40px;} .hero__text-shadow{position:relative;display:inline-block;} .hero__text-shadow:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:auto;background:radial-gradient(rgba(0,0,0,.2) 0%,transparent 60%);background:radial-gradient(rgba(0,0,0,var(--colorImageOverlayTextShadow)) 0%,transparent 60%);margin:-100px -200px;z-index:-1;} .hero__title{display:block;margin-bottom:0;} .hero__subtitle{font-size:1.3em;display:block;vertical-align:middle;margin-top:5px;margin-bottom:5px;} .hero__link{position:relative;display:block;} .hero__link .btn{margin:4px 3px 2px 0;} @media only screen and (min-width:769px){ .hero__link .btn{margin-right:5px;margin-top:0;} } .hero__link .btn+.btn{margin-left:2px;} @media only screen and (min-width:769px){ .hero__link .btn+.btn{margin-left:10px;} } .hero__text-content{display:table-cell;} .hero__text-content .hero__link{margin-top:7.5px;} @media only screen and (min-width:769px){ .hero__text-content .hero__link{margin-top:15px;} } .hero__text-content.horizontal-left{text-align:left;} .hero__text-content.vertical-center{vertical-align:middle;} @media only screen and (min-width:769px){ .hero--natural[data-natural]{position:absolute;top:0;left:0;right:0;bottom:0;} } @media only screen and (max-width:768px){ .hero--mobile--auto[data-mobile-natural=true]{position:absolute;top:0;left:0;right:0;bottom:0;height:auto;} } .slideshow__slide .animation-cropper{opacity:0;} .slideshow__slide .animation-contents{opacity:0;transform:translateY(15px);transition:none;} .slideshow__slide:not(.animate-out) .hero__image{transition:none;} .slideshow__slide .hero__link .btn{opacity:0;transition:none;} .slideshow__slide .hero__image-wrapper{transform:translate(200px);opacity:0;transition:none;} .loaded .slideshow__slide.is-selected .animation-cropper{opacity:1;} .loaded .slideshow__slide.is-selected .animation-contents{transform:translateY(0);} .loaded .slideshow__slide.is-selected .hero__title .animation-contents{animation:.8s cubic-bezier(.26,.54,.32,1) .3s forwards;animation-name:rise-up;} .loaded .slideshow__slide.is-selected .hero__subtitle .animation-contents{animation:1s cubic-bezier(.26,.54,.32,1) .7s forwards;animation-name:rise-up;} .loaded .slideshow__slide.is-selected .hero__link .btn{animation:fade-in 2s ease 1.3s forwards;} .loaded .slideshow__slide.is-selected .hero__image-wrapper{opacity:1;transform:translate(0);transition:transform .7s ease,opacity .7s ease;} @media print{ h2{orphans:3;widows:3;} h2{page-break-after:avoid;} } .btn{font-family:var(--typeButton),var(--typeBaseFallback);font-weight:800;} @media all{ img{border:0 none;display:block;max-width:100%;} *,:after,:before{box-sizing:border-box;} @media only screen and (max-width:768px){ .small--hide{display:none!important;} } a{background:transparent;color:var(--colorTextBody);-webkit-text-decoration:none;text-decoration:none;} a:hover{color:var(--colorTextBody);} } .hero__text-wrap--black{color:#000;} /*! CSS Used from: https://darntough.com/cdn/shop/t/588/assets/custom.css?v=121141000078240880131713450733 */ .btn{background:#231f20!important;color:#fff;font-family:"Trade Gothic",var(--typeBaseFallback);font-weight:800;} .loaded .slideshow__slide.is-selected .hero__title .animation-contents,.loaded .slideshow__slide.is-selected .hero__subtitle .animation-contents,.loaded .slideshow__slide.is-selected .hero__link .btn{animation:none;opacity:1;} .hero__text-shadow{max-width:calc(40% + 80px);} .loaded .slideshow__slide.is-selected .hero__title .animation-contents{line-height:120%;} @media (max-width: 1100px) and (min-width: 769px){ .slideshow-wrapper .slideshow__container{padding-bottom:40%;min-height:380px;} } @media (max-width: 768px){ .hero__text-shadow{max-width:unset;} .hero__text-content.vertical-center-mobile{vertical-align:middle;} .hero__text-content.horizontal-center-mobile{text-align:center;} } .hero__title{line-height:1.2;} .hero__text-wrap--black{color:#000;} @media (max-width: 500px){ #mobileTextTarget{display:flex;flex-direction:column;align-items:center;padding:2.5rem 1rem;text-align:center;background-color:#f1f1f1;} } @media screen and (max-width: 500px){ #mobileTextTarget:empty{display:none;} } /*! CSS Used from: https://staticw2.yotpo.com/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9/widget.css?widget_version=2024-04-11_07-11-16 */ /*! @import https://staticw2.yotpo.com/assets/open_sans.css */ /*! CSS Used from: https://staticw2.yotpo.com/assets/open_sans.css */ /*! end @import */ /*! CSS Used from: Embedded */ @media only screen and (min-width: 769px){ .hero-natural--template--17005437583546__slideshow{height:0;padding-bottom:31.25%;} } /*! CSS Used from: Embedded */ @media screen and (max-width: 768px){ .hero-natural-mobile--template--17005437583546__slideshow{height:0;padding-bottom:100.0%;} } /*! CSS Used from: Embedded */ .slideshow__slide--slideshow-0 .hero__title{font-size:24.0px;} @media only screen and (min-width: 769px){ .slideshow__slide--slideshow-0 .hero__title{font-size:48px;} } .slideshow__slide--slideshow-0 .btn{background:#ffffff!important;border:none;color:#000!important;} .slideshow__slide--slideshow-0 .hero__image-wrapper:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:3;background-color:#000;opacity:0.06;} /*! CSS Used keyframes */ @keyframes shine{to{left:-200%;}} @keyframes shine{to{left:-200%;}} @keyframes shine{to{left:-200%;}} @keyframes shine{to{left:-200%;}} @keyframes rise-up{0%{opacity:1;transform:translateY(120%);}to{opacity:1;transform:translateY(0);}} @keyframes rise-up{0%{opacity:1;transform:translateY(120%);}to{opacity:1;transform:translateY(0);}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} @keyframes fade-in{0%{opacity:0;}to{opacity:1;}} /*! CSS Used fontfaces */ @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:Trade Gothic;font-weight:700;font-style:normal;font-display:swap;src:url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6) format("woff2"),url(https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68) format("woff");} @font-face{font-family:"Trade Gothic";font-weight:700;font-style:normal;font-display:swap;src:url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.eef155d0c0b7fabc7f0a84a36b09d35d93200309.woff2?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=5d5b5be9a6b3ecb0918b816936a789107972f5634fbe5bb5dec283127a0b0ad6") format("woff2"), url("https://darntough.com/cdn/fonts/trade_gothic/tradegothic_n7.ffb764894c72ccd893ba69107b7abacd51e7c216.woff?h1=ZGFybnRvdWdoLmNvbQ&h2=ZGFybi10b3VnaC5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=c893e860946e9e032de00a4132547fd50d2bc871e405ba2099d6b08ca171da68") format("woff");} </style> <link rel="stylesheet" data-href="//darntough.com/cdn/shop/t/551/assets/additional.css?v=40690542981917680971707143659"> <link rel="stylesheet" data-href="//darntough.com/cdn/shop/t/551/assets/theme.css?v=172499603983458746981709150402"> <link rel="stylesheet" data-href="//darntough.com/cdn/shop/t/551/assets/custom.css?v=11917045767594215241732299361"> <style data-shopify>:root { --typeHeaderPrimary: "Avenir Next"; --typeHeaderFallback: sans-serif; --typeHeaderSize: 38px; --typeHeaderWeight: 700; --typeHeaderLineHeight: 1; --typeHeaderSpacing: 0.0em; --typeBasePrimary:"Avenir Next"; --typeBaseFallback:sans-serif; --typeBaseSize: 16px; --typeBaseWeight: 500; --typeBaseSpacing: 0.025em; --typeBaseLineHeight: 1.6; --typeBaselineHeightMinus01: 1.5; --typeButton:; --typeCollectionTitle: 24px; --iconWeight: 2px; --iconLinecaps: miter; --buttonRadius: 0; --colorGridOverlayOpacity: 0.1; } .placeholder-content { background-image: linear-gradient(100deg, #eeeeee 40%, #e6e6e6 63%, #eeeeee 79%); }</style> <style> .template-search .product-card-items-wrapper .image-container img, .index-section.algolia_widget .image-container img { max-height: 240px; width: auto; } .image-element { width: 100%; } </style> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); window.theme = window.theme || {}; theme.routes = { home: "/", cart: "/cart.js", cartPage: "/cart", cartAdd: "/cart/add.js", cartChange: "/cart/change.js", search: "/search", predictiveSearch: "/search/suggest" }; theme.strings = { soldOut: "Sold Out", unavailable: "Unavailable", inStockLabel: "In stock, ready to ship", oneStockLabel: "Low stock - [count] item left", otherStockLabel: "Low stock - [count] items left", willNotShipUntil: "Ready to ship [date]", willBeInStockAfter: "Back in stock [date]", waitingForStock: "Inventory on the way", savePrice: "Save [saved_amount]", cartEmpty: "Your cart is currently empty.", cartTermsConfirmation: "Please agree to the terms of purchase and website use before making a purchase!", searchCollections: "Collections:", searchPages: "Pages:", searchArticles: "Articles:", productFrom: "from ", maxQuantity: "You can only have [quantity] of [title] in your cart." }; theme.settings = { cartType: "drawer", isCustomerTemplate: false, moneyFormat: "${{amount}}", saveType: "dollar", productImageSize: "square", productImageCover: false, predictiveSearch: false, predictiveSearchType: null, predictiveSearchVendor: false, predictiveSearchPrice: false, quickView: false, themeName: 'Impulse', themeVersion: "7.4.0" }; </script> <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="O3GjC_QbRdxBQL267benrfbgt3VQxt5McVwbJleV9uI"> <meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/13548177/digital_wallets/dialog"> <meta name="shopify-checkout-api-token" content="4a2d275db1a3efa5372a078a606dc6d8"> <meta id="in-context-paypal-metadata" data-shop-id="13548177" data-venmo-supported="true" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="USD"> <script async="async" src="/checkouts/internal/preloads.js?locale=en-US"></script> <link rel="preconnect" href="https://shop.app" crossorigin="anonymous"> <script async="async" src="https://shop.app/checkouts/internal/preloads.js?locale=en-US&shop_id=13548177" crossorigin="anonymous"></script> <script id="apple-pay-shop-capabilities" type="application/json">{"shopId":13548177,"countryCode":"US","currencyCode":"USD","merchantCapabilities":["supports3DS"],"merchantId":"gid:\/\/shopify\/Shop\/13548177","merchantName":"Darn Tough","requiredBillingContactFields":["postalAddress","email","phone"],"requiredShippingContactFields":["postalAddress","email","phone"],"shippingType":"shipping","supportedNetworks":["visa","masterCard","amex","discover","elo","jcb"],"total":{"type":"pending","label":"Darn Tough","amount":"1.00"},"shopifyPaymentsEnabled":true,"supportsSubscriptions":true}</script> <script id="shopify-features" type="application/json">{"accessToken":"4a2d275db1a3efa5372a078a606dc6d8","betas":["rich-media-storefront-analytics"],"domain":"darntough.com","predictiveSearch":true,"shopId":13548177,"smart_payment_buttons_url":"https:\/\/darntough.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/spb.en.js","dynamic_checkout_cart_url":"https:\/\/darntough.com\/cdn\/shopifycloud\/payment-sheet\/assets\/latest\/dynamic-checkout-cart.en.js","locale":"en"}</script> <script>var Shopify = Shopify || {}; Shopify.shop = "darn-tough.myshopify.com"; Shopify.locale = "en"; Shopify.currency = {"active":"USD","rate":"1.0"}; Shopify.country = "US"; Shopify.theme = {"name":"DarnTough\/Main","id":135524745402,"schema_name":"Impulse","schema_version":"7.4.0","theme_store_id":null,"role":"main"}; Shopify.theme.handle = "null"; Shopify.theme.style = {"id":null,"handle":null}; Shopify.cdnHost = "darntough.com/cdn"; Shopify.routes = Shopify.routes || {}; Shopify.routes.root = "/";</script> <script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script> <script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script> <script>window.ShopifyPay = window.ShopifyPay || {}; window.ShopifyPay.apiHost = "shop.app\/pay";</script> <script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script> <script> window.Shopify = window.Shopify || {}; if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {}; window.Shopify.featureAssets['shop-js'] = {"login-button":["modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"shop-pay-payment-request":["modules/client.shop-pay-payment-request_BSPYpBgE.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js","modules/chunk.shop-pay_DNi9j_X8.esm.js"],"payment-terms":["modules/client.payment-terms_BF5x7ymI.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"pay-button":["modules/client.pay-button_Cc3hmsbn.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"discount-app":["modules/client.discount-app_Dl148wJa.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"avatar":["modules/client.avatar_BTnouDA3.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/client.init-shop-for-new-customer-accounts_BXLde5-4.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/client.init-shop-email-lookup-coordinator_CSM1j0yH.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js"],"init-customer-accounts-sign-up":["modules/client.init-customer-accounts-sign-up_BDGFEblG.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"],"init-customer-accounts":["modules/client.init-customer-accounts_Ztg3e7fA.en.esm.js","modules/chunk.common_Ckk3SCTm.esm.js","modules/client.login-button_PyB0yoLG.en.esm.js"]}; </script> <script>(function() { function asyncLoad() { var urls = ["https:\/\/assets1.adroll.com\/shopify\/latest\/j\/shopify_rolling_bootstrap_v2.js?adroll_adv_id=CLSA4Z5MONEFFHWAOYFPQG\u0026adroll_pix_id=ACDT5CVTWJCLDDN7HEYYBE\u0026shop=darn-tough.myshopify.com","https:\/\/cdn.verifypass.com\/seller\/launcher.js?shop=darn-tough.myshopify.com","https:\/\/guidelinesproductfinder.com\/public\/finder.js?shop=darn-tough.myshopify.com","https:\/\/d38xvr37kwwhcm.cloudfront.net\/js\/grin-sdk.js?shop=darn-tough.myshopify.com","\/\/staticw2.yotpo.com\/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9\/widget.js?shop=darn-tough.myshopify.com","https:\/\/geolocation-recommendations.shopifyapps.com\/locale_bar\/script.js?shop=darn-tough.myshopify.com","https:\/\/aura-apps.com\/shoppable\/engine\/js\/addons\/shoppable_gallery\/shoppable_gallery.js?shop=darn-tough.myshopify.com","https:\/\/static.returngo.ai\/master.returngo.ai\/returngo.min.js?shop=darn-tough.myshopify.com","https:\/\/chat-widget.withremark.com\/api\/loader?shop=darn-tough.myshopify.com","https:\/\/web.shipscout.app\/app.min.js?shop=darn-tough.myshopify.com#sc_start_1726233786155_sc_end","https:\/\/d33a6lvgbd0fej.cloudfront.net\/script_tag\/secomapp.scripttag.js?shop=darn-tough.myshopify.com","https:\/\/customer-first-focus.b-cdn.net\/cffOrderifyLoader_min.js?shop=darn-tough.myshopify.com"]; for (var i = 0; i < urls.length; i++) { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = urls[i]; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } }; if(window.attachEvent) { window.attachEvent('onload', asyncLoad); } else { window.addEventListener('wnw_load_custom', asyncLoad, false); } })();</script> <script id="__st">var __st={"a":13548177,"offset":-18000,"reqid":"bff15c16-61b8-427f-95ed-0d97125f2e2c-1732694856","pageurl":"darntough.com\/","u":"774801f5d0c8","p":"home"};</script> <script>window.ShopifyPaypalV4VisibilityTracking = true;</script> <script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(',');function s(t,e,n=!1){try{const o=window.sessionStorage;for(const[n,c]of Object.entries(JSON.parse(o.getItem(e))))t.elements[n]&&(t.elements[n].value=c);n&&o.removeItem(e)}catch{}}const a='form_key',i=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response','password'],u=()=>{try{return window.sessionStorage}catch{return}},m=t=>t.elements[a],f='form_type',d='cptcha';function p(t){t.dataset[d]=!0}const l=window,h=l.document,_='Shopify',y='ce_forms',E='captcha';let v=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe','https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js',T={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=l[_][y],c=o.bindForm;if(c)return c(t,g,e,T).then(n);o.q.push([[t,g,e,T],n]),v||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:'https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.4.0.iife.js'})),v=!0)});var g,T;l[_]=l[_]||{},l[_][y]=l[_][y]||{},l[_][y].q=[],l[_][E]=l[_][E]||{},l[_][E].protect=function(t,e){n(t,void 0,e),p(t)},Object.freeze(l[_][E]),function(t,e,n,l,h,_){const[y,E,v,g]=function(t,e,n){const s=e?o:[],a=t?c:[],i=[...s,...a],u=[...o],m=r(i),f=r(s),d=n&&r(i.filter((([t,e])=>n.includes(e)))),p=r(u),l=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];return[l(m),l(f),l(d),l(p)]}(l,h,_),T=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},S=t=>y().includes(t);t.addEventListener('submit',(t=>{const e=T(t);if(!e)return;const n=S(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=m(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!u())return;!function(t){const e=u();if(!e)return;const n=m(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){m(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:a})),t.elements[a].value=e}(t,e),function(t,e){const n=u();if(!n)return;const o=[...t.querySelectorAll('input[type="password"]')].map((({name:t})=>t)),c=[...i,...o],r={};for(const[s,a]of new FormData(t).entries())c.includes(s)||(r[s]=a);n.setItem(e,JSON.stringify(r))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const w=(t,e)=>{t&&!t.dataset[d]&&(n(t,e.some((e=>e===t))),p(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=T(t);S(e)&&w(e,E())}));const A=e.get('form_key'),b=e.get(f),I=A&&b;t.addEventListener('allLoad',(()=>{const t=E();if(I)for(const e of t)e.elements[f].value===b&&s(e,A);[...new Set([...v(),...y().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>w(e,t)))}))}(h,new URLSearchParams(l.location.search),n,!0,!1,['guest_login'])})()}();</script> <script integrity="sha256-EGCDRYTvIEOXsReXgqGwkAR+5Dl8tickSrieA/ZcQwc=" data-source-attribution="shopify.loadfeatures" type="noscript-s" data-src="//darntough.com/cdn/shopifycloud/shopify/assets/storefront/load_feature-1060834584ef204397b1179782a1b090047ee4397cb627244ab89e03f65c4307.js" crossorigin="anonymous"></script> <script crossorigin="anonymous" type="noscript-s" data-src="//darntough.com/cdn/shopifycloud/shopify/assets/shopify_pay/storefront-80e528be853eac23af2454534897ca9536b1d3d04aa043b042f34879a3c111c8.js?v=20220906"></script> <script integrity="sha256-HAs5a9TQVLlKuuHrahvWuke+s1UlxXohfHeoYv8G2D8=" data-source-attribution="shopify.dynamic-checkout" type="noscript-s" data-src="//darntough.com/cdn/shopifycloud/shopify/assets/storefront/features-1c0b396bd4d054b94abae1eb6a1bd6ba47beb35525c57a217c77a862ff06d83f.js" crossorigin="anonymous"></script> <style id="shopify-dynamic-checkout-cart">@media screen and (min-width: 750px) { #dynamic-checkout-cart { min-height: 50px; } } @media screen and (max-width: 750px) { #dynamic-checkout-cart { min-height: 240px; } } </style><script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script> <script type="noscript-s" data-src="//darntough.com/cdn/shop/t/551/assets/vendor-scripts-v11.js" defer="defer"></script> <script type="noscript-s" data-src="//darntough.com/cdn/shop/t/551/assets/jquery.min.js?v=8324501383853434791707143635" defer="defer"></script> <script type="noscript-s" data-src="//darntough.com/cdn/shop/t/551/assets/theme.js?v=17982900893888014141714411040" defer="defer"></script> <script type="noscript-s" data-src="//darntough.com/cdn/shop/t/551/assets/custom.js?v=152397048022786244961730214136&enable_js_minification=1" defer="defer"></script> <script src="//darntough.com/cdn/shop/t/551/assets/openSearchdrawer.js?v=109168397361485786721708979614" defer="defer"></script> <script> if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', afterDOMLoaded); } else { afterDOMLoaded(); } function afterDOMLoaded() { try { setTimeout(addRoleToLinks, 3000); } catch (err) { console.error('error in custom.js, err: ', err); } } function RedirectOnEnterKey (e) { if (e.which === 13) { e.preventDefault(); window.location = e.target.href; } } function addRoleToLinks(){ const anchors = document.querySelectorAll('a'); anchors.forEach(anchor => { anchor.setAttribute('role', 'button'); anchor.addEventListener('keyup', RedirectOnEnterKey); }); } </script> <script> // Check if we are on a collections page. if (window.location.pathname.includes("/collections/")) { // Extract the collection title from the URL. const urlParts = window.location.pathname.split("/"); const collectionTitle = urlParts[urlParts.length - 1]; localStorage.setItem("collectionTitle", collectionTitle); // Save the collections page URL to localStorage. const collectionHref = window.location.href; localStorage.setItem("collectionHref", collectionHref); } else if (window.location.pathname.includes("/products/")) { // Do something for products pages. } else { localStorage.removeItem("collectionTitle"); localStorage.removeItem("collectionHref"); } </script> <script type="noscript-s" data-src="https://cdn-widgetsrepository.yotpo.com/v1/loader/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9" async></script> <!-- Google Tag Manager --> <script> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-TRRXNS5'); </script> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="2KrxOtU7-23hoDhI3f6z7EC7MIQJM5_DC87kAtmwe5w" /> <meta name="google-site-verification" content="GNZzpGSJa67zMz93LDOI9ZWYbJo4EwH1hcS-wnbBoQk" /> <script > window._pp = window._pp || []; _pp.brid = "2605"; _pp.brcid = ""; _pp.sessionId = ""; _pp.email = ""; _pp.orderValue = ""; _pp.orderId = ""; _pp.offerCode = ""; (function() { var ppjs = document.createElement('script'); ppjs.type = 'text/javascript'; ppjs.async = true; ppjs.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//cdn.pbbl.co/r/' + _pp.brid + '.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ppjs, s); })(); </script> <!-- end PebblePost tag --> <!-- begin BlueConic Tag --> <script type="noscript-s" data-src="https://cdn.blueconic.net/darntough.js"></script> <script src="https://n168.darntough.com/script.js" ></script> <!-- end BlueConic Tag --> <!-- CM edits 11/24/2021, adding BrightEdge AutoPilot. --> <!--Access to and use of BrightEdge AutoPilot - Self Connecting Pages is governed by the Infrastructure Product Terms located at: www.brightedge.com/infrastructure-product-terms. Customer acknowledges and agrees it has read, understands and agrees to be bound by the Infrastructure Product Terms. --> <!-- <script src="//cdn.bc0a.com/autopilot/f00000000128212/autopilot_sdk.js"></script> --> <!--BE IXF: JavaScript end--> <!-- "snippets/shogun-head.liquid" was not rendered, the associated app was uninstalled --> <script src="https://snapui.searchspring.io/z6nx08/bundle.js" id="searchspring-context" defer> template = "index"; format = "${{amount}}"; </script> <!-- Microsoft Clarity Tracking Script --> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "mg0ulabivc"); </script> <!-- Monetate ID Workaround for Safari Intelligent Tracking Protection Starts--> <script> // function setDeviceId(deviceId) { // console.log('Setting Device ID:', deviceId); // window.monetateQ = window.monetateQ || []; // window.monetateQ.push(['setDeviceId', deviceId]); // } // import('https://cdn.jsdelivr.net/npm/@thumbmarkjs/thumbmarkjs/dist/thumbmark.umd.js') // .then(() => { // ThumbmarkJS.getFingerprint().then((fp) => { // const deviceId = fp; // setDeviceId(deviceId); // }) // .catch(error => { // console.error('Error generating fingerprint:', error); // }); // }) // .catch(error => { // console.error('Error loading ThumbmarkJS:', error); // }); </script> <!-- Monetate ID Workaround for Safari Intelligent Tracking Protection Ends--> <!-- BEGIN app block: shopify://apps/klaviyo-email-marketing-sms/blocks/klaviyo-onsite-embed/2632fe16-c075-4321-a88b-50b567f42507 --> <script async src="https://static.klaviyo.com/onsite/js/SWcpCy/klaviyo.js?company_id=SWcpCy"></script> <script>!function(){if(!window.klaviyo){window._klOnsite=window._klOnsite||[];try{window.klaviyo=new Proxy({},{get:function(n,i){return"push"===i?function(){var n;(n=window._klOnsite).push.apply(n,arguments)}:function(){for(var n=arguments.length,o=new Array(n),w=0;w<n;w++)o[w]=arguments[w];var t="function"==typeof o[o.length-1]?o.pop():void 0,e=new Promise((function(n){window._klOnsite.push([i].concat(o,[function(i){t&&t(i),n(i)}]))}));return e}}})}catch(n){window.klaviyo=window.klaviyo||[],window.klaviyo.push=function(){var n;(n=window._klOnsite).push.apply(n,arguments)}}}}();</script> <script> window.klaviyoReviewsProductDesignMode = false </script> <!-- END app app block --><!-- BEGIN app block: shopify://apps/yotpo-product-photo-reviews/blocks/settings/eb7dfd7d-db44-4334-bc49-c893b51b36cf --> <script type="text/javascript" src="https://cdn-widgetsrepository.yotpo.com/v1/loader/FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9?languageCode=en" async></script> <!-- END app app block --><!-- BEGIN app block: shopify://apps/hulk-form-builder/blocks/app-embed/b6b8dd14-356b-4725-a4ed-77232212b3c3 --><!-- BEGIN app snippet: hulkapps-formbuilder-theme-ext --><script type="text/javascript"> if (typeof window.formbuilder_customer != "object") { window.formbuilder_customer = {} } window.FbThemeAppExtSettingsHash = {} </script> <!-- END app snippet --><!-- END app app block --><!-- BEGIN app block: shopify://apps/loyalty-rewards-and-referrals/blocks/embed-sdk/6f172e67-4106-4ac0-89c5-b32a069b3101 --> <style type='text/css' data-lion-app-styles='main' data-lion-app-styles-settings='{"disableBundledCSS":false,"disableBundledFonts":false,"useClassIsolator":false}' ></style> <!-- loyaltylion.snippet.version=e56b87f3c3+2387 --> <script> !function(t,n){function o(n){var o=t.getElementsByTagName("script")[0],i=t.createElement("script");i.src=n,i.crossOrigin="",o.parentNode.insertBefore(i,o)}if(!n.isLoyaltyLion){window.loyaltylion=n,void 0===window.lion&&(window.lion=n),n.version=2,n.isLoyaltyLion=!0;var i=new Date,e=i.getFullYear().toString()+i.getMonth().toString()+i.getDate().toString();o("https://sdk.loyaltylion.net/static/2/loader.js?t="+e);var r=!1;n.init=function(t){if(r)throw new Error("Cannot call lion.init more than once");r=!0;var a=n._token=t.token;if(!a)throw new Error("Token must be supplied to lion.init");for(var l=[],s="_push configure bootstrap shutdown on removeListener authenticateCustomer".split(" "),c=0;c<s.length;c+=1)!function(t,n){t[n]=function(){l.push([n,Array.prototype.slice.call(arguments,0)])}}(n,s[c]);o("https://sdk.loyaltylion.net/sdk/start/"+a+".js?t="+e+i.getHours().toString()),n._initData=t,n._buffer=l}}}(document,window.loyaltylion||[]); loyaltylion.init( { token: "0dc82c2230440670041ed2937b82fcc1" } ); loyaltylion.configure({ disableBundledCSS: false, disableBundledFonts: false, useClassIsolator: false, }) </script> <!-- END app app block --><script src="https://cdn.shopify.com/extensions/e16d9148-39e5-4500-9bcf-f16b4520fab4/otto-image-scheduler-5/assets/otto.js" type="text/javascript" defer="defer"></script> <script src="https://cdn.shopify.com/extensions/78d1a909-02f9-430b-a819-8b063adf2e65/hulk-form-builder-3/assets/form-builder-script.js" type="text/javascript" defer="defer"></script> <link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch"> <script>(function(){if ("sendBeacon" in navigator && "performance" in window) {var session_token = document.cookie.match(/_shopify_s=([^;]*)/);function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 13548177,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token: session_token && session_token.length === 2 ? session_token[1] : "",page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script> <script id="web-pixels-manager-setup">(function d(d,e,r,a,n){var o,i,t,s,l=(i=(o={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(12[7-9]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(12[89]|1[3-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,t=o.legacy,s=navigator.userAgent,i.test(s)?"modern":(t.test(s),"legacy"));window.Shopify=window.Shopify||{};var c=window.Shopify;c.analytics=c.analytics||{};var u=c.analytics;u.replayQueue=[],u.publish=function(d,e,r){return u.replayQueue.push([d,e,r]),!0};try{self.performance.mark("wpm:start")}catch(d){}var h=[r,"/wpm","/b",n,l.substring(0,1),".js"].join("");!function(d){var e=d.src,r=d.async,a=void 0===r||r,n=d.onload,o=d.onerror,i=document.createElement("script"),t=document.head,s=document.body;i.async=a,i.src=e,n&&i.addEventListener("load",n),o&&i.addEventListener("error",o),t?t.appendChild(i):s?s.appendChild(i):console.error("Did not find a head or body element to append the script")}({src:h,async:!0,onload:function(){var r=window.webPixelsManager.init(d);e(r);var a=window.Shopify.analytics;a.replayQueue.forEach((function(d){var e=d[0],a=d[1],n=d[2];r.publishCustomEvent(e,a,n)})),a.replayQueue=[],a.publish=r.publishCustomEvent,a.visitor=r.visitor},onerror:function(){var e=d.storefrontBaseUrl.replace(/\/$/,""),r="".concat(e,"/.well-known/shopify/monorail/unstable/produce_batch"),n=JSON.stringify({metadata:{event_sent_at_ms:(new Date).getTime()},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:a||"latest",bundle_target:l,page_url:self.location.href,status:"failed",surface:d.surface,error_msg:"".concat(h," has failed to load")},metadata:{event_created_at_ms:(new Date).getTime()}}]});try{if(self.navigator.sendBeacon.bind(self.navigator)(r,n))return!0}catch(d){}var o=new XMLHttpRequest;try{return o.open("POST",r,!0),o.setRequestHeader("Content-Type","text/plain"),o.send(n),!0}catch(d){console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging a load error.")}return!1}})})({shopId: 13548177,storefrontBaseUrl: "https://darntough.com",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",surface: "storefront-renderer",enabledBetaFlags: [],webPixelsConfigList: [{"id":"496697530","configuration":"{\"config\":\"{\\\"pixel_id\\\":\\\"G-9G1WR7CS2P\\\",\\\"target_country\\\":\\\"US\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-9G1WR7CS2P\\\"},{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-9G1WR7CS2P\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-9G1WR7CS2P\\\",\\\"MC-3WJMK4PKPT\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-9G1WR7CS2P\\\",\\\"MC-3WJMK4PKPT\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-9G1WR7CS2P\\\",\\\"MC-3WJMK4PKPT\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-9G1WR7CS2P\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-9G1WR7CS2P\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"afe7c2de16587d6c6689522527d6c67f","type":"APP","apiClientId":1780363,"privacyPurposes":[]},{"id":"480837818","configuration":"{\"yotpoStoreId\":\"FWxXjrg1KncamWETB2NnwP2YmINSifaF1GzEr3N9\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"8bb37a256888599d9a3d57f0551d3859","type":"APP","apiClientId":70132,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"477102266","configuration":"{\"merchantId\":\"1015301\", \"url\":\"https:\/\/classic.avantlink.com\", \"shopName\":\"darn-tough\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"8c292b77d3f5d6f0d2e16741d41166cb","type":"APP","apiClientId":125215244289,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"319291578","configuration":"{\"octaneDomain\":\"https:\\\/\\\/app.octaneai.com\",\"botID\":\"xr4cwk74679d2ccu\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"37dc318a6f11ffc666473a9a43d0e79b","type":"APP","apiClientId":2012438,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"281673914","configuration":"{\"myshopify_url\":\"darn-tough.myshopify.com\", \"environment\":\"production\" }","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4e7f6e2ee38e85d82463fcabd5f09a1f","type":"APP","apiClientId":118555,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"207126714","configuration":"{\"pixel_id\":\"267090104448646\",\"pixel_type\":\"facebook_pixel\",\"metaapp_system_user_token\":\"-\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"8d894c63179843e74a9691414b5ad83d","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"117670074","configuration":"{\"siteId\":\"z6nx08\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"4ff4be9e6aae4aa8edca06c9fd79d2be","type":"APP","apiClientId":12202,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"29655226","configuration":"{\"myshopifyDomain\":\"darn-tough.myshopify.com\"}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"e32653096b768840c4e834ea506d7953","type":"APP","apiClientId":2775569,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"]},{"id":"35684538","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"14","type":"CUSTOM","privacyPurposes":["SALE_OF_DATA"],"name":"GTM-for-checkout"},{"id":"35717306","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"3","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"name":"Monetate Conversion Tracking"},{"id":"40370362","eventPayloadVersion":"1","runtimeContext":"LAX","scriptVersion":"3","type":"CUSTOM","privacyPurposes":[],"name":"Remark pixel"},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0220","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Darn Tough","paymentSettings":{"currencyCode":"USD"},"myshopifyDomain":"darn-tough.myshopify.com","countryCode":"US","storefrontUrl":"https:\/\/darntough.com"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"purchasingCompany":null},},function pageEvents(webPixelsManagerAPI) {webPixelsManagerAPI.publish("page_viewed", {});},"https://darntough.com/cdn","1518c2ba4d2b3301a1e3cb6576947ef22edf7bb6","3c762e5aw5b983e43pc2dc4883m545d5a27",);</script> <script>window.ShopifyAnalytics = window.ShopifyAnalytics || {}; window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {}; window.ShopifyAnalytics.meta.currency = 'USD'; var meta = {"page":{"pageType":"home"}}; for (var attr in meta) { window.ShopifyAnalytics.meta[attr] = meta[attr]; }</script> <script>window.ShopifyAnalytics.merchantGoogleAnalytics = function() { ga('require', 'linkid'); }; </script> <script class="analytics">(window.gaDevIds=window.gaDevIds||[]).push('BwiEti'); (function () { var customDocumentWrite = function(content) { var jquery = null; if (window.jQuery) { jquery = window.jQuery; } else if (window.Checkout && window.Checkout.$) { jquery = window.Checkout.$; } if (jquery) { jquery('body').append(content); } }; var hasLoggedConversion = function(token) { if (token) { return document.cookie.indexOf('loggedConversion=' + token) !== -1; } return false; } var setCookieIfConversion = function(token) { if (token) { var twoMonthsFromNow = new Date(Date.now()); twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2); document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow; } } var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || []; if (trekkie.integrations) { return; } trekkie.methods = [ 'identify', 'page', 'ready', 'track', 'trackForm', 'trackLink' ]; trekkie.factory = function(method) { return function() { var args = Array.prototype.slice.call(arguments); args.unshift(method); trekkie.push(args); return trekkie; }; }; for (var i = 0; i < trekkie.methods.length; i++) { var key = trekkie.methods[i]; trekkie[key] = trekkie.factory(key); } trekkie.load = function(config) { trekkie.config = config || {}; trekkie.config.initialDocumentCookie = document.cookie; var first = document.getElementsByTagName('script')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = function(e) { var scriptFallback = document.createElement('script'); scriptFallback.type = 'text/javascript'; scriptFallback.onerror = function(error) { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'trekkie_storefront_load_errors/1.1', {shop_id: 13548177, theme_id: 135524745402, app_name: "storefront", context_url: window.location.href, source_url: "//darntough.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js"}); }; scriptFallback.async = true; scriptFallback.src = '//darntough.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(scriptFallback, first); }; script.async = true; script.src = '//darntough.com/cdn/s/trekkie.storefront.20de3b35f21c3bd6ff73e3f1547eb7d54e6e94e4.min.js'; first.parentNode.insertBefore(script, first); }; trekkie.load( {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":13548177,"isMerchantRequest":null,"themeId":135524745402,"themeCityHash":"16189580578633535376","contentLanguage":"en","currency":"USD"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain"},"Google Analytics":{"trackingId":"UA-8114496-1","domain":"auto","siteSpeedSampleRate":"10","enhancedEcommerce":true,"doubleClick":true,"includeSearch":true},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}} ); var loaded = false; trekkie.ready(function() { if (loaded) return; loaded = true; window.ShopifyAnalytics.lib = window.trekkie; ga('require', 'linker'); function addListener(element, type, callback) { if (element.addEventListener) { element.addEventListener(type, callback); } else if (element.attachEvent) { element.attachEvent('on' + type, callback); } } function decorate(event) { event = event || window.event; var target = event.target || event.srcElement; if (target && (target.getAttribute('action') || target.getAttribute('href'))) { ga(function (tracker) { var linkerParam = tracker.get('linkerParam'); document.cookie = '_shopify_ga=' + linkerParam + '; ' + 'path=/'; }); } } addListener(window, 'load', function(){ for (var i=0; i < document.forms.length; i++) { var action = document.forms[i].getAttribute('action'); if(action && action.indexOf('/cart') >= 0) { addListener(document.forms[i], 'submit', decorate); } } for (var i=0; i < document.links.length; i++) { var href = document.links[i].getAttribute('href'); if(href && href.indexOf('/checkout') >= 0) { addListener(document.links[i], 'click', decorate); } } }); var originalDocumentWrite = document.write; document.write = customDocumentWrite; try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {}; document.write = originalDocumentWrite; window.ShopifyAnalytics.lib.page(null,{"pageType":"home"}); var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/) var token = match? match[1]: undefined; if (!hasLoggedConversion(token)) { setCookieIfConversion(token); } }); var eventsListenerScript = document.createElement('script'); eventsListenerScript.async = true; eventsListenerScript.src = "//darntough.com/cdn/shopifycloud/shopify/assets/shop_events_listener-61fa9e0a912c675e178777d2b27f6cbd482f8912a6b0aa31fa3515985a8cd626.js"; document.getElementsByTagName('head')[0].appendChild(eventsListenerScript); })();</script> <script class="boomerang"> (function () { window.BOOMR = window.BOOMR || {}; window.BOOMR.themeName = "Impulse"; window.BOOMR.themeVersion = "7.4.0"; window.BOOMR.shopId = 13548177; window.BOOMR.themeId = 135524745402; })();</script> <script defer src="https://darntough.com/cdn/shopifycloud/perf-kit/shopify-perf-kit-1.0.2.min.js" data-application="storefront-renderer" data-shop-id="13548177" data-render-region="gcp-asia-southeast1" data-page-type="index" data-theme-instance-id="135524745402" data-monorail-region="shop_domain" data-resource-timing-sampling-rate="10" ></script> </head> <body class="template-index" data-center-text="false" data-button_style="square" data-type_header_capitalize="false" data-type_headers_align_text="true" data-type_product_capitalize="false" data-swatch_style="square" data-disable-animations="true"> <a class="in-page-link visually-hidden skip-link" href="#MainContent">Skip to content</a> <div id="PageContainer" class="page-container"> <div class="transition-body"><!-- BEGIN sections: header-group --> <div id="shopify-section-sections--16692970586298__announcement" class="shopify-section shopify-section-group-header-group"><style></style><style> .announcement-bar div { opacity: 1!important; } div.announcement-bar{ opacity: 1!important; } </style> <div class="announcement-bar"> <div class="page-width"> <div class="slideshow-wrapper"> <button type="button" class="visually-hidden slideshow__pause" data-id="sections--16692970586298__announcement" aria-live="polite"> <span class="slideshow__pause-stop"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-pause" viewBox="0 0 10 13"><path d="M0 0h3v13H0zm7 0h3v13H7z" fill-rule="evenodd"/></svg> <span class="icon__fallback-text">Pause slideshow</span> </span> <span class="slideshow__pause-play"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-play" viewBox="18.24 17.35 24.52 28.3"><path fill="#323232" d="M22.1 19.151v25.5l20.4-13.489-20.4-12.011z"/></svg> <span class="icon__fallback-text">Play slideshow</span> </span> </button> <div id="AnnouncementSlider" class="announcement-slider" data-compact="false" data-block-count="1"><div id="AnnouncementSlide-announcement-0" class="announcement-slider__slide" data-index="0" ><a class="announcement-link" href="/pages/complimentary-shipping-on-orders-of-50-or-more-pairs-of-socks-terms-conditions"><span class="announcement-text">Free shipping</span><span class="announcement-link-text">On all orders $50+</span></a></div></div> </div> </div> </div> </div><div id="shopify-section-sections--16692970586298__header" class="shopify-section shopify-section-group-header-group"> <style> ul.mobile-nav[role="navigation"] { display: block !important; } ul.mobile-nav[role="presentation"] { display: none !important; } </style> <div id="NavDrawer" class="drawer drawer--left"> <div class="drawer__contents"> <div class="drawer__fixed-header"> <div class="drawer__header appear-animation appear-delay-1"> <div class="h2 drawer__title"></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"/></svg> <span class="icon__fallback-text">Close menu</span> </button> </div> </div> </div> <div class="drawer__scrollable"> <ul class="mobile-nav" role="navigation" aria-label="Primary"><li class="mobile-nav__item appear-animation appear-delay-2"><div class="mobile-nav__has-sublist"><a href="/collections/all-socks" class="mobile-nav__link mobile-nav__link--top-level" id="Label-collections-all-socks1" > All </a> <div class="mobile-nav__toggle"> <button type="button" aria-controls="Linklist-collections-all-socks1" aria-labelledby="Label-collections-all-socks1" class="collapsible-trigger collapsible--auto-height"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button> </div></div><div id="Linklist-collections-all-socks1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__sublist"><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-1" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Featured</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-1" aria-labelledby="Sublabel-1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/new" class="mobile-nav__link"> New Arrivals </a> </li><li class="mobile-nav__item"> <a href="/pages/darn-tough-holiday-gift-guides" class="mobile-nav__link"> Holiday Gift Guide </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/best-seller" class="mobile-nav__link"> Best Sellers </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/sock-gift-sets" class="mobile-nav__link"> Sock Packs </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/socks-that-give" class="mobile-nav__link"> Socks That Give </a> </li><li class="mobile-nav__item"> <a href="/collections/online-only" class="mobile-nav__link"> Limited Edition </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-2" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Activity</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-2" aria-labelledby="Sublabel-2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/hiking-socks" class="mobile-nav__link"> Hiking </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/running-socks" class="mobile-nav__link"> Running </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/lifestyle-dress-casual-socks" class="mobile-nav__link"> Lifestyle </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/snowboard-ski-socks" class="mobile-nav__link"> Ski & Snowboard </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/hunting-socks" class="mobile-nav__link"> Hunting </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/work-socks" class="mobile-nav__link"> Work </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/tactical-socks" class="mobile-nav__link"> Tactical </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-3" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Height</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-3" aria-labelledby="Sublabel-3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-no-show" class="mobile-nav__link"> No Show Socks </a> </li><li class="mobile-nav__item"> <a href="/collections/ankle-socks" class="mobile-nav__link"> Ankle Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-1-4-sock" class="mobile-nav__link"> 1/4 Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-micro-crew" class="mobile-nav__link"> Micro Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-crew" class="mobile-nav__link"> Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-boot-sock" class="mobile-nav__link"> Boot Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/height-over-the-calf" class="mobile-nav__link"> Over the Calf Socks </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-4" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Pattern</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-4" aria-labelledby="Sublabel-4" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-solid" class="mobile-nav__link"> Solid </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-stripes" class="mobile-nav__link"> Stripes </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-animal" class="mobile-nav__link"> Animals </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-nature" class="mobile-nav__link"> Nature </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-abstract" class="mobile-nav__link"> Abstract </a> </li><li class="mobile-nav__item"> <a href="/collections/holiday" class="mobile-nav__link"> Holiday </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-5" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Weight</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-5" aria-labelledby="Sublabel-5" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/weight-ultra-lightweight" class="mobile-nav__link"> Ultra-Lightweight </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/weight-lightweight" class="mobile-nav__link"> Lightweight </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/weight-midweight" class="mobile-nav__link"> Midweight </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/weight-heavyweight" class="mobile-nav__link"> Heavyweight </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-collections-all-socks1-6" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop More</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-collections-all-socks1-6" aria-labelledby="Sublabel-6" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="/products/cloth-gift-bag" class="mobile-nav__link"> Gift Bag </a> </li><li class="mobile-nav__item"> <a href="/collections/gift-cards" class="mobile-nav__link"> Gift Cards </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/last-chance-socks" class="mobile-nav__link"> Last Chance Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/synthetic" class="mobile-nav__link"> Synthetic Socks </a> </li><li class="mobile-nav__item"> <a href="/collections/25-and-under" class="mobile-nav__link"> Gifts Under $25 </a> </li><li class="mobile-nav__item"> <a href="/collections/50-and-under" class="mobile-nav__link"> Gifts Under $50 </a> </li></ul> </div> </div></li></ul> </div> </div></li><li class="mobile-nav__item appear-animation appear-delay-3"><div class="mobile-nav__has-sublist"><a href="https://darntough.com/collections/men" class="mobile-nav__link mobile-nav__link--top-level" id="Label-https-darntough-com-collections-men2" > Men </a> <div class="mobile-nav__toggle"> <button type="button" aria-controls="Linklist-https-darntough-com-collections-men2" aria-labelledby="Label-https-darntough-com-collections-men2" class="collapsible-trigger collapsible--auto-height"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button> </div></div><div id="Linklist-https-darntough-com-collections-men2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__sublist"><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><a href="https://darntough.com/collections/men" class="mobile-nav__link" id="Sublabel-https-darntough-com-collections-men1" > Shop All Men's </a><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-men2-https-darntough-com-collections-men1" aria-labelledby="Sublabel-https-darntough-com-collections-men1" class="collapsible-trigger"><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-men2-https-darntough-com-collections-men1" aria-labelledby="Sublabel-https-darntough-com-collections-men1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-new" class="mobile-nav__link"> New Socks </a> </li><li class="mobile-nav__item"> <a href="/collections/our-picks-for-him" class="mobile-nav__link"> Gifts for Him </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/best-sellers-men" class="mobile-nav__link"> Best Selling Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-dress-socks" class="mobile-nav__link"> Dress Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/gift-sets-for-him" class="mobile-nav__link"> Sock Packs </a> </li><li class="mobile-nav__item"> <a href="/collections/mens-limited-edition" class="mobile-nav__link"> Limited Edition </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-men2-2" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Activity</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-men2-2" aria-labelledby="Sublabel-2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-hiking-socks" class="mobile-nav__link"> Hiking </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-running-socks" class="mobile-nav__link"> Running </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-lifestyle-dress-casual-socks" class="mobile-nav__link"> Lifestyle </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-snowboard-ski-socks" class="mobile-nav__link"> Ski & Snowboard </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-hunting-socks" class="mobile-nav__link"> Hunting </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-work-socks" class="mobile-nav__link"> Work </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/tactical-socks" class="mobile-nav__link"> Tactical </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-men2-3" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Height</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-men2-3" aria-labelledby="Sublabel-3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-no-show-socks" class="mobile-nav__link"> No Show Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-1-4-socks" class="mobile-nav__link"> 1/4 Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-micro-crew" class="mobile-nav__link"> Micro Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-crew-socks" class="mobile-nav__link"> Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-boot-socks" class="mobile-nav__link"> Boot Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/mens-over-the-calf" class="mobile-nav__link"> Over the Calf Socks </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-men2-4" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop More</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-men2-4" aria-labelledby="Sublabel-4" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="/products/cloth-gift-bag" class="mobile-nav__link"> Gift Bag </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/gift-cards" class="mobile-nav__link"> Gift Cards </a> </li><li class="mobile-nav__item"> <a href="/pages/darn-tough-holiday-gift-guides" class="mobile-nav__link"> Holiday Gift Guide </a> </li><li class="mobile-nav__item"> <a href="/collections/mens-last-chance" class="mobile-nav__link"> Last Chance Socks </a> </li></ul> </div> </div></li></ul> </div> </div></li><li class="mobile-nav__item appear-animation appear-delay-4"><div class="mobile-nav__has-sublist"><a href="https://darntough.com/collections/women" class="mobile-nav__link mobile-nav__link--top-level" id="Label-https-darntough-com-collections-women3" > Women </a> <div class="mobile-nav__toggle"> <button type="button" aria-controls="Linklist-https-darntough-com-collections-women3" aria-labelledby="Label-https-darntough-com-collections-women3" class="collapsible-trigger collapsible--auto-height"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button> </div></div><div id="Linklist-https-darntough-com-collections-women3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__sublist"><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><a href="https://darntough.com/collections/women" class="mobile-nav__link" id="Sublabel-https-darntough-com-collections-women1" > Shop All Women's </a><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-women3-https-darntough-com-collections-women1" aria-labelledby="Sublabel-https-darntough-com-collections-women1" class="collapsible-trigger"><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-women3-https-darntough-com-collections-women1" aria-labelledby="Sublabel-https-darntough-com-collections-women1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-new" class="mobile-nav__link"> New Socks </a> </li><li class="mobile-nav__item"> <a href="/collections/our-picks-for-her" class="mobile-nav__link"> Gifts for Her </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/best-sellers-women" class="mobile-nav__link"> Best Selling Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/pattern-animal" class="mobile-nav__link"> Animal Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/gift-sets-for-her" class="mobile-nav__link"> Sock Packs </a> </li><li class="mobile-nav__item"> <a href="/collections/womens-limited-edition" class="mobile-nav__link"> Limited Edition </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-women3-2" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Activity</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-women3-2" aria-labelledby="Sublabel-2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-hiking-socks" class="mobile-nav__link"> Hiking </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-running-socks" class="mobile-nav__link"> Running </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-lifestyle-dress-casual-socks" class="mobile-nav__link"> Lifestyle </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-snowboard-ski-socks" class="mobile-nav__link"> Ski & Snowboard </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-hunting-socks" class="mobile-nav__link"> Hunting </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-work-socks" class="mobile-nav__link"> Work </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/tactical-socks" class="mobile-nav__link"> Tactical </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-women3-3" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Height</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-women3-3" aria-labelledby="Sublabel-3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-no-show" class="mobile-nav__link"> No Show Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-1-4-socks" class="mobile-nav__link"> 1/4 Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-micro-crew-socks" class="mobile-nav__link"> Micro Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-crew-socks" class="mobile-nav__link"> Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-boot-socks" class="mobile-nav__link"> Boot Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/womens-over-the-calf-socks" class="mobile-nav__link"> Over the Calf Socks </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-women3-4" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop More</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-women3-4" aria-labelledby="Sublabel-4" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="/products/cloth-gift-bag" class="mobile-nav__link"> Gift Bag </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/gift-cards" class="mobile-nav__link"> Gift Cards </a> </li><li class="mobile-nav__item"> <a href="/pages/darn-tough-holiday-gift-guides" class="mobile-nav__link"> Holiday Gift Guide </a> </li><li class="mobile-nav__item"> <a href="/collections/womens-last-chance" class="mobile-nav__link"> Last Chance Socks </a> </li></ul> </div> </div></li></ul> </div> </div></li><li class="mobile-nav__item appear-animation appear-delay-5"><div class="mobile-nav__has-sublist"><a href="https://darntough.com/collections/kids-socks" class="mobile-nav__link mobile-nav__link--top-level" id="Label-https-darntough-com-collections-kids-socks4" > Kids </a> <div class="mobile-nav__toggle"> <button type="button" aria-controls="Linklist-https-darntough-com-collections-kids-socks4" aria-labelledby="Label-https-darntough-com-collections-kids-socks4" class="collapsible-trigger collapsible--auto-height"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button> </div></div><div id="Linklist-https-darntough-com-collections-kids-socks4" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__sublist"><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><a href="https://darntough.com/collections/kids-socks" class="mobile-nav__link" id="Sublabel-https-darntough-com-collections-kids-socks1" > Shop All Kids' </a><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-kids-socks4-https-darntough-com-collections-kids-socks1" aria-labelledby="Sublabel-https-darntough-com-collections-kids-socks1" class="collapsible-trigger"><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-kids-socks4-https-darntough-com-collections-kids-socks1" aria-labelledby="Sublabel-https-darntough-com-collections-kids-socks1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/kids-new" class="mobile-nav__link"> New Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/kids-best-sellers" class="mobile-nav__link"> Best Selling Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/gift-sets-for-kids" class="mobile-nav__link"> Sock Packs </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-kids-socks4-2" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Activity</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-kids-socks4-2" aria-labelledby="Sublabel-2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/kids-hiking-socks" class="mobile-nav__link"> Hiking </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/kids-snowboard-ski-socks" class="mobile-nav__link"> Ski & Snowboard </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-kids-socks4-3" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop By Height</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-kids-socks4-3" aria-labelledby="Sublabel-3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/collections/juniors-micro-crew-socks" class="mobile-nav__link"> Micro Crew Socks </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/collections/juniors-over-the-calf-socks" class="mobile-nav__link"> Over the Calf Socks </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-https-darntough-com-collections-kids-socks4-4" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Shop More</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-https-darntough-com-collections-kids-socks4-4" aria-labelledby="Sublabel-4" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="/collections/gift-cards" class="mobile-nav__link"> Gift Cards </a> </li><li class="mobile-nav__item"> <a href="/collections/kids-last-chance" class="mobile-nav__link"> Last Chance Socks </a> </li></ul> </div> </div></li></ul> </div> </div></li><li class="mobile-nav__item appear-animation appear-delay-6"><div class="mobile-nav__has-sublist"><a href="/pages/about" class="mobile-nav__link mobile-nav__link--top-level" id="Label-pages-about5" > Learn More </a> <div class="mobile-nav__toggle"> <button type="button" aria-controls="Linklist-pages-about5" aria-labelledby="Label-pages-about5" class="collapsible-trigger collapsible--auto-height"><span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button> </div></div><div id="Linklist-pages-about5" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__sublist"><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><a href="/pages/about" class="mobile-nav__link" id="Sublabel-pages-about1" > About Us </a><button type="button" aria-controls="Sublinklist-pages-about5-pages-about1" aria-labelledby="Sublabel-pages-about1" class="collapsible-trigger"><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-pages-about5-pages-about1" aria-labelledby="Sublabel-pages-about1" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/pages/our-unconditional-lifetime-guarantee" class="mobile-nav__link"> Guaranteed for Life </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/made-in-vermont-usa" class="mobile-nav__link"> Made in USA </a> </li><li class="mobile-nav__item"> <a href="/pages/comfort-durability-fit" class="mobile-nav__link"> Comfort, Durability, + Fit </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/sustainability" class="mobile-nav__link"> Sustainability </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/blogs/the-alternate-stitch" class="mobile-nav__link"> Blog </a> </li><li class="mobile-nav__item"> <a href="/pages/darn-it" class="mobile-nav__link"> Darn It. (The Story) </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-pages-about5-2" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">Resources</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-pages-about5-2" aria-labelledby="Sublabel-2" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/pages/sock-finder" class="mobile-nav__link"> Sock Finder </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/size-chart" class="mobile-nav__link"> Size Chart </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/merino-wool" class="mobile-nav__link"> About Merino Wool </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/faqs" class="mobile-nav__link"> Help Center </a> </li><li class="mobile-nav__item"> <a href="/pages/micro-crew-rewards" class="mobile-nav__link"> Micro Crew Rewards </a> </li></ul> </div> </div></li><li class="mobile-nav__item"> <div class="mobile-nav__child-item"><button type="button" aria-controls="Sublinklist-pages-about5-3" class="mobile-nav__link--button collapsible-trigger"> <span class="mobile-nav__faux-link">About Activities</span><span class="collapsible-trigger__icon collapsible-trigger__icon--circle collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button></div><div id="Sublinklist-pages-about5-3" aria-labelledby="Sublabel-3" class="mobile-nav__sublist collapsible-content collapsible-content--all" > <div class="collapsible-content__inner"> <ul class="mobile-nav__grandchildlist"><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-hiking" class="mobile-nav__link"> Socks for Hiking </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-runners" class="mobile-nav__link"> Socks for Running </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-everyday" class="mobile-nav__link"> Socks for Every Day </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-skiing-snowboarding-winter" class="mobile-nav__link"> Socks for Skiing </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-hunters" class="mobile-nav__link"> Socks for Hunting </a> </li><li class="mobile-nav__item"> <a href="https://darntough.com/pages/best-socks-for-work-boots" class="mobile-nav__link"> Socks for Work </a> </li><li class="mobile-nav__item"> <a href="/pages/best-socks-for-military-boots" class="mobile-nav__link"> Socks for Tactical Use </a> </li></ul> </div> </div></li></ul> </div> </div></li><li class="mobile-nav__item appear-animation appear-delay-7"><a href="/pages/sock-gift-finder" class="mobile-nav__link mobile-nav__link--top-level">Gift Finder</a></li><li class="mobile-nav__item mobile-nav__item--secondary"> <div class="grid"><div class="grid__item one-half appear-animation appear-delay-8 medium-up--hide"> <a href="/pages/sock-finder" class="mobile-nav__link">Sock Finder</a> </div><div class="grid__item one-half appear-animation appear-delay-9 medium-up--hide"> <a href="/pages/size-chart" class="mobile-nav__link">Size Chart</a> </div><div class="grid__item one-half appear-animation appear-delay-10 medium-up--hide"> <a href="/pages/our-unconditional-lifetime-guarantee" class="mobile-nav__link">Warranty</a> </div><div class="grid__item one-half appear-animation appear-delay-11 medium-up--hide"> <a href="/pages/find-a-store" class="mobile-nav__link">Find a Store</a> </div><div class="grid__item one-half appear-animation appear-delay-12 medium-up--hide"> <a href="/pages/contact-us" class="mobile-nav__link">Contact Us</a> </div><div class="grid__item one-half appear-animation appear-delay-13"> <a href="/account/login?return_url=/" class="mobile-nav__link">Log in </a> </div><div class="location-selector grid__item" style="margin-left:20px;"> <a href="/pages/location-selector" class="loc"><img src="https://cdn.shopify.com/s/files/1/1354/8177/files/usaicon.png?v=1692636068" alt="United States Flag">US</a> </div> </div> </li></ul><ul class="mobile-nav__social appear-animation appear-delay-14"><li class="mobile-nav__social-item"> <a target="_blank" rel="noopener" href="https://www.instagram.com/darntoughvermont/" title="Darn Tough on Instagram"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 32 32"><path fill="#444" d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z"/><path fill="#444" d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z"/></svg> <span class="icon__fallback-text">Instagram</span> </a> </li><li class="mobile-nav__social-item"> <a target="_blank" rel="noopener" href="https://www.facebook.com/DarnToughVermont" title="Darn Tough on Facebook"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 32 32"><path fill="#444" d="M18.56 31.36V17.28h4.48l.64-5.12h-5.12v-3.2c0-1.28.64-2.56 2.56-2.56h2.56V1.28H19.2c-3.84 0-7.04 2.56-7.04 7.04v3.84H7.68v5.12h4.48v14.08h6.4z"/></svg> <span class="icon__fallback-text">Facebook</span> </a> </li><li class="mobile-nav__social-item"> <a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCGecCldp9D4B1QkR_B_DVhA/featured" title="Darn Tough on YouTube"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 21 20"><path fill="#444" d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z"/></svg> <span class="icon__fallback-text">YouTube</span> </a> </li><li class="mobile-nav__social-item"> <a target="_blank" rel="noopener" href="https://twitter.com/DarnTough" title="Darn Tough on Twitter"> <svg class="icon icon-twitter" aria-hidden="true" focusable="false" viewBox="0 0 50 50"> <path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"></path> </svg> <span class="icon__fallback-text">Twitter</span> </a> </li></ul> </div> </div> </div> <div id="CartDrawer" class="drawer drawer--right"> <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">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"/></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 class="taxes">Shipping, 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" id="CartTerms" 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">Terms of Purchase & Website Use</a> </label> </div> <div class="cart__checkout-wrapper"> <button type="submit" name="checkout" data-terms-required="true" class="btn cart__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;" /> </div> </div> <div class="drawer__cart-empty appear-animation appear-delay-2"> <div class="drawer__scrollable"> Your cart is currently empty. </div> </div> </form> </div><style> #shopify-section-sections--16692970586298__header .megamenu .grid{ display: flex !important; justify-content: center; } .site-nav__link, .site-nav__dropdown-link:not(.site-nav__dropdown-link--top-level) { font-size: 20px; } .megamenu__colection-image { display: none; } .site-header { box-shadow: 0 0 1px rgba(0,0,0,0.2); } .toolbar + .header-sticky-wrapper .site-header { border-top: 0; }.header-item div { opacity: 1!important; } div.header-item{ opacity: 1!important; } @media screen and (min-width: 798px){ .header-layout .header-item.header-item--left.header-item--navigation { order: 2; justify-content: center; } .header-layout .header-item.header-item--icons { order: 3; } .header-layout[data-logo-align=center] .header-item--logo{ margin: 0 30px; } .header-layout .header-item--left .site-nav{ margin-left: -12px; } } .site-nav__dropdown.megamenu{ transition: all 0.01s ease-in-out; } .aa-DetachedOverlay .aa-DetachedContainer{ top: 4.8rem; background: transparent; } .aa-DetachedFormContainer .aa-SubmitButton{ padding: 0px; } .aa-DetachedContainer .aa-DetachedFormContainer{ height: 99px; background: white; padding: 6px 4px; } </style> <div data-section-id="sections--16692970586298__header" data-section-type="header"><div class="toolbar small--hide"> <div class="page-width"> <div class="toolbar__content"><div class="toolbar__item toolbar__item--menu"> <ul class="inline-list toolbar__menu"><li> <a role="button" href="/pages/sock-finder">Sock Finder</a> </li><li> <a role="button" href="/pages/size-chart">Size Chart</a> </li><li> <a role="button" href="/pages/our-unconditional-lifetime-guarantee">Warranty</a> </li><li> <a role="button" href="/pages/find-a-store">Find a Store</a> </li><li> <a role="button" href="/pages/contact-us">Contact Us</a> </li></ul> </div><div class="toolbar__item"> <ul class="inline-list toolbar__social"><li> <a target="_blank" rel="noopener" href="https://www.instagram.com/darntoughvermont/" title="Darn Tough on Instagram"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 32 32"><path fill="#444" d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z"/><path fill="#444" d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z"/></svg> <span class="icon__fallback-text">Instagram</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://www.facebook.com/DarnToughVermont" title="Darn Tough on Facebook"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 32 32"><path fill="#444" d="M18.56 31.36V17.28h4.48l.64-5.12h-5.12v-3.2c0-1.28.64-2.56 2.56-2.56h2.56V1.28H19.2c-3.84 0-7.04 2.56-7.04 7.04v3.84H7.68v5.12h4.48v14.08h6.4z"/></svg> <span class="icon__fallback-text">Facebook</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCGecCldp9D4B1QkR_B_DVhA/featured" title="Darn Tough on YouTube"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 21 20"><path fill="#444" d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z"/></svg> <span class="icon__fallback-text">YouTube</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://twitter.com/DarnTough" title="Darn Tough on Twitter"> <svg class="icon icon-twitter" aria-hidden="true" focusable="false" viewBox="0 0 50 50"> <path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"></path> </svg> <span class="icon__fallback-text">Twitter</span> </a> </li></ul> </div><div class="location-selector"> <a href="/pages/location-selector" class="loc"><img src="https://cdn.shopify.com/s/files/1/1354/8177/files/usaicon.png?v=1692636068" alt="United States Flag">US</a> </div> </div> </div> </div> <div class="header-sticky-wrapper"> <div id="HeaderWrapper" class="header-wrapper"><header id="SiteHeader" class="site-header" data-sticky="true" data-overlay="false"> <div class="page-width"> <div class="header-layout header-layout--center-left" data-logo-align="center"><div class="header-item header-item--left header-item--navigation"><ul class="site-nav site-navigation small--hide" role="navigation" aria-label="Primary" ><li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu" aria-haspopup="true"> <a href="/collections/all-socks" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"> All </a><div class="site-nav__dropdown megamenu text-left"> <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--one-fifth appear-animation appear-delay-1"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Featured</a> </div><div> <a href="https://darntough.com/collections/new" class="site-nav__dropdown-link"> New Arrivals </a> </div><div> <a href="/pages/darn-tough-holiday-gift-guides" class="site-nav__dropdown-link"> Holiday Gift Guide </a> </div><div> <a href="https://darntough.com/collections/best-seller" class="site-nav__dropdown-link"> Best Sellers </a> </div><div> <a href="https://darntough.com/collections/sock-gift-sets" class="site-nav__dropdown-link"> Sock Packs </a> </div><div> <a href="https://darntough.com/collections/socks-that-give" class="site-nav__dropdown-link"> Socks That Give </a> </div><div> <a href="/collections/online-only" class="site-nav__dropdown-link"> Limited Edition </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-2"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Activity</a> </div><div> <a href="https://darntough.com/collections/hiking-socks" class="site-nav__dropdown-link"> Hiking </a> </div><div> <a href="https://darntough.com/collections/running-socks" class="site-nav__dropdown-link"> Running </a> </div><div> <a href="https://darntough.com/collections/lifestyle-dress-casual-socks" class="site-nav__dropdown-link"> Lifestyle </a> </div><div> <a href="https://darntough.com/collections/snowboard-ski-socks" class="site-nav__dropdown-link"> Ski & Snowboard </a> </div><div> <a href="https://darntough.com/collections/hunting-socks" class="site-nav__dropdown-link"> Hunting </a> </div><div> <a href="https://darntough.com/collections/work-socks" class="site-nav__dropdown-link"> Work </a> </div><div> <a href="https://darntough.com/collections/tactical-socks" class="site-nav__dropdown-link"> Tactical </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-3"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Height</a> </div><div> <a href="https://darntough.com/collections/height-no-show" class="site-nav__dropdown-link"> No Show Socks </a> </div><div> <a href="/collections/ankle-socks" class="site-nav__dropdown-link"> Ankle Socks </a> </div><div> <a href="https://darntough.com/collections/height-1-4-sock" class="site-nav__dropdown-link"> 1/4 Socks </a> </div><div> <a href="https://darntough.com/collections/height-micro-crew" class="site-nav__dropdown-link"> Micro Crew Socks </a> </div><div> <a href="https://darntough.com/collections/height-crew" class="site-nav__dropdown-link"> Crew Socks </a> </div><div> <a href="https://darntough.com/collections/height-boot-sock" class="site-nav__dropdown-link"> Boot Socks </a> </div><div> <a href="https://darntough.com/collections/height-over-the-calf" class="site-nav__dropdown-link"> Over the Calf Socks </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-4"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Pattern</a> </div><div> <a href="https://darntough.com/collections/pattern-solid" class="site-nav__dropdown-link"> Solid </a> </div><div> <a href="https://darntough.com/collections/pattern-stripes" class="site-nav__dropdown-link"> Stripes </a> </div><div> <a href="https://darntough.com/collections/pattern-animal" class="site-nav__dropdown-link"> Animals </a> </div><div> <a href="https://darntough.com/collections/pattern-nature" class="site-nav__dropdown-link"> Nature </a> </div><div> <a href="https://darntough.com/collections/pattern-abstract" class="site-nav__dropdown-link"> Abstract </a> </div><div> <a href="/collections/holiday" class="site-nav__dropdown-link"> Holiday </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-5"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Weight</a> </div><div> <a href="https://darntough.com/collections/weight-ultra-lightweight" class="site-nav__dropdown-link"> Ultra-Lightweight </a> </div><div> <a href="https://darntough.com/collections/weight-lightweight" class="site-nav__dropdown-link"> Lightweight </a> </div><div> <a href="https://darntough.com/collections/weight-midweight" class="site-nav__dropdown-link"> Midweight </a> </div><div> <a href="https://darntough.com/collections/weight-heavyweight" class="site-nav__dropdown-link"> Heavyweight </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-6"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop More</a> </div><div> <a href="/products/cloth-gift-bag" class="site-nav__dropdown-link"> Gift Bag </a> </div><div> <a href="/collections/gift-cards" class="site-nav__dropdown-link"> Gift Cards </a> </div><div> <a href="https://darntough.com/collections/last-chance-socks" class="site-nav__dropdown-link"> Last Chance Socks </a> </div><div> <a href="https://darntough.com/collections/synthetic" class="site-nav__dropdown-link"> Synthetic Socks </a> </div><div> <a href="/collections/25-and-under" class="site-nav__dropdown-link"> Gifts Under $25 </a> </div><div> <a href="/collections/50-and-under" class="site-nav__dropdown-link"> Gifts Under $50 </a> </div></div> </div> </div> </div></li><li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu" aria-haspopup="true"> <a href="https://darntough.com/collections/men" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"> Men </a><div class="site-nav__dropdown megamenu text-left"> <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--one-fifth appear-animation appear-delay-1"><div class="h5"> <a href="https://darntough.com/collections/men" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop All Men's</a> </div><div> <a href="https://darntough.com/collections/mens-new" class="site-nav__dropdown-link"> New Socks </a> </div><div> <a href="/collections/our-picks-for-him" class="site-nav__dropdown-link"> Gifts for Him </a> </div><div> <a href="https://darntough.com/collections/best-sellers-men" class="site-nav__dropdown-link"> Best Selling Socks </a> </div><div> <a href="https://darntough.com/collections/mens-dress-socks" class="site-nav__dropdown-link"> Dress Socks </a> </div><div> <a href="https://darntough.com/collections/gift-sets-for-him" class="site-nav__dropdown-link"> Sock Packs </a> </div><div> <a href="/collections/mens-limited-edition" class="site-nav__dropdown-link"> Limited Edition </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-2"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Activity</a> </div><div> <a href="https://darntough.com/collections/mens-hiking-socks" class="site-nav__dropdown-link"> Hiking </a> </div><div> <a href="https://darntough.com/collections/mens-running-socks" class="site-nav__dropdown-link"> Running </a> </div><div> <a href="https://darntough.com/collections/mens-lifestyle-dress-casual-socks" class="site-nav__dropdown-link"> Lifestyle </a> </div><div> <a href="https://darntough.com/collections/mens-snowboard-ski-socks" class="site-nav__dropdown-link"> Ski & Snowboard </a> </div><div> <a href="https://darntough.com/collections/mens-hunting-socks" class="site-nav__dropdown-link"> Hunting </a> </div><div> <a href="https://darntough.com/collections/mens-work-socks" class="site-nav__dropdown-link"> Work </a> </div><div> <a href="https://darntough.com/collections/tactical-socks" class="site-nav__dropdown-link"> Tactical </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-3"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Height</a> </div><div> <a href="https://darntough.com/collections/mens-no-show-socks" class="site-nav__dropdown-link"> No Show Socks </a> </div><div> <a href="https://darntough.com/collections/mens-1-4-socks" class="site-nav__dropdown-link"> 1/4 Socks </a> </div><div> <a href="https://darntough.com/collections/mens-micro-crew" class="site-nav__dropdown-link"> Micro Crew Socks </a> </div><div> <a href="https://darntough.com/collections/mens-crew-socks" class="site-nav__dropdown-link"> Crew Socks </a> </div><div> <a href="https://darntough.com/collections/mens-boot-socks" class="site-nav__dropdown-link"> Boot Socks </a> </div><div> <a href="https://darntough.com/collections/mens-over-the-calf" class="site-nav__dropdown-link"> Over the Calf Socks </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-4"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop More</a> </div><div> <a href="/products/cloth-gift-bag" class="site-nav__dropdown-link"> Gift Bag </a> </div><div> <a href="https://darntough.com/collections/gift-cards" class="site-nav__dropdown-link"> Gift Cards </a> </div><div> <a href="/pages/darn-tough-holiday-gift-guides" class="site-nav__dropdown-link"> Holiday Gift Guide </a> </div><div> <a href="/collections/mens-last-chance" class="site-nav__dropdown-link"> Last Chance Socks </a> </div></div> </div> </div> </div></li><li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu" aria-haspopup="true"> <a href="https://darntough.com/collections/women" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"> Women </a><div class="site-nav__dropdown megamenu text-left"> <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--one-fifth appear-animation appear-delay-1"><div class="h5"> <a href="https://darntough.com/collections/women" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop All Women's</a> </div><div> <a href="https://darntough.com/collections/womens-new" class="site-nav__dropdown-link"> New Socks </a> </div><div> <a href="/collections/our-picks-for-her" class="site-nav__dropdown-link"> Gifts for Her </a> </div><div> <a href="https://darntough.com/collections/best-sellers-women" class="site-nav__dropdown-link"> Best Selling Socks </a> </div><div> <a href="https://darntough.com/collections/pattern-animal" class="site-nav__dropdown-link"> Animal Socks </a> </div><div> <a href="https://darntough.com/collections/gift-sets-for-her" class="site-nav__dropdown-link"> Sock Packs </a> </div><div> <a href="/collections/womens-limited-edition" class="site-nav__dropdown-link"> Limited Edition </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-2"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Activity</a> </div><div> <a href="https://darntough.com/collections/womens-hiking-socks" class="site-nav__dropdown-link"> Hiking </a> </div><div> <a href="https://darntough.com/collections/womens-running-socks" class="site-nav__dropdown-link"> Running </a> </div><div> <a href="https://darntough.com/collections/womens-lifestyle-dress-casual-socks" class="site-nav__dropdown-link"> Lifestyle </a> </div><div> <a href="https://darntough.com/collections/womens-snowboard-ski-socks" class="site-nav__dropdown-link"> Ski & Snowboard </a> </div><div> <a href="https://darntough.com/collections/womens-hunting-socks" class="site-nav__dropdown-link"> Hunting </a> </div><div> <a href="https://darntough.com/collections/womens-work-socks" class="site-nav__dropdown-link"> Work </a> </div><div> <a href="https://darntough.com/collections/tactical-socks" class="site-nav__dropdown-link"> Tactical </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-3"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Height</a> </div><div> <a href="https://darntough.com/collections/womens-no-show" class="site-nav__dropdown-link"> No Show Socks </a> </div><div> <a href="https://darntough.com/collections/womens-1-4-socks" class="site-nav__dropdown-link"> 1/4 Socks </a> </div><div> <a href="https://darntough.com/collections/womens-micro-crew-socks" class="site-nav__dropdown-link"> Micro Crew Socks </a> </div><div> <a href="https://darntough.com/collections/womens-crew-socks" class="site-nav__dropdown-link"> Crew Socks </a> </div><div> <a href="https://darntough.com/collections/womens-boot-socks" class="site-nav__dropdown-link"> Boot Socks </a> </div><div> <a href="https://darntough.com/collections/womens-over-the-calf-socks" class="site-nav__dropdown-link"> Over the Calf Socks </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-4"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop More</a> </div><div> <a href="/products/cloth-gift-bag" class="site-nav__dropdown-link"> Gift Bag </a> </div><div> <a href="https://darntough.com/collections/gift-cards" class="site-nav__dropdown-link"> Gift Cards </a> </div><div> <a href="/pages/darn-tough-holiday-gift-guides" class="site-nav__dropdown-link"> Holiday Gift Guide </a> </div><div> <a href="/collections/womens-last-chance" class="site-nav__dropdown-link"> Last Chance Socks </a> </div></div> </div> </div> </div></li><li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu" aria-haspopup="true"> <a href="https://darntough.com/collections/kids-socks" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"> Kids </a><div class="site-nav__dropdown megamenu text-left"> <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--one-fifth appear-animation appear-delay-1"><div class="h5"> <a href="https://darntough.com/collections/kids-socks" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop All Kids'</a> </div><div> <a href="https://darntough.com/collections/kids-new" class="site-nav__dropdown-link"> New Socks </a> </div><div> <a href="https://darntough.com/collections/kids-best-sellers" class="site-nav__dropdown-link"> Best Selling Socks </a> </div><div> <a href="https://darntough.com/collections/gift-sets-for-kids" class="site-nav__dropdown-link"> Sock Packs </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-2"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Activity</a> </div><div> <a href="https://darntough.com/collections/kids-hiking-socks" class="site-nav__dropdown-link"> Hiking </a> </div><div> <a href="https://darntough.com/collections/kids-snowboard-ski-socks" class="site-nav__dropdown-link"> Ski & Snowboard </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-3"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop By Height</a> </div><div> <a href="https://darntough.com/collections/juniors-micro-crew-socks" class="site-nav__dropdown-link"> Micro Crew Socks </a> </div><div> <a href="https://darntough.com/collections/juniors-over-the-calf-socks" class="site-nav__dropdown-link"> Over the Calf Socks </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-4"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Shop More</a> </div><div> <a href="/collections/gift-cards" class="site-nav__dropdown-link"> Gift Cards </a> </div><div> <a href="/collections/kids-last-chance" class="site-nav__dropdown-link"> Last Chance Socks </a> </div></div> </div> </div> </div></li><li class="site-nav__item site-nav__expanded-item site-nav--has-dropdown site-nav--is-megamenu" aria-haspopup="true"> <a href="/pages/about" class="site-nav__link site-nav__link--underline site-nav__link--has-dropdown"> Learn More </a><div class="site-nav__dropdown megamenu text-left"> <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--one-fifth appear-animation appear-delay-1"><div class="h5"> <a href="/pages/about" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">About Us</a> </div><div> <a href="https://darntough.com/pages/our-unconditional-lifetime-guarantee" class="site-nav__dropdown-link"> Guaranteed for Life </a> </div><div> <a href="https://darntough.com/pages/made-in-vermont-usa" class="site-nav__dropdown-link"> Made in USA </a> </div><div> <a href="/pages/comfort-durability-fit" class="site-nav__dropdown-link"> Comfort, Durability, + Fit </a> </div><div> <a href="https://darntough.com/pages/sustainability" class="site-nav__dropdown-link"> Sustainability </a> </div><div> <a href="https://darntough.com/blogs/the-alternate-stitch" class="site-nav__dropdown-link"> Blog </a> </div><div> <a href="/pages/darn-it" class="site-nav__dropdown-link"> Darn It. (The Story) </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-2"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">Resources</a> </div><div> <a href="https://darntough.com/pages/sock-finder" class="site-nav__dropdown-link"> Sock Finder </a> </div><div> <a href="https://darntough.com/pages/size-chart" class="site-nav__dropdown-link"> Size Chart </a> </div><div> <a href="https://darntough.com/pages/merino-wool" class="site-nav__dropdown-link"> About Merino Wool </a> </div><div> <a href="https://darntough.com/pages/faqs" class="site-nav__dropdown-link"> Help Center </a> </div><div> <a href="/pages/micro-crew-rewards" class="site-nav__dropdown-link"> Micro Crew Rewards </a> </div></div><div class="grid__item medium-up--one-fifth appear-animation appear-delay-3"><div class="h5"> <a href="#" class="site-nav__dropdown-link site-nav__dropdown-link--top-level">About Activities</a> </div><div> <a href="https://darntough.com/pages/best-socks-for-hiking" class="site-nav__dropdown-link"> Socks for Hiking </a> </div><div> <a href="https://darntough.com/pages/best-socks-for-runners" class="site-nav__dropdown-link"> Socks for Running </a> </div><div> <a href="https://darntough.com/pages/best-socks-for-everyday" class="site-nav__dropdown-link"> Socks for Every Day </a> </div><div> <a href="https://darntough.com/pages/best-socks-for-skiing-snowboarding-winter" class="site-nav__dropdown-link"> Socks for Skiing </a> </div><div> <a href="https://darntough.com/pages/best-socks-for-hunters" class="site-nav__dropdown-link"> Socks for Hunting </a> </div><div> <a href="https://darntough.com/pages/best-socks-for-work-boots" class="site-nav__dropdown-link"> Socks for Work </a> </div><div> <a href="/pages/best-socks-for-military-boots" class="site-nav__dropdown-link"> Socks for Tactical Use </a> </div></div> </div> </div> </div></li><li class="site-nav__item site-nav__expanded-item" > <a href="/pages/sock-gift-finder" class="site-nav__link site-nav__link--underline"> Gift Finder </a></li></ul><div class="site-nav medium-up--hide"> <button type="button" class="site-nav__link site-nav__link--icon js-drawer-open-nav" aria-controls="NavDrawer"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-hamburger" viewBox="0 0 64 64"><path d="M7 15h51M7 32h43M7 49h51"/></svg> <span class="icon__fallback-text">Site navigation</span> </button> </div> </div><div class="header-item header-item--logo"><style data-shopify>.header-item--logo, .header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons { -webkit-box-flex: 0 1 100px; -ms-flex: 0 1 100px; flex: 0 1 100px; } @media only screen and (min-width: 769px) { .header-item--logo, .header-layout--left-center .header-item--logo, .header-layout--left-center .header-item--icons { -webkit-box-flex: 0 0 150px; -ms-flex: 0 0 150px; flex: 0 0 150px; } } .site-header__logo a { width: 100px; } .is-light .site-header__logo .logo--inverted { width: 100px; } @media only screen and (min-width: 769px) { .site-header__logo a { width: 150px; } .is-light .site-header__logo .logo--inverted { width: 150px; } }</style><h1 class="site-header__logo" itemscope itemtype="http://schema.org/Organization" > <span class="visually-hidden">Darn Tough</span> <a href="/" itemprop="url" class="site-header__logo-link" > <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=300" alt="Darn Tough logo" srcset="//darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=150 150w, //darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=300 300w" width="150" height="98" loading="eager" class="small--hide image-element" sizes="150px" itemprop="logo" style="max-height: 98px;max-width: 150px;" fetchPriority="low"> </image-element> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=200" alt="Darn Tough logo" srcset="//darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=100 100w, //darntough.com/cdn/shop/files/DT_Logo_Web_400x_49edc3a9-4d20-46ec-a443-6aae965b0858.png?v=1625063481&width=200 200w" width="100" height="65.25" loading="eager" class="medium-up--hide image-element" sizes="100px" style="max-height: 65px;max-width: 100px;" fetchPriority="low"> </image-element> </a></h1></div><div class="header-item header-item--icons"> <style> .cart-link .cart-link__bubble--visible{ top: 50%; border: 2px solid; position: absolute; right: 0; min-width: 21px; height: 21px !important; color: white; background: black; letter-spacing: 0; right: 0; align-items: center; justify-content: center; font-size: 10px; border-radius: 50%; line-height: 1; display: inline-flex !important; right: 0; } </style> <div class="site-nav"> <div class="site-nav__icons"><a class="site-nav__link site-nav__link--icon small--hide" href="/account/login?return_url=/ "> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-user" viewBox="0 0 64 64"><path d="M35 39.84v-2.53c3.3-1.91 6-6.66 6-11.41 0-7.63 0-13.82-9-13.82s-9 6.19-9 13.82c0 4.75 2.7 9.51 6 11.41v2.53c-10.18.85-18 6-18 12.16h42c0-6.19-7.82-11.31-18-12.16z"/></svg> <span class="icon__fallback-text">Log in </span> </a> <a href="/search" class="site-nav__link site-nav__link--icon js-search-header"> <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"/></svg> <span class="icon__fallback-text">Search</span> </a><a href="/cart" class="site-nav__link site-nav__link--icon js-drawer-open-cart" aria-controls="CartDrawer" data-icon="bag-minimal"> <span class="cart-link"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-bag-minimal" viewBox="0 0 64 64"><path stroke="null" id="svg_4" fill-opacity="null" stroke-opacity="null" fill="null" d="M11.375 17.863h41.25v36.75h-41.25z"/><path stroke="null" id="svg_2" d="M22.25 18c0-7.105 4.35-9 9.75-9s9.75 1.895 9.75 9"/></svg><span class="icon__fallback-text">Cart</span> <span data-bind="itemCount1" class="cart-link__bubble"> 0</span> </span> </a> </div> </div> </div> </div></div> <div class="site-header__search-container"> <div class="site-header__search"> <div class="page-width"> <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"/></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"> </form> <button type="button" id="SearchClose" class="js-search-header-close text-link site-header__search-btn"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64"><path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"/></svg> <span class="icon__fallback-text">"Close (esc)"</span> </button> </div> </div></div> </header> </div> </div><style> .announcement-bar div { opacity: 1!important; } div.announcement-bar{ opacity: 1!important; } </style> </div> <script> document.addEventListener('DOMContentLoaded', function() { let urlParams = new URLSearchParams(window.location.search); let returnUrl = urlParams.get('return_url'); let loginForm = document.querySelector('#CustomerLoginForm form'); if (loginForm) { loginForm.addEventListener('submit', function(event) { if (returnUrl) { setTimeout(function(){ window.location.href = returnUrl; }, 8000); } }); } }); </script> </div> <!-- END sections: header-group --><!-- BEGIN sections: popup-group --> <!-- END sections: popup-group --><main class="main-content" id="MainContent"> <section id="shopify-section-template--16692972585146__167820330497d52374" class="shopify-section"><div id="shopify-block-e6495d5a-0756-4a80-a162-c80441da373e" class="shopify-block shopify-app-block"> <div class="otto-banner otto-banner--e6495d5a-0756-4a80-a162-c80441da373e" data-otto-placement="homepage-hero"> <!-- BEGIN app snippet: otto-image --> <a href="https://darntough.com/collections/best-seller" class="otto-image-link"> <img src="//darntough.com/cdn/shop/files/otto-homepage-hero.jpg?v=1730606412" alt="Darn it - a pair of feet in Darn Tough socks standing in a giant tangle of holiday lights" class="otto-image otto-image--desktop" loading="lazy" width="2880" height="900"> <img src="//darntough.com/cdn/shop/files/otto-homepage-hero-mobile.jpg?v=1730606414" alt="Darn it - a pair of feet in Darn Tough socks standing in a giant tangle of holiday lights" class="otto-image otto-image--mobile" loading="lazy" width="800" height="800"> </a> <!-- END app snippet --> <div class="otto-banner-content otto-banner-content--center-left"> <h2 class="otto-banner-content__header otto-header">The Holidays Are Tough</h2> <p class="otto-banner-content__subheader otto-subheader">Darn it.</p> <p class="otto-banner-content__body otto-body">Our socks are tougher. Guaranteed for Life.</p> <div class="otto-btn-group"> <a class="otto-btn otto-primary-btn" href="https://darntough.com/collections/best-seller">SHOP SOCKS</a> <a class="otto-btn otto-secondary-btn" href="https://darntough.com/pages/darn-tough-holiday-gift-guides">GIFT GUIDE</a> </div> </div> </div> <!-- BEGIN app snippet: otto-general-styles --><style data-shopify> .otto-image { display: block; width: 100%; height: auto; } .otto-image.otto-image--desktop { display: block; } .otto-image.otto-image--mobile { display: none; } .otto-btn-group { margin-top: 20px; } .otto-btn { padding: 10px; display: inline-block; transition: all .3s ease-in-out; text-decoration: none; } .otto-btn:nth-child(2) { margin-left: 5px; } @media all and (max-width: 1024px) { .otto-image.otto-image--desktop { display: none; } .otto-image.otto-image--mobile { display: block; } } </style> <!-- END app snippet --> <!-- BEGIN app snippet: otto-banner-styles --><style data-shopify> .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e { display: block; position: relative; width: 100%; margin: 0px auto 0px; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content { background: transparent; color: #ffffff; width: 50%; padding: 30px; position: absolute; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h2, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h3, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h4, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h5, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p { color: #ffffff; } .otto-banner-content--top-left { top: 0; left: 0; } .otto-banner-content--top-center { top: 0; left: 50%; transform: translateX(-50%); text-align: center; } .otto-banner-content--top-right { top: 0; right: 0; } .otto-banner-content--center-left { top: 50%; transform: translateY(-50%); left: 0; } .otto-banner-content--center-center { top: 50%; transform: translate(-50%, -50%); left: 50%; text-align: center; } .otto-banner-content--center-right { top: 50%; transform: translateY(-50%); right: 0; } .otto-banner-content--bottom-left { bottom: 0; left: 0; } .otto-banner-content--bottom-center { bottom: 0; left: 50%; transform: translateX(-50%); text-align: center; } .otto-banner-content--bottom-right { bottom: 0; right: 0; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__header { margin: 0 0 10px; font-size: 2.5em; line-height: 1.3; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__subheader { margin: 0 0 10px; font-size: 1.3em; line-height: 1.3; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content__body { margin: 0 0 10px; font-size: 1.3em; line-height: 1.3; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn { background: #ffffff; color: #1c1d1d; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-btn:hover { background: #1c1d1d; color: #ffffff; } @media all and (max-width: 1024px) { .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content { background: #eeeeee; color: #000000; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h1, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h2, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h3, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h4, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content h5, .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content p { color: #000000; } .otto-banner--e6495d5a-0756-4a80-a162-c80441da373e .otto-banner-content, .otto-banner-content--top-center, .otto-banner-content--center-center, .otto-banner-content--bottom-center { position: relative; transform: translate(0) !important; left: 0; top: 0; width: 100%; text-align: center; } } </style><!-- END app snippet --> </div> </section><div id="shopify-section-template--16692972585146__16400125993a4d63bb" class="shopify-section index-section"><div id="CollectionSection-template--16692972585146__16400125993a4d63bb" data-section-id="template--16692972585146__16400125993a4d63bb" data-section-type="collection-grid" data-context="featured-collection"><div class="page-width page-width--flush-small"> <div class="grid-overflow-wrapper"> <div class="grid grid--uniform" data-aos="overflow__animation"> <div class="grid__item grid-product small--one-half medium-up--one-fifth " data-aos="row-of-5" data-product-handle="mens-merino-wool-vangrizzle-boot-midweight-hiking-socks" data-product-id="6158193197242"> <div class="grid-product__content"><div class="grid__item-image-wrapper"> <div class="grid-product__image-mask"> <div class="product-custom-text-badge" style="background-color:#8a1f03;"> <span class="text-badge-newcolor">New Color</span> </div><div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=1080" alt="1980 men's vangrizzle boot hiking sock in color eclipse with orange and blue striping around calf and black elk design" srcset="//darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=230 230w, //darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=360 360w, //darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=540 540w, //darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=720 720w, //darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=900 900w, //darntough.com/cdn/shop/files/1980_Eclipse.png?v=1719825017&width=1080 1080w" loading="lazy" class=" grid__image-contain image-style-- image-element" sizes="(min-width: 1560px) 218px, (min-width: 780px) calc(18.95vw - 74px), calc(38.91vw - 65px)" fetchPriority="low"> </image-element> </div><div class="grid-product__secondary-image small--hide"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=1000" alt="close up of model with feet on a rock wearing the 1980 Eclipse" srcset="//darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=230 230w, //darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=360 360w, //darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=540 540w, //darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=720 720w, //darntough.com/cdn/shop/files/02_1980_Eclipse_LS.jpg?v=1719825020&width=1000 1000w" loading="lazy" class="image-style-- image-element" sizes="(min-width: 1560px) 220px, (min-width: 780px) calc(18.95vw - 72px), 48px" fetchPriority="low"> </image-element> </div> <div class="grid-product__color-image grid-product__color-image--43898808369338 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--43898808467642 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41642871193786 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874236522682 small--hide"> </div> </div> <a href="/collections/best-seller/products/mens-merino-wool-vangrizzle-boot-midweight-hiking-socks" class="grid-product__link"> <div class="grid-product__meta"> <div class="grid-product__title grid-product__title--heading">Men's VanGrizzle Boot Midweight Hiking Sock</div><div class="grid-product__price">$27.00 </div></div> </a> </div> </div><div class="grid-product__colors grid-product__colors--6158193197242"> <a href="/collections/best-seller/products/mens-merino-wool-vangrizzle-boot-midweight-hiking-socks?variant=43898808369338" class="color-swatch color-swatch--small color-swatch--eclipse new-color color-swatch--with-image" data-variant-id="43898808369338" data-variant-image="//darntough.com/cdn/shop/files/1980_Eclipse_400x.png?v=1719825017" style=" background-color: #434F5A; "> <span class="visually-hidden">Eclipse</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-vangrizzle-boot-midweight-hiking-socks?variant=43898808467642" class="color-swatch color-swatch--small color-swatch--gray new-color color-swatch--with-image" data-variant-id="43898808467642" data-variant-image="//darntough.com/cdn/shop/files/1980_Gray_400x.png?v=1719825003" style=" background-color: #5E5B60; "> <span class="visually-hidden">Gray</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-vangrizzle-boot-midweight-hiking-socks?variant=41642871193786" class="color-swatch color-swatch--small color-swatch--black color-swatch--with-image" data-variant-id="41642871193786" data-variant-image="//darntough.com/cdn/shop/files/1980_Black_400x.png?v=1704728138" style=" background-color: #2A2D31; "> <span class="visually-hidden">Black</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-vangrizzle-boot-midweight-hiking-socks?variant=37874236522682" class="color-swatch color-swatch--small color-swatch--charcoal color-swatch--with-image" data-variant-id="37874236522682" data-variant-image="//darntough.com/cdn/shop/files/1980_Charcoal_9966eb9c-87c8-47e6-a5a5-9dbe7655b4b4_400x.png?v=1704728117" style=" background-color: #322F2F; "> <span class="visually-hidden">Charcoal</span> </a> </div> <div class="yotpo-widget-instance" data-yotpo-instance-id="260419" data-yotpo-product-id="6158193197242" data-yotpo-cart-product-id="" data-yotpo-section-id="collection"></div><span class="shopify-product-reviews-badge" data-id="6158193197242"></span></div> <div class="grid__item grid-product small--one-half medium-up--one-fifth " data-aos="row-of-5" data-product-handle="mens-merino-wool-hiker-micro-crew-midweight-hiking-socks" data-product-id="6158185922746"> <div class="grid-product__content"><div class="grid__item-image-wrapper"> <div class="grid-product__image-mask"> <div class="product-custom-text-badge" style="background-color:#2d2d2d;"> <span class="text-badge-bestseller">Best Seller</span> </div><div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=1080" alt="1466 men's micro crew hiking sock in denim blue with red toe/heel accents and yellow darn tough signature on forefoot" srcset="//darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=230 230w, //darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=360 360w, //darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=540 540w, //darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=720 720w, //darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=900 900w, //darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f.png?v=1714046150&width=1080 1080w" loading="lazy" class=" grid__image-contain image-style-- image-element" sizes="(min-width: 1560px) 218px, (min-width: 780px) calc(18.95vw - 74px), calc(38.91vw - 65px)" fetchPriority="low"> </image-element> </div><div class="grid-product__secondary-image small--hide"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=1000" alt="1466 men's hiker micro crew hiking sock in rye with blue toe/heel and teal darn tough mountain logo" srcset="//darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=230 230w, //darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=360 360w, //darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=540 540w, //darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=720 720w, //darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1.png?v=1714046150&width=1000 1000w" loading="lazy" class="image-style-- image-element" sizes="(min-width: 1560px) 220px, (min-width: 780px) calc(18.95vw - 72px), 48px" fetchPriority="low"> </image-element> </div> <div class="grid-product__color-image grid-product__color-image--37874207424698 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41573576114362 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--42502356762810 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874207916218 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874207817914 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874207555770 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41020944548026 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--43003608531130 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--43647242240186 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--44223703744698 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--44281758318778 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--44281758417082 small--hide"> </div> </div> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks" class="grid-product__link"> <div class="grid-product__meta"> <div class="grid-product__title grid-product__title--heading">Men's Hiker Micro Crew Midweight Hiking Sock</div><div class="grid-product__price">$25.00 </div></div> </a> </div> </div><div class="grid-product__colors grid-product__colors--6158185922746"> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874207424698" class="color-swatch color-swatch--small color-swatch--black color-swatch--with-image" data-variant-id="37874207424698" data-variant-image="//darntough.com/cdn/shop/products/1466_Black_1_400x.png?v=1680722123" style=" background-color: #2A2D31; "> <span class="visually-hidden">Black</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=41573576114362" class="color-swatch color-swatch--small color-swatch--charcoal color-swatch--with-image" data-variant-id="41573576114362" data-variant-image="//darntough.com/cdn/shop/products/1466_Charcoal_37c1fe34-8a64-4ee8-99c2-897b82006cb1_400x.png?v=1680722137" style=" background-color: #322F2F; "> <span class="visually-hidden">Charcoal</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=42502356762810" class="color-swatch color-swatch--small color-swatch--dark-teal color-swatch--with-image" data-variant-id="42502356762810" data-variant-image="//darntough.com/cdn/shop/files/1466_Dark-Teal-2100x2100-13abeb85-bfd0-4959-9486-26f2609dfc38_400x.png?v=1714046150" style=" background-color: #41636B; "> <span class="visually-hidden">Dark Teal</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874207916218" class="color-swatch color-swatch--small color-swatch--denim color-swatch--with-image" data-variant-id="37874207916218" data-variant-image="//darntough.com/cdn/shop/files/1466_Denim_bf9ebfe2-f426-4caf-8e5c-92020388275f_400x.png?v=1714046150" style=" background-color: #434B59; "> <span class="visually-hidden">Denim</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874207817914" class="color-swatch color-swatch--small color-swatch--lime color-swatch--with-image" data-variant-id="37874207817914" data-variant-image="//darntough.com/cdn/shop/files/1466_Lime_b3fe671a-1df4-4e6d-b98a-150f31f8131c_400x.png?v=1704728251" style=" background-color: #837D43; "> <span class="visually-hidden">Lime</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874207555770" class="color-swatch color-swatch--small color-swatch--olive color-swatch--with-image" data-variant-id="37874207555770" data-variant-image="//darntough.com/cdn/shop/files/1466_Olive_d6462ae9-9418-421b-b9bc-b658e95e33d2_400x.png?v=1704728251" style=" background-color: #405442; "> <span class="visually-hidden">Olive</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=41020944548026" class="color-swatch color-swatch--small color-swatch--taupe color-swatch--with-image" data-variant-id="41020944548026" data-variant-image="//darntough.com/cdn/shop/files/1466_Taupe_400x.png?v=1714046150" style=" background-color: #6c6660; "> <span class="visually-hidden">Taupe</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=43003608531130" class="color-swatch color-swatch--small color-swatch--rye color-swatch--with-image" data-variant-id="43003608531130" data-variant-image="//darntough.com/cdn/shop/files/1466_Rye-2000x2000-975885e0-4f79-4ab5-adb9-b0b87ad18af1_400x.png?v=1714046150" style=" background-color: #8d8373; "> <span class="visually-hidden">Rye</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=43647242240186" class="color-swatch color-swatch--small color-swatch--picante color-swatch--with-image" data-variant-id="43647242240186" data-variant-image="//darntough.com/cdn/shop/files/1466_Picante_400x.png?v=1712683318" style=" background-color: #b2241c; "> <span class="visually-hidden">Picante</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=44223703744698" class="color-swatch color-swatch--small color-swatch--hickory color-swatch--with-image" data-variant-id="44223703744698" data-variant-image="//darntough.com/cdn/shop/files/1466_Hickory_400x.png?v=1726669651" style=" background-color: #3a3431; "> <span class="visually-hidden">Hickory</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=44281758318778" class="color-swatch color-swatch--small color-swatch--berry color-swatch--with-image" data-variant-id="44281758318778" data-variant-image="//darntough.com/cdn/shop/files/1466_Berry_400x.png?v=1727715954" style=" background-color: #870f11; "> <span class="visually-hidden">Berry</span> </a> <a href="/collections/best-seller/products/mens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=44281758417082" class="color-swatch color-swatch--small color-swatch--everglade color-swatch--with-image" data-variant-id="44281758417082" data-variant-image="//darntough.com/cdn/shop/files/1466_Everglade_400x.png?v=1727715949" style=" background-color: #3a6e9c; "> <span class="visually-hidden">Everglade</span> </a> </div> <div class="yotpo-widget-instance" data-yotpo-instance-id="260419" data-yotpo-product-id="6158185922746" data-yotpo-cart-product-id="" data-yotpo-section-id="collection"></div><span class="shopify-product-reviews-badge" data-id="6158185922746"></span></div> <div class="grid__item grid-product small--one-half medium-up--one-fifth " data-aos="row-of-5" data-product-handle="womens-merino-wool-hiker-micro-crew-midweight-hiking-socks" data-product-id="6158204240058"> <div class="grid-product__content"><div class="grid__item-image-wrapper"> <div class="grid-product__image-mask"> <div class="product-custom-text-badge" style="background-color:#2d2d2d;"> <span class="text-badge-bestseller">Best Seller</span> </div><div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=1080" alt="1903 women's hiker micro crew hiking sock in plum heather with pink toe/heel accents and darn tough mountain detail" srcset="//darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=230 230w, //darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=360 360w, //darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=540 540w, //darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=720 720w, //darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=900 900w, //darntough.com/cdn/shop/files/1903_Plum-Heather.png?v=1704731439&width=1080 1080w" loading="lazy" class=" grid__image-contain image-style-- image-element" sizes="(min-width: 1560px) 218px, (min-width: 780px) calc(18.95vw - 74px), calc(38.91vw - 65px)" fetchPriority="low"> </image-element> </div><div class="grid-product__secondary-image small--hide"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=1000" alt="Close up shot of model sitting on the side of a mountain wearing the women's micro crew hiking sock in plum heather" srcset="//darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=230 230w, //darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=360 360w, //darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=540 540w, //darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=720 720w, //darntough.com/cdn/shop/files/02_1907_PlumHeather_LS.jpg?v=1704731435&width=1000 1000w" loading="lazy" class="image-style-- image-element" sizes="(min-width: 1560px) 220px, (min-width: 780px) calc(18.95vw - 72px), 48px" fetchPriority="low"> </image-element> </div> <div class="grid-product__color-image grid-product__color-image--37874282430650 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874282954938 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41642876829882 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41642876731578 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874282758330 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41019569373370 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--43647446679738 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--43647446581434 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--42502358991034 small--hide"> </div> </div> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks" class="grid-product__link"> <div class="grid-product__meta"> <div class="grid-product__title grid-product__title--heading">Women's Hiker Micro Crew Midweight Hiking Sock</div><div class="grid-product__price">$25.00 </div></div> </a> </div> </div><div class="grid-product__colors grid-product__colors--6158204240058"> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874282430650" class="color-swatch color-swatch--small color-swatch--plum-heather color-swatch--with-image" data-variant-id="37874282430650" data-variant-image="//darntough.com/cdn/shop/files/1903_Plum-Heather_400x.png?v=1704731439" style=" background-color: #6F5478; "> <span class="visually-hidden">Plum Heather</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874282954938" class="color-swatch color-swatch--small color-swatch--aqua-heather color-swatch--with-image" data-variant-id="37874282954938" data-variant-image="//darntough.com/cdn/shop/files/1903_Aqua_fbfde2e4-411a-4b8b-8aad-d841ef21c0b1_400x.png?v=1704731439" style=" background-color: #3f4868; "> <span class="visually-hidden">Aqua Heather</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=41642876829882" class="color-swatch color-swatch--small color-swatch--eclipse color-swatch--with-image" data-variant-id="41642876829882" data-variant-image="//darntough.com/cdn/shop/files/1903_Eclipse_400x.png?v=1704731439" style=" background-color: #434F5A; "> <span class="visually-hidden">Eclipse</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=41642876731578" class="color-swatch color-swatch--small color-swatch--sage color-swatch--with-image" data-variant-id="41642876731578" data-variant-image="//darntough.com/cdn/shop/files/1903_Sage_400x.png?v=1704731439" style=" background-color: #606668; "> <span class="visually-hidden">Sage</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=37874282758330" class="color-swatch color-swatch--small color-swatch--slate color-swatch--with-image" data-variant-id="37874282758330" data-variant-image="//darntough.com/cdn/shop/files/1903_Slate_9285acc8-8527-4b0a-bd2b-64ab2feef266_400x.png?v=1704731439" style=" background-color: #6a6c6e; "> <span class="visually-hidden">Slate</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=41019569373370" class="color-swatch color-swatch--small color-swatch--taupe color-swatch--with-image" data-variant-id="41019569373370" data-variant-image="//darntough.com/cdn/shop/files/1903_Taupe_400x.png?v=1704731439" style=" background-color: #6c6660; "> <span class="visually-hidden">Taupe</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=43647446679738" class="color-swatch color-swatch--small color-swatch--cyan color-swatch--with-image" data-variant-id="43647446679738" data-variant-image="//darntough.com/cdn/shop/files/1903_Cyan_400x.png?v=1712668767" style=" background-color: #1a99b0; "> <span class="visually-hidden">Cyan</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=43647446581434" class="color-swatch color-swatch--small color-swatch--tangerine color-swatch--with-image" data-variant-id="43647446581434" data-variant-image="//darntough.com/cdn/shop/files/1903_Tangerine_400x.png?v=1712668767" style=" background-color: #eb5636; "> <span class="visually-hidden">Tangerine</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-hiker-micro-crew-midweight-hiking-socks?variant=42502358991034" class="color-swatch color-swatch--small color-swatch--forest color-swatch--with-image" data-variant-id="42502358991034" data-variant-image="//darntough.com/cdn/shop/files/1903_Forest-2100x2100-636f85e0-b3c8-474b-b1c0-8167837d8b3f_400x.png?v=1704731439" style=" background-color: #5F5B4F; "> <span class="visually-hidden">Forest</span> </a> </div> <div class="yotpo-widget-instance" data-yotpo-instance-id="260419" data-yotpo-product-id="6158204240058" data-yotpo-cart-product-id="" data-yotpo-section-id="collection"></div><span class="shopify-product-reviews-badge" data-id="6158204240058"></span></div> <div class="grid__item grid-product small--one-half medium-up--one-fifth " data-aos="row-of-5" data-product-handle="womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks" data-product-id="6158199029946"> <div class="grid-product__content"><div class="grid__item-image-wrapper"> <div class="grid-product__image-mask"> <div class="product-custom-text-badge" style="background-color:#2d2d2d;"> <span class="text-badge-bestseller">Best Seller</span> </div><div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=1080" alt="1970 women's bear town micro crew hiking sock in aqua with light blue toe/heel accents and gray bear design on calf" srcset="//darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=230 230w, //darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=360 360w, //darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=540 540w, //darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=720 720w, //darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=900 900w, //darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334.png?v=1704728045&width=1080 1080w" loading="lazy" class=" grid__image-contain image-style-- image-element" sizes="(min-width: 1560px) 218px, (min-width: 780px) calc(18.95vw - 74px), calc(38.91vw - 65px)" fetchPriority="low"> </image-element> </div><div class="grid-product__secondary-image small--hide"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=1000" alt="1970 women's bear town micro crew hiking sock in color dark teal with heathered toe/heel accents and navy bear design on calf" srcset="//darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=230 230w, //darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=360 360w, //darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=540 540w, //darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=720 720w, //darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3.png?v=1704728045&width=1000 1000w" loading="lazy" class="image-style-- image-element" sizes="(min-width: 1560px) 220px, (min-width: 780px) calc(18.95vw - 72px), 48px" fetchPriority="low"> </image-element> </div> <div class="grid-product__color-image grid-product__color-image--37874264801466 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--42502358270138 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--41019478933690 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874264998074 small--hide"> </div> <div class="grid-product__color-image grid-product__color-image--37874264867002 small--hide"> </div> </div> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks" class="grid-product__link"> <div class="grid-product__meta"> <div class="grid-product__title grid-product__title--heading">Women's Bear Town Micro Crew Lightweight Hiking Sock</div><div class="grid-product__price">$24.00 </div></div> </a> </div> </div><div class="grid-product__colors grid-product__colors--6158199029946"> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks?variant=37874264801466" class="color-swatch color-swatch--small color-swatch--aqua color-swatch--with-image" data-variant-id="37874264801466" data-variant-image="//darntough.com/cdn/shop/files/1970_Aqua_0f7c5ebd-0f04-447c-9d99-dc6c21d14334_400x.png?v=1704728045" style=" background-color: #68A1A0; "> <span class="visually-hidden">Aqua</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks?variant=42502358270138" class="color-swatch color-swatch--small color-swatch--dark-teal color-swatch--with-image" data-variant-id="42502358270138" data-variant-image="//darntough.com/cdn/shop/files/1970_Dark-Teal-2100x2100-cd54ce41-c9ac-47e4-a360-94b728ed56e3_400x.png?v=1704728045" style=" background-color: #41636B; "> <span class="visually-hidden">Dark Teal</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks?variant=41019478933690" class="color-swatch color-swatch--small color-swatch--burgundy color-swatch--with-image" data-variant-id="41019478933690" data-variant-image="//darntough.com/cdn/shop/files/1970_Burgundy_400x.png?v=1704728045" style=" background-color: #823B47; "> <span class="visually-hidden">Burgundy</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks?variant=37874264998074" class="color-swatch color-swatch--small color-swatch--lime color-swatch--with-image" data-variant-id="37874264998074" data-variant-image="//darntough.com/cdn/shop/files/1970_Lime_0d2b60e5-f203-470f-afea-3fdc2edd0004_400x.png?v=1704728003" style=" background-color: #837D43; "> <span class="visually-hidden">Lime</span> </a> <a href="/collections/best-seller/products/womens-merino-wool-bear-town-micro-crew-lightweight-hiking-socks?variant=37874264867002" class="color-swatch color-swatch--small color-swatch--purple color-swatch--with-image" data-variant-id="37874264867002" data-variant-image="//darntough.com/cdn/shop/files/1970_Purple_f900b9c3-e6d3-40e7-91c4-0e8cce2a0a98_400x.png?v=1704728023" style=" background-color: #564A78; "> <span class="visually-hidden">Purple</span> </a> </div> <div class="yotpo-widget-instance" data-yotpo-instance-id="260419" data-yotpo-product-id="6158199029946" data-yotpo-cart-product-id="" data-yotpo-section-id="collection"></div><span class="shopify-product-reviews-badge" data-id="6158199029946"></span></div> <div class="grid__item grid-product small--one-half medium-up--one-fifth " data-aos="row-of-5" data-product-handle="womens-merino-wool-bark-avenue-crew-lightweight-lifestyle-socks" data-product-id="8006183420090"> <div class="grid-product__content"><div class="grid__item-image-wrapper"> <div class="grid-product__image-mask"><div class="product-custom-text-badge" style="background-color:#6B531F;"> <span class="text-badge-limited">Limited Edition</span> </div><div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=1080" alt="6216 bark avenue crew sock featuring dogs in sweaters on a pink background " srcset="//darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=230 230w, //darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=360 360w, //darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=540 540w, //darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=720 720w, //darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=900 900w, //darntough.com/cdn/shop/files/6216_Poinsettia.png?v=1729784117&width=1080 1080w" loading="lazy" class=" grid__image-contain image-style-- image-element" sizes="(min-width: 1560px) 218px, (min-width: 780px) calc(18.95vw - 74px), calc(38.91vw - 65px)" fetchPriority="low"> </image-element> </div><div class="grid-product__secondary-image small--hide"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="0"> <img src="//darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=1000" alt="Reverse 6216 in poinsettia with dogs in hats and scarves " srcset="//darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=230 230w, //darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=360 360w, //darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=540 540w, //darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=720 720w, //darntough.com/cdn/shop/files/6216_Poinsettia_2.png?v=1729784121&width=1000 1000w" loading="lazy" class="image-style-- image-element" sizes="(min-width: 1560px) 220px, (min-width: 780px) calc(18.95vw - 72px), 48px" fetchPriority="low"> </image-element> </div> <div class="grid-product__color-image grid-product__color-image--44307485032634 small--hide"> </div> </div> <a href="/collections/best-seller/products/womens-merino-wool-bark-avenue-crew-lightweight-lifestyle-socks" class="grid-product__link"> <div class="grid-product__meta"> <div class="grid-product__title grid-product__title--heading">Women's Bark Avenue Crew Lightweight Lifestyle Sock</div><div class="grid-product__price">$24.00 </div></div> </a> </div> </div><div class="grid-product__colors grid-product__colors--8006183420090"> <a href="/collections/best-seller/products/womens-merino-wool-bark-avenue-crew-lightweight-lifestyle-socks?variant=44307485032634" class="color-swatch color-swatch--small color-swatch--poinsettia color-swatch--with-image" data-variant-id="44307485032634" data-variant-image="//darntough.com/cdn/shop/files/6216_Poinsettia_400x.png?v=1729784117" style=" background-color: #a63e53; "> <span class="visually-hidden">Poinsettia</span> </a> </div> <div class="yotpo-widget-instance" data-yotpo-instance-id="260419" data-yotpo-product-id="8006183420090" data-yotpo-cart-product-id="" data-yotpo-section-id="collection"></div><span class="shopify-product-reviews-badge" data-id="8006183420090"></span></div> </div> </div> </div> </div><style> #shopify-section-template--16692972585146__16400125993a4d63bb .page-width.page-width--flush-small { z-index: 5; } </style> </div><div id="shopify-section-template--16692972585146__1640012716fcec0ba3" class="shopify-section"><div class="page-width"><div class="custom-content"><div class="custom__item one-whole align--center" > <div class="custom__item-inner custom__item-inner--liquid"><div class="rte"> <div style="text-align: center"><h2>Unconditionally Guaranteed for Life</h2><p style="font-size: larger">If our socks aren't the most comfortable, durable, best-fitting socks, we'll replace them.</p></div> </div></div> </div></div></div> </div><section id="shopify-section-template--16692972585146__16782132987e96eeec" class="shopify-section"><div class="index-section "><div class="page-width"><div id="shopify-block-c887cfd8-7302-48f6-a5be-4cdd11f1c850" class="shopify-block shopify-app-block"> <div class="otto-grid otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850"> <div class="otto-grid-item otto-grid-item--c887cfd8-7302-48f6-a5be-4cdd11f1c850" data-otto-placement="promo-grid-position-1"> <!-- BEGIN app snippet: otto-image --> <a href="https://darntough.com/collections/online-only" class="otto-image-link"> <img src="//darntough.com/cdn/shop/files/otto-promo-grid-position-1.jpg?v=1731906018" alt="Shop limited edition socks - hiker wearing bright red socks and putting on boots" class="otto-image " loading="lazy" width="757" height="505"> </a> <!-- END app snippet --> <div class="otto-grid-item__content otto-grid-item__content--center"> <h2 class="otto-grid-item__header otto-header">Limited Edition</h2> </div> </div> <div class="otto-grid-item otto-grid-item--c887cfd8-7302-48f6-a5be-4cdd11f1c850" data-otto-placement="promo-grid-position-2"> <!-- BEGIN app snippet: otto-image --> <a href="https://darntough.com/collections/new" class="otto-image-link"> <img src="//darntough.com/cdn/shop/files/otto-promo-grid-position-2.jpg?v=1731906010" alt="Shop New Socks - feet wearing new darn tough women's socks for hiking" class="otto-image " loading="lazy" width="757" height="505"> </a> <!-- END app snippet --> <div class="otto-grid-item__content otto-grid-item__content--center"> <h2 class="otto-grid-item__header otto-header">New Socks</h2> </div> </div> <div class="otto-grid-item otto-grid-item--c887cfd8-7302-48f6-a5be-4cdd11f1c850" data-otto-placement="promo-grid-position-3"> <!-- BEGIN app snippet: otto-image --> <a href="https://darntough.com/collections/tactical-socks" class="otto-image-link"> <img src="//darntough.com/cdn/shop/files/otto-promo-grid-position-3.jpg?v=1731906016" alt="Shop Tactical Socks - feet wearing black socks for the military" class="otto-image " loading="lazy" width="757" height="505"> </a> <!-- END app snippet --> <div class="otto-grid-item__content otto-grid-item__content--center"> <h2 class="otto-grid-item__header otto-header">Tactical Socks</h2> </div> </div> <!-- BEGIN app snippet: otto-general-styles --><style data-shopify> .otto-image { display: block; width: 100%; height: auto; } .otto-image.otto-image--desktop { display: block; } .otto-image.otto-image--mobile { display: none; } .otto-btn-group { margin-top: 20px; } .otto-btn { padding: 10px; display: inline-block; transition: all .3s ease-in-out; text-decoration: none; } .otto-btn:nth-child(2) { margin-left: 5px; } @media all and (max-width: 1024px) { .otto-image.otto-image--desktop { display: none; } .otto-image.otto-image--mobile { display: block; } } </style> <!-- END app snippet --> <!-- BEGIN app snippet: otto-grid-styles --><style data-shopify> .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; width: 100%; margin: 0px auto 0px; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item { position: relative; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__content { background: transparent; color: #ffffff; padding: 20px; text-align: center; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h1, .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h2, .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h3, .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h4, .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item h5, .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item p { color: #ffffff; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__header { font-size: 2em; margin: 0 0 10px; line-height: 1.3; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__subheader { font-size: 1em; margin: 0 0 10px; line-height: 1.3; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__body { font-size: 1em; margin: 0 0 10px; line-height: 1.3; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-btn { background: #000000; color: #ffffff; padding: 10px; display: inline-block; transition: all .3s ease-in-out; margin-top: 20px; text-decoration: none; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-btn:hover { background: #ffffff; color: #000000; } @media all and (max-width: 1024px) { .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 { grid-template-columns: repeat(2, 1fr); grid-gap: 10px; } .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 .otto-grid-item__content { padding: 10px; } } @media all and (max-width: 768px) { .otto-grid--c887cfd8-7302-48f6-a5be-4cdd11f1c850 { grid-template-columns: repeat(1, 1fr); } } </style><!-- END app snippet --> </div> <script> try { if (Shopify.shop === 'top-stroll.myshopify.com') { const grids = document.querySelectorAll(".otto-grid"); grids.forEach(grid => { const gridItems = grid.querySelectorAll(".otto-grid-item"); if (gridItems.length === 1) { grid.style.gridTemplateColumns = "repeat(1, 1fr)"; grid.style.width = "50%"; } }); } } catch(err) { console.log(err); } </script> </div> </div></div> </section><div id="shopify-section-template--16692972585146__16419202284c859793" class="shopify-section"><div class="custom-content"><div class="custom__item one-whole align--center" > <div class="custom__item-inner custom__item-inner--liquid"><div class="rte"> <div style="background-color: #eeeeee; padding-top: 5vw; padding-bottom: 5vw;"><div style="text-align: center; margin-left: 5vw; margin-right: 5vw"><p class="h3">Win Socks for Life</p> <p style="font-size:110%;">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.</p> <p><strong style="margin: .1em; display: inline-block; "><a class="btn" style="font-size: 105%;" href="https://darntough.com/pages/win-socks-for-life" title="Subscribe to Win Socks for Life">Subscribe to Win</a></strong></p></div></div> </div></div> </div></div> </div><div id="shopify-section-template--16692972585146__1640014255c3f9708c" class="shopify-section"><div data-section-id="template--16692972585146__1640014255c3f9708c" data-section-type="promo-grid"><div class="page-width"><style data-shopify>.flex-grid--template--16692972585146__1640014255c3f9708c { margin-top: -10px; margin-left: -10px; } .flex-grid--template--16692972585146__1640014255c3f9708c .flex-grid--gutters { margin-top: -10px; margin-left: -10px; } .flex-grid--template--16692972585146__1640014255c3f9708c .flex-grid__item { padding-top: 10px; padding-left: 10px; } @media only screen and (max-width: 589px) { .flex-grid--template--16692972585146__1640014255c3f9708c { margin-top: -5px; margin-left: -5px; } .flex-grid--template--16692972585146__1640014255c3f9708c .flex-grid--gutters { margin-top: -5px; margin-left: -5px; } .flex-grid--template--16692972585146__1640014255c3f9708c .flex-grid__item { padding-top: 5px; padding-left: 5px; } }</style><div class="promo-grid promo-grid--space-top"> <div class="flex-grid flex-grid--gutters flex-grid--template--16692972585146__1640014255c3f9708c"><style data-shopify> .flex-grid__item--16400142551c1edda2-0 { min-height: 300.0px; } @media only screen and (min-width: 769px) { .flex-grid__item--16400142551c1edda2-0 { min-height: 400.0px; } } @media only screen and (min-width: 1140px) { .flex-grid__item--16400142551c1edda2-0 { min-height: 500px; } } .flex-grid__item--16400142551c1edda2-0 .btn { background: #ffffff !important; border: none !important; color: #000 !important; } .flex-grid__item--16400142551c1edda2-0 .promo-grid__text { font-size: 1.02em; } .flex-grid__item--16400142551c1edda2-0.flex-grid__item--50 .promo-grid__text { font-size: 1.2em; } @media only screen and (min-width: 769px) { .flex-grid__item--16400142551c1edda2-0 .promo-grid__text { font-size: 1.2em; } } </style><div class="flex-grid__item flex-grid__item--50 flex-grid__item--16400142551c1edda2-0 type-advanced" ><div class="promo-grid__container vertical-bottom horizontal-right"><a href="/pages/sock-finder" class="promo-grid__slide-link" aria-hidden="true" aria-label="Sock Finder Quiz"></a><div class="promo-grid__bg"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=1200" alt="Take Sock Finder Quiz - a drawer full of darn tough socks in different colors and styles" srcset="//darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=360 360w, //darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=470 470w, //darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=720 720w, //darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=900 900w, //darntough.com/cdn/shop/files/The_Sock_Finder_800x600_Homepage-2.jpg?v=1670872679&width=1080 1080w" loading="lazy" class="image-fit promo-grid__bg-image promo-grid__bg-image--16400142551c1edda2-0 image-element" sizes="(min-width: 1580px) 705px, (min-width: 780px) 46.15vw, calc(100vw - 34px)" fetchPriority="low"> </image-element> </div><div class="promo-grid__content"> <div class="promo-grid__text"><h2 class="rte--block rte--strong"> The Sock Finder </h2><div class="rte--block"> Take a quiz, find your sock. </div><a href="/pages/sock-finder" class="btn"> Sock Finder Quiz </a></div> </div></div></div><style data-shopify> .flex-grid__item--16400142551c1edda2-1 { min-height: 300.0px; } @media only screen and (min-width: 769px) { .flex-grid__item--16400142551c1edda2-1 { min-height: 400.0px; } } @media only screen and (min-width: 1140px) { .flex-grid__item--16400142551c1edda2-1 { min-height: 500px; } } .flex-grid__item--16400142551c1edda2-1 .btn { background: #ffffff !important; border: none !important; color: #000 !important; } .flex-grid__item--16400142551c1edda2-1 .promo-grid__text { font-size: 1.02em; } .flex-grid__item--16400142551c1edda2-1.flex-grid__item--50 .promo-grid__text { font-size: 1.2em; } @media only screen and (min-width: 769px) { .flex-grid__item--16400142551c1edda2-1 .promo-grid__text { font-size: 1.2em; } } </style><div class="flex-grid__item flex-grid__item--50 flex-grid__item--16400142551c1edda2-1 type-advanced" ><div class="promo-grid__container vertical-bottom horizontal-left"><a href="/pages/find-a-store" class="promo-grid__slide-link" aria-hidden="true" aria-label="Find a Store"></a><div class="promo-grid__bg"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=1200" alt="The window of a darn tough authorized dealer, where you can buy darn tough socks near you" srcset="//darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=360 360w, //darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=470 470w, //darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=720 720w, //darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=900 900w, //darntough.com/cdn/shop/files/FW21-SubHero-StoreFinder-800x600-2-2.jpg?v=1638974750&width=1080 1080w" loading="lazy" class="image-fit promo-grid__bg-image promo-grid__bg-image--16400142551c1edda2-1 image-element" sizes="(min-width: 1580px) 705px, (min-width: 780px) 46.15vw, calc(100vw - 34px)" fetchPriority="low"> </image-element> </div><div class="promo-grid__content"> <div class="promo-grid__text"><h2 class="rte--block rte--strong"> Store Finder </h2><div class="rte--block"> Our socks, your local retailer. </div><a href="/pages/find-a-store" class="btn"> Find a Store </a></div> </div></div></div></div> </div> </div></div> </div><div id="shopify-section-template--16692972585146__16400138041136bc8d" class="shopify-section index-section"><div class="page-width"><header class="section-header"> <h2 class="section-header__title"> The Alternate Stitch </h2></header><div class="grid grid--uniform"> <div class="grid__item medium-up--one-third" data-aos="row-of-3"> <div class="grid"> <div class="grid__item small--one-third"><a href="/blogs/the-alternate-stitch/do-ski-socks-make-difference" class="article__grid-image" aria-label="Do Ski Socks Really Make a Difference?"><div class="image-wrap"> <div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=1080" alt="A skier on a mountain putting on their boots over merino wool ski socks" srcset="//darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=180 180w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=270 270w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=360 360w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=470 470w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=720 720w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=900 900w, //darntough.com/cdn/shop/articles/do-ski-socks-make-a-difference-square.jpg?v=1729691079&width=1080 1080w" loading="lazy" class="blog-image_element image-element" sizes="(min-width: 1580px) 459px, (min-width: 780px) calc(30.77vw - 21px), calc(33.48vw - 23px)" fetchPriority="low"> </image-element> </div> </div></a></div> <div class="grid__item small--two-thirds"> <div class="article__grid-meta"><div class="article__date"> <a href="/blogs/the-alternate-stitch/tagged/snow-sports">Snow Sports</a> · <a href="/blogs/the-alternate-stitch/tagged/sock-101">Sock 101</a> ·<time datetime="2024-11-26T14:30:04Z">Nov 26, 2024</time> </div><a href="/blogs/the-alternate-stitch/do-ski-socks-make-difference" class="article__title">Do Ski Socks Really Make a Difference?</a></div> </div> </div> </div> <div class="grid__item medium-up--one-third" data-aos="row-of-3"> <div class="grid"> <div class="grid__item small--one-third"><a href="/blogs/the-alternate-stitch/how-long-should-socks-last-video" class="article__grid-image" aria-label="How Long Should Socks Last? Video"><div class="image-wrap"> <div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=1080" alt="A Darn Tough warranty specialist holding up a sock with a hole in it as she explains how long socks last" srcset="//darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=180 180w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=270 270w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=360 360w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=470 470w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=720 720w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=900 900w, //darntough.com/cdn/shop/articles/how-long-should-socks-last-darn-tough-warranty.jpg?v=1732031232&width=1080 1080w" loading="lazy" class="blog-image_element image-element" sizes="(min-width: 1580px) 459px, (min-width: 780px) calc(30.77vw - 21px), calc(33.48vw - 23px)" fetchPriority="low"> </image-element> </div> </div></a></div> <div class="grid__item small--two-thirds"> <div class="article__grid-meta"><div class="article__date"> <a href="/blogs/the-alternate-stitch/tagged/durability">Durability</a> · <a href="/blogs/the-alternate-stitch/tagged/sock-101">Sock 101</a> · <a href="/blogs/the-alternate-stitch/tagged/video">Video</a> ·<time datetime="2024-11-21T14:30:03Z">Nov 21, 2024</time> </div><a href="/blogs/the-alternate-stitch/how-long-should-socks-last-video" class="article__title">How Long Should Socks Last? Video</a></div> </div> </div> </div> <div class="grid__item medium-up--one-third" data-aos="row-of-3"> <div class="grid"> <div class="grid__item small--one-third"><a href="/blogs/the-alternate-stitch/thin-or-thick-ski-socks" class="article__grid-image" aria-label="The Thick (and Thin) of Buying Ski Socks "><div class="image-wrap"> <div class="grid__image-ratio grid__image-ratio--square"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=1080" alt="A skier seated on tailgate putting boots on, wearing thick ski socks with cushion" srcset="//darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=180 180w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=270 270w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=360 360w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=470 470w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=720 720w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=900 900w, //darntough.com/cdn/shop/articles/person-wearing-thick-ski-socks-square.jpg?v=1730908739&width=1080 1080w" loading="lazy" class="blog-image_element image-element" sizes="(min-width: 1580px) 459px, (min-width: 780px) calc(30.77vw - 21px), calc(33.48vw - 23px)" fetchPriority="low"> </image-element> </div> </div></a></div> <div class="grid__item small--two-thirds"> <div class="article__grid-meta"><div class="article__date"> <a href="/blogs/the-alternate-stitch/tagged/snow-sports">Snow Sports</a> · <a href="/blogs/the-alternate-stitch/tagged/sock-101">Sock 101</a> ·<time datetime="2024-11-19T14:00:04Z">Nov 19, 2024</time> </div><a href="/blogs/the-alternate-stitch/thin-or-thick-ski-socks" class="article__title">The Thick (and Thin) of Buying Ski Socks </a></div> </div> </div> </div> </div></div> </div><div id="shopify-section-template--16692972585146__1633540482b0eab693" class="shopify-section"><div class="index-section"><div class="custom-content"><div class="custom__item one-whole align--center" > <div class="custom__item-inner custom__item-inner--liquid"><div class="rte"> <h3 style="margin: 35px;">#DARNTOUGH</h3> <div class="yotpo yotpo-pictures-widget" data-gallery-id="5e7f52f799971d6bac359fe1"> </div> <!-- This is the CSS that hides the elements that will be controlled in BlueConic. --> <style> /* -- Hide default content */ /* hero element */ #shopify-section-template--15612255207610__slideshow { display: block ; } /* carousel element */ #shopify-section-template--15612255207610__16400125993a4d63bb { display: block !important; } /* sub-hero element */ #shopify-section-template--15612255207610__promo-grid { display: block !important; } /* -- Hide run content */ /* hero element */ #shopify-section-template--15612255207610__1640012212bb9a466d { display: none !important; } /* carousel element */ #shopify-section-template--15612255207610__1640012708f279e6e0 { display: none !important; } /* -- Show lifestyle content */ /* hero element */ #shopify-section-template--15612255207610__1640012524dbceb871 { display: none !important; } /* carousel element */ #shopify-section-template--15612255207610__16400126027657800a { display: none !important; } /* sub-hero element */ #shopify-section-template--15612255207610__16400138004391f798 { display: none !important; } </style> <!-- This is the CSS that resets sizing for secondary elements so that everything can receive the correct padding. --> <style> @media only screen and (min-width: 769px){ .index-section+.index-section, .index-section+.index-section--hidden, .main-content+.index-section{ margin-top:75px; } } @media only screen and (max-width: 768px){ .index-section+.index-section, .index-section+.index-section--hidden, .main-content+.index-section{ margin-top:40px; } } </style> </div></div> </div></div></div> </div><div id="shopify-section-template--16692972585146__background-image-text" class="shopify-section index-section--flush"><div data-section-id="template--16692972585146__background-image-text" data-section-type="background-image" class="background-media-text background-media-text--template--16692972585146__background-image-text background-media-text--650 loaded" data-aos="background-media-text__animation" > <div class="background-media-text__container"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=2400" alt="A hiker looking on in shock as a falcon flies off with one of his hiking socks" srcset="//darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=300 300w, //darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=700 700w, //darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=1410 1410w, //darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=1970 1970w, //darntough.com/cdn/shop/files/SS24-DarnIt-BrandBanner-Desktop-2-2.jpg?v=1718394605&width=2400 2400w" loading="lazy" class="image-fit background-media-text__image background-media-text__image--template--16692972585146__background-image-text image-element" sizes="100vw" style="object-position:48.4694% 32.3276%;" fetchPriority="low"> </image-element> </div><div class="background-media-text__inner"> <div class="background-media-text__aligner background-media-text--right"> <div class="animation-cropper"> <div class="animation-contents"> <div class="background-media-text__text"><p class="h5"></p><p class="h3">Darn It.</p><div class="rte background-media-text__subtext"><p>Life is tough. Our socks are tougher.</p></div><a href="/pages/darn-it" class="btn"> We Cover That </a></div> </div> </div> </div> </div></div> <div class="background-media-text__spacer background-media-text--650"></div> </div> </main><!-- BEGIN sections: footer-group --> <div id="shopify-section-sections--16692970651834__footer-promotions" class="shopify-section shopify-section-group-footer-group index-section--footer"><div class="index-section"> <div class="section--divider"> <div class="page-width footer-promotions"> <div class="grid grid--flush-bottom"><div class="grid__item medium-up--one-third" data-aos="row-of-3"><a class="article__grid-image" aria-label="Unconditionally Guaranteed for Life"><div class="image-wrap " style="height: 0; padding-bottom: 31.384615384615387%;"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=1080" alt="Visit Unconditionally Guaranteed for Life information page" srcset="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=180 180w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=360 360w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=540 540w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=720 720w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=900 900w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-ForLife.jpg?v=1629732909&width=1080 1080w" loading="lazy" class=" image-element" sizes="(min-width: 769px) 33vw, 100vw" fetchPriority="low"> </image-element> </div></a><h2 class="h3">Unconditionally Guaranteed for Life</h2></div><div class="grid__item medium-up--one-third" data-aos="row-of-3"><a class="article__grid-image" aria-label="Still Made in Vermont, USA"><div class="image-wrap " style="height: 0; padding-bottom: 31.384615384615387%;"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=1080" alt="Visit Still Made in Vermont, USA information page. Outline of the state of Vermont" srcset="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=180 180w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=360 360w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=540 540w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=720 720w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=900 900w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-MadeInVT.jpg?v=1629732922&width=1080 1080w" loading="lazy" class=" image-element" sizes="(min-width: 769px) 33vw, 100vw" fetchPriority="low"> </image-element> </div></a><h2 class="h3">Still Made in Vermont, USA</h2></div><div class="grid__item medium-up--one-third" data-aos="row-of-3"><a class="article__grid-image" aria-label="Uncompromised Comfort, Durability + Fit"><div class="image-wrap " style="height: 0; padding-bottom: 31.384615384615387%;"> <style> </style> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img src="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=1080" alt="Visit the Uncompromised Comfort, Durability, and Fit information page. Darn Tough mountain logo" srcset="//darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=180 180w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=360 360w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=540 540w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=720 720w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=900 900w, //darntough.com/cdn/shop/files/ReTheme-BrandPillars-650x203-Durability.jpg?v=1629732944&width=1080 1080w" loading="lazy" class=" image-element" sizes="(min-width: 769px) 33vw, 100vw" fetchPriority="low"> </image-element> </div></a><h2 class="h3">Uncompromised Comfort, Durability + Fit</h2></div></div> </div> </div> </div> </div><div id="shopify-section-sections--16692970651834__footer" class="shopify-section shopify-section-group-footer-group"> <style data-shopify>.site-footer { border-top: 1px solid #e8e8e1; }</style><footer class="site-footer" data-section-id="sections--16692970651834__footer" data-section-type="footer-section"> <div class="page-width"> <div class="grid"><div class="grid__item footer__item--footer-1" data-type="menu"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) { .footer__item--footer-1 { width: 50%; padding-top: 40px; } .footer__item--footer-1:nth-child(2n + 1) { clear: left; } } @media only screen and (min-width: 960px) { .footer__item--footer-1 { width: 18%; } }</style><h2 class="h4 footer__title small--hide"> Shop </h2> <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-footer-1"> Shop <span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button><div id="Footer-footer-1" class="collapsible-content collapsible-content--small" > <div class="collapsible-content__inner"> <div class="footer__collapsible"> <ul class="no-bullets site-footer__linklist"><li><a href="/collections/all-socks">All Socks</a></li><li><a href="/collections/men">Men's Socks</a></li><li><a href="/collections/women">Women's Socks</a></li><li><a href="https://darntough.com/collections/kids-socks">Kids' Socks</a></li><li><a href="/collections/tactical-socks">Tactical Socks</a></li><li><a href="/pages/sock-finder">Sock Finder Quiz</a></li><li><a href="/collections/gift-cards">Gift Cards</a></li></ul> </div> </div> </div></div><div class="grid__item footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53" data-type="menu"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) { .footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53 { width: 50%; padding-top: 40px; } .footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53:nth-child(2n + 1) { clear: left; } } @media only screen and (min-width: 960px) { .footer__item--08eda0ed-b859-4930-a13a-751faa6aeb53 { width: 19%; } }</style><h2 class="h4 footer__title small--hide"> Support </h2> <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-08eda0ed-b859-4930-a13a-751faa6aeb53"> Support <span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button><div id="Footer-08eda0ed-b859-4930-a13a-751faa6aeb53" class="collapsible-content collapsible-content--small" > <div class="collapsible-content__inner"> <div class="footer__collapsible"> <ul class="no-bullets site-footer__linklist"><li><a href="/pages/contact-us">Contact Us</a></li><li><a href="/pages/returns-warranty">Returns & Exchanges</a></li><li><a href="/pages/shipping-returns">Shipping</a></li><li><a href="/pages/faqs">FAQs</a></li><li><a href="/pages/size-chart">Size Chart</a></li><li><a href="https://darntough.com/pages/terms-conditions">Terms for Special Promotions</a></li><li><a href="/pages/compliance">Compliance & Notices</a></li><li><a href="/pages/sitemap">Sitemap</a></li><li><a href="tel:8773276883">Call Us (877) DARNTUF</a></li></ul> </div> </div> </div></div><div class="grid__item footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6" data-type="menu"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) { .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6 { width: 50%; padding-top: 40px; } .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6:nth-child(2n + 1) { clear: left; } } @media only screen and (min-width: 960px) { .footer__item--be9c04c3-675f-45d9-9bd6-7e7db3f891f6 { width: 19%; } }</style><h2 class="h4 footer__title small--hide"> Company </h2> <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-be9c04c3-675f-45d9-9bd6-7e7db3f891f6"> Company <span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button><div id="Footer-be9c04c3-675f-45d9-9bd6-7e7db3f891f6" class="collapsible-content collapsible-content--small" > <div class="collapsible-content__inner"> <div class="footer__collapsible"> <ul class="no-bullets site-footer__linklist"><li><a href="/pages/find-a-store">Find a Store</a></li><li><a href="/pages/micro-crew-rewards">Micro Crew Loyalty Program</a></li><li><a href="/pages/knit-to-give">Knit to Give</a></li><li><a href="/pages/inclusion">We Value Differences</a></li><li><a href="/pages/careers">Careers</a></li><li><a href="/pages/press">Press</a></li><li><a href="/pages/reviews">Reviews</a></li><li><a href="/pages/brand-ambassadors">Become an Ambassador</a></li><li><a href="/pages/giving-programs">Donations</a></li></ul> </div> </div> </div></div><div class="grid__item footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0" data-type="menu"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) { .footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0 { width: 50%; padding-top: 40px; } .footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0:nth-child(2n + 1) { clear: left; } } @media only screen and (min-width: 960px) { .footer__item--ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0 { width: 19%; } }</style><h2 class="h4 footer__title small--hide"> Sales </h2> <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0"> Sales <span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button><div id="Footer-ae0c0fcd-12ed-4394-a4a7-ba93a7b962c0" class="collapsible-content collapsible-content--small" > <div class="collapsible-content__inner"> <div class="footer__collapsible"> <ul class="no-bullets site-footer__linklist"><li><a href="https://darntough.eu">Darn Tough EU</a></li><li><a href="https://darntough.uk">Darn Tough UK</a></li><li><a href="/pages/international-distributors-list">International Distributors</a></li><li><a href="/pages/authorized-amazon-sellers">Amazon Sellers</a></li><li><a href="/pages/dealer-resources">Dealer Resources</a></li><li><a href="/pages/exclusive-discounts">Military/First Responder/Medical Discount</a></li></ul> </div> </div> </div></div><div class="grid__item footer__item--footer2" data-type="newsletter"><style data-shopify>@media only screen and (min-width: 769px) and (max-width: 959px) { .footer__item--footer2 { width: 50%; padding-top: 40px; } .footer__item--footer2:nth-child(2n + 1) { clear: left; } } @media only screen and (min-width: 960px) { .footer__item--footer2 { width: 25%; } }</style><div class="footer__item-padding"><h2 class="h4 footer__title small--hide">Our Emails Don't Stink</h2> <button type="button" class="h4 footer__title collapsible-trigger collapsible-trigger-btn medium-up--hide" aria-controls="Footer-footer2"> Our Emails Don't Stink <span class="collapsible-trigger__icon collapsible-trigger__icon--open" role="presentation"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16"><path d="m1.57 1.59 12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none"/></svg> </span> </button><div id="Footer-footer2" class="collapsible-content collapsible-content--small" > <div class="collapsible-content__inner"> <div class="footer__collapsible"><p>But cotton socks do. Subscribe today to learn about Merino Wool, free shipping days, and more.</p> <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"/></svg> <span class="footer__newsletter-btn-label"> Subscribe </span> </button> </div></form><ul class="no-bullets footer__social"><li> <a target="_blank" rel="noopener" href="https://www.instagram.com/darntoughvermont/" title="Darn Tough on Instagram"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-instagram" viewBox="0 0 32 32"><path fill="#444" d="M16 3.094c4.206 0 4.7.019 6.363.094 1.538.069 2.369.325 2.925.544.738.287 1.262.625 1.813 1.175s.894 1.075 1.175 1.813c.212.556.475 1.387.544 2.925.075 1.662.094 2.156.094 6.363s-.019 4.7-.094 6.363c-.069 1.538-.325 2.369-.544 2.925-.288.738-.625 1.262-1.175 1.813s-1.075.894-1.813 1.175c-.556.212-1.387.475-2.925.544-1.663.075-2.156.094-6.363.094s-4.7-.019-6.363-.094c-1.537-.069-2.369-.325-2.925-.544-.737-.288-1.263-.625-1.813-1.175s-.894-1.075-1.175-1.813c-.212-.556-.475-1.387-.544-2.925-.075-1.663-.094-2.156-.094-6.363s.019-4.7.094-6.363c.069-1.537.325-2.369.544-2.925.287-.737.625-1.263 1.175-1.813s1.075-.894 1.813-1.175c.556-.212 1.388-.475 2.925-.544 1.662-.081 2.156-.094 6.363-.094zm0-2.838c-4.275 0-4.813.019-6.494.094-1.675.075-2.819.344-3.819.731-1.037.4-1.913.944-2.788 1.819S1.486 4.656 1.08 5.688c-.387 1-.656 2.144-.731 3.825-.075 1.675-.094 2.213-.094 6.488s.019 4.813.094 6.494c.075 1.675.344 2.819.731 3.825.4 1.038.944 1.913 1.819 2.788s1.756 1.413 2.788 1.819c1 .387 2.144.656 3.825.731s2.213.094 6.494.094 4.813-.019 6.494-.094c1.675-.075 2.819-.344 3.825-.731 1.038-.4 1.913-.944 2.788-1.819s1.413-1.756 1.819-2.788c.387-1 .656-2.144.731-3.825s.094-2.212.094-6.494-.019-4.813-.094-6.494c-.075-1.675-.344-2.819-.731-3.825-.4-1.038-.944-1.913-1.819-2.788s-1.756-1.413-2.788-1.819c-1-.387-2.144-.656-3.825-.731C20.812.275 20.275.256 16 .256z"/><path fill="#444" d="M16 7.912a8.088 8.088 0 0 0 0 16.175c4.463 0 8.087-3.625 8.087-8.088s-3.625-8.088-8.088-8.088zm0 13.338a5.25 5.25 0 1 1 0-10.5 5.25 5.25 0 1 1 0 10.5zM26.294 7.594a1.887 1.887 0 1 1-3.774.002 1.887 1.887 0 0 1 3.774-.003z"/></svg> <span class="icon__fallback-text">Instagram</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://www.facebook.com/DarnToughVermont" title="Darn Tough on Facebook"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-facebook" viewBox="0 0 32 32"><path fill="#444" d="M18.56 31.36V17.28h4.48l.64-5.12h-5.12v-3.2c0-1.28.64-2.56 2.56-2.56h2.56V1.28H19.2c-3.84 0-7.04 2.56-7.04 7.04v3.84H7.68v5.12h4.48v14.08h6.4z"/></svg> <span class="icon__fallback-text">Facebook</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCGecCldp9D4B1QkR_B_DVhA/featured" title="Darn Tough on YouTube"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-youtube" viewBox="0 0 21 20"><path fill="#444" d="M-.196 15.803q0 1.23.812 2.092t1.977.861h14.946q1.165 0 1.977-.861t.812-2.092V3.909q0-1.23-.82-2.116T17.539.907H2.593q-1.148 0-1.969.886t-.82 2.116v11.894zm7.465-2.149V6.058q0-.115.066-.18.049-.016.082-.016l.082.016 7.153 3.806q.066.066.066.164 0 .066-.066.131l-7.153 3.806q-.033.033-.066.033-.066 0-.098-.033-.066-.066-.066-.131z"/></svg> <span class="icon__fallback-text">YouTube</span> </a> </li><li> <a target="_blank" rel="noopener" href="https://twitter.com/DarnTough" title="Darn Tough on Twitter"> <svg class="icon icon-twitter" aria-hidden="true" focusable="false" viewBox="0 0 50 50"> <path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"></path> </svg> <span class="icon__fallback-text">Twitter</span> </a> </li></ul> </div> </div> </div> </div> </div></div><div class="footer-left"> <p class="footer__small-text">Copyright © 2024, <a href="/" title="Darn Tough Vermont">Darn Tough Vermont</a>. All Rights Reserved. <br><a style="font-size:75%;" href="/pages/privacy-policy">Privacy Policy</a> | <a style="font-size:75%;" href="/pages/terms-of-use">Terms of Use</a> | <a style="font-size:75%;" href="/pages/accessibility-statement">Accessibility Statement</a></p> </div> </div> </footer> <style> #shopify-section-sections--16692970651834__footer h2 {font-weight: 400;} #shopify-section-sections--16692970651834__footer a[rel="nofollow"] {display: none;} #shopify-section-sections--16692970651834__footer .footer__logo {display: flex !important; justify-content: center;} </style></div> <!-- END sections: footer-group --></div> </div> <div id="VideoModal" class="modal modal--solid"> <div class="modal__inner"> <div class="modal__centered page-width text-center"> <div class="modal__centered-content"> <div class="video-wrapper video-wrapper--modal"> <div id="VideoHolder"></div> </div> </div> </div> </div> <button type="button" class="modal__close js-modal-close text-link"> <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"/></svg> <span class="icon__fallback-text">"Close (esc)"</span> </button> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--left" title="Previous"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-left" viewBox="0 0 284.49 498.98"><path d="M249.49 0a35 35 0 0 1 24.75 59.75L84.49 249.49l189.75 189.74a35.002 35.002 0 1 1-49.5 49.5L10.25 274.24a35 35 0 0 1 0-49.5L224.74 10.25A34.89 34.89 0 0 1 249.49 0Z"/></svg> </button> <button class="btn btn--body btn--circle btn--large pswp__button pswp__button--close" title="Close (esc)"> <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"/></svg> </button> <button class="btn btn--body btn--circle pswp__button pswp__button--arrow--right" title="Next"> <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-chevron-right" viewBox="0 0 284.49 498.98"><title>icon-chevron</title><path d="M35 498.98a35 35 0 0 1-24.75-59.75l189.74-189.74L10.25 59.75a35.002 35.002 0 0 1 49.5-49.5l214.49 214.49a35 35 0 0 1 0 49.5L59.75 488.73A34.89 34.89 0 0 1 35 498.98Z"/></svg> </button> </div> </div> </div> <tool-tip data-tool-tip=""> <div class="tool-tip__inner" data-tool-tip-inner> <button class="tool-tip__close" data-tool-tip-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"/></svg></button> <div data-tool-tip-title>Darn Tough Vermont - Merino Wool Socks Guaranteed for Life</div> <div class="tool-tip__content" data-tool-tip-content> </div> </div> </tool-tip> <!-- google dynamic remarketing tag --> <script type="text/javascript"> var google_tag_params = { ecomm_pagetype: 'home' }; </script> <!-- Criteo Homepage dataLayer --> <script type="text/javascript"> var dataLayer = dataLayer || []; dataLayer.push({ event: 'crto_homepage', crto: { email: '' }, snap: { customer_phone: '', } }); </script> <!-- END Criteo Homepage dataLayer --> <script type="text/javascript"> window.monetateQ = window.monetateQ || []; window.monetateQ.push([ "setPageType", "main" ]); window.monetateQ.push([ "trackData" ]); </script> <!-- AudioEye --> <script>!function(){var b=function(){window.__AudioEyeSiteHash = "c020401628da1ed19acc4e3b5a453d8b"; var a=document.createElement("script");a.src="https://wsmcdn.audioeye.com/aem.js";a.type="text/javascript";a.setAttribute("async","");document.getElementsByTagName("body")[0].appendChild(a)};"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}();</script> <!-- End AudioEye --> <!-- Start of darntough Zendesk Widget script --> <script type="noscript-s">/*<![CDATA[*/setTimeout(function() {window.zEmbed||function(e,t){var n,o,d,i,s,a=[],r=document.createElement("iframe");window.zEmbed=function(){a.push(arguments)},window.zE=window.zE||window.zEmbed,r.src="javascript:false",r.title="",r.role="presentation",(r.frameElement||r).style.cssText="display: none",d=document.getElementsByTagName("script"),d=d[d.length-1],d.parentNode.insertBefore(r,d),i=r.contentWindow,s=i.document;try{o=s}catch(e){n=document.domain,r.src='javascript:var d=document.open();d.domain="'+n+'";void(0);',o=s}o.open()._l=function(){var o=this.createElement("script");n&&(this.domain=n),o.id="js-iframe-async",o.src=e,this.t=+new Date,this.zendeskHost=t,this.zEQueue=a,this.body.appendChild(o)},o.write('<body onload="document._l();">'),o.close()}("https://assets.zendesk.com/embeddable_framework/main.js","darntough.zendesk.com");}, 10); /*]]>*/</script> <!-- End of darntough Zendesk Widget script --> <script type="noscript-s"> window.addEventListener('load', function() { var _learnq = window._learnq || []; function addedToCart() { fetch(`${window.location.origin}/cart.js`) .then(res => res.clone().json().then(data => { var cart = { total_price: data.total_price/100, $value: data.total_price/100, total_discount: data.total_discount, original_total_price: data.original_total_price/100, items: data.items } if (item !== 'undefined') { cart = Object.assign(cart, item) } if (klAjax) { _learnq.push(['track', 'Added to Cart', cart]); klAjax = false; } })) }; (function (ns, fetch) { ns.fetch = function() { const response = fetch.apply(this, arguments); response.then(res => { if (`${window.location.origin}/cart/add.js` .includes(res.url)) { addedToCart() } }); return response } }(window, window.fetch)); var klAjax = true; var atcButtons = document.querySelectorAll("form[action*='/cart/add'] button[type='submit']"); for (var i = 0; i < atcButtons.length; i++) { atcButtons[i].addEventListener("click", function() { if (klAjax) { _learnq.push(['track', 'Added to Cart', item]); klAjax = false; } }) } }); </script> <script type="noscript-s" data-src="https://js.getcatch.com/catchjs/v1/catch.js"></script> <script type="noscript-s" > catchjs.init("iyCV4ynY5XSyQe4l0B01DWan", { // Optional configuration settings }); document.addEventListener('cart:updated', function(evt) { console.log(evt.detail.cart); $("catch-callout[page-type*='cart']").attr("price", event.detail.cart.total_price); }); document.addEventListener('ajaxProduct:added', function(evt) { $("catch-callout[page-type*='cart']").attr("price", Shopify.cart.total_price); }); </script> <!-- Klaviyo Back in Stock Snippet --> <script type="noscript-s" data-src="https://a.klaviyo.com/media/js/onsite/onsite.js"></script> <script type="noscript-s"> var klaviyo = klaviyo || []; klaviyo.init({ account: "SWcpCy", platform: "shopify", exclude_on_tags: "badge:limited edition, last chance, promo, Bundle, gift-card" }); klaviyo.enable("backinstock",{ trigger: { product_page_text: "Notify Me When Available", product_page_class: "btn", product_page_text_align: "center", product_page_margin: "0px", replace_anchor: false }, modal: { headline: "{product_name}", body_content: "Register to receive a notification when this item comes back in stock.", email_field_label: "Email", button_label: "Notify Me When Available", subscription_success_label: "You're in! We'll let you know when it's back.", footer_content: '', font_family: "Avenir Next", drop_background_color: "#000", background_color: "#fff", text_color: "#222", button_text_color: "#fff", button_background_color: "#2d2d2d", close_button_color: "#ccc", error_background_color: "#fcd6d7", error_text_color: "#C72E2F", success_background_color: "#d3efcd", success_text_color: "#1B9500" } }); </script> <style> .site-header__search-container--open{ display: none !important;ee } .custom_algolia_css{ top:0 !important; } </style> <!-- End Klaviyo Back in Stock Snippet --> <!--Hark Snippet--> <script type="text/javascript"> const harkScript = document.createElement('script'); harkScript.src = 'https://storage.googleapis.com/prod_harks/sendhark_handler.js?randomstr=' + Date.now(); document.body.appendChild(harkScript); harkScript.onload = function () { harkEmbedJs.init('652d6d6d16295c60a43d83da', 'popup', 'hark-action-button'); }; </script> <template id="naturalImageMarkup"> <div class="image-wrap" style="height: 0;"> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img class="grid-product__image image-element" width height src srcset loading="lazy" alt> </image-element> </div> </template> <template id="fixedRatioImageMarkup"> <div class="grid__image-ratio"> <image-element data-aos="image-fade-in" data-aos-offset="150"> <img class="image-element" width height src srcset loading="lazy" alt> </image-element> </div> </template> <script class="restructure"> document.addEventListener('DOMContentLoaded', () => { const drawerButton = document.querySelector('.js-drawer-open-nav'); const drawerCloseButton = document.querySelector('.js-drawer-close'); const navDrawer = document.querySelector('#NavDrawer'); drawerButton.addEventListener('click', () => { // if(!document.body.classList.contains('themeJs-loaded')){ document.querySelector('div.drawer--left').style.display = "block"; setTimeout(function(){ navDrawer.classList.add('drawer--is-open'); document.documentElement.classList.add('js-drawer-open'); navDrawer.setAttribute('tabindex', '-1'); drawerButton.setAttribute('aria-expanded', 'true'); }, 200); // } }); drawerCloseButton.addEventListener('click', () => { // if(!document.body.classList.contains('themeJs-loaded')){ navDrawer.classList.remove('drawer--is-open'); document.documentElement.classList.remove('js-drawer-open'); navDrawer.removeAttribute('tabindex'); drawerButton.setAttribute('aria-expanded', 'false'); // } }); }) const searchContainer = document.querySelector('.site-header__search-container'); const mainContent = document.querySelector("#MainContent"); document.querySelector('.js-search-header').addEventListener('click', ev => { ev.preventDefault(); searchContainer.classList.toggle('is-active'); }); mainContent.addEventListener('click',() => { searchContainer.classList.remove('is-active'); document.documentElement.classList.remove('js-drawer-open'); }); document.addEventListener('keydown', function (e) { if(e.key === "Escape") { searchContainer.classList.remove('is-active'); document.documentElement.classList.remove('js-drawer-open'); } }); </script> <script> document.addEventListener('DOMContentLoaded', function(){ document.body.classList.add('dom-loaded'); }); </script> <script type="noscript-s"> window.document.dispatchEvent(new Event("DOMContentLoaded",{bubbles:true,cancelable:true})); </script> <script> window.addEventListener('wnw_load', function(e) { document.body.classList.add('all-js-loaded'); document.querySelector('.js-search-header').removeEventListener('click', openSearchDrawerCustom); document.querySelector('.js-search-header-close').removeEventListener('click', closeSearchDrawerCustom); }); </script> <script> (function () { var windowWidth, loaded = false, lazyLoadByPx = 200; // Initialize lazy loading function init() { if (!loaded) { loaded = true; lazyLoadImg(); lazyLoadBackground(); lazyLoadCss(); lazyLoadScripts(); lazyLoadIframe() } } // Insert an element after a reference element function insertAfter(newNode, referenceNode) { try { referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling); } catch (error) { console.log(error); } } // Lazy load images function lazyLoadImg() { let images = document.querySelectorAll("img.opt_lazy"); let windowHeight = window.innerHeight; for (let i = 0; i < images.length; i++) { let rect = images[i].getBoundingClientRect(); if (rect.top !== 0 && rect.top - windowHeight < lazyLoadByPx) { let src = windowWidth < 600 ? (images[i].dataset.mobsrc === undefined ? images[i].getAttribute("data-src") : images[i].dataset.mobsrc) : images[i].dataset.src === undefined ? images[i].getAttribute("data-src") : images[i].dataset.src; let srcset = images[i].getAttribute("data-srcset"); if (src !== null && src !== "") { images[i].src = src; } if (srcset !== null && srcset !== "") { images[i].srcset = srcset; } images[i].classList.remove("opt_lazy"); } } } // Lazy load background images function lazyLoadBackground() { let lazyBackgrounds = document.querySelectorAll(".opt_bg_lazy"); lazyBackgrounds.forEach(function (element) { let lazybg = windowWidth < 600 ? (element.dataset.mobstyle === undefined ? element.dataset.bg : element.dataset.mobstyle) : element.dataset.bg === undefined ? element.dataset.bg : element.dataset.bg; if (lazybg !== null && lazybg !== "") { element.style.backgroundImage = lazybg; } element.classList.remove("opt_bg_lazy"); }); } // Lazy load CSS function lazyLoadCss() { let links = document.querySelectorAll("link[data-href]"); for (let i = 0; i < links.length; i++) { let newLink = document.createElement("link"); newLink.href = links[i].getAttribute("data-href"); newLink.rel = "stylesheet"; delete links[i].dataset.href; links[i].parentNode.insertBefore(newLink, links[i]); links[i].parentNode.removeChild(links[i]); } } // Load external JS from a script element function loadRemoteScript(scriptElement) { let newScript = document.createElement("script"); if (scriptElement.attributes !== undefined) { for (let i = 0, attribute; i < scriptElement.attributes.length; i++) { attribute = scriptElement.attributes[i]; if (attribute.name !== "type" && attribute.nodeName !== "data-src") { newScript.setAttribute(attribute.name, attribute.value); } } } newScript.src = scriptElement.getAttribute("data-src"); insertAfter(newScript, scriptElement); delete scriptElement.dataset.src; delete scriptElement.type; scriptElement.parentNode.removeChild(scriptElement); return newScript; } function lazyLoadIframe() { var iframes = document.querySelectorAll('iframe.opt_lazy_iframe'); for(var i = 0; i < iframes.length; i++){ var iframe = iframes[i]; if(iframe.hasAttribute("data-src")){ var src = iframe.getAttribute('data-src'); iframe.src = src; iframe.removeAttribute("data-src"); } } } // Load inline JS from a single script element function loadInlineScript(scriptElement) { let newScript = document.createElement("script"); for (let i = 0; i < scriptElement.attributes.length; i++) { let attribute = scriptElement.attributes[i]; if (attribute.name !== "type") { newScript.setAttribute(attribute.name, attribute.value); } } newScript.innerHTML = scriptElement.innerHTML; insertAfter(newScript, scriptElement); scriptElement.parentNode.removeChild(scriptElement); } // Lazy load scripts function lazyLoadScripts() { let scripts = document.querySelectorAll("script[type=noscript-s]"); if (scripts.length < 1) { setTimeout(() => { let event = new Event("wnw_load"); window.dispatchEvent(event); }, 200); return; } if (scripts[0].getAttribute("data-src") !== null) { let loadedScript = loadRemoteScript(scripts[0]); loadedScript.onload = function () { lazyLoadScripts(); }; loadedScript.onerror = function () { lazyLoadScripts(); }; } else { loadInlineScript(scripts[0]); lazyLoadScripts(); } } if(!window.isBot) { // Initialize on DOMContentLoaded document.addEventListener("DOMContentLoaded", function () { windowWidth = screen.width; window.addEventListener("scroll", function () { // console.log('scroll fire'); lazyLoadImg(); init(); }); window.addEventListener("mousemove", function () { // console.log('mousemove fire'); lazyLoadImg(); init(); }); //lazyLoadImg(); window.addEventListener("touchstart", function () { // console.log('touchstart fire'); lazyLoadImg(); init(); }); }); // Initialize on window load window.addEventListener('load', function () { console.log('Load FIRE'); setTimeout(() => { init(); }, 6000); }); } })(); </script> <script> document.addEventListener("fg-gifts:updated", async () => { document.dispatchEvent(new CustomEvent('ajaxProduct:added')); }) document.addEventListener("fg-checkout:start", async () => { FGSECOMAPP.checkIsBlockCheckout = false; console.log("sca_check", FGSECOMAPP.checkIsBlockCheckout) }) </script> <div id="shopify-block-9468172321995857178" class="shopify-block shopify-app-block"><script id="boosterkit-config"> // place the app at the bottom of body const newApp = document.createElement('div'); newApp.setAttribute('id', 'qikify-boosterkit'); document.body.appendChild(newApp); // 0 means absence of data _BK = { entries: [], subscriptions: {"name":"boosterkit-premium","kind":"subscription","conversion_revenue_expires_at":"2024-10-10T18:59:59.000000Z","over_capacity":false}, instanceConfig: {"boosterkit_settings":{"hide_watermark":true,"template":"135524745402-1","popup_background_color":"#ffffff","popup_text_primary_color":"#000000","highlight_color":"#111111","button_primary_bg_color":"#111111","button_primary_text_color":"#ffffff","button_secondary_bg_color":"#000000","button_secondary_text_color":"#ffffff","reward_bar_measurement_unit":"amount","enable_empty_cart_reward_bar":true,"enable_recommendation_box":false,"recommended_rules":"random","reward_bar_priority":"order-goal,shipping-goal,gift-goal","popup_offer_priority_type":"random","popup_limit_offers":5,"repeater_value":30,"embed_bundle_layout":"vertical","enable_promotion_badge":false,"seasonal_template":"","repeat_popup":false},"updated_at":"2024-10-17 18:43:36","config":null}, version: 3, storeFrontAccessToken: "13558ae9b0de0c3d7b14678d4a3c4d25", generalTranslation: 0, bogoTranslation: 0, bundleTranslation: 0, orderGoalTranslation: 0, cartUpsellTranslation: 0, volumeTranslation: 0, freeGiftTranslation: 0, upsurgeTranslation: 0, shippingGoalTranslation: 0, giftGoalTranslation: 0, } qbkStore = { productData: {}, page: "index", currency: "USD", moneyFormat: "${{amount}}", market: "9502906", country: "US", shop: "darn-tough.myshopify.com", designMode: false, shopLocale: { iso_code: "en", primary: true, root_url: "/", } } </script> <script src="https://cdn.shopify.com/extensions/e1abdfa2-e820-46f4-b64b-8a0c78189499/q-discount-free-gift-199/assets/boosterkit-v2.js" defer="defer"></script> <style id="qikify-boosterkit-custom-style"></style> <script id="qikify-boosterkit-custom-script"></script> </div><div id="shopify-block-8605505498557855500" class="shopify-block shopify-app-block bogos-shopify-block"> <div id="secomapp_freegifts_version" data-version="3.0"></div> <!-- BEGIN app snippet: freegifts-snippet --><link href="//cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/glider.min.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/freegifts-main.css" rel="stylesheet" type="text/css" media="all" /> <link href="//cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/bogos.bundle.css" rel="stylesheet" type="text/css" media="all" /> <style id="sca_fg_custom_style"> .freegifts-main-container .fg-section-title, .freegifts-main-container .bogos-slider-info-title { color: #121212; } .freegifts-main-container .product-title, .freegifts-main-container .bogos-gift-product-title { color: #000000; } .freegifts-main-container .original-price, .freegifts-main-container .bogos-gift-item-compare-price { color: #000000; } .freegifts-main-container .gift-price, .freegifts-main-container .bogos-gift-item-price { color: #8a1f03; } .freegifts-main-container .btn-add-to-cart { color: #FFFFFF; background-color: #8a1f03; } .freegifts-main-container .bogos-slider-offer-badge { background: #FFEF9D } .freegifts-main-container .bogos-slider-offer-badge.success { background: #CDFEE1 } .freegifts-main-container .bogos-slider-offer-title { color: #000000 } #sca-gift-icon .sca-gift-icon-img { width: 50px; max-height: 50px; } .sca-gift-icon-collection-page .sca-gift-icon-collection-img { width: 50px; max-height: 50px; } #sca-gift-thumbnail .sca-gift-image { width: 50px; max-height: 50px; } #sca-promotion-glider { color: #000000; background-color: #D9D9D9; } .freegifts-main-container .btn-add-to-cart svg path { fill: #FFFFFF; } #sca-fg-today-offer-iframe .sca-fg-header {background-color: #FFFFFF} #sca-fg-today-offer-iframe .sca-fg-body {background-color: #FFFFFF} #sca-fg-today-offer-iframe .sca-fg-today-offer-title {color: #5E5873 !important} #sca-fg-today-offer-iframe .sca-fg-today-offer-subtitle {color: #b9b9c3 !important} #sca-fg-today-offer-iframe .sca-offer-title {color: #82868b} #sca-fg-today-offer-iframe .sca-fg-offer { background-color: #ebe9f140; border: 1px solid #ebe9f1; } #sca-fg-today-offer-iframe .sca-fg-offer.sca-offer-archived { background-color: #69CE8210 ;border: 1px solid #69CE82; } #sca-fg-today-offer-widget { height: 32px !important; width: 32px !important } #sca-fg-today-offer-widget img#sca-fg-today-offer-widget-img { width: auto !important; height: 90% !important; } .sca-fg-icon-success-anim {box-shadow: inset 0 0 0 #69CE82;} @-webkit-keyframes animated-checkmark-fill {to {box-shadow: inset 0 0 0 30px #69CE82}} @keyframes animated-checkmark-fill {to {box-shadow: inset 0 0 0 30px #69CE82}} .sca-fg-icon-success-circle {stroke: #69CE82;} .bogos-bundles-widget { background-color: #F3F3F3; } .bogos-bundles-widget-body .bogos-bundle-item { background-color: #FFFFFF; } .bogos-bundles-widget .bogos-bundles-widget-title { color: #303030; } .bogos-bundles-widget .bogos-bundles-widget-description { color: #616161; } .bogos-bundle-item .bogos-bundle-item-title { color: #303030; } .bogos-bundle-item .bogos-bundle-item-discount-price, .bogos-bundles-total-discount-price { color: #303030; } .bogos-bundle-item .bogos-bundle-item-original-price, .bogos-bundles-total-original-price { color: #B5B5B5; } .bogos-bundles-widget-footer .bogos-bundles-button-add { color: #FFFFFF; background-color: #303030; } .bogos-bundles-quantity-break-widget { background-color: #F3F3F3; } .bogos-bundles-quantity-break-widget-title { color: #303030; } .bogos-bundles-quantity-break-widget-description { color: #303030; } .bogos-bundle-quantity-break-item-original-price , .bogos-bundles-quantity-break-origin-price { color: #303030; } .bogos-bundles-quantity-break-button-add { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break_item-container { background: #FFFFFF; } .bogos-bundle-quantity-break-label { background: #303030; color: #FFFFFF; } .bogos-bundle-quantity-break-tag { background: #F1F1F1; color: #303030; } .bogos-bundle-quantity-break-sub-title { color: #616161; } .bogos-bundle-quantity-break-item-discount-price, .bogos-bundles-quantity-break-discount-price { color: #303030; } .bogos-bundle-quantity-break-title { color: #303030; } .fg-gift-thumbnail-offer-title {color: #000000; } .fg-gift-thumbnail-container { border-color: #8A8A8A; } .fg-gift-thumbnail-offer-time { background-color: #000000; } .fg-gift-thumbnail-container.seperated .fg-gift-thumbnail-offer { border-color: #8A8A8A; } .bogos-mix-match-widget { background-color: #F3F3F3; ; } .bogos-mix-match-widget .bogos-mix-item { background-color: #FFFFFF; } .bogos-mix-match-widget .bogos-mix-item-select-variant { background-color: #FFFFFF; } .bogos-mix-match-widget .bogos-mix-match-widget-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-match-widget-description { color: #616161; } .bogos-mix-match-widget .bogos-mix-item-title { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-discount-price { color: #303030; } .bogos-mix-match-widget .bogos-mix-item-original-price { color: #B5B5B5; } .bogos-mix-match-widget .bogos-mix-match-button-add { color: #FFFFFF; background-color: #303030 } .bogos-mix-match-widget .bogos-mix-match-badge-item { background-color: #FFF8DB } .bogos-mix-match-widget .bogos-mix-match-badge-item.success { background-color: #CDFEE1 } .bogos-mix-match-widget .bogos-mix-match-badge-item .bogos-mix-match-badge-title { color: #4F4700 } .bogos-mix-match-widget .bogos-mix-match-badge-item.success .bogos-mix-match-badge-title { color: #29845A } </style> <script id="sca_fg_custom_script" data-cmp-vendor="bogos" data-cmp-ab="0"> </script> <script src="https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/glider.min.js" defer></script> <script src="https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/lz-string.js" defer></script> <div id="freegifts-main-popup-container" class="freegifts-main-container sca-modal-fg" data-animation="slideInOutTop"> </div> <ul id="sca-fg-notifications" class="sca-fg-notifications"></ul> <button id="sca-fg-today-offer-widget"></button> <div id="sca-fg-today-offer-iframe"></div> <div id="bogos-mix-match-main-collection-popup-container" class="sca-modal-fg"></div> <script type="text/javascript" data-cmp-vendor="bogos" data-cmp-ab="0"> if (typeof Shopify === "undefined") window.Shopify = {}; Shopify.cartItems = []; Shopify.current_product = {}; Shopify.current_collection = {}; Shopify.products = {}; //cart item // current product or collection Shopify.current_product = {...null}; Shopify.current_collection = {...null}; window.SECOMAPP = window.SECOMAPP || {}; SECOMAPP.fg_codes = []; SECOMAPP.activateOnlyOnePromoCode = false //liquid code to get customer history and customer tag SECOMAPP.current_template = "index"; SECOMAPP.pathname = window.location.pathname; if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("-sca_clone_freegift")) { window.location.replace(SECOMAPP.pathname.split("-sca_clone_freegift")[0]); } else if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("/collections/sca_fg")) { window.location.replace(`${Shopify?.routes?.root ?? "/"}collections/all`); } SECOMAPP.setCookie = function (e, t, o, n, r) { let i = new Date; i.setTime(i.getTime() + 24 * o * 36e5 + 60 * n * 1e3); let f = "expires=" + i.toUTCString(); document.cookie = e + "=" + t + ";" + f + (r ? ";path=" + r : ";path=/"); }; SECOMAPP.deleteCookie = function (e, t) { document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; " + (t ? ";path=" + t : ";path=/") }; SECOMAPP.getCookie = function (e) { for (let t = e + "=", o = document.cookie.split(";"), n = 0; n < o.length; n++) { let r; for (r = o[n]; " " === r.charAt(0);) r = r.substring(1); if (0 === r.indexOf(t)) return r.substring(t.length, r.length) } return "" }; SECOMAPP.getQueryString = function (key) { let e = {}; let t = window.location.search.substring(1).split("&"); let o = 0; for (; o < t.length; o++) { let n = t[o].split("="); if (void 0 === e[n[0]]) e[n[0]] = decodeURIComponent(n[1]); else if ("string" == typeof e[n[0]]) { e[n[0]] = [e[n[0]], decodeURIComponent(n[1])] } else e[n[0]].push(decodeURIComponent(n[1])) } return key ? e?.[key] : e; }; "" !== SECOMAPP.getCookie("sca_fg_codes") && (SECOMAPP.fg_codes = JSON.parse(SECOMAPP.getCookie("sca_fg_codes"))); SECOMAPP.current_code = SECOMAPP.getQueryString("freegifts_code"); SECOMAPP.current_code && !SECOMAPP.fg_codes.includes(SECOMAPP.current_code) && (function () { SECOMAPP.activateOnlyOnePromoCode && (SECOMAPP.fg_codes = []); SECOMAPP.fg_codes.push(SECOMAPP.current_code); SECOMAPP.setCookie("sca_fg_codes", JSON.stringify(SECOMAPP.fg_codes)); })(); SECOMAPP.customer = {}; SECOMAPP.customer.orders = []; SECOMAPP.customer.freegifts = []; SECOMAPP.customer.freegifts_v2 = []; SECOMAPP.customer.email = ""; SECOMAPP.customer.first_name = ""; SECOMAPP.customer.last_name = ""; SECOMAPP.customer.tags = Object.values({...null}); SECOMAPP.customer.orders_count = "" - 0; SECOMAPP.customer.total_spent = "" - 0; SECOMAPP.market = {...null}; // get class name config from settings_data.json if (!Shopify.scaHandleConfigValue) { Shopify.scaHandleConfigValue = { ...{"sca_fg_cart_drawer_query":null,"sca_fg_cart_icon_query":null,"sca_fg_form_checkout_wrapper_query":null,"sca_fg_form_checkbox_button_query":null,"sca_fg_btn_gift_thumbnail_query":null,"sca_fg_title_product_gift_icon_query":null,"sca_fg_img_collection_gift_icon_query":null,"sca_fg_main_promotion_message_query":null}, ...{"sca_fg_cart_drawer_query":null,"sca_fg_cart_icon_query":null,"sca_fg_form_checkout_wrapper_query":null,"sca_fg_form_checkbox_button_query":null,"sca_fg_btn_gift_thumbnail_query":null,"sca_fg_title_product_gift_icon_query":null,"sca_fg_img_collection_gift_icon_query":null,"sca_fg_main_promotion_message_query":"#CartDrawerForm"} }; } // add link proxy SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0"; SECOMAPP.bogosCollectUrl = "https://collect.bogos.io/collect" SECOMAPP.bogosIntegrationUrl = "https://api.freegifts.io/integrations" window.fgGiftIcon = "https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/fg-icon-red_small.png"; window.fgWidgetIconsObj = { "widget-icon-1.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-1_small.png', "widget-icon-2.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-2_small.png', "widget-icon-3.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-3_small.png', "widget-icon-4.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-4_small.png', "widget-icon-5.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-5_small.png', "widget-icon-6.png": 'https://cdn.shopify.com/extensions/8e796386-1361-4b08-8965-926a85ba2639/bogos-io-free-gift-56/assets/widget-icon-6_small.png' } // variable from tools SECOMAPP.variables = { ...SECOMAPP.variables, ...null } </script> <script defer src="https://d33a6lvgbd0fej.cloudfront.net/ZGFybi10b3VnaC5teXNob3BpZnkuY29t/freegifts_data_1732654630"></script> <div id="secomapp_freegifts_url" data-url="https://d33a6lvgbd0fej.cloudfront.net/ZGFybi10b3VnaC5teXNob3BpZnkuY29t/freegifts_data_1732654630"></div> <!-- END app snippet --> </div></body> </html>