/** Shopify CDN: Minification failed

Line 154:43 Unexpected "{"

**/
.product-details-tabify{
    width: 100%;
}  
.tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 112px;
    row-gap: 30px;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    background: #d8d8d8;
    padding: 32px 0;
}  
.product-details-tabify .tab-panel{
    display: none;
}
.tab-panel.show{
    display: block;
}
.tab-content.show {
    display: block;
}
.tabify-link.active{
    font-weight: 800;
}
.tabify-link{
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.68px;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
}
li.tab-item {
    margin: 0;
}
.tabify-link:hover{
    color:#000000;
}
.description_tab-wrap,
.custom_tab-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding: 56px 0;
    justify-content: space-between;
}
.description_tab-content {
    flex: 0 0 47%;
    max-width: calc(47% - 24px);
}
.description_tab-image {
    flex: 0 0 53%;
    max-width: calc(53% - 30px);
}
.description_tab_content p,
.faq_tab-content .collapsible-content__inner p{
    font-family: Plus Jakarta Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    margin: 0;
}
.faq_tab-content {
    padding-top: 30px;
    padding-bottom: 60px;
}
.description_tab_content {
    display: none;
}  
.description_tab_content.open {
    display: block;
}  
.description_tab_content {
    padding-bottom: 24px;
}
.collapsible-tab {
    border-bottom: 1px solid #B3B7BC;
}
.collapsible-btn,
.description_tab-content .collapsible-trigger{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* padding: 24px 0px; */
    padding: 20px 0px;
    border: none;
    background: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    font-family: Plus Jakarta Sans;
    text-transform: none;
    letter-spacing: 0;
}  

  .collapsibles-wrapper .collapsible-trigger {
      display: flex;
      justify-content: space-between;
  }

.icon-plus,
.icon-minus {
    transition: opacity 0.3s ease;
    width: 16px;
    height: 16px;
}  

.product-details-tabify .collapsibles-wrapper .icon-minus {
    display: none; 
}

.product-details-tabify .collapsibles-wrapper .is-open .icon-plus {
  display: none;
}

.product-details-tabify .collapsibles-wrapper .is-open .icon-minus {
  display: inline-block;
}

.product-details-tabify .description_tab-content .collapsibles-wrapper .is-open .icon-minus{
  display: none; 
}

.collapsible-btn.active .icon-plus {
    display: none;
}
.collapsible-btn.active .icon-minus {
    /* display: inline-block; */
    display: none !important;
}
.faq_tab-content .collapsible-btn,
.faq_tab-content .collapsible-trigger{
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 30px 0;
    text-align: left;
    gap: 10px;
    text-transform: none;
    letter-spacing: 0;
}
.faq_tab-content .description_tab_content, {
    padding: 30px 0;
    border-top: 1px solid #B3B7BC;
}
  
.tech_specs_tab-content{
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    padding: 56px 0;
    align-items: center;
    justify-content: space-between;
}
.tech_specs_tab-img{
    flex: 0 0 53%;
    max-width: calc(53% - 30px);
}
.tech_specs_tab-text{
    flex: 0 0 47%;
    max-width: calc(47% - 24px);
}
.video_tab_content{
    padding: 56px 0;
}

.video_tab_content .video-hosted {
    position: relative;
}

.video_tab_content .video-hosted:before {
    content: '';
    display: block;
    padding-bottom: var(--video-ratio-percent);
}

.video_tab_content .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* .video_tab_content .video-play-btn:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
} */

.video_tab_content .video-play-btn svg {
    width: 60px;
    height: 60px;
}

.video_tab_content video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video_tab_content iframe {
    width: 100%;
    min-height: 600px;
    border: 0;
}

.tech_specs_tab-desc strong{
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
}
.tech_specs_tab-desc ul li{
    font-family: Plus Jakarta Sans;
    font-size: 15px;
    font-weight: 300;
    line-height: 25.6px;
}
.tech_specs_tab-desc ul {
    margin: 0 0 15px 25px;
}
.tech_specs_tab-desc p {
    margin: 0 0 15px;
}
.tabs.mobile-tabs{
    display:none;
}



/* 18 feb */
body .tab-content #trustspot-widget-wrapper .select-list {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    appearance: auto;
}
.tab-panel > div {
  transition: transform .3s cubic-bezier(.25,.46,.45,.94);
  transform: translateY(40px);
}
.tab-panel.show > div {
    transform: translateY(0);
    transition: transform .5s cubic-bezier(.25,.46,.45,.94);
}

.tab-content .ts-product-widget-filter-tags {
 margin-left: 0px;
}

.tab-content #trustspot-widget-wrapper .select-list {
    background-color: #43548c !important;
    color: #ffffff !important;
}

.tab-content .trustspot-photo-carousel .carousel-column .overlay.overlay-video::before {
    min-width: 50px;
    max-width: 50px;
    min-height: 32px;
}

.tab-content .rating.advance-filter .radGroup2 {
    margin-bottom: 2px;
}

.tab-content .trustspot-photo-box img{
    object-fit: cover;
}
.tab-item-desktop.active a{
    font-weight: 800;
}

.tabs.mobile-tabs.active a{
    font-weight: 800;
}

.tabs.mobile-tabs svg{
    transition: all .2s ease-in;
}

.tabs.mobile-tabs.active svg{
    transform: rotate(180deg);
}

.tab-panel .collapsible-tab:has(.open) .collapsible-btn .icon-plus{
 display: none;
}

@media (max-width: 700px) {
    .tab-content  #trustspot-widget-wrapper .ts-product-widget-header-right {
        display: block;
        float: inline-end;
        text-align: left;
        margin: 15px 0px 0px 0px;
        width: 100%;
    }

    body .small-widget #trustspot-widget-wrapper .widget-overall-rating {
        padding: 15px 0 !important;
    }
}
@media (max-width: 767px) {
    body #trustspot-widget-wrapper .review-result-header ul.tab li div.active{
        background-color: transparent !important;
        border: none !important;
        border-bottom: 3px solid #464646 !important;
        color: #464646 !important;
    }
    body #trustspot-widget-wrapper .review-result-header ul.tab li div.active .gray-text{
        color: #415e81 !important;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1023px)  {
    ul.tabs.desktop-tabs {
        display: none;
    }
    .tabs.mobile-tabs{
        display:block;
    }
    .tab-content.page-width {
        padding: 0;
    }
    .tabs.mobile-tabs {
        padding: 16px 40px;
    }
    .tab-panel{
        padding: 0 40px;
    }
    .description_tab-content, .description_tab-image {
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
    }
    .description_tab-wrap,
    .custom_tab-wrap {
        padding: 32px 0;
        gap: 8px;
    }
    .tech_specs_tab-img, .tech_specs_tab-text {
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
    }
    .tech_specs_tab-content {
        gap: 32px;
        padding: 32px 0;
    }
    .tabs.mobile-tabs {
        margin-bottom: 1px;
    }
    .tabify-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .faq_tab-content .collapsible-btn span{
        width: calc(100% - 16px);
    }
    .faq_tab-content .collapsible-btn svg{
        width: 16px;
        height: 16px;
    }
}
@media screen and (max-width: 1024px) {
    .accordian-content{
        clear: both;
    }
    .product-details-tabify .tab-panel {
      display: block;
    }
    .accordian-content .tab-panel {
      backface-visibility: hidden;
      height: 0;
      opacity: 0;
      overflow: hidden;
      visibility: hidden;
    }
    .accordian-content .tab-panel.show {
      opacity: 1;
      overflow: unset;
      transition: opacity 1s cubic-bezier(.25,.46,.45,.94), height .5s cubic-bezier(.25,.46,.45,.94);
      visibility: visible;
      height: auto;
    }
}
@media screen and (max-width: 767px) {
    .tabify-link {
        font-size: 16px;
        line-height: 20.16px;
        display: flex        ;
        align-items: center;
        justify-content: space-between;
        font-weight: 600;
    }
    .tabs {
        padding: 16px 40px;
    }
    .description_tab-content, .description_tab-image {
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
    }
    .description_tab-wrap,
    .custom_tab-wrap {
        padding: 32px 0;
        gap: 8px;
    }
    .tech_specs_tab-img, .tech_specs_tab-text {
        flex: 0 0 100%;
        max-width: calc(100% - 0px);
    }
    .tech_specs_tab-content {
        gap: 32px;
        padding: 32px 0;
    }
    ul.tabs.desktop-tabs {
        display: none;
    }
    .tabs.mobile-tabs{
        display:block;
    }
    .tab-content.page-width {
        padding: 0;
        padding-bottom: 32px;
    }
    .tab-panel {
        padding: 0 16px;
    }
    .tabify-link.active svg{
        transform: rotate(180deg);
        transition: all .2s ease-in;
    }
    .tabs.mobile-tabs {
        margin-bottom: 1px;
    }
    .faq_tab-content .collapsible-btn {
        font-size: 18px;
        line-height: 25.2px;
        text-align: left;
        padding: 30px 0;
    }
    .faq_tab-content .collapsible-btn span{
        width: calc(100% - 16px);
    }
    .faq_tab-content .collapsible-btn svg{
        width: 16px;
        height: 16px;
    }
    .faq_tab-content {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 590px) {
    .tab-content.page-width {
        padding: 0;
        padding-bottom: 32px;
    }
    .tab-panel {
        padding: 0 16px;
    }
    .tabs {
        padding: 16px;
    }
}
