/** Shopify CDN: Minification failed

Line 6:0 Unexpected "}"

**/
}
/* tab-buttons */
.tabs_nav {
    transition: all 0.3s ease-in-out;
}
section.shopify-section.section-tab.tabs_nav {
    border-top: 1px solid #E5E5E5;
}
.title_product {
    display: flex;
    gap: 16px;
    align-items: center;
}
.title_product .tab-button {
    font-weight: 500;
    font-size: 17px;
    line-height: 22.1px;
    letter-spacing: 0;
    color: #121212;
    text-decoration: none;
}
.tabs_fixed .page_product {
    position: sticky;
    top: 0;
    z-index: 999;
  background:#fff;
}
.techspecs-column ul {
    margin: 0;
}
.tabs_nav.tabs_fixed {
        position: sticky;
    top: 0;
    z-index: 999;
}
.main_specs img {
    width: 100%;
}
.main_specs .images {
    margin-bottom: 60px;
}
.specs {
    display: flex;
    gap: 30px;
    padding: 60px 0px;
    border-top: 1px solid #d2d2d7;
}
.main_specs .images img {
    height: 640px;
    object-fit: cover;
}
.techspecs-rowheader {
    flex-basis: 20%;
}

.techspecs-column {
    flex-basis: 80%;
}
.title_product h2 {
    padding-right: 20px;
}
.techspecs-column p {
    font-size: 17px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 6.8px;
    font-weight: 400;
}
.techspecs-rowheader h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px;
}
.tab-buttons {
  display: flex;
}
.page_product .page-width .wrap-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0px;
  background:#fff;
}
.title_product h2 {
    margin: 0px;
    font-size: 21px;
    font-weight: 500;
  line-height:29.4px;
}
.page_product {
  transition:0.3s;
}

.tabs_product.tab-container a {
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    color: #212121;
    margin-left: 24px;
    position: relative;
    transition: 0.3s;
  height:40px;
    line-height:23.8px;
}
/* .tabs_product.tab-container a.tab-button.active:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -22px;
    background: #212121;
} */
.tabs_product.tab-container {
    display: flex;
    align-items: center;
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.dropdown-content.tabs_product.tab-container.for_mobile {
    max-height: 0px;
    overflow: hidden;
}
svg.toggle-btn {
    display: none;
}
.tabs_product.tab-container a.call-atc {
    background: #F0F2FF;
    padding: 8px 20px;
    color: #3E74E0;
    border-radius: 9999px;
    transition: 0.3s;
}

.tabs_product.tab-container a.call-atc:hover {
    opacity: 0.8;
}
.title_product a.call-atc{
  display:none;
}
.page_product.tabs_fixed {
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
    padding: 0px;
    background: #fff;
}
.main_specs img {
    width: 100%;
}
.tabs-box {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

a.tab-button.small-hide.active:after {
    background: #000000;
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -21px;
    left: 0;
}

.title_product .tab-button {
    position: relative;
}
@media only screen and (max-width: 992px) {
  .dropdown-content.tabs_product.tab-container.for_mobile.show {
        border-top: 0.5px solid #DEDEDE;
    }
  .title_product h2 {
      position: relative;
      display: inline-flex;
  }
  .main_specs .images img {
      height: 100%;
      object-fit: cover;
  }
  .title_product{
    display:block;
  }
/* tab-buttons */
  .specs {
      display: block;
      gap: 30px;
      padding: 18px 0px;
      border-top: 0px solid #d2d2d7;
  }
  .main_specs .images {
    margin-bottom: 0px;
      line-height: 0px;
  }
  .techspecs-rowheader h3 {
      padding: 19px 0px;
      margin-bottom: 31px;
      border-bottom: 1px solid #d2d2d7;
  }
  .title_product a.call-atc {
      position: absolute;
    display:block;
      right: 14px;
      top: -2px;
      padding: 7px 16px;
      border-radius: 24px;
      background: #F0F2FF;
      color: #3E74E0;
      text-decoration: none;
              font-size: 15px;
        line-height: 16.5px;
  }
  .page_product {
      padding-top: 0px;
  }
  .page_product {
      position: relative;
      z-index: 9999;
  }
  main#MainContent{
    transition:0.3s;
  }
  /* main#MainContent.backdrop-filter:before {
      content: "";
      height: 100%;
      width: 100%;
      background: #2222221f;
      position: absolute;
      z-index: 999;
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
  } */
    .page_product .page-width {
        padding: 0px;
    }
    .title_product h2 {
        padding: 0px 15px;
              font-size: 17px;
        line-height: 23.8px;
    }
    svg.toggle-btn {
      position: absolute;
      right: -10px;
      top: 0px;
      transform: rotate(90deg);
      transition: 0.3s;
      display: block;
      width: 20px;
    }
    .title_product.dropdown-open svg.toggle-btn {
        transform: rotate(-90deg);
    }
    .title_product {
        position: relative;
    }
    .dropdown-content.tabs_product.tab-container.for_mobile {
        position: absolute;
        z-index: 9;
        background: #fff;
        width: 100%;
                margin-top: 12px;
        padding: 0px 15px;
    }
  .techspecs-column li {
    font-size: 17px;
    line-height: 23.8px;
}
    .page_product .page-width .wrap-box{
      margin-bottom:0;
    }
    .ul-tab {
        padding: 8px 0px;
    }
    /* .tabs_product.tab-container a.tab-button.active:before {
        content: "";
        height: 10px;
        width: 1px;
        position: absolute;
        bottom: 13px;
        background: #212121;
        left: -15px;
    } */
    a.tab-button.active {
        text-decoration: underline;
    }
    .dropdown-content {
      display: block;
      max-height: 0;
      overflow: hidden;
      transition: max-height 320ms cubic-bezier(0.4, 0, 0.6, 1) 240ms, visibility 0s linear 1s;
      
    }
    .dropdown-content.tabs_product.tab-container.for_mobile{
      display: block;
      
    }
    .dropdown-content.tabs_product.tab-container.for_mobile a {
        display: block;
        margin: 0px;
        padding: 8px 0px;
    }
    .title_product {
        flex-basis: 100%;
    }
    .dropdown-content.tabs_product.tab-container.for_mobile.show {
      max-height: 200px; /* Adjust as necessary */
      transition: max-height 320ms cubic-bezier(0.4, 0, 0.6, 1), visibility 0s linear 0s;
      
    }
}