/** Shopify CDN: Minification failed

Line 17:17 Expected ")" to end URL token

**/
@keyframes header_on {
    from {
        top: -250px;
    }
    to {
        top: 0;
    }
}

@font-face {
  font-family: 'oswald_heavy';
  src: url(‘{{ 'Oswald_Bold.ttf' | asset_url }}’) format('truetype');
       font-weight: normal;
       font-style: normal;
       font-display: swap;
}
@font-face {
  font-family: oswald_heavy;
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  src: url("https://cdn.shopify.com/s/files/1/0680/4609/4492/files/Oswald-Bold.ttf?v=1745489278") format("truetype");
}

.hawx {
    clear: both;
    width: 100%;
    max-width: 100%;
    background: #fff;
    min-height: 100%;
}
.hawx > div:after {
    content: "";
    display: table;
    clear: both;
}
.hawx_hero .hero_picture {
  	margin-top: -7px;
}
.hawx_hero img {
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%;
}
.boots_hero img {
    max-width: 100%;
    margin: 0;
}
.intro, .product_duo {
	display: grid;
	align-items: center;
	grid-template-columns: 2fr 2fr;
	column-gap: 5%;
	margin: 5%;
}
.intro_img, .duo_img {
	max-width: 100%;
	max-height:100%;
}
.intro .intro_txt, .text {
	font-family: Helvetica;
  	color: #000;
}
.hawx h2 {
	font-family: oswald_heavy;
  	margin-bottom: 0px;
   	color: #000;
}
.text {
  	margin: 4% 5%;
}
.text p {
  	margin-top: 2px;
  	padding-top: 0px;
}
.text a {
  	text-decoration: underline;
}
.intro .intro_txt:after {
    content: "";
    display: table;
    clear: both;
}
.intro .intro_txt .txt {
    width: 100%;
    text-align: left;
}
.product_blocks {
    padding: 0 4%;
    background-color: #fff;
}
.product_blocks a {
    display: inline-block;
    width: 33%;
    padding: 0 1%;
}
.spacer {
	background-color: black;
	margin-top: -23px !important;
}
.orange {
    color: #e88e2c;
}
@media screen and (max-width: 790px) {
    .mobile_hidden {
        display: none;
    }
}
@media screen and (min-width: 791px) {
    .desktop_hidden {
        display: none;
    }
    .intro .intro_txt {
        display: block;
        -webkit-align-items: none;
        -ms-align-items: none;
        align-items: none;
        -webkit-justify-content: none;
        -ms-justify-content: none;
        justify-content: none;
    }
    .intro .intro_txt .left,
    .intro .intro_txt .txt {
        clear: both;
        float: left;
        width: 100%;
        max-width: 100%;
        padding: 20px;
    }
    .intro .intro_txt .txt p {
        margin: 0 0 30px;
    }
    .intro .intro_txt .txt a {
        display: block;
        clear: both;
        float: left;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .product_blocks {
        padding: 6% 6% 0;
    }
    .product_blocks a {
        width: 100%;
        padding: 2% 1% 3%;
    }
}
@media screen and (max-width: 500px) {
    .intro .intro_blocks > a {
        clear: both;
        float: left;
        width: 100%;
        max-width: 100%;
    }
}
.intro .intro_blocks > a > img {
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%;
}


@media screen (min-width: 1480px){
    .intro .intro_txt, .text p {
		font-size: 16px;
		line-height: 22px;
	}
    .text a {
		font-size: 14px;
	}
}
@media (min-width: 1180px) and (max-width: 1479px) { 
    .intro .intro_txt, .text p {
		font-size: 14px;
		line-height: 19px;
	}
    .text a {
		font-size: 12px;
	}
}
@media (min-width: 790px) and (max-width: 1179px) { 
    .intro .intro_txt, .text p {
		font-size: 12px;
		line-height: 17px;
	}
    .text a {
		font-size: 10px;
	}
}
@media (max-width: 789px) { 
    .intro .intro_txt, .text p {
		font-size: 14px;
		line-height: 19px;
	}
    .intro .intro_txt {
		padding-top: 9%;
	}
    .text {
      	margin: 5% 7%;
    }
    .text a {
		font-size: 12px;
	}
    .text p {
		margin-top: 3px;
	}
	.intro, .product_duo {
		display: block;
		margin: 7%;
	}
    .hawx_proprietary.text {
      	margin-top: 40px;
    }
    .duo_img {
      	padding: 3% 0 2%;
    }
    .duo_img.right {
      	padding-bottom: 18px;
    }
    .hero_video {
      	padding: 4% 0;
    }
}

.tech-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
    margin: 10px 5% 0px;

    @media (max-width: 767px) {
        flex: 1 1 100%;
        gap: 20px 10px;
        margin: 10px 3% 0px !important;                          
    }
    
    .tech-icon {
        display: flex;
        flex: 1 1 30%;
        gap: 16px;
        flex-grow: 0;
        
        @media (max-width: 767px) {
            flex: 1 1 100%;                                 
        }
        
        img {
            align-self: center;
            height: auto;
            max-width: 100%;
            width: 60px;                    
        }
        .tech-details {
            align-self: center;
            flex: 1;
            font-family: $font-montserrat;
            font-size: 12px;
            letter-spacing: .025em;
            
            .tech-title {
                line-height: 14px;
                font-weight: bold;
                padding-bottom: 5px;                            
            }
            .tech-description {
                line-height: 14px;
            }
        }
    }
}


@media (min-width: 768px) {
  .product-content__tabs:only-child {
    width: 100%;
  }
  .shopify-section--product-content {
    margin-top: -2%;
  }
}

@media (max-width: 767px) {
  .shopify-section--product-content {
    margin-top: -5%;
  }
}
product-payment-terms[data-block-type="payment-terms"] {
  display: none !important;
}

#shopify-section-template--18966353576093__1745532168a22de499 .container.vertical-breather {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
product-recommendations.section {
    margin-top: 20px;
}

/* ALL WORKGEAR mega menu style fixes */
@media (min-width: 790px) and (max-width: 1179px) { 
  #desktop-menu-2.mega-menu {
    --mega-menu-column-gap: 40px;
    --mega-menu-image-gap: 20px;
  }
}
@media (min-width: 1180px) { 
  #desktop-menu-2.mega-menu {
    --mega-menu-column-gap: 60px;
    --mega-menu-image-gap: 30px;
  }
}
#shopify-section-sections--18986211147933__header #desktop-menu-2 .mega-menu__column {
    margin: 0 var(--mega-menu-column-gap) 20px 0px !important;
}

.mega-menu__column {
  margin: 0 var(--mega-menu-column-gap) 20px !important;
}
@media screen and (min-width: 1199px) {
  a.heading--small {
    min-width: 150px !important;
  }
}
#mobile-menu-2 li.mobile-nav__item[data-level="3"]:nth-child(4),
#mobile-menu-2 li.mobile-nav__item[data-level="3"]:nth-child(5) {
  display: none !important;
}

@media (max-width: 1179px) {
	.footer__item-list {
		display: block !important;
	}
	.footer__item {
	    display: inline-block !important; 
	}
	.footer__item.footer__item--links {
		width: 50% !important;
	}
	.footer__item.footer__item--social-media {
		width: 100% !important;
		max-width: unset !important;    
	}
    ul.social-media {
      display: inline-flex !important;
    }
	.footer__item-content img {
	  max-width: 200px !important;
	  padding: 10px 0px !important;
	}
}

.product-badge-container {
    position: absolute;
    top: 5px;
    left: 0;
    right: -15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-badge-container-secondary-right {
	display: inline-block;
	float: right;
}

.product-badge {
	display: inline-block;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 4px 6px;
}

.product__info .discounted {
  text-decoration: line-through;
  opacity: .5;
}
.product__info .discount-price {
  font-size: 22px;
  color: #DE2A2A;
}
.product__info promotion {
  display: block;
  color: #DE2A2A;
  font-size: 14px;
  margin-top: -4px;
}

.product-list .discounted {
  text-decoration: line-through;
  opacity: .5;
  margin-inline-end: 7px !important;
}
.product-list .discount-price {
  color: #DE2A2A;
}
.product-list promotion {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #DE2A2A;
  font-size: 12px;
  margin-top: -2px;
}

.quick-buy-product .prod-link {
  display: block;
  margin-top: 10px;
}

@media screen and (min-width: 791px) {
  .shopify-section--product-content {
    border-top: 1px solid rgb(var(--border-color));
    border-bottom: 1px solid rgb(var(--border-color));

    .product-content__tabs {
      &:only-child {
        width: 100%;
      }
      .product-tabs__tab-item-content {
        margin-block-start: -20px !important;
        margin-bottom: 25px;
      }
    }
  }
}