/** Shopify CDN: Minification failed

Line 1999:0 Comments in CSS use "/* ... */" instead of "//"
Line 2008:0 Comments in CSS use "/* ... */" instead of "//"
Line 2126:0 Comments in CSS use "/* ... */" instead of "//"
Line 2155:0 Unexpected "}"

**/

/*
Custom CSS
*/

.header-search-container{
  background: var(--color-base-background-2);
  padding: 8px 0 8px 0;
  display: flex;
  align-items: center;
  background: #5db24f;
  margin-bottom: -1px;
  box-shadow: 4px 9px 24px -14px #3b3737;
}

.header-search-container form{
  width: 75%;
  margin: 0 auto;
}

.header-assets .phone{
  color:#000;
  font-weight:bold;
}

@media screen and (min-width:768px){
  .header-assets .phone{
  border-right: 1px solid black;
  padding-right: 20px;
  }
}

.header-search-container-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  flex-direction:column;
  padding: 0 10px;
}

.header-search-container-wrapper input{
  outline: 2px solid #56b946;
  width: 100%;
  /* max-width: 50vw; */
}

.header-search-container-wrapper input:focus{
  outline: 2px solid #56b946;
}

.header-assets{
  display:none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (min-width:768px){
  .header-assets{
    display: flex;
    width: 0%;
    justify-content: start;
    gap: 10px;
    align-items: center;
    flex-direction:column;
  }
  
}


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

  .header-search-container-wrapper{

  flex-direction:row;
}
  
    .header-assets{
      flex-direction:row;
    }
}

@media screen and (max-width:1100px){
  
  .header{
    padding-left: 0;
    padding-right: 0;
  }
}

.card__inner{
  background: #fff;
}


.secondary-menu{
  display: flex;
  gap: 10px;
}

.secondary-menu-items{
    display: flex;
    color: white;
    font-weight: bold;
    list-style-type: none;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.secondary-menu-items a{
  color: #fff;
  text-decoration:none;
  border:none;
  padding: 10px 0;
  display: block;
  
}

.secondary-menu-items a:hover{
    color: #56aa47;
  
}


/* Header */


@media screen and (max-width:1023px){
  .header-desktop-list{
    display:none;
  }
}

.header-desktop-list{
    background: #1a1a1a;
  }

@media screen and (min-width:1024px){
  
}
  
  
  
  .header-desktop-list ul{
  
    list-style: none;
    display: flex;
    padding: 0 34px;
    max-width: 1400px;
    margin: 0 auto;

  }

.header-desktop-list .main-list{
  display: flex;
 flex-direction: row;
  padding: 0;
}

  
   .header-desktop-list ul li{
  
	flex: 1;
     text-align: center;

  }

.header-desktop-list .submenu-subtitle{
  position: relative;
  margin-top:0;
}

.relative{
  position: relative;
}

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

  .header-desktop-list .submenu-subtitle{
    display:none;
  }
}
  
  .header-desktop-list ul li .sub-menu{
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    transition: 0.3s;
    background: #3e3e3e;
    left: 0;
    width: 100%;
    min-height: 320px;
    padding: 20px;
    border-bottom: 5px solid #37bf08;
    background: #0a0909;
    border-top: 1px solid #282828;
    z-index: 10;
  }

   .header-desktop-list ul li .sub-menu.open{
       visibility: visible;
  opacity: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      flex-direction: column;

     
   }

/* div > ul {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
div:hover > ul {
  visibility: visible;
  opacity: 1;
}
 */
  
   .header-desktop-list ul li .sub-menu ul.category-list{
     display: flex;
     flex: 1;
     justify-content: center;
     flex-direction: column;
     width:100%;
  }

.btn.see-more{
    background: #54ad2f;
    margin: 20px 20px 0 20px;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    max-width: 190px;
    border: 2px solid #397805;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}
  

   .header-desktop-list ul li .sub-menu.forever-open{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
     flex-wrap: wrap;
      
   }



.header-desktop-list ul li .sub-menu.brands.open{
  background: white;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.header-desktop-list ul li .sub-menu.brands .brands{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
  gap: 80px;
}

.header-desktop-list ul li .sub-menu.brands .brands a:hover{
  background: transparent;
}

.header-desktop-list .sub-menu.brands a.brand img{
  width: 100%;
  height: auto;
}

.header-desktop-list .sub-menu.brands a.brand{
     width: 100%;
    height: auto;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
  
  
  .header-desktop-list .sub-menu h2{
    width: 100%;
    text-align: center;
  }
  
/*    .header-desktop-list ul.main-list li.main-list-child:hover .sub-menu li a{
    padding:0;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
  } */
  
  
  @media screen and (min-width: 1200px){
  
/*     .header-desktop-list ul.main-list li.main-list-child:hover .sub-menu li a{
     font-size: 14px;
  	} */
  }
  
  
   @media screen and (min-width: 1440px){
  
/*     .header-desktop-list ul.main-list li.main-list-child:hover .sub-menu li a{
     font-size: 16px;
  	} */
  }
  
  
/*     .header-desktop-list ul.main-list li.main-list-child:hover .sub-menu li a:hover{
	background: transparent;
      color: #37bf08;
  } */
  
  
  @media screen and (min-width:1024px){
      .header-desktop-list ul.main-list{
        display: flex;
      }
  }
  
  
  
  .header-desktop-list > ul.main-list > li.main-list-child > a{
      color: #ffffff;
      font-weight: 500;
      text-decoration:none;
      padding: 20px;
      display: block;
      transition: 0.3s;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      background-size: 100% 200%;
      background-image: linear-gradient(to bottom, #1a1a1a 50%, black 50%);
      -webkit-transition: background-position 0.4s;
      -moz-transition: background-position 0.4s;
      transition: background-position 0.4s;
  }

  
    
  .header-desktop-list ul.main-list > li.main-list-child > a:hover{
     background-position: 0 -100%;
  }
  
  
  .header-desktop-list .sub-menu .image-links{
	width: 100%;
    position: relative;
    display: flex;
  } 
  
  .header-desktop-list .sub-menu .image-links-container{
	flex: 1;
    padding-top: 10%;
    padding-bottom: 10%;
	display: flex;
    justify-content: center;
    position: relative;
  }
  
  
  .header-desktop-list .sub-menu .image-links-container:hover .overlay{
		opacity: 0.3;
  }
  
  
  
  .header-desktop-list .sub-menu .image-links-container .copy{
    position: absolute;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 3px;
    left: 0;
    font-size: 3rem;
    right: 0;
    bottom: 10px;
    top: inherit;
    margin: auto;
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
  }
  
  
    .header-desktop-list .sub-menu .image-links-container.merch{
      background: url('https://cdn.shopify.com/s/files/1/0009/5043/5887/products/ShirtMock_1024x1024.jpg?v=1602798543');
      background-size: cover;
      background-position: center center;
  }

     .header-desktop-list .sub-menu .image-links-container.stickers{
       background: url('https://cdn.shopify.com/s/files/1/0009/5043/5887/products/794A4430_1024x1024.png?v=1603746631');
       background-size: cover;
       background-position: center center;
  }
  
  
  .header-desktop-list .sub-menu .image-links-container.headwear{
    background: url('https://cdn.shopify.com/s/files/1/0009/5043/5887/products/mockup-b6638510_1024x1024_2x.jpg?v=1591392695');
    background-size: cover;
    background-position: center center;
  }
  
  
  .header-desktop-list .sub-menu .overlay{
    background: #000;
      transition: 0.3s;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }

/*Chassis*/

@media screen and (max-width: 768px){
 .chassis-list-wrap {
      height: 90vh;
} 
}

.chassis-list-wrap {
    background: #000;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}

.header-desktop-list .chassis-sub-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 300px;
    z-index: -1;
  display:none;
     height: 100%;
      overflow-y: scroll;
    overflow-x: hidden;
}

.header-desktop-list .chassis-sub-menu.mobile-open {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.chassis-sub-menu ul li div {
    display: none;
}

.chassis-sub-menu ul li a:first-of-type {
    text-decoration: none;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 12px;
}

.header-desktop-list .chassis-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.chassis-sub-menu ul li a.see-more-btn {
      background: black;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
  
}

.header-desktop-list .chassis-sub-menu ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: none;
    position: relative;
    padding: 30px;
}

@media screen and (min-width:768px){
.header-desktop-list .chassis-sub-menu ul{
    grid-template-columns: 1fr 1fr;

}
  
}

.header-desktop-list .chassis-sub-menu ul li {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.header-desktop-list .chassis-sub-menu ul li:hover{
  background: #e7e7e7;
}

.header-desktop-list .chassis-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-desktop-list ul.chassis-list li:hover .chassis-sub-menu{
  display:block;
}

.header-desktop-list ul.chassis-list{
  display: flex;
  flex-direction: column;
  background: #439f36;
  width: 310px;
  margin: 0;
  padding:0;
  z-index: 10;
  height: 100%;
}

.header-desktop-list a.chassis-btn{
  background: #45a324;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #1e521b;
  border-radius: 0;
  text-transform: uppercase;
  height: 100%;

}


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

  .header-desktop-list ul.chassis-list{
    max-width: 300px;
  }
    
}

.mobile-takeover-menu .chassis-main-btn{
  display: none;
}

.mobile-takeover-menu .header-desktop-list ul.chassis-list{
  width: 100%;
}

/*brand*/

@media screen and (max-width: 768px){
 .brand-list-wrap {
      height: 90vh;
} 
}

.brand-list-wrap {
    background: #000;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}

.header-desktop-list .brand-sub-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 300px;
    z-index: -1;
  display:none;
     height: 100%;
      overflow-y: scroll;
    overflow-x: hidden;
}

.header-desktop-list .brand-sub-menu.mobile-open {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.brand-sub-menu ul li div {
    display: none;
}

.brand-sub-menu ul li a:first-of-type {
    text-decoration: none;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 12px;
}

.header-desktop-list .brand-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.brand-sub-menu ul li a.see-more-btn {
      background: black;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
  
}

.header-desktop-list .brand-sub-menu ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: none;
    position: relative;
    padding: 30px;
}

@media screen and (min-width:768px){
.header-desktop-list .brand-sub-menu ul{
    grid-template-columns: 1fr 1fr;

}
  
}

.header-desktop-list .brand-sub-menu ul li {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.header-desktop-list .brand-sub-menu ul li:hover{
  background: #e7e7e7;
}

.header-desktop-list .brand-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-desktop-list ul.brand-list li:hover .brand-sub-menu{
  display:block;
}

.header-desktop-list ul.brand-list{
  display: flex;
  flex-direction: column;
  background: #439f36;
  width: 310px;
  margin: 0;
  padding:0;
  z-index: 10;
  height: 100%;
}

.header-desktop-list a.brand-btn{
  background: #45a324;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #1e521b;
  border-radius: 0;
  text-transform: uppercase;
   height: 100%;

}


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

  .header-desktop-list ul.brand-list{
    max-width: 300px;
  }
    
}

.mobile-takeover-menu .brand-main-btn{
  display: none;
}

.mobile-takeover-menu .header-desktop-list ul.brand-list{
  width: 100%;
}



/*
Global menu
*/

.mobile-takeover-menu-content{
  height: 100%;
}

.header-desktop-list .sub-menu.mobile-open{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
    z-index: 999;
    margin: 0;
    gap: 20px;
       height: calc(100vh - 50px);
    overflow: auto;
}

.header-desktop-list .close-menu{
    background: #000;
    margin: 0;
    padding: 14px;
    color: white;
    text-align: right;
}

@media screen and (min-width:768px){
  .header-desktop-list .close-menu{
    display: none;
  }
}

.cta {
  background: green;
  color: #fff !important;
}


@media screen and (min-width:768px) {
  .mobile-only.back {
    display: none;
  }
}


.close-sub-menu-arrow {
  position: absolute;
  background: none;
  color: #00da03;
  border: none;
  font-size: 40px;
  top: 0;
  height: 100%;
  width: 40px;
  left: 0;
}

.relative{
  position: relative;
}

.special-close{
  flex: 0 50px !important;
  height: 50px;
  background: black;
}

.mobile-only.back{
position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #14d314;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 35px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.mobile-open .submenu-subtitle{
 background: #000;
    margin: 0;
    padding: 14px;
    color: white;
  text-align: right;
}


@media screen and (min-width:768px){
  .special-close{
    display: none;
  }
}

.see-more-btn{
  border: 1px solid #4c4c4c;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background: #1d1b1b;
    border-radius: 5px;
    letter-spacing: 1px;
}


.header-desktop-list .default-screen{
    padding: 30px;
    display: flex;
    flex-direction: column;
    background: #242424;
    color: white;
    position: absolute;
    left: 0;
    padding-left: 300px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media screen and (max-width:768px){
  .header-desktop-list .default-screen{
    display: none;
  }
}

.header-desktop-list a.category-btn.active,
.header-desktop-list .brand-btn.active,
.header-desktop-list .chassis-btn.active{
  background: #357d2a
}

.desktop-only{
  display:none;
}

.shopby{
  margin-right: 10px;
}

.mobile-only{
  display: block;
}

.shop-by-title{
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 14px;
    background: #1f1e1e;
  display: none !important;
}


.mobile-takeover-menu{
  display:none;
  position: fixed;
  top:0;
  left:0;
  height: 100vh;
  overflow: auto;
  background: #000;
  position: fixed;
  z-index: 999;
  width: 100%;
}

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

  .mobile-only{
    display:none;
  }
  
.header-desktop-list ul.category-list{
  max-width: 300px;
}
  .desktop-only{
  display: inline-block;
}
  
}


/*
Category
*/
.category-list-wrap {
    background: #000;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
}

.header-desktop-list .category-sub-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 300px;
    z-index: -1;
  display:none;
     height: 100%;
      overflow-y: scroll;
    overflow-x: hidden;
}

.header-desktop-list .category-sub-menu.mobile-open {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    flex-direction: column;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.category-sub-menu ul li div {
    display: none;
}

.category-sub-menu ul li a:first-of-type {
    text-decoration: none;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.5px;
    padding: 12px;
}

.header-desktop-list .category-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
}

.category-sub-menu ul li a.see-more-btn {
      background: black;
    color: white;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px;
  
}

.header-desktop-list .category-sub-menu ul{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-width: none;
    position: relative;
    padding: 30px;
}

@media screen and (min-width:768px){
.header-desktop-list .category-sub-menu ul{
    grid-template-columns: 1fr 1fr;

}
  
}

.header-desktop-list .category-sub-menu ul li {
  width: 100%;
  background: #f6f6f6;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.header-desktop-list .category-sub-menu ul li:hover{
  background: #e7e7e7;
}

.header-desktop-list .category-sub-menu ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-desktop-list ul.category-list li:hover .category-sub-menu{
  display:block;
}

.header-desktop-list ul.category-list{
  display: flex;
  flex-direction: column;
  background: #439f36;
  width: 310px;
  margin: 0;
  padding:0;
  z-index: 10;
  height: 100%;
}

.header-desktop-list a.category-btn{
  background: #45a324;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #1e521b;
  border-radius: 0;
  text-transform: uppercase;
  height: 100%;

}


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

  .header-desktop-list ul.category-list{
    max-width: 300px;
  }
    
}

.mobile-takeover-menu .category-main-btn{
  display: none;
}

.mobile-takeover-menu .header-desktop-list ul.category-list{
  width: 100%;
}

.n54117_dictionary{
    width: 100% !important;
}

.n54117_dictionary{
  border-bottom: 1px solid #d6d6d6;
}

.rich-text table tbody{
  display: block;
}

table .group{
  background: #ffffff;
    color: #000;
    width: 100%!important;
    display: block;
    font-weight: 700;
    padding: 20px 10px;
    border-top: 1px solid #d6d6d6;
}

tr.element > td:first-of-type{
  background: #f9f9f9;
}

.chart-table{
  overflow-x: auto;
  display: block;
}

.chart-table table{
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
      border-spacing: 0;
    border-collapse: collapse;
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
      table-layout: inherit !important;
}

.chart-table tr td {
    border: 1px solid #bfbebe;
}

.chart-table tbody{
  display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.chart-table .table{
  width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

 .chart-table {
                    display: flex;
                }

                .vertical-align {
                    vertical-align: middle;
                    padding: 0 10px;
                }

                table.turbocharger-chart {
                    border: solid #000;
                    border-collapse: collapse;
                    width: 80%;
                }

                .turbocharger-chart {
                    background-color: #fff;
                }

                .turbocharger-chart th {
                    text-align: center;
                }

                .sfs {
                    font-size: 12px;
                }

                .txtcr {
                    color: red;
                }

                .txtcb {
                    color: #194d79 !important;
                }

                .txtcbl {
                    color: #000 !important;
                }

                .fntstit {
                    font-style: italic;
                }

                .tbr {
                    border-right: solid #000 !important;
                }

                .tbb {
                    border-bottom: solid #000 !important;
                }

                .turbocharger-chart-2 .table1 tr:first-child {
                    background-color: #194d79 !important;
                    color: #fff;
                }

                .turbocharger-chart-2 .table2 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .turbocharger-chart-2-3 .table1 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .turbocharger-chart-3 .table1 tr:first-child {
                    background-color: #194d79 !important;
                    color: #fff;
                }

                .turbocharger-chart-3 .table2 tr:first-child, .turbocharger-chart-3 .table3 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .turbocharger-chart-4 .table1 tr:first-child {
                    background-color: #949699 !important;
                    color: #fff;
                }

                .turbocharger-chart-4 .table2 tr:first-child {
                    background-color: #194d79 !important;
                    color: #fff;
                }

                .turbocharger-chart-4 .table3 tr:first-child, .turbocharger-chart-4 .table4 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .turbocharger-chart-5 .table1 tr:first-child, .turbocharger-chart-5 .table2 tr:first-child {
                    background-color: #949699 !important;
                    color: #fff;
                }

                .turbocharger-chart-5 .table3 tr:first-child {
                    background-color: #194d79 !important;
                    color: #fff;
                }

                .turbocharger-chart-5 .table4 tr:first-child, .turbocharger-chart-5 .table5 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .turbocharger-chart .table tr:nth-child(odd), .turbocharger-chart tr.table:nth-child(even) {
                    background-color: #f2f2f2;
                }

                .turbocharger-chart-GTX .table1 tr:first-child, .turbocharger-chart-GTX .table2 tr:first-child {
                    background-color: #ED1C24 !important;
                    color: #fff;
                }

                .gtx-spc {
                    color: #000;
                    background-color: #deedf8;
                }

                .gtx-gry {
                    color: #000;
                    background-color: #e1e1e1;
                }

                .gtx-wht {
                    color: #000;
                    background-color: #fff;
                }

tr.element,
tr.group_next{
  display: flex;
    flex-direction: column;
}

tr.element > td {
    border-top: 1px solid #d6d6d6;
    padding: 9px;
    width: 100% !important;
    display: block;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.stack-table{
  border: none;
  width: 100%;
}

.stack-table tr {
    display: flex;
    flex-direction: column;
        border: 1px solid #d6d6d6;
    border-bottom: 0;
}

.stack-table td {
    border-bottom: 1px solid #d6d6d6;
}

.table {
  width: 100%;
  margin-bottom: 18px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: #f8f8f8; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } 

}

.section-template--16085542928571__1663943159125c7c4e-padding{
  padding-top: 0 !important;
}

.slideshow__controls{
z-index: 2 !important;
}

#section-template--16085542928571__c8989ad1-a8c4-491a-ba44-5b8d76b1b1b1-padding{
height: 0;
padding: 0;
overflow:hidden;
}

#shopify-section-template--15850901930171__c8989ad1-a8c4-491a-ba44-5b8d76b1b1b1{
height: 0;
overflow: hidden;
display:none;
}

#shopify-section-template--15850901930171__166507044969a6d1a0{
background: #000;
color: #39be06;
}

#easysearch-search.easysearch-btn{
background: #000 !important;
}

.slideshow__text-wrapper {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
    position: absolute !important;
  opacity: 0;
}

.slideshow__text .button{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow__text {
  background: red;
  max-width: none;
  width: 100%;
  height: 100%;
        position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  max-width: none !important;
}



.slideshow__slide{
  
}


.breadcrumb {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}

@media screen and (min-width:768px){
  .breadcrumb {
    flex-direction: row;
  }
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 12px;
    text-transform: uppercase;
  color: #333;
}

.breadcrumb-item:not(:last-of-type):after {
    font-family: Oswald;
    content: ">";
    margin-left: 10px;
}

.breadcrumb-item a {
  color: #4e9e41;
}

.breadcrumb-item.active {
  color: #000;
}

#shopify-section-template--16085542928571__166507044969a6d1a0{
  background: #000;
  color: #fff;
  padding-bottom: 18px;
}


/* #shopify-section-template--16085542928571__d20aa4d2-a87a-4397-9aad-956765884b26 .slider-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  background: transparent;
}

#shopify-section-template--16085542928571__d20aa4d2-a87a-4397-9aad-956765884b26 .slider-counter{
    display:none;
}

#shopify-section-template--16085542928571__d20aa4d2-a87a-4397-9aad-956765884b26 .slider-button{
  background: rgba(0,0,0,0.5);
} */



#shopify-section-template--16085542928571__d20aa4d2-a87a-4397-9aad-956765884b26{
  display: none;
}

@media screen and (min-width:768px){
  
  #shopify-section-template--16085542928571__f2566c4f-2ea4-4996-b919-df5de34acbfb{
    display:none;
  }
  
  #shopify-section-template--16085542928571__d20aa4d2-a87a-4397-9aad-956765884b26{
    display: block;
  }

}

@media screen and (max-width:767px){
  .section-template--16085542928571__e38aae96-1a2a-42e3-b1b4-e7e57ddcb5f5-padding{
    margin-top: 0 !important;
  }
}

.header-icon-user{
      display: flex;
    align-items: center;
    margin-left: 20px;
}

/*
PRODUCT ENTRY STYLES
  Product detail & drawer cart
*/
.product-entries {
  background: #5db24f;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}

.product-entries-title {
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin: 0;
  padding: 0;
}

.product-entries-copy {
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
}

.product-entries-copy a {
  color: #fff;
}

.cart-drawer-entries{
 font-size: 10px;
    text-align: right;
    padding: 5px;
    border-radius: 6px;
    background: #5db24f;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}


.price .cbb-currency-flag,
.list-item .cbb-price-code,
.list-item .cbb-currency-flag{
  display: none !important;
}

.product-media-modal__content,
.product-media-modal__dialog{
  background: none !important;
}

.product-media-modal {
    background: rgba(0,0,0,0.85)  !important;
}


#accordiancustom {
    max-height: 60vh;
    width: 100vw;
    color: #fff;
    overflow: scroll;
}
 
#accordiancustom h3 {
  margin:0;
  text-transform: uppercase;
}

#accordiancustom > ul {
  padding-left: 0;
  margin-top: 0;
}
 
#accordiancustom h3 a {
	padding: 0 10px;
    font-size: 15px;
    line-height: 60px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #4c9f41;
}
 
#accordiancustom h3:hover {
		text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
 
i {
		margin-right: 10px;
}
 
#accordiancustom li {
		list-style-type: none;
}

.mobile-see-all{
  font-weight: bold;
    font-style: italic;
    background: #397c2f;
    margin: 10px;
}
 
#accordiancustom ul ul li a,
#accordiancustom h4 {
		color: white;
		text-decoration: none;
		font-size: 12px;
		line-height: 34px;
		display: block;
		padding: 0 15px;
		-webkit-transition: all 0.15s;
		transition: all 0.15s;
		position: relative;
  text-transform: uppercase;
}
 
#accordiancustom ul ul li a:hover {
background: #205219;
    border-left: 5px solid #55b946;
}
 
#accordiancustom ul ul {
		display: none;
}
 
#accordiancustom li.active>ul {
		display: block;
}
 
#accordiancustom ul ul ul {
		margin-left: 15px;
		border-left: 1px dotted rgba(0, 0, 0, 0.5);
}

#accordiancustom ul li > ul {
    padding-left: 20px;
}
 
#accordiancustom li a:not(:only-child):after {
		content: "\f104";
		font-family: fontawesome;
		position: absolute;
		right: 20px;
		top: 0;
		font-size: 14px;
}
 
#accordiancustom .active>a:not(:only-child):after {
		content: "\f107";
}

.main-accordian-item:after{
  content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
}


.footer-block.grid__item.footer-block--menu:last-of-type ul li:first-of-type a {
    color: #5db24f;
    font-weight: bold;
}

.content-for-layout{
  z-index:2;
}

.mobile-important-copy{
  margin:0;
  font-weight: bold;
}

.mobile-important{
  display: flex;
  gap: 10px;
    align-items: center;
    justify-content: center;
  background: black;
    padding: 20px;
    width: 100%;
}

.mobile-important a{
  color: white;
  font-size: 14px;
  line-height: 18px;
}


.sku-tooltip {
  position: relative;
  display: inline-block;
      line-height: 18px;
  cursor:pointer;
}

/* Tooltip text */
.sku-tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size:12px;
  border-radius: 6px;
  padding: 10px;

  top: 135%;
    left: 50%;
    margin-left: -150px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.sku-tooltip:hover .tooltiptext {
  visibility: visible;
}

.pricematchcopy{
  color: #fff;
  font-size: 10px;
  background: #000;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  display:none;
  width: 280px;
  margin: 0 !important;
}

.clipboard-message{
  text-transform: uppercase;
    font-size: 10px;
    margin-bottom: -13px;
    display: block;
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 10px;
}

.pricematchcopy a{
    color: #5db24f;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 8px;
    font-weight: bold;
    letter-spacing: 1px;
}

.pricematchcopy a:last-of-type{
  margin-bottom: 10px;
}

.pricematchcopy .contact-us-today{
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
}

//YMM block on homepage start
#shopify-section-template--16085542928571__280fe186-e504-4a46-8ceb-b7d5b97d39b1 .gradient {
  background: #000 !important;
}

.mainproductsku{
  cursor: pointer;
}

//YMM block on homepage start

.bold_option_element, .bold_option_element input, .bold_option_element select, .bold_option_element textarea{
  margin-left: 0 !important;
}

.custom-table{
  white-space: nowrap;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table__wrapper{
      margin-bottom: 14px;
    margin-bottom: 1rem;
    max-width: 100vw;
    overflow-x: auto;
}

.custom-table tbody tr:nth-of-type(even) {
    background-color: #ededed;
}

.snize-item:hover .snize-title{
  max-height: none !important;
  -webkit-line-clamp: initial !important;
}

.custom-table th{
  background-color: #1f1f1f;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}

.cart-drawer{
  background: white;
    border: 2px solid #d1d1d1;
}

.field__input{
  border: 1px solid black;
}

#shopify-section-template--16085542633659__banner .collection-hero__description{
  max-width: none !important;
  padding:15px 25px;
}

/* checkout terms start */
.cart__ctas{
    /* flex-direction: column; */
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
}

.checkout-terms{
  font-size: 14px;
  background: #215c1d;
  color: white;
  padding: 10px;
  width: 100%;
  display: block;
  margin-top: 5px;
  max-width: 370px;
  text-align: center;

}

.checkout-terms-link{
  color: #fff;
  font-weight: 500;
}

.tc-modal-container{
  z-index: 9999; 
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 100%; 
  height: 100%; 
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal-container-wrapper{
  background: #9a8e4c ;
  border-radius: 6px; -webkit-box-shadow: -5px 2px 15px -2px rgba(0,0,0,0.32); 
  box-shadow: -5px 2px 15px -2px rgba(0,0,0,0.32); justify-content: center; width: 90%; display: flex; flex-direction: column; padding: 50px 30px 30px 30px; position: absolute; height: 60%; max-height: 580px; max-width: 800px; top: 0; left:0; right:0; bottom:0; margin: auto;
}

.close-modal{
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
}

.close-modal:hover{
  opacity: 0.5;
}

.tc-scroll{
  background: #ffffff; height: 500px; border: 2px solid grey; height:100%; overflow: auto; padding: 10px;
}
//CHECKOUT TERMS END


.product-spring-rate{
    background: #85dc76;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
}

@media screen and (min-width:768px){
  .product-spring-rate{
    font-size: 18px;
}
}


  .hgk-racing-message{
    background: #d9d9d9;
      padding: 40px;
      border-radius: 6px;
      border: 1px solid #000;
      width: 100%;
      max-width: 440px;
      text-align: center;
      font-size: 14px;
  }
}

.product__description span,
.product__description p,
.product__description li{
    color: #000 !important;
}

table.tg thead{
  table-layout: fixed !important;
  display: table !important;
  width: 100% !important;
}
table.tg tbody tr{
  table-layout: fixed !important;
  display: table !important;
  width: 100% !important;
}

.additional-info{
    background: #dfdfdf;
    padding: 10px 31px;
    border-radius: 6px;
}


.double-entries-container{
  display: grid;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4efc0+0,abbd73+100;Olive+3D+%232 */
  background: #2a7625;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 15px;
  border: 2px solid #d9d9d9;
  text-align: center;
  }

.double-entries-wrapper{
  margin-top: -10px;
}

@media screen and (min-width:1024px){
  .double-entries-container{
      grid-template-columns: 1fr 2fr;
  }

  .double-entries-wrapper{
    margin-top: 0;
  }
}


.double-entries-container img{
  height: auto; 
  width: 100%; 
  border-radius: 20px;
  margin: 0 auto;
}


/* YMM on Homepage */

#shopify-section-template--16085542928571__17334083135ad8a34b{
  background: #222222;
  padding: 30px;
}

#shopify-section-template--16085542928571__17334083135ad8a34b label{
  color: #fff;
}

.jdgm-widget.jdgm-widget {
    max-width: 1300px !important;
    margin: 10px auto 0 !important;
    background: #f5f5f5;
}

.jdgm-preview-badge {
    background: #fff !important;
}

.jdgm-rev {
    background: #eeeeee !important;
    padding: 20px !important;
    margin-bottom: 10px !important;
}



.description.product-description {
  font-family: inherit;
  color: #231f20;
  line-height: 1.5;
}

  .spec-block-description{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

@media screen and (min-width:768px){
  .spec-block-description{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

.spec-block {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #fafafa;
}

.spec-block h5 {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  font-weight: 500;
  color: #111;
  padding: 10px;
  background: #d9d9d9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spec-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.spec-block li {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 0.95rem;
}

.spec-block li:last-child {
  border-bottom: none;
}

.spec-block li strong {
  font-weight: 500;
  color: #333;
}

.spec-block li span {
  color: #555;
  margin-left: 1rem;
  text-align: right;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .spec-block {
    padding: 0.75rem;
  }
  .spec-block li {
    flex-direction: column;
    align-items: flex-start;
  }
  .spec-block li span {
    margin: 0.25rem 0 0;
    text-align: left;
  }
}


.product-page-wrapper{
  padding: 2rem;
  background: #e6e4e4;
  max-width: none;
}

.product-page-wrapper .product.grid{
  background: #fff;
  border-radius: 15px;
  padding: 3rem;
  max-width: 1270px;
  margin: 0 auto;
}

.product-page-wrapper .product__title>* {
    margin: 0;
    font-size: 2.5rem;
    line-height: 100%;
    margin-top: 20px;
}


.snize-ac-results {
  max-width: none !important;
  width: !100% !important;
  left: 0 !important;
}

.snize-ac-results .snize-ac-results-content{
  max-width: none;
  width: 99vw !important;
}

.page-title,
.collection-hero__title{
  font-size: 3rem;
  letter-spacing: 2px;
  font-weight: 500;
  max-width: 100%;
  line-height: 110%;
}


@media screen and (min-width:1024px){
  .collection-hero__title{
    max-width: 80%;
  }
}


.collection-hero{
  background: #272727;
  color: white;
  padding-bottom: 10px !important;
}

.collection-hero *{
    color: white;
}

.collection-hero__description p{
  font-size: 1.7rem;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.jdgm-rev__timestamp{
  color: #000 !important;
}

.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color: #000 !important;
}

.jdgm-rev__timestamp, .jdgm-rev__location{
  color: #000 !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link {
    background: #07750c !important;
    border: none;
}

.desktop-header-search-wrapper .field__label{
  color: #000;
  background: #fff;
}

.newsletter-form__field-wrapper .field__label{
  color: #fff;
}