/** Shopify CDN: Minification failed

Line 690:4 Expected identifier but found "-"
Line 1338:0 Unexpected "}"
Line 1752:4 Expected identifier but found ":"
Line 1753:9 Expected ":"
Line 1933:30 Expected identifier but found "!"
Line 1933:33 Expected identifier but found "!"
Line 1937:24 Expected identifier but found "!"
Line 1937:27 Expected identifier but found "!"
Line 2104:32 Expected identifier but found "!"
Line 2104:36 Expected identifier but found "!"
... and 1 more hidden warnings

**/



/* ALL FONTS END */


a:focus {
    outline: none !important;
}

/* GLOBAL */

img {
  display:block;
}

.custom-page-width {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}


.promo-banner {
  height:43px;
}

.promo-banner {
    background: #1A1A1A;
    height:43px !important;
}

.annon-text {
    font-family: Oswald;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0em;
    vertical-align: middle;
    color: #fff;
    white-space: nowrap;
}

.anon-icon-txt svg {
    display: block;
}

.anon-icon-txt {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 9px;
}

.promo-cont-inner {
    display: flex;
    align-items: center;
    gap: 81px;
}

.promo-banner.marquee {
    display: flex;
}

.truck-icon {
    padding-right: 10px;
}

.seperator {
    padding: 0 81px;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-inner {
  display: flex;
  width: max-content;
  animation: marquee 60s linear infinite;
}

/* HEADER */


.desktop-hide {
  display: none;
}

.tablet-hide,
.mobile-hide {
  display: block;
}

@media (max-width: 1024px) {
  .desktop-hide {
    display: block;
  }
  .tablet-hide {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .mobile-hide {
    display: none !important;
  }
}

.top-bar {
    display: none;
} 

.search-container {
    display: none;
}

.main-nav.menu-position--inline.logo-alignment--center.logo-position--center.search-enabled--true {
    font-size: 0;
}

.header .main-nav .icon-down-arrow:before {
    content: '';
    background: url(/cdn/shop/files/fi_6364586_1.png?v=1743155127);
    width: 7.5px;
    height: 5px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 0;
    margin-top: 2px;
}

header.feature_image.secondary_logo--true img.primary_logo {
    display: block;
}

.header .main-nav.menu-position--inline {
    background: #fff;
}

.header .main-nav .menu a.top_link, .menu a.dropdown_link {
    font-family: Mulish;
    font-weight: 700;
    line-height: 100%;
    font-size: 18px;  
    letter-spacing: 0;
    vertical-align: middle;
    color: #000 !important;
    text-transform: capitalize;
    padding: 2px 0;
}


.header .main-nav .menu li {
    padding-right: 0;
}

.header .main-nav ul.menu.align_left {
    display: flex;
    gap:25px;
}
.dropdown_narrow {
    width: 200px;
}
.dropdown_column ul.dropdown_item {
    text-align: left;
}

.dropdown.menu .dropdown_column {
    padding: 15px;
}

.dropdown.menu .dropdown_column .dropdown_item li a {
    padding-top: 0;
}
.dropdown_container[data-dropdown="ambassadors"] {
    margin-left: -180px;
}
@media only screen and (max-width: 1280px) {

.header .main-nav ul.menu.align_left {
    gap:0;
    justify-content:space-between;
}
  .header .main-nav .menu a.top_link, .menu a.dropdown_link{font-size:16px;}
.dropdown_container[data-dropdown="ambassadors"] {
    margin-left: -150px;
}  

}


@media only screen and (max-width: 1151px) {
.header .main-nav .menu a.top_link, .menu a.dropdown_link {
    font-size: 15px;
}
}

.header .main-nav a.dropdown_link {
    display: flex;
    align-items: center;
    gap: 3px;
}

.header .main-nav {
    max-width: 1341.50px;
    margin: 0 auto;
    height: 97px;
    align-items: center;
}

.header .nav.nav--right {
    display: none;
}

.header .main-nav__wrapper {
    background: #fff;
}

.header .search-user-cart-wrapper {
    display: flex;
    gap: 12px;
}

.header .search-user-cart-wrapper > div > a {
    height: 51px;
    width:51px;
    display: block;
}

body.index.template-index .index-sections .under-menu:nth-child(1) {
    margin-top: 0;
}

div#shopify-section-header {
    position: sticky;
    top: 0;
    z-index: 20;
    max-width: 100%;
    width: 100%;
}

.header .search-user-cart-wrapper {
    max-width: 45%;
    width: 100%;
    justify-content:flex-end;
}

.header .logo-position--center .nav {
    max-width: 45%;
    width: 100%;
}



.dropdown_content {
    background: #fff;
}

.dropdown_content ul li a {
    color: #000 !important;
    font-family: Mulish;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
}

@media only screen and (max-width: 1024px) {

/* .dropdown_container {
    display:none !important;
} */


.mobile-menu-content {
    background: hsl(0deg 0% 0% / 85%) !important;
    -webkit-backdrop-filter: blur(10px)!important;
    backdrop-filter: blur(10px) !important;
}

.mobile-menu-content ul.mobile-menu.align_left > li > a {
    color: #fff;
}

.mobile-menu div#close-menu svg path {
    fill: #fff;
}

.mobile-menu-content {
    position: fixed;
    top: 0;
    left: -100%;
    width: 350px;
    height: 100vh;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    padding: 20px;
    z-index: 9999;
}

.mobile-menu-content.active {
    left: 0;
}

.menu-hamburger-wrapper,
.menu-close-wrapper {
    cursor: pointer;
    padding: 10px;
}

  .menu-hamburger-wrapper {
    padding-left:0;
  }

.menu-close-wrapper {
    position: absolute;
    top: 10px;
    right: 5px;
    display: none;
}

ul.mobile-menu.align_left {
    padding-left: 0;
    padding-top: 39px;
}

ul.mobile-menu.align_left li a {
    color: #000;
    font-family: Mulish;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    display: block;
}

  ul.mobile-menu.align_left > li {
    margin-bottom: 0px !important;
}

ul.mobile-menu.align_left li:marker {
    display:none
}

.mobile-menu svg {
    display: block;
}

.mobile-menu-content .submenu {
  display: none;
  list-style: none;
  transition: transform 0.3s ease;
}

.mobile-menu-content .menu-item.open .submenu {
  display: block;
}

.mobile-menu-content .icon-down-arrow {
  display: inline-block;
  padding: 0 15px !important;
  transition: transform 0.3s ease;
}

.menu-item.open .icon-down-arrow {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu-content ul.mobile-menu.align_left > li > a {
    padding: 18px 0;
    border-top: 1px solid #b3b3b3;
}

.mobile-menu-content ul.mobile-menu.align_left > li:last-child > a {
      border-bottom: 1px solid #b3b3b3;
}

.mobile-menu-content ul.submenu {
    margin: 0;
    padding: 0;
}

.mobile-menu-content ul.submenu li a {
    padding: 10px 20px;
}

.mobile-menu-content ul.mobile-menu.align_left > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .main-nav .mobile-menu-content .icon-down-arrow:before {
    margin: 0 !important;
}



  .menu-open {
    overflow: hidden;
}

}

.header .main-nav .menu a.top_link:hover {
    color: #777777 !important;
}

.search-user-cart-wrapper > div:hover svg path {
    stroke: #777777;
}

@media only screen and (max-width: 749px) {
  
.header .logo-position--center .nav {
    max-width: 30%;
}

.header .search-user-cart-wrapper {
    max-width: 30%;
}

.header__logo.logo--image {
    max-width: 40%;
}

}

@media only screen and (max-width: 540px) {
.header .main-nav {
    height: 60px;
}
}

.mobile_nav-fixed--false #pagecontent {
    padding-bottom: 0;
}


/* Banner */



.image-with-text-wrapper .image-with-text-inner {
    position: relative;
}

.image-with-text-wrapper .main-heading {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    font-family: Oswald;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    max-width: 100%;
    width: 100%;
}
.template-index .image-with-text-wrapper .main-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.template-index .image-with-text .image-with-text-wrapper .main-heading h3 {
    margin: 0 auto;
}
.template-index .image-with-text-wrapper .main-heading a {
    font-size: 20px;
    padding: 0px 40px;
    background: #fff;
    margin-top: 20px;
}
@media only screen and (max-width: 1728px) {
.image-with-text-wrapper .main-heading {
    font-size: 40px;
}
.template-index .image-with-text-wrapper .main-heading a {
    font-size: 20px;
    padding: 10px 40px;
}
}

@media only screen and (max-width: 1280px) {
.image-with-text-wrapper .main-heading {
    font-size: 30px;
}
}

.image-with-text-wrapper img.mobile-img {
    display: none !important;
}

@media only screen and (max-width: 749px) {
    
.image-with-text-wrapper img.mobile-img {
    display: block!important;
}
    
.image-with-text-wrapper img.desktop-img {
    display: none !important;
}

.image-with-text-wrapper .main-heading {
    font-size: 24px;
}
.template-index .image-with-text-wrapper .main-heading a {
    font-size: 12px;
    padding: 5px 20px;
    background: #fff;
    margin-top: 8px;
}
.template-index .image-with-text-wrapper .main-heading {

}
}




/* brands */


 /* @keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee2 {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-inner2 {
  display: flex;
  width: max-content; 
  animation: marquee 60s linear infinite;
  gap:123px;
  align-items:center;
} */

.brand-inner {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap:30px;
}

.brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brands-image-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #F7F7F7;
}
.brand-image img {
    max-width: 100%;
    /* height: auto; */
    height:40px;
}

@media only screen and (max-width: 1366px) {


.brand-inner {
    display: flex;
    justify-content:space-between;
}

.brands-image-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

}

@media only screen and (max-width: 1280px) {
.brand-image.slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
}

/* featured product rtx */

.cust-feat-products {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.cust-feat-products .img-heading-image-wrapper {
    padding-top: 50px;
    padding-bottom: 40px;
}

.cust-feat-products .img-heading-image {
    text-align: center;
}

.cust-feat-products .img-heading-image-inner img {
    max-width: 115px;
    width: 100%;
    height: auto;
}

.cust-feat-products .img-heading-image-inner {
    margin-bottom: 15px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cust-feat-products .img-heading-content h3 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* feat prod cards */

  .custom-featured-products {
    padding-bottom: 98px;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .custom-featured-products .product-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .custom-featured-products .product-card {
    -
    align: center;
    justify-content: center;
    text-align: center;
  }
  .custom-featured-products .product-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
  }

  .custom-featured-products .product-grid > div {
    flex: 1;
}

.custom-featured-products .product-card h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-featured-products .product-card p {
    font-family: Mulish;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#000;
}

.custom-featured-products .product-card p s {
    font-weight: 400;
    margin-right: 10px;
}

.custom-featured-products .prod-img {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.custom-featured-products .prod-img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.custom-featured-products .prod-img img {
    transition: transform 0.3s ease-in-out;
}

.custom-featured-products .prod-img:hover img {
    transform: scale(1.05);
}





.grip-socks {
    padding-top: 56px;
    padding-bottom: 21px;
    border-top: 1px solid #B3B3B3;
}

.grip-socks .img-heading-image-wrapper {
    max-width: 591px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.grip-socks .img-heading-image {
    text-align: center;
}

.grip-socks .img-heading-image-inner img {
    max-width: 115px;
    width: 100%;
    height: auto;
    display: block;
}

.grip-socks .img-heading-image-inner {
    margin-bottom: 10px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
}

.grip-socks .img-heading-content h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.grip-socks .img-heading-content .rte p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 0;
}

/* gwt a grip section */


.get-a-grip-wrapper {
 position:relative;
}

.get-a-grip-wrapper:before {
     content: "";
     position: absolute;
     top: -73px;
     left: 0;
     background-image: url('/cdn/shop/files/Mask_group_13_1_2.png?v=1743585142');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 220px;
     height: 74px;
}

.get-a-grip-wrapper:after {
     content: "";
     position: absolute;
     top: -73px;
     right: 0;
     background-image: url('/cdn/shop/files/Mask_group_13_1_3.png?v=1743585142');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     width: 220px;
     height: 74px;
}

.get-a-grip-image-cont {
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 60px;
}


.get-a-grip-content .heading h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-align:center;
    margin-bottom: 0;
    padding: 0 20px 30px 20px;
}


.feature .head {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    color: #DA251C;
}

.feature .subhead {
    font-family: Sora;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}

.features {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
}

.feature.feature-left .head, .feature.feature-right .head {
    white-space: nowrap;
}

.content-image {
      max-width: 325px;
      margin:0 auto;
}

.content-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.content-image {
    position: relative;
    top: 1px;
    left: -45px;
}


/* features sec main */


.feature.feature-left .subhead, .feature.feature-right .subhead, .feature.feature-left .head, .feature.feature-right .head  {
    position: relative;
}


.features {
    position: relative;
}

.feature.feature-left,
.feature.feature-right {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature.feature-left:nth-child(1) {
    top: 14%;
    left: 20px;
}

.feature.feature-left:nth-child(2) {
    top: 48%;
    left: 20px;
}


.feature.feature-left:nth-child(3) {
    top: auto;
    left: 20px;
    bottom: 18%;
}


.feature.feature-right:nth-child(4) {
    top: 14%;
    right: 0px;
}

.feature.feature-right:nth-child(5) {
    top: 40%;
    right: 0px;
}


.feature.feature-right:nth-child(6) {
    top: auto;
    right: 5px;
    bottom: 18%;
}

.feature.feature-right:nth-child(7) {
    top: auto;
    right: 25px;
    bottom: 14%;
}

.feature.feature-left:after,
.feature.feature-right:after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 1151px) {


.feature.feature-left:after {
  background-size: contain;
}
  
.feature.feature-left:nth-child(1):after {
    background-image: url('/cdn/shop/files/Group_29.png?v=1743411410');
    width: 471px;
    height: 42px;
    bottom: -35px;
    left: 0;
}

.feature.feature-left:nth-child(2):after {
    background-image: url('/cdn/shop/files/Group_29_f76fc44f-c648-4313-b954-bbcb6f5f0202.png?v=1743412064');
    width: 556px;
    height: 35px;
    bottom: -40px;
    left: 0;
}

.feature.feature-left:nth-child(3):after {
    background-image: url('/cdn/shop/files/Group_29_4ae57daf-275f-4a21-b3dd-a2687b9fce0f.png?v=1743412336');
    width: 483px;
    height: 34px;
    bottom: -33px;
    left: 0;
}


.feature.feature-right:nth-child(4):after {
    background-image: url('/cdn/shop/files/Group_29_dcfdb9b7-6aa6-42d6-a748-91cc062e4afb.png?v=1743412634');
    width: 590px;
    height: 34px;
    bottom: -69px;
    right: 0;
}

.feature.feature-right:nth-child(5):after {
    background-image: url('/cdn/shop/files/Group_29_f47c3284-2cb5-41e8-98ec-df89fe630f76.png?v=1743414376');
    width: 540px;
    height: 34px;
    bottom: -103px;
    right: 0;
}

.feature.feature-right:nth-child(6):after {
    background-image: url('/cdn/shop/files/Group_29_1.png?v=1743414464');
    width: 560px;
    height: 38px;
    bottom: -40px;
    right: 0;
    background-size: 100%;
}

.feature.feature-right:nth-child(7):after {
    background-image: url('/cdn/shop/files/Group_29_2.png?v=1743414526');
    width: 596px;
    height: 34px;
    bottom: -40px;
    right: 0;
}

}


.feature.feature-left .subhead {
    text-align: right;
}

.feature.feature-left:nth-child(1) .subhead {
    top: 12px;
    left: 30px;
}

.feature.feature-left:nth-child(2) .subhead {
    top: 22px;
    left: 70px;
}

.feature.feature-left:nth-child(3) .subhead {
    top: 18px;
    left: 58px;
}

.feature.feature-right .subhead {
    text-align: left;
}

.feature.feature-right:nth-child(4) .subhead {
    top: 25px;
    right: 70px;
}

.feature.feature-right:nth-child(5) .subhead {
    top: 25px;
    right: 100px;
}

.feature.feature-right:nth-child(6) .subhead {
    top: 25px;
    right: 70px;
}

.feature.feature-right:nth-child(7) .subhead {
    top: 25px;
    right: 70px;
}

.feature.feature-left:nth-child(1) .head {
    top: -8px;
}


/* importance of grip socks */



@media only screen and (max-width: 1728px) {

.feature.feature-left:nth-child(1) .subhead {
    top: 15px;
    left: 23px;
}

.feature.feature-left:nth-child(2) .subhead {
    top: 20px;
    left: 85px;
}

.feature.feature-left:nth-child(3) .subhead {
    top: 23px;
    left: 36px;
}

.feature.feature-left:nth-child(2) .head {
    left: 5px;
    top: 4px;
}

.feature.feature-left:nth-child(3) .head {
    left: 10px;
}

.feature.feature-left .subhead, .feature.feature-right .subhead {
    text-align: left;
}

.feature.feature-right:nth-child(4) .subhead {
    top: 25px;
    right: 90px;
}

.feature.feature-right:nth-child(5) .subhead {
    top: 25px;
    right: 30px;
}

.feature.feature-right:nth-child(6) .subhead {
    top: 25px;
    right: 75px;
}

.feature.feature-right:nth-child(7) .subhead {
    top: 25px;
    left: -80px;
}


.feature.feature-right:nth-child(4) head {
    right: 30px;
}

.feature.feature-right:nth-child(4) .head {
        right: 10px;
        top: 33px;
}

.feature.feature-right:nth-child(5) .head {
        right: 8px;
        top: 72px;
    }
  
.feature.feature-right: nth-child(4) .head;right: 8px;
}

.feature.feature-right:nth-child(6) .head {
    right: 5px;
    top: 50px;
}

.feature.feature-right:nth-child(7) .head {
    top: 20px;
    right: 45px;
}


.get-a-grip-image-cont {
    padding-top: 30px;
    padding-bottom: 20px;
}
  
.content-image {
    left: 0;
}

.content-image {
    max-width: 250px;
}

.feature.feature-left:nth-child(1) {
    top: 12%;
}

.feature .head {
    font-size: 15px;
}

.feature .subhead {
    font-size: 10px;
}

@media only screen and (max-width: 1600px) {


.features {
    max-width: 930px;
}

.feature.feature-left:after, .feature.feature-right:after {
    background-size: contain;
}

.feature.feature-left:nth-child(1) .subhead {
    left: 25px;
    top: 8px;
}

.feature.feature-left:nth-child(1):after {
    width: 330px;
}

.feature.feature-left:nth-child(2) {
    top: 44%;
}

.feature.feature-left:nth-child(2) .subhead {
    left: 60px;
    top: 15px;
}

.feature.feature-left:nth-child(2):after {
    width: 400px;
}

.feature.feature-left:nth-child(3) {top: auto;bottom: 21%;}

.feature.feature-left:nth-child(3):after {
    width: 340px;
}

.feature.feature-left:nth-child(3) .subhead {
    left: 54px;
    top: 15px;
}

.feature.feature-right:nth-child(4) {
    top: -5%;
}

.feature.feature-right:nth-child(4):after {
    width: 410px;
}


.feature.feature-right:nth-child(4) .subhead {
    right: 40px;
    top: 50px;
}

.feature.feature-right:nth-child(5) {
    top: 15%;
}

.feature.feature-right:nth-child(5) .subhead {
    right: 48px;
    top: 82px;
}

.feature.feature-right:nth-child(5):after {
    width: 350px;
}


.feature.feature-right:nth-child(6) {
    top: 39%;
}

.feature.feature-right:nth-child(6) .subhead {
    right: 20px;
    top: 60px;
}

.feature.feature-right:nth-child(6):after {
    width: 370px;
}

.feature.feature-right:nth-child(7) {
    top: auto;
    bottom: 15%;
}

.feature.feature-right:nth-child(7) .subhead {
    left: -17px;
    top: 13px;
}

.feature.feature-right:nth-child(7) .head {right: 10px;top: 10px;}

.feature.feature-right:nth-child(7):after {
    width: 301px;
}
}

.grip-socks .img-heading-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.grip-socks .img-heading-content .rte p {
    font-size: 14px;
}

.grip-socks .img-heading-image-inner {
    margin-bottom: 5px;
}

.grip-socks .img-heading-image-inner svg {
    width: 60px;
    height: 60px;
}

.grip-socks {
    padding-bottom: 20px;
}

}


@media only screen and (min-width: 1151px) {

.content-feat-img {
    display:none;
}

}


 @media only screen and (max-width: 1150px) {


.content-image {
  left:0;
}

   
.get-a-grip-wrapper:before, 
.get-a-grip-wrapper:after {
    display:none;
}


.feature.feature-left .subhead, .feature.feature-right .subhead,
.feature.feature-left .head, .feature.feature-right .head {
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

.feature.feature-left, .feature.feature-right {
    flex-direction:column;
    align-items: center;
    text-align: center;
    max-width: 150px;
    gap: 6px;
    padding: 10px;
    background: #ff000024;
}

.features {
    display: flex;
    max-width: 450px;
    align-items: center;
}

.feature.feature-right {
    flex-direction: column-reverse;
}

.feature.feature-left .head, .feature.feature-right .head {
    font-size: 10px;
}

.feature.feature-left .subhead, .feature.feature-right .subhead {
    font-size: 8px;
    text-align: center;
}

.feature.feature-left .subhead br, .feature.feature-right .subhead br {
    display: none;
}

.feature.feature-left:nth-child(1) {
    top: 20%;
    left: 15px;
}

.feature.feature-left:nth-child(2) {
    top: 50%;
    left: 15;
    left: 15px;
}

.feature.feature-left:nth-child(3) {
    top: auto;
    bottom: 0;
    left: 15px;
}

.feature.feature-right:nth-child(4) {
    top: 10%;
    right: 15px;
}

.feature.feature-right:nth-child(5) {
    top: 40%;
    right: 15px;
}

.feature.feature-right:nth-child(6) {
    top: auto;
    bottom: 0%;
    right: 15px;
}

.feature.feature-right:nth-child(7) {
    bottom: 0;
    right: 15px;
    top: auto;
}

} 


/* best seller section */


.custom-best-seller .product-img {
    overflow: hidden;
    border-radius: 50%;
}

.custom-best-seller .best-product-card img {
    transition: transform 0.3s ease-in-out;
}

.custom-best-seller .best-product-card:hover img {
    transform: scale(1.07);
}


.custom-best-seller {
    padding-top: 59px;
    padding-bottom: 99px;
}

.best-seller-top h2 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 58px;
}

.best-seller-top .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-product-grid {
    display: block;
    gap: 90px;
    justify-content: center;
}

.best-product-card h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-img {
    margin-bottom: 38px;
}


/* custom-best-seller */


 .custom-best-seller {
    border-bottom: 1px solid #B3B3B3;
}

.best-seller-wrapper {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 100px;
}

.best-seller-wrapper img.a-right.control-c.next.slick-next.slick-arrow,
.best-seller-wrapper img.a-left.control-c.prev.slick-prev.slick-arrow {
    width: 45px;
    height: 41px;
    z-index:99;
}

.best-seller-wrapper .slick-slide img {
    width: 100%;
    max-width: 100%;
}

.best-seller-wrapper .slick-track {
    display: flex;
}

.best-seller-wrapper img.a-right.control-c.next.slick-next.slick-arrow {
    right: -75px;
}

.best-seller-wrapper img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: -95px;
}

.best-seller-wrapper .best-product-card {
    padding: 0 38px;
}

.best-product-card {
    position: relative;
}

a.best-seller-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index:1;
}


/* BEST FEATURES */

.custom-best-features {
    margin-top: 71px;
    margin-bottom:71px;
}

.best-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    background-image: url(/cdn/shop/files/Mask_group_11.png?v=1743485016);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.best-features-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.best-product-img {
    margin-bottom: 14px;
    width: 70px;
    height: 70px;
}

.best-features-card h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.best-features-card .rte {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}

.best-features-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 434px;
    width: 100%;
    min-height: 280px;
    height: 100%;
}

.best-features-card:nth-child(1),
.best-features-card:nth-child(2) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.best-features-card:nth-child(3) {
    border-bottom: 1px solid #fff;
}

.best-features-card:nth-child(4),
.best-features-card:nth-child(5) {
    border-right: 1px solid #fff;
}

/* FEATURED HIGHLIGHT PRODUCT */


.custom-highlight-products .product-highlight-main-head h2 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    min-height: 59px;
    max-width: 588px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}

.custom-highlight-products .product-highlight-main-head .product-img {
    margin-bottom:12px;
}

.custom-highlight-products .product-highlight-main-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 65px;
}

.custom-highlight-products .product-highlight-bg-inner {
    max-width: 1003px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-highlight-products .product-highlight-background {
    padding-top: 47px;
    padding-bottom: 161px;
    background-image: url(/cdn/shop/files/Mask_group_11_d47a6d9f-b4d2-4cd3-91a8-3972e23f79ae.png?v=1743488441);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 126px;
    margin-bottom: 95px;
}

.custom-highlight-products .product-highlight-card {
    display: flex;
    align-items: center;
    gap: 87px;
}

.custom-highlight-products .prod-img {
    max-width: 38%;
    width: 100%;
}

.custom-highlight-products .product-content {
    max-width: 62%;
    width: 100%;
}

.custom-highlight-products .product-content h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 22px;
    height: 44px;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.custom-highlight-products .desc p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 22px;
}

.custom-highlight-products .price {
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 31px;
}

.custom-highlight-products input#quantity {
    background: transparent;
    max-width: 69px;
    width: 100%;
    min-height: 40px;
    :;
    enter;
    text-align: center;
    color: #fff;
    margin-bottom: 31px;
}

.custom-highlight-products .product-highlight-card button span {
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;
}

.custom-highlight-products .product-highlight-card button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 333px;
    width: 100%;
    min-height: 47px;
    background: #fff;
}

.custom-highlight-products .product-highlight-cardform {
    margin-bottom: 0;
}

.product-highlight-card form {
    margin-bottom: 0;
}

.custom-highlight-products .product-highlight-card {
    gap: 70px;
}


/* INSTAGRAM */

.custom-instagram .insta-top h2 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0;
    margin-bottom: 40px;
}

.custom-instagram .insta-grid {
    display: flex;
}

.custom-instagram .insta-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio:1/1;
    object-fit:cover;
}



/* footer strip */


.best-footer-strip-wrapper {
    background: #262626;
    padding: 30px 0;
}

.strip-grid {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 101px;
}

.strip-card:nth-child(1) {
    max-width:162px;
}

.strip-card:nth-child(2) {
    max-width:190px;
}

.strip-card:nth-child(3) {
    max-width: 255px;
}

.strip-card:nth-child(4) {
    max-width: 255px;
}

.strip-card {
    width: 100%;
}

.strip-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.strip-card h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.strip-img {
    margin-bottom: 11px;
}

.strip-card .rte {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}





/* FOOTER */

.footer ul.social_icons a:before {
    display: none !important;
}

.footer .footer-desc p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #B4B4B4;
    line-height:1.2;
}

.footer .footer-menu-wrap h6 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    padding-bottom:0;
}

.footer .footer_menu ul li a {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #B4B4B4 !important;!i;!;
}

.footer .footer ul li {
    margin-bottom: 11px;!i;!;
}

.footer ul li p {
    margin-bottom: 0;
}

.footer-contact-icon svg {
    display: block;
}

.footer .footer-contact-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
    flex-direction: column;
    align-items: flex-start;
}
.footer-contact-heading-a {
    font-family: Mulish;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}
.footer .footer-contact-text {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #B4B4B4;
}

.footer_content.footer-text>h6 {
    margin-bottom: 22px;
}

.footer-text .toggle_content {
    padding-top: 0;
}

.footer_menu ul {
    padding-top: 22px;
}

footer .social_icons {
    padding-top: 0;
    margin-top: 31px;
}

.container.footer-menu-wrap {
    display: flex;
}

.one-fourth.column.medium-down--one-whole:nth-child(1) {
    width: 100%;
}

.one-fourth.column.medium-down--one-whole:nth-child(1) {
    max-width: 30%;
}

.one-fourth.column.medium-down--one-whole:nth-child(2) {
    max-width: 20%;
    width: 100%;
}

.one-fourth.column.medium-down--one-whole:nth-child(3) {
    max-width: 20%;
    width: 100%;
}

.one-fourth.column.medium-down--one-whole:nth-child(4) {
    max-width: 20%;
    width: 100%;
}

.one-fourth.column.medium-down--one-whole:nth-child(5) {
    max-width: 100%;
}



.one-fourth.column.medium-down--one-whole {
    margin: 0;
}

.container.footer-menu-wrap {
    max-width: 1334px;
    padding: 0 20px;
    justify-content: space-between;
}

.footer {
    background: #000;
}

.footer_credits {
    background: #000;
    margin: 0;
  width:100%;
}

.localization-wrap {
    display: none;
}

.footer-credits-inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 22px 20px;
    display: flex;
    justify-content: space-between;
}

p.credits {
    font-family: Oswald;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
}


.payment_methods {
    padding: 0;
    margin: 0;
    display: block;
    float: unset;
}

.payment_methods img {
    display: block;
    width: 100%;
    height: auto;
}

.container.footer-menu-wrap:after {
    display: none;
}

.footer {
    padding-top: 58px;
}

.container.footer-menu-wrap {
    padding-bottom: 56px;
}

footer .social_icons a, footer .social_icons a:visited {
    margin-bottom: 0;
}

footer .social_icons {
    display: flex;
    gap: 14px;
}

.footer ul.social_icons li {
    margin-bottom: 0 !important;!im;!;
}

.strip-card h3 {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strip-card .rte {
    min-height: 23px;
}

.footer .footer_menu ul li {
    margin-bottom: 11px;
}

.footer .footer-desc p:nth-child(1) {
    margin-bottom: 20px;
}


@media (max-width: 1280px) {

}



@media only screen and (max-width: 1024px) {
.strip-grid {
    gap: 20px;
    flex-wrap:wrap;
}

.strip-grid > div {
    max-width: calc(50% - 10px) !important;
    width: 100%;
}

}



@media only screen and (max-width: 800px) {

.best-features-grid {
    grid-template-columns: repeat(2, 1fr);
}

.best-features-card:nth-child(3) {
    border-right: 1px solid #fff;
}

.best-features-card:nth-child(4) {
    border-right: none;
    border-bottom: 1px solid #fff;
}

.best-features-card:nth-child(2) {
    border-right: none !important;
}

#header {
    display: none !important;
}

.header {
    display:block !important;
}
}


@media only screen and (max-width: 749px) {
.custom-featured-products .product-grid {
    flex-direction: column;
}



  .custom-highlight-products .product-highlight-card {
    flex-direction: column;
    gap: 40px;
}

.custom-highlight-products .product-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.custom-highlight-products .product-content h3 {
    margin-left: auto;
    height: auto;
}

.product-highlight-card form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.custom-highlight-products .prod-img {
    max-width: 400px;
}

.custom-highlight-products .prod-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}


  .best-seller-wrapper {
    padding: 0 30px;
}

.best-seller-wrapper img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: 0;
}

.best-seller-wrapper img.a-right.control-c.next.slick-next.slick-arrow {
    right: 0;
}

.best-seller-wrapper {
    padding: 0 20px;
}

.best-seller-wrapper .best-product-card {
    padding: 0 50px;
}

.best-seller-wrapper img.a-right.control-c.next.slick-next.slick-arrow, .best-seller-wrapper img.a-left.control-c.prev.slick-prev.slick-arrow {
    width: 30px;
    height: 26px;
}

  .template-index  .image-with-text-overlay-section.under-menu .image-element__wrap img {
    height: 50vh !important;
    object-fit: cover;
}

}


@media only screen and (max-width: 480px) {

.header .search-user-cart-wrapper a {
    width: 24px;
    height: 24px;
}

.header .search-user-cart-wrapper a svg {
    width: 24px;
    height: 24px;
}

.header .search-user-cart-wrapper {
    gap: 10px;
}

}


@media only screen and (max-width: 480px) {
  
.custom-highlight-products .prod-img {
    max-width: 200px;
}
}


@media only screen and (max-width: 1000px) {
.container.footer-menu-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

  .container.footer-menu-wrap > div {
    max-width:100%!important;
  }
}


@media only screen and (max-width: 800px) {

.toggle_content {
    display: block !important;
    padding: 0;
}

.footer .footer-menu-wrap h6 > span {
    display: none;
}

.footer .footer-menu-wrap h6 {
    border-top: none;
}

img.footer-logo {
    max-width: 100% !important;
    margin: 0;
}

    
.container.footer-menu-wrap {
    max-width: 100%;
    width:100%;
    margin: 0;
}

  .footer-credits-inner {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.payment_methods {
    max-width: 400px;
    margin: 0 auto;
}
  
.footer .footer-social-icons {
  display:block !important;
}

.footer-social-icons--mobile.sixteen.columns {
    display: none !important;
}
}

@media only screen and (max-width: 540px) {
.container.footer-menu-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.strip-card h3 {
    font-size: 16px;
    min-height: auto;
}

.strip-card .rte {
    font-size: 14px;
}

.best-seller-top h2,
.grip-socks .img-heading-content h3,
.cust-feat-products .img-heading-content h3,
.custom-instagram .insta-top h2,
.custom-highlight-products .product-highlight-main-head h2 {
    font-size: 22px;
}

.cust-feat-products .img-heading-image-wrapper {
    padding-bottom: 30px;
}

.best-seller-top h2 {
    padding-bottom: 30px;
}

.custom-highlight-products .product-highlight-background {
    margin: 80px 0;
}

}



@media only screen and (max-width: 1728px) {

.custom-featured-products .product-card h3 {
    font-size: 20px;
}

.cust-feat-products .img-heading-image-inner {
    margin-bottom: 5px;
}

.cust-feat-products .img-heading-image-wrapper {
    padding-bottom: 20px;
} 
  .custom-featured-products .prod-img {
    margin-bottom:10px;
  }
  .custom-featured-products {
       max-width: 800px;
  }

.best-seller-wrapper {
    max-width: 800px;
}

  .best-features-wrapper {
     max-width: 800px;   
  }
  
.best-seller-wrapper .best-product-card {
    padding: 0 10px;
}

.best-features-card {
    min-height: 250px;
}
  .cust-feat-products .img-heading-content h3 {
    font-size: 22px;
}

.cust-feat-products .img-heading-image-inner svg {
    width: 60px;
    height: 60px;
}

.custom-featured-products .product-grid {
    gap: 10px;
}

.custom-featured-products .product-card h3 {
    min-height: auto;
    margin-bottom: 10px;
}

  .cust-feat-products .img-heading-content h3 {
    font-size: 22px;
}

.cust-feat-products .img-heading-image-inner svg {
    width: 60px;
    height: 60px;
}

.custom-featured-products .product-grid {
    gap: 10px;
}

.custom-featured-products .product-card h3 {
    min-height: auto;
    margin-bottom: 10px;
}

.best-seller-top h2 {
    font-size: 22px;
    padding-bottom: 20px;
}

.best-seller-top .product-img img {
    width: 60px;
    height: 55px;
}

.best-seller-top .product-img {
    margin-bottom: 10px;
}

.best-product-card h3 {
    font-size: 20px;
    min-height: auto;
}

.best-seller-wrapper img.a-right.control-c.next.slick-next.slick-arrow, .best-seller-wrapper img.a-left.control-c.prev.slick-prev.slick-arrow {
    width: 35px;
    height: 30px;
}

.custom-instagram .insta-top h2 {
    font-size: 22px;
    min-height: auto;
    margin-bottom: 20px;
}

.container.footer-menu-wrap {
    gap: 15px;
}

.footer .footer-desc p,
.footer .footer_menu ul li a,
.footer .footer-contact-text {
    font-size: 14px;
}

.footer .footer-menu-wrap h6 {
    font-size: 16px;
}
  
.custom-best-seller .product-img {
    margin-bottom: 20px;
}

  .custom-featured-products .product-card p {
    font-size:16px;
  }
  .image-with-text .image-with-text-wrapper .main-heading h3{font-size:50px;}

}

@media only screen and (max-width: 749px) {
.best-seller-wrapper .best-product-card {
    padding: 0 50px;
}
.brands-wrapper .slick-track {
    display: flex;
    align-items: center;
}

.best-features-card h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
}

.best-features-card .rte {
    font-size: 16px;
}

.best-features-card {
    min-height: auto;
    padding: 20px 10px;
}

.best-product-img img {
    max-width: 70px;
    width: 100%;
}

.best-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.best-product-img {
    margin-bottom: 0;
}

}

@keyframes bounce-once {
  0% { transform: translateY(0); }
  30% { transform: translateY(-7px); }
  50% { transform: translateY(-5px); }
  70% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

.bounce-once:hover {
  animation: bounce-once 0.5s ease-in-out forwards;
}

.brands-wrapper .slick-track {
    display: flex;
    align-items: center;
}

.promo-banner--show.mobile_nav-fixed--true #pagecontent, .promo-banner--show.mobile_nav-fixed--false #pagecontent {
    display: none !important;
}

.best-features-wrapper {
    margin-bottom: 80px;
}







/* PRODUCT PAGE */


.template-product .container.main.content {
    max-width: 1500px;
}

html .product_gallery {
    opacity: 1 !important;
}

html .product_gallery_nav .gallery-cell {
    opacity: 1 !important;
}

html .product_gallery_nav .gallery-cell{
    border: 1px solid transparent;
}

html .product_gallery_nav .slick-current {
    border: 1px solid #000;
}

.product__container .section.product_section  .breadcrumb_text span {
    font-family: Figtree;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000 !important;
    margin: 0 !important;
}

.product__container .section.product_section .aaa.sixteen.columns {
    width: 100%;
    margin: 0;
}

.section.product_section .stock-status__container {
    display: block;
}

.section.product_section span.stock-status {
    font-family: Mulish;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #008000;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.section.product_section h1.product_name {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000;   
}

.section.product_section .description span,
  .section.product_section .description p{
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
}

.section.product_section .review-stars {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
}

.section.product_section .review-stars .star-txt {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: lowercase;
}

.section.product_section .star-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.section.product_section .price__container span.money {
    font-family: Mulish;
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
}

.section.product_section span.was_price {
    display: none;
}

.section.product_section .box .heading {
    font-family: Oswald;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.section.product_section .box .content {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
    padding-top: 8px;
    padding-bottom: 0;
}

.section.product_section .box {
    padding: 10px 20px;
    border: 1px solid #F5F5F5;
    border-radius:1px;
    margin-bottom:10px;
}

.section.product_section .main-cont {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 23px;
}

.section.product_section .product_form {
    opacity: 1;
}

.section.product_section .sale_banner_product {
    display: none;
}

.section.product_section  .purchase-details {
    padding-top: 31px;
    border-top: 1px solid #F3F3F3;
}

.section.product_section .product-quantity-box .product-plus, .product-quantity-box .product-minus {
    background: transparent;
    border: 1px solid #938E8E;
    width: 47px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.section.product_section .product-quantity-box.purchase-details__quantity input.quantity {
    width: 67px;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #938E8E;
}

.section.product_section .purchase-details__quantity.product-quantity-box {
    display: flex;
    gap: 6px;
    max-width: fit-content;
    width: 100%;
    margin-right: 0;
}

.section.product_section .purchase-details__buttons {
    margin-left: 0;
}

.section.product_section .add_to_cart.action_button {
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    max-width: 333px;
    width: 100%;
    height: 52px;
}

.section.product_section .purchase-details {
    gap: 32px;
}

.section.product_section .product_form {
    max-width: 100%;
    width: 100%;
}

.section.product_section .add_to_cart.action_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width:100%;
}

.section.product_section button.add_to_cart .text {
    width: fit-content;
}

.section.product_section .product-quantity-box label {
  display:none;
}




.cust-size-chart .size-chart-wrap {
    max-width: 800px;
}


@media only screen and (max-width: 480px) {

.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
    background-color: rgba(43, 46, 56, 0.9);
      opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.cust-size-chart {
    padding: 30px 15px !important;
}

.cust-size-chart button.fancybox-button.fancybox-close-small {
    display: block;
}

  .fancybox-slide--html {
    padding: 20px;
}

}

.product-main-heading h2.h1 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color:#000;
    margin: 0;
    padding-bottom: 30px;
}

.related-products-wrapper {
    max-width: 1280px;
    margin: 100px auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
.related-products-wrapper .product-grid {
    gap: 20px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

.related-products-wrapper .product-card {
    align: center;
    justify-content: center;
    text-align: center;
  }
.related-products-wrapper .product-card img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
  }

.related-products-wrapper .product-grid > div {
    flex: 1;
}

.related-products-wrapper .product-card h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.related-products-wrapper .product-card p {
    font-family: Mulish;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color:#000;
}

.related-products-wrapper .product-card p s {
    font-weight: 400;
    margin-right: 10px;
}

.related-products-wrapper .prod-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.related-products-wrapper .prod-img img {
    object-fit: cover;
}
.related-products-wrapper .prod-img img {
    transition: transform 0.3s ease-in-out;
}

.related-products-wrapper .prod-img:hover img {
    transform: scale(1.05);
}

@media only screen and (max-width: 1728px) {

.related-products-wrapper .product-card h3 {
    font-size: 20px;
}
.related-products-wrapper .product-card p {
    font-size: 16px;
}
.related-products-wrapper .product-grid { 
    gap:10px;
}
}

@media only screen and (max-width: 749px) {

.related-products-wrapper .product-grid {
    grid-template-columns: repeat(2, 1fr);
}

}








.custom-comparision-bottom   {
    background-image: url('/cdn/shop/files/Mask_group_80ec4353-794e-4a96-9713-459d692681fe.png?v=1743850301');background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;  
}



.comparison-innrr-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap:60px;
}

.comparision-inner {
    padding: 10px;
    background: #fff;
    max-width: 540px;
    width: 100%;
    font-family: Oswald;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.comparision-table-wrapper {
    padding-top: 100px;
    padding-bottom: 80px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.comparision-main-banner img {
    display: block;
}

.comparision-main-title img {
    display: block;
}

.comparision-top {
    position: relative;
}

.comparision-main-title {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
}

.comparision-table-wrapper>div {
    position: relative;
}

.comparision-table-wrapper>div:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 2px dotted #b4b4b4; /* Customize color & thickness */
}
.comparision-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comparision-table-wrapper,
 .comparision-main-title {
    max-width: 1000px;
}

@media only screen and (max-width: 1440px) {

  
.comparision-table-wrapper,
 .comparision-main-title {
    max-width: 800px;
}

.comparision-inner svg {
    width: 14px;
    height: 14px;
}

.comparision-inner {
    font-size: 14px;
}

.comparison-innrr-grid {

    gap:20px;
}

}

@media only screen and (max-width: 749px) {
.comparision-table-wrapper {
    padding-top: 50px;
}

}

.section.product_section .product_form
.swatch.clearfix:nth-child(2) input:checked + .swatch-element {
    background: #000;
    color: #fff;
}

.section.product_section .product_form
.swatch.clearfix:nth-child(2) .swatch-element {
    color: #938E8E;
    border: 1px solid #938E8E;
}

.swatch.clearfix:nth-child(1) .swatch-element {
    padding: 0;
    height: 100px;
    border: none;
}

 .swatch-element.color label {
    width: 70px;
    border: none;
    display: block;
    background: transparent !important;
}

 .swatch-element.color label img {
    display:block;
}

 .swatch_options input:checked + .swatch-element img {
    border: 2px solid #000 !important;
}

.swatch.clearfix:nth-child(1) .swatch_options input:checked + .swatch-element {
    border: none;
    box-shadow: none;
}

.swatch.clearfix:nth-child(1) .swatch-element.color label img {
    border: 1px solid transparent;
}





/* ABOUT PAGE */
.page-about-us  .footer .container {
    max-width: 1340px;
    padding-left:20px;
    padding-right:20px;
}

.page-about-us  div.container {
    padding: 0;
    max-width: 100%;
    width: 100%;
}

.page-about-us  .image-with-text {
    max-width: 1340px;
    margin: 0 auto;
}


.page-about-us  .image-with-text {
    max-width: 1340px;
    margin: 0 auto;
}

.about-rtx .img-heading-image-inner {
    display: none;
}

.about-rtx .img-heading-content h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.about-rtx .img-heading-content .rte p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.about-rtx {
    margin: 50px 00;
}

.rich-text-only .img-heading-content .rte p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.rich-text-only {
    margin: 50px 0;
}

  @media only screen and (max-width: 1728px) {


.rich-text-only .img-heading-content .rte p {
    font-size: 16px;
}

.about-rtx .img-heading-content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.about-rtx .img-heading-content .rte p {
    font-size: 18px;
}

}

@media only screen and (max-width: 1080px) {


.rich-text-only .img-heading-content .rte p {
    font-size: 14px;
}

.about-rtx .img-heading-content h3 {
    font-size: 30px;
}

.about-rtx .img-heading-content .rte p {
    font-size: 16px;
}

}





@media only screen and (max-width: 798px) {


 .product__container .product-gallery__thumbnails .slick-track {
    display: flex;
    flex-direction: row;
}

 .product__container .breadcrumb_text {
    text-align: left;
}
.template-collection button.ajax-submit.action_button.add_to_cart {
    min-height: 48px;
}

.template-collection button.add_to_cart .text {
    font-size: 16px;
}

.template-collection button.ajax-submit.action_button.add_to_cart svg {
    width: 18px;
    height: 18px;
}
}



/*
.product__container .size-chart-wrapper {
    position: absolute;
    bottom: 69px;
    left: 69px;
}*/

.product__container .swatch_options {
    position: relative;
}

.custom-product-options .option_title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    text-transform:uppercase;
}

.custom-product-options {
  margin-top: 15px;
}

.size-radio-label {
  display: inline-block;
  margin: 6px;
  cursor: pointer;
  border: 2px solid #ccc;
  
  border-radius: 0px;
}

.size-radio-label input[type="radio"] {
  display: none;
}

.size-radio-label span {
  
  pointer-events: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.size-radio-label input[type="radio"]:checked + span {
  font-weight: bold;
  color: #fff;
  background:#000;
  border: 1px solid #000;
}

.main-cont.product-extra-desc {
    display:none !important;
}

.container.main.content.product-name--pro-3-0 .main-cont.product-extra-desc {
    display:block !important;
}



/* CONTACT */


.contact-form-container .contact-form labeL {
    font-family: Oswald;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #000;
}

.contact-form-container form#contact_form input, 
.contact-form-container textarea {
    border: 1px solid #000;
}

.contact-form-container input.submit.action_button {
    font-family: Oswald;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    max-width: 250px;
    width: 100%;
    min-height: 46px;
    align-self: center;
    justify-self: center;
}

.contact-form-container form#contact_form {
    margin-top: 10px;
    margin-bottom: 50px;
}

.img-heading-content .rte p a {
    color: #000;
}


.contact-form-container input.submit.action_button:hover {
    background: #000;
}

/* .container.contact-form-container {
    max-width: 100%;
    background-image: url('/cdn/shop/files/pexels-jeshoots-4831.jpg?v=1744098771'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    height: 100%; 
    width: 100%; 
    poasition:relative;
}


.contact-form-container form#contact_form {
    padding: 0 20px;
} */



/* COLLECTION PAGE */

.template-collection .image__container .image-element__wrap {
    position: relative;
    overflow: hidden;
}

.template-collection .image__container .image-element__wrap img {
    object-fit: cover;
}


.template-collection h1 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.template-collection .breadcrumb_text {
    font-size: 20px;
    color: #000;
}

.template-collection .breadcrumb_text a span,
.template-collection .breadcrumb_text .breadcrumb-divider {
    color: #000;
}

.template-collection .section_select .sort_by {
    color: #000;
}

.template-collection .swatch_options {
    display: none;
}

.template-collection h1 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.template-collection .breadcrumb_text {
    font-size: 20px;
    color: #000;
}

.template-collection .breadcrumb_text a span,
.template-collection .breadcrumb_text .breadcrumb-divider {
    color: #000;
}

.template-collection .section_select .sort_by {
    color: #000;
}

.template-collection .swatch_options {
    display: none;
}

.template-collection  button.ajax-submit.action_button.add_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 55px;
}

.template-collection  button.add_to_cart .text {
    max-width: fit-content;
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}

.template-collection button.ajax-submit.action_button.add_to_cart {
    min-height: 48px;
}

.template-collection button.add_to_cart .text {
    font-size: 16px;
}

.template-collection button.ajax-submit.action_button.add_to_cart svg {
    width: 18px;
    height: 18px;
}

.product-list .thumbnail .product-info__caption {
    display: block;
    margin-top: 20px;
}

.product-list .thumbnail .product-info__caption .title {
    font-family: Oswald;
    font-weight: 700;
    font-size: 27px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.template-collection .product-list .thumbnail .product-info__caption .price {
    font-family: Mulish;
    font-weight: 800;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #000;
}

.template-collection .thumbnail .price span.money {
    color: #000;
}

.template-collection button.ajax-submit.action_button.add_to_cart:hover {
    background: #000;
}

.template-collection .product-wrap:hover .thumbnail-overlay {
    opacity: 0 !important;
}




@media only screen and (max-width: 600px) {

.product-list .thumbnail .product-info__caption .title {
    font-size: 20px;

}
.template-collection .product-list .thumbnail .product-info__caption .price {
    font-size: 16px;
}

}


.page-contact .image-with-text {
    max-width: 1340px;
    margin: 0 auto;
}

.template-product .product-name--gritsox-pro-match-ball,
.template-product .product-name--gritsox-gift-card {
    max-width: 1000px !important;
}

.template-product .nav_arrows {
    display: none;
}

.product-name--gritsox-pro-match-ball .product__container .size-chart-wrapper {
    display: none;
}

.template-page.size-chart-1  h1 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000;
}

@media only screen and (max-width: 1280px) {
.template-page.size-chart-1  h1 {
    font-size: 30px;
}
  .image-with-text .image-with-text-wrapper .main-heading h3{font-size:30px;}
}

.template-page.size-chart-1 div.content {
    max-width: 1340px;
    padding: 15px 0 50px 0;
}
@media only screen and (max-width: 1728px) {
.template-page.size-chart-1 div.content {
    max-width: 700px;
    padding: 15px 0 50px 0;
}
}


/* CART */



.template-cart h1 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.template-cart .quote {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.template-cart .add_to_cart.action_button {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}




/* Policy Pages */

.container .shopify-policy__container {
    padding-bottom: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.shopify-policy__container a {
    text-decoration: underline;
}

.shopify-policy__container .shopify-policy__title h1 {
  font-family: Oswald;
  font-weight: 700;
  font-size: 40px;
  line-height:1.3;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000;
}

.shopify-policy__container .shopify-policy__body h2 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 28px;
    line-height:1.3;
    letter-spacing: 0;
    color: #000;
}

.shopify-policy__container .shopify-policy__body h3 {
    font-family: Oswald;
    margin-top:20px;
    font-weight: 700;
    font-size: 22px;
    line-height:1.3;
    letter-spacing: 0;
    color: #000;
}

.shopify-policy__container .shopify-policy__body p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height:1.3;
    letter-spacing: 0;
    margin-bottom: 5px;
}
.cart-container.active-crt .cart_content {
    display: block;
    top: 75px;
    border: 1px solid #ddd;
}
.cart_content .mini-cart__item--content .item_title {
    color: #000;
    font-size: 18px;
}

.cart_content .mini-cart__item--content strong.right.price {
    font-size: 15px;
}

.cart_content .mini-cart__item--content .item_title a {
    height: auto;
}
.grip-socks .img-heading-image .img-heading-content h3 {
    position: relative;
}

.grip-socks .img-heading-image .img-heading-content h3:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/cdn/shop/files/legal-license-trademark-svgrepo-com.svg?v=1744351207);
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: -25px;
}

.image-with-text-wrapper .main-heading h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: relative;
  display:inline-block;
}

.image-with-text-wrapper .main-heading h3:after {content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/cdn/shop/files/legal-license-trademark-svgrepo-com.svg?v=1744351207);
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: -25px;
     background-color:#fff;
      border-radius:20px;                                          }

@media only screen and (max-width: 1728px) {

.shopify-policy__container .shopify-policy__title h1 {
  font-size: 30px;
}

.shopify-policy__container .shopify-policy__body h2 {
    font-size: 22px;
}

.shopify-policy__container .shopify-policy__body h3 {
    font-size: 18px;
}

.shopify-policy__container .shopify-policy__body p {
    font-size: 16px;
}

}


@media only screen and (max-width: 1080px) {

.shopify-policy__container .shopify-policy__body h2 {
    font-size: 18px;
}

.shopify-policy__container .shopify-policy__body h3 {
    font-size: 16px;
}

.shopify-policy__container .shopify-policy__body p {
    font-size: 14px;
}

}



.custom-product-options .option-value.active {
    display: block;
}


.custom-product-options .option-value {
    display: none;
}

.custom-product-options .option_title {
    display: flex;
    gap: 5px;
    margin-bottom:15px;
}

.custom-color-swatches {
    display: flex;
    gap: 10px;
    flex-wrap:wrap;
}

.swatch {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  border: 2px solid #transparent;
  cursor: pointer;
  transition: border 0.3s ease;
}
.swatch:hover,
.swatch.active {
  border: 2px solid #000000;
}

.custom-color-swatches {
    margin-bottom: 30px;
}


.product__container .size-chart-wrapper a.size_chart {
    font-family: Oswald;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    text-transform:uppercase;
    padding-top: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    float: none;
    margin-top:20px;
}

.product__container .size-chart-wrapper a.size_chart span:before {
    color:#000;
    display: block;
    font-size: 14px;
}


.product__container .size-chart-wrapper a.size_chart span {
    width: 14px;
    height: 12px;
}


@media only screen and (max-width: 1280px) {

.swatch {
  width: 50px;
  height: 50px;
}
}

@media only screen and (max-width: 1728px) {
.template-product .container.main.content {
    max-width: 1000px;
}
}


@media only screen and (min-width: 1280px) {
 .product_section  .nine.product__images.columns.medium-down--one-whole.alpha {
    position: sticky;
    top: 170px;
}
  .section.product_section h1.product_name {
    font-size: 32px;
}

.section.product_section .price__container span.money {
    font-size: 26px;
}
}


@media only screen and (max-width: 1280px) {
.custom-page-width {
    max-width: 1000px;
}
}

@media only screen and (min-width: 799px) {
 .product_section  .nine.product__images.columns.medium-down--one-whole.alpha {
    position: sticky;
    top: 148px;
}
}

.logo-main svg {
    max-width: 249px;
    width: 100%;
    height: 100%;
}

@media only screen and ( max-width: 1400px ){
.product_gallery-wrapper .prd-gal__main{padding-right:0 !important;}
  .image-with-text-wrapper .main-heading h3{font-size:50px;}
}

@media only screen and (max-width: 1728px) {
.logo-main svg {
    max-width: 200px;
}
.header .main-nav {
    height: 75px;
}

.header .search-user-cart-wrapper a svg {
    width: 40px;
    height: 40px;
}

  .header .search-user-cart-wrapper > div > a {
    height:40px;
    width:40px;
  }
.template-collection .container {
    max-width: 900px;
}

.product-list .thumbnail .product-info__caption .title {
    font-size: 20px;
    margin-top: 0;
}

.template-collection .thumbnail .price span.money {
    font-size: 18px;
}

.product-list .thumbnail .product-info__caption {
    margin-top: 15px;
}

.template-collection .breadcrumb_text {
    font-size: 16px;
}

.template-collection h1 {
    font-size: 30px;
}
.template-collection  div.breadcrumb-collection {
    margin-bottom: 10px;
}
  .section.product_section h1.product_name {
    font-size: 28px;
}


.section.product_section .price__container span.money {
    font-size: 21px;
}
.best-product-img svg,
  .best-product-img img {
    width: 70px;
    height: 70px;
}
  
}




@media only screen and (max-width: 800px) {
.comparision-table-wrapper {
    padding-bottom: 45px;
}

.custom-featured-products {
    padding-bottom: 50px;
}

.grip-socks {
    padding-top: 30px;
}

.custom-best-seller {
    padding-bottom: 50px;
}

.custom-best-features {
    margin-top: 50px;
    margin-bottom: 20px;
}
  .product-list .thumbnail .product-info__caption .title {
    font-size: 18px;
}

.template-collection .thumbnail .price span.money {
    font-size: 15px;
}

.template-collection .purchase-details__buttons {
    margin-top: 0;
}
  .template-collection .breadcrumb_text {
    text-align: left;
    font-size: 14px;
}
.comparision-main-title {
    bottom: -15%;
}
}


@media only screen and (max-width: 480px) {

.header .search-user-cart-wrapper a {
    width: 30px;
    height: 30px;
}

.header .search-user-cart-wrapper a svg {
    width: 30px;
    height: 30px;
}

}

.best-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-name--gritsox-gift-card .product__container .size-chart-wrapper {
    display: none;
}

.product-name--gritsox-gift-card .size-radio-label input[type="radio"]:checked + span {
    width: 80px;
}

.product-name--gritsox-gift-card .size-radio-label span {
    width: 80px;
}

.product-name--laces .product__container .size-chart-wrapper {
    display: none;
}

.brands-image-wrapper {
    padding-left: 30px;
    padding-right: 20px;
}


.about-rtx .img-heading-content h3:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/cdn/shop/files/legal-license-trademark-svgrepo-com.svg?v=1744351207');
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 0px;
    right: 5px;
}

.about-rtx .img-heading-content h3 {
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
    padding: 20px 30px;
}

.footer-logo-wrapper {
    max-width: 270px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-left: 0;
    padding-right: 25px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-logo-wrapper:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('/cdn/shop/files/trademark-svgrepo-com.png?v=1744351631');
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.footer-logo-wrapper img {
    max-width: 250px;
    width: 100%;
}

.size-radio-label:hover {
    border: 2px solid #000000;
}

.section.product_section .add_to_cart.action_button {
    border-radius: 30px;
}

.section.product_section .add_to_cart.action_button:hover {
    background: #666666;
    border: 1px solid #666666;
}

.gallery-thumbnails--left .product_gallery_nav .gallery-cell {
    overflow: hidden;
}

.gallery-thumbnails--left .product_gallery_nav .gallery-cell img {
    transition: transform 0.3s ease-in-out;
}


.gallery-thumbnails--left .product_gallery_nav .gallery-cell:hover img {
    transform: scale(1.05);
}
.prd-gal .flickity-viewport {
    height: 100% !important;
}

.prd-gal {
    height: 600px;
}

.slick-list {
    position: relative !important;
}

.prd-gal .flickity-viewport .flickity-slider {
    position: relative !important;
  transform: translateX(0%) !important;
}

.product_gallery-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
}

.product-gallery-thumbs {
  width: 80px;
  max-height: 650px;
  overflow: hidden;
}

.product-gallery-thumbs .slick-slide {
  margin-bottom: 10px;
  cursor: pointer;
}

.product-gallery-main {
  flex: 1;
}
.product_gallery-wrapper .prd-gal__main {
    width: calc(100% - 100px);
    overflow: hidden;
  height: 650px;
  padding-right: 30px;
}
.cart-wrapper span.cart_count {
    position: absolute;
    right: -5px;
    top: -10px;
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 25px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.header .search-user-cart-wrapper {
    background: transparent;
}

.header .search-user-cart-wrapper a.icon-cart.mini_cart {
    background: transparent;
    gap: 0;
    padding: 0;
    margin: 0;
}

.header .search-user-cart-wrapper a.icon-cart.mini_cart:before {
    content: '';
    width: 0;
    margin: 0;
    padding: 0;
}
.footer-social-icons li a svg {
    width: 30px;
    height: 30px;
    color: #fff;
    opacity: 1;
}

.footer-social-icons li a svg path {
    stroke: #fff;
    opacity: 1;
    fill: #8c8c8c;
}

@media only screen and ( max-width:767px ){
  .product_gallery-wrapper{flex-direction:column; }
  .product-gallery-thumbs{max-height:80px; width:100%; order:2; }
  .product_gallery-wrapper .prd-gal__main{order:1; width:100%;}
  .product-gallery-thumbs .slick-slide{padding:2px;}
  .prd-gal{height:auto;}
  .image-with-text .image-with-text-wrapper .main-heading h3{font-size:20px;}
}

/* POPUP */



.custom-newsletter .popup-signup-show--true.clearfix em {
    color: #00ff00;
    margin-bottom: 10px;
    display: block;
}

.js-newsletter-popup.custom-newsletter.fancybox-content {
    background: linear-gradient(135deg, #FFFFFF 0%, #DA251C 33%, #61110D 66%, #000000 100%);
    border: 0;
    padding: 20px;
    max-width: 1000px;
}

.custom-newsletter .newsletter-popup {
    background: #00000000;
}

.custom-newsletter .newsletter-info {
    background: #ffffff00;
}

.custom-newsletter .newsletter-img {
    width: 50%;
}

.custom-newsletter .newsletter-image--true .newsletter-popup__content {
    width: 50%;
}

.custom-newsletter .newsletter-description h2 {
    font-family: Oswald;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 15px;
}

.custom-newsletter .newsletter-description p {
    font-family: Mulish;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.custom-newsletter .newsletter-description p:last-child {
    margin-top: 40px;
    margin-bottom: 24px;
}

.custom-newsletter .newsletter-description strong {
    font-family: Oswald;
    display:block;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    padding:20px 0;
    border-top:1px solid;
    border-bottom:1px solid;
    border-image: linear-gradient(80deg, #ffffff00 0%, #ffffff 47%, #ffffff00 100%) 1;
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 20px;
}

.custom-newsletter .newsletter-info .input-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.custom-newsletter .newsletter-info input.contact_email[type="email"] {
    border-radius: 10px;
    width: 100%;
    background: transparent;
    min-height: 60px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    margin-top:0;
  margin-bottom:24px;
}


.custom-newsletter .newsletter-info input.contact_email[type="email"]::placeholder {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}

.custom-newsletter .newsletter-info #contact_form input.sign_up[type="submit"] {
    max-width: 230px;
    width: 100%;
    background: #fff;
    color: #000;
    font-family: Oswald;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 65px;
    border-radius: 10px;
    margin-top:0;
}

.custom-newsletter .newsletter-description {
    padding: 20px;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
    background:transparent;
    opacity:1
}

.fancybox-slide--html {
    padding: 20px;
}
button.popup-close {
    right: -26px;
    position: absolute;
    top: -25px;
    border-radius: 40px;
    padding: 0 15px;
}

button.popup-close span.remove-icon:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 1em;
    display: block;
    content: "\00d7";
}
.search-user-cart-wrapper .cart_content li.mini-cart__item a.cart__remove-btn{display:none;}
@media only screen and (max-width: 1000px) {


.custom-newsletter .newsletter-description p:last-child {
    margin-top: 20px;
    margin-bottom: 9px;
    margin-bottom: 10px;
}

.custom-newsletter .newsletter-description h2 {
    font-size: 30px;
}

.custom-newsletter .newsletter-description p {
    font-size: 16px;
}

.custom-newsletter .newsletter-description strong {
    padding: 15px 0;
    font-size: 20px;
}

.custom-newsletter .newsletter-info input.contact_email[type="email"] {
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 798px) {
.js-newsletter-popup.custom-newsletter.fancybox-content {
    max-width: 500px;
    padding: 35px 15px;
}

.custom-newsletter .newsletter-img {
    width: 100%;
}

.custom-newsletter .newsletter-image--true .newsletter-popup__content {
    width: 100%;
}

.newsletter-info {
    padding: 0;
}

.custom-newsletter .newsletter-description h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

.fancybox-slide--html {
    padding: 10px;
}

.custom-newsletter .newsletter-description p {
    font-size: 14px;
}

.custom-newsletter .newsletter-description strong {
    margin: 10px auto;
    font-size: 18px;
}

.custom-newsletter .newsletter-description p:last-child {
    margin-top: 0;
}

.custom-newsletter .newsletter-info input.contact_email[type="email"],
.custom-newsletter .newsletter-info input.contact_email[type="email"]::placeholder {
    min-height: 50px;
    font-size: 14px;
}

.custom-newsletter .newsletter-info #contact_form input.sign_up[type="submit"] {
    min-height: 45px;
    margin-bottom: 0 !important;
    font-size: 16px;
}

.newsletter-info .popup-signup-show--true {
    margin-top: 0;
}

  .custom-newsletter .newsletter-description {
    padding-bottom:0;
  }
}


@media only screen and (max-width: 480px) {
.js-newsletter-popup.custom-newsletter.fancybox-content{
max-width:280px;
  padding-bottom:20px;
  padding-top:25px;
}


}

/* popup end */

@media only screen and (max-width: 798px) {
  
.image-with-text-wrapper .main-heading {
    margin-bottom: 20px;
    font-size:20px;
}
}

 .template-index  .image-with-text-wrapper .main-heading {
    margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
.template-index .image-with-text-wrapper .main-heading h3:after {
    width: 13px;
    height: 13px;
    bottom: -3px;
    right: -17px;
}
}





@media only screen and (max-width: 1728px) {
.grip-socks .img-heading-content h3 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.grip-socks .img-heading-image .img-heading-content h3:after {
    width: 15px;
    height: 15px;
    bottom: -5px;
    right: -20px;
}
}


.get-a-grip-content .heading {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}

.get-a-grip-content .heading::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/cdn/shop/files/legal-license-trademark-svgrepo-com.svg?v=1744351207);
    background-size: 100%;
    background-position: center;
    position: absolute;
    right: -5px;
    bottom: 25px;
    z-index: 22222;
    background-color: #fff;
    border-radius: 501%;
}

@media only screen and (max-width: 798px) {

.get-a-grip-content .heading::after {
    bottom: 20px;
    right:0;
}

}

.header .search-user-cart-wrapper .tos_warning.cart_content a {
    width: auto;
    height: auto;
}

@media only screen and (max-width: 480px) {
.cart-container.active-crt .cart_content {
    top: 65px;
}
}


@media only screen and (max-width: 1500px) {
.tos_warning.cart_content button.popup-close {
    right: 0;
    width: 30px;
    height: 30px;
    min-height: 30px;
    top: -12px;
}
.tos_warning.cart_content button.popup-close span.remove-icon:before {
    font-size: 20px;
}
}

@media only screen and (max-width: 1024px) {

.header .search-user-cart-wrapper > div > a {
    width: 30px;
    height: 30px;
}
}

@media only screen and (max-width: 480px) {
.cart-wrapper span.cart_count {
    right: -10px;
    top: -15px;
    width: 20px;
    height: 20px;
}
}

p.tos_warning.checkout_button .subtotal .add_to_cart.action_button {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color:#fff
}

.continue-shopping {
    padding:20px;
    border:1px solid #000;
}


a.continue-shopping {
    border: 1px solid #000;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 880px) {

div#shipping-calculator-form-wrapper > div {
    width: 100%;
    margin:0;
    gap:20px;
}
div#shipping-calculator-form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
div#shipping-calculator-form-wrapper input.get-rates.action_button.continue-button {
    width: 100%;
}
}

.header .search-user-cart-wrapper a.icon-cart.mini_cart {
    width: fit-content;
}

.tos_warning.cart_content a {
    font-family: Mulish;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
}

.cart_content .mini-cart__item--content strong.right.price span {
    color: #000;
}

.cart_content .mini-cart__item--content strong.right.price {
    display: flex;
    gap: 10px;
}

.cart_content .mini-cart__item--content strong.right.price span.sale {
    color: #008000;
}
body.dis.template-product .add_to_cart {
  opacity: 0.5;
  pointer-events: none;
}
.cart.template-cart .add_to_cart.action_button {
    color: #ffffff;
}
.currency-selector {
  position: relative;
  display: inline-block;
}

.currency-toggle {
  background-color: #fff;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: auto;
      color: #000;
    font-size: 14px;
    text-transform: none;
}

.currency-toggle img {
  width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    object-fit: cover;
}

.currency-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: none;
  z-index: 10;
  width: max-content;
}

.currency-list.show {
  display: block;
}

.currency-list li {
  padding: 0.4rem 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 14px;
}

.currency-list li:hover {
  background-color: #f0f0f0;
}

.currency-list img {
 width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    object-fit: cover;
} 
.currency-list.show {
  display: block;
}
#product_form_8466517917851 .size-chart-wrapper {
    display: none;
}

#product_form_8466517917851 .size-radio-label span {
    width: auto;
    padding: 0 5px;
}
@media only screen and (max-width: 1024px) {

.tos_warning.cart_content a {
    font-size: 14px;
}

.cart_content .mini-cart__item--content strong.right.price span {
    font-size: 14px;
}

}

.cart__item .cart__item--title,
#cart_form p.modal_price .money,
    .cart__item p.meta span  {
    font-family: Mulish;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    font-weight: 700;
}

#cart_form p.modal_price {
    font-size:18px;
}

.cart__item p.meta span {
    font-size:14px;
}

#cart_form p.modal_price .money {
    font-size: 18px;
}


@media only screen and (max-width: 800px) {

.cart__item .cart__item--image {
    max-width: 40%;
}
#cart_form p.modal_price {
    font-size:15px;
}

.cart__item p.meta span {
    font-size:12px;
}

#cart_form p.modal_price .money {
    font-size: 15px;
}
.cart__item .cart__item--title {
    margin-bottom: 5px;
}

#cart_form .product-quantity-box {
    margin: 0;
    margin-top: 10px;
}

}

@media only screen and ( max-width: 767px ){
  .search-user-cart-wrapper .currency-selector {
    display: none;
}
.footer .currency-list li {
    margin-bottom: 0;
    padding: 2px 14px;
}

.footer .currency-list {
    margin-top: 0;
    padding-top: 0;
}  
  
}

@media only screen and (max-width: 480px) {

div#shipping-calculator-form-wrapper {
    grid-template-columns: repeat(1, 1fr);
}
}

div#shipping-calculator h4 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.template-cart .cart_savings {
    color: green;
    font-weight: 700;
    font-family: Mulish;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
}

.template-cart .add_to_cart.action_button:hover {
    background: transparent;
}

.template-cart .subtotal .add_to_cart.action_button:hover {
      background: #000;
  color:#fff;
      font-family: Oswald;
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0;
      text-transform: uppercase;
}
}

.feature.feature-right:nth-child(4) span.head {
    top: 32px;
}
.feature.feature-right:nth-child(5) span.head {
    top: 70px;
}
.feature.feature-right:nth-child(4) span.head {
    top: 30px;
}


/* Partner Page */

.page-ambassadors .container.main.content,
.page-partners .container.main.content {
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}

.imgrtx-partner .img-heading-content h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    line-height: 1.3;  
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.imgrtx-partner .img-heading-content .rte p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}


@media only screen and (max-width: 1024px) {

.imgrtx-partner .img-heading-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.imgrtx-partner .img-heading-content .rte p {
    font-size: 16px;
}
  
}
/* Ambassador Page */

section.ambassadors-section h2 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    color: #000;
    margin: 0 0 30px;
}

section.ambassadors-section h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.3;
    text-align:center;
    color: #000;
    margin-bottom: 20px;
}

section.ambassadors-section .ambassador-detail h3 {
    font-family: Oswald;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
}

.ambassador-detail p {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
}

.ambassador-detail p strong {
    font-size: 22px;
}

section.ambassadors-section {
    padding-bottom: 30px;
}

@media only screen and (max-width: 749px) {

.ambassador-detail p {
    font-size: 16px;
}

.ambassador-detail p strong {
    font-size: 18px;
}

section.ambassadors-section .ambassador-detail h3 {
    font-size: 22px;
}

section.ambassadors-section h3 {
    font-size: 24px;
}

section.ambassadors-section h2 {
    font-size: 30px;
}
}






.annon-text {
    color: #39FF14;
}

.anon-icon-txt svg rect,
.anon-icon-txt svg path {
    fill: #39FF14 !important;
}

.hulk-powered-wrapper {
    display: none !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form_title_div strong {
    color: #4caf50 !important;
    font-weight: 700 !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div p {
    color: #000 !important;
}

.pxFormGenerator .formContainer #formGeneratorForm .form_generater_form_div .form_description_div {
    padding-bottom: 0 !important;
}

.dropdown.menu {
    background: transparent;
}

.dropdown_content {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* standard soft drop shadow */
}

.mobile-menu-content ul.submenu li a {
  color:#fff;
}

.mobile-menu-content .menu-item.open .submenu {
    padding-top: 20px;
}

.header .main-nav .mobile-menu-content .icon-down-arrow:before {
    background: url("/cdn/shop/files/fi_6364586_df82a5d7-4a09-4d1a-a894-3f51ee3585df.png?v=1748850610");
    background-repeat: no-repeat;
}

.dropdown_content p, .dropdown_content a, .dropdown_content a:hover, .dropdown_content a:active {
    font-size: 16px !important;
}

a.signin-link {
    text-align: center;
    display: block;
    color: #486afb;
    font-weight: 700;
}

div#shopify-section-custom-partner-html {
    padding-bottom: 30px;
}





@media only screen and (min-width: 1601px) {

.content-image {
    max-width:350px;
    left:-20px;
}
    
.feature .head {
    font-size: 18px;
}

.feature .subhead {
    font-size: 14px;
}

.feature.feature-left:after,
.feature.feature-right:after {
    object-fit:contain;
}
    
.feature.feature-left:nth-child(1) .subhead {
    left: 84px;
}

.feature.feature-left:nth-child(1):after {
    width:485px;
}

.feature.feature-left:nth-child(2) .subhead {
    left:100px;
    top: 25px;
}

.feature.feature-left:nth-child(3) .subhead {
    left:80px;
}
    
.feature.feature-right:nth-child(4):after {
    width:550px;
    bottom:-30px;
}

    
.feature.feature-right:nth-child(4) span.head {
    top: -12px;
}

.feature.feature-right:nth-child(4) .subhead {
    left: -48px;
    top: 14px;
}

.feature.feature-right:nth-child(5) span.head {
    top: 20px;
}
    
.feature.feature-right:nth-child(5) .head {
    top:20px;
    left:-10px;
}

.feature.feature-right:nth-child(5) .subhead {
    top:40px;
    left:-100px;
}

.feature.feature-right:nth-child(5):after {
    width:500px;
    top: 50px;
}

.feature.feature-right:nth-child(6) .head {
    right: 10px;
    top: 15px;
}

.feature.feature-right:nth-child(6) .subhead {
    top: 25px;
    right: 94px;
}

.feature.feature-right:nth-child(6):after {
    botm:-50px;
}

  .grip-socks .img-heading-content h3 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size:30px;
}

.feature.feature-left .subhead {
    text-align: left;
}
   
}

.slick-track {
    padding: 0 !important;
}
.product-card s {
    color: #ff0000;
}
.was_price span.money {
    color: #ff0000 !important;
}
.was_price {
    text-decoration: line-through;
    color: #ff0000 !important;
}

.template-product .offer {
    padding: 10px 30px;
    margin-bottom: 15px;
    border: 2px solid #c41b19;
    width: fit-content;
    font-size: 18px;
    font-weight: 700;
    color:#c41b19;
}
button.custom-button {
    margin-top: 15px;
    gap: 10px;
}

button.custom-button span {
    color: #fff;
    font-weight: 700;
}
@media only screen and (min-width: 749px) {
.template-product .offer {
    font-size: 16px;
}
}

.main-heading.main-head-2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
.main-heading.main-head-2 h2 {
    font-size: 90px;
    color: #fff;
    margin: 0;
}
.main-heading.main-head-2 h3 {
    margin-left: 0 !important;
    font-size: 130px;
}

.main-heading.main-head-2 {
    bottom: auto;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    align-items: baseline !important;
}
.product_gallery-wrapper .slick-prev, .product_gallery-wrapper .slick-next {
    display: none;
}
.template-collection .product-8610194522267, .template-collection .product-8610197012635, .template-collection .product-8610199404699, .template-collection .product-8610200780955, .template-collection .product-8610201403547 {
    display: none;
} 
.template-collection .product-list .product-8621709328539,
.template-collection .product-list .product-8621708378267,
.template-collection .product-list .product-8621706903707,
.template-collection .product-list .product-8621705625755,
.template-collection .product-list .product-8621702971547,
.template-collection .product-list .product-8621701038235,
.template-collection .product-list .product-8621697925275,
.template-collection .product-list .product-8621693698203,
.template-collection .product-list .product-8621689667739,
.template-collection .product-list .product-8621685440667,
.template-collection .product-list .product-8621683605659,
.template-collection .product-list .product-8621672104091,
.template-collection .product-list .product-8621667221659,
.template-collection .product-list .product-8621665845403,
.template-collection .product-list .product-8621527859355,
.template-collection .product-list .product-8621517897883,
.template-collection .product-list .product-8621695598747 {
    display: none;
}
@media only screen and (max-width: 1728px) {

.main-heading.main-head-2 h2 {
    font-size: 50px;
}
.main-heading.main-head-2 h3 {
    font-size: 80px !important;
}
img.main-head-icon {
    max-width: 125px;
    width: 100%;
}
}

@media only screen and (max-width: 1280px) {

.main-heading.main-head-2 h2 {
    font-size: 35px;
}
.main-heading.main-head-2 h3 {
    font-size: 60px !important;
}
img.main-head-icon {
    max-width: 100px;
    width: 100%;
}
}
@media only screen and (max-width: 749px) {
.main-heading.main-head-2 {
    transform: none;
    left: 10%;
    align-items:center !important;
    padding: 0 !important;
    background: transparent !important;
    position: absolute !important;
    top: 0;
    height: 100%;
    align-items: baseline !important;
}
img.main-head-icon {
    max-width: 39px;
    width: 100%;
}
.main-heading.main-head-2 h2 {
    font-size: 16px;
}
.main-heading.main-head-2 h3 {
    font-size: 29px !important;
    margin-left:auto !important;
    margin-bottom:0 !important;
}
.main-heading.main-head-2 h3 {
    margin-left: 0 !important;
}
}

@media only screen and (max-width: 480px) {

.image-with-text .image-with-text-wrapper .main-heading h3 {
    font-size: 16px;
}

.template-index .image-with-text-wrapper .main-heading {
    bottom: 4%;
}
}

[data-dropdown="which-sock"] .dropdown_content.dropdown_narrow {
    margin-left: 19%;
}



#exitPopup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-overlay {
  position: absolute;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.popup-content {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.popup-content h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.popup-content input {
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

div#exitPopup p {
    font-size: 16px;
}

.popup-content button {
  padding: 10px 20px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-popup {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 20px;
  cursor: pointer;
}

.discount-code {
    padding: 15px;
    border: 1px dashed #31b410;
}

.discount-code h3 {
    font-size: 16px;
    text-transform: none;
    text-align: center;
    margin: 0;
    font-weight: 400;
    color: #31b410;
}

.discount-code.disc-cart {
    margin: 30px 20px 0;
    padding: 10px;
}

.tos_warning.cart_content.animated.fadeIn .discount-code h3 {
  font-size:11px !important;
}

.tos_warning.cart_content.animated.fadeIn textarea {
    min-height: 40px;
    display: none;
}
