/** Shopify CDN: Minification failed

Line 523:0 Unexpected "%"

**/
body{
    background-color: white !important;
}
.flCol{
    display: flex;
    flex-direction: column;
}
.bs{
    box-shadow: 0 1px 4px #0000001a, 0 10px 20px #0000000d;
}
.p20{
    padding-right: 10%;
    padding-left: 10%;
}
.w100{
    width: 100%;
}
.w50{
    width: 50% !important;
}
.mb50{
    margin-bottom: 50px;
}
.mVCenter{
    margin-top:auto;
    margin-bottom:auto;
}
.mHCenter{
    margin-left:auto;
    margin-right:auto;
}
.hCenter{
    align-items: center;
}
.fStart{
    justify-content: flex-start;
}
.vCenter{
    justify-content: center;
}
.collection_header_text_contents{
    min-height: 240px;
}

#version-faq-content {
    display: flex;
    gap: 20px; 
    min-height: 380px;
}

.faqColumn {
    flex: 1; /* Each column takes equal space */
    display: flex;
    flex-direction: column;
    gap: 20px; /* Gap between cards in the same column */
    max-width: calc((80% - 60px) / 4 )
}

.faqCard {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 20px;
    max-width: 100%; /* Use full width of the column */
    height: max-content;
    box-sizing: border-box; 
    cursor: pointer;
}

.faqQ{
    font-size: 1.314em;
    font-weight: 700;
    margin-bottom: 10px;
}
.faqA{
    font-size: 1.25em;
    margin-bottom: 0;
    height: auto;
    opacity: 1;
    text-overflow: ellipsis;
    transition: all 0.314s;
}
.expandCard{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.314s;
}
.expandCard svg{
    opacity: 0.314;
    transition: all 0.314s;
}
.expandCardActive{
    transform: rotate(180deg);
}
.expandText{
    opacity: 0;
    transition: all 0.314s;
}
.faqCard:hover svg{
    opacity: 1;
}
.faqCard:hover .expandText{
    margin-right:5px;
    opacity: 1;
}
.showMoreFaqs{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    transform: translateY(20px);
    opacity: 0.314;
    transition: all 0.314s;
}
.showMoreFaqs:hover{
    opacity: 1;
}
.comp-label{
    max-width: 80vw;
    min-height: 65px;
    margin: calc(1% + 10px) auto;
}
.comp-label-text{
    font-size: 2.314em;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0 !important;

}
.title-select-images{
    width: 45%;
}
.version-action-info-container{
    width: 55%;
}

.docs-label{
    margin-bottom: 0 !important;
}
.version-documentation{
    min-height:230px;
}
.version-documentation-content{
    min-height: 230px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.version-documentation-link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.version-documentation-card{
    margin-top:1.68%;
    margin-bottom:1.68%;
}
.version-action-label-text{
    font-size: 1.5em;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 600;
    text-align: left;
    width: 68.6%;
    margin-bottom: 2.314%;
}
#product-collection-anchor{
    max-width: 80vw !important;
}
.oosNoti{
    margin-left: auto;
    margin-right: 0;
    width: 25%;
    justify-content: flex-end;
    gap: 3%;
    min-width:340px;
}

.oosNotiLine{
    display: flex;
    align-items: flex-start;
    font-size: 1em;
    text-align: left;
}
.product-version-container{
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 5px;
    padding:2.314%;
    min-height: 720px;
}

.version-title{
    font-size: 1.5em;
    text-transform: none !important;
    letter-spacing: normal !important;
    font-weight: 600;
    text-align: left;
    margin-bottom:2.314%;
}


.version-info-images{
    min-width: 450px;
    min-height: 450px;
}
.version-info-image{
    width: 100%;
    height: auto;
    object-fit: cover;

}

.version-action-info-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.version-info{
    width: 96%;
    justify-content: space-between;
    text-align: left;
    margin-top:2%;
    margin-left: 2%;
    margin-right: 2%;
    padding:3.14%;
}

.version-info-title{
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
    width: 100%;
}
.version-info-description{
    font-size: 1.25em;
    text-align: left;
    width: 100%;
    margin-top: 3.14%;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.version-info-price{
    font-size: 1.314em;
    font-weight: 700;
    text-align: left;
    width: 100%;
    margin-bottom:0;
    margin-top: auto;
}
.action-configure{
    max-width:350px;
    border-radius: 5px !important;
    border: 1px solid transparent;
    position: relative !important;
    transform: none !important;
    left: 0 !important;
    margin-top: 3.14%;
    user-select: none;
    background-color: #0095ff;
    color: white;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    bottom: 0 !important;

}
.action-instock{
    background-color: #fff !important;
    border:1px solid #0095ff !important;
    color: #0095ff !important;
    margin-left: 5%;
}
.action-instock:hover{
    box-shadow:  0 0 10px #0095ff30;
}
.oosConfigureButton{
    background-color: #0095ff62 !important;
}
/* Container for the main image and thumbnails */

.thumbnails-container {
    display: flex;
    justify-content: center;
    gap: 1%;
    margin-top: 10px; 
    max-width: 513.4 !important;
    
}

.thumbnail {
    width: CALC(96% / 5);
    max-width: 131.4px;
    height: auto; 
    object-fit: cover; 
    cursor: pointer; 
    border: 2px solid transparent;
    transition: border-color 0.3s ease; 
}

.thumbnail:hover {
    border-color: #0f81f7aa; /* Darker border on hover */
}

.thumbnail:active {
    border-color: #007bff; /* Blue border when the thumbnail is clicked */
}
.activeThumb {
    border-color: #007bff; /* Blue border on the active thumbnail */
}



.action-configure{
    border-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}


.mikes-pick-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: max(350px, 3vw);
    min-height: 450px;
    border: solid 2px #cccccc;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    margin: 10px 5px;
    background-color: #fff;
    -webkit-transition: transform .1s ease-in-out;
    -moz-transition: transform .1s ease-in-out;
    -ms-transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transform-origin: center;
}

.mikes-pick-container:hover{
    border-color: #0095ff;
    cursor: pointer;
}
.mikes-pick-container:hover > .mikes-pick-price {
    opacity: 0.3;
}
.mikes-pick-container:hover .mikes-pick-title svg{
    transform: scale(1.628);
    padding:1.157%;
   /* border: 2px solid #0095ff;
    border-radius: 50%;*/
}
.mikes-pick-container:hover .mikes-pick-title{
  /*  border-bottom: 2px solid #0095ff;*/
}

.mikes-pick-options{
    min-height: 60%;
    padding: 3.14%;
    margin-bottom: 3.14%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.mikes-pick-option{
    text-align: left;
}
.mikes-pick-title{
    position: absolute;
    top:0;
    font-size: 1.314em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom:2.314%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3.14%;
    padding-top: 3.14%;
    padding-bottom:3.14%;
   /* background-color:  rgba(0, 149, 255, 0.1);
    border-bottom: 2px solid #cccccc; */
    gap: 3.14%;

}
.mikes-pick-title-related{
    font-size: 1.314em;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom:2.314%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3.14%;
    padding-top: 3.14%;
    padding-bottom:3.14%;
   /* background-color:  rgba(0, 149, 255, 0.1);
    border-bottom: 2px solid #cccccc; */
    gap: 3.14%;
}
.mikes-pick-title svg{

    margin-right: 1.314%;
    transition: all .3s ease;
}
.mikes-pick-price{
    font-size: 1.314em;
    font-weight: 700;
    text-align: center;
    width: max-content;
    margin-bottom:0;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left:3.14%;
    padding-right:3.14%;
    bottom: 60px;
    position: absolute;
    border-radius: 35px;
    background-color: #e5f4ff;
    opacity: 1;
    transition: all 0.3s ease;

}
.mcc-configure-button:not(.action-configure) {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background-color: #0095ff;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    bottom: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.mikes-pick-table-container{
    width: 96.86%;
    margin-bottom: auto !important;
    margin-top: 18.14% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left:8px;
    max-height: 310px;
    overflow-y: scroll;
}
.mikes-pick-table-container::-webkit-scrollbar {
    width: 8px; 
}
.mikes-pick-table-container::-webkit-scrollbar-thumb {
    background: #0095ff00;
    border-radius: 8px;
    transition: all 0.3s;

}
.mikes-pick-table-container:hover::-webkit-scrollbar-thumb {
    background-color: #0095ff; /* Darker color when hovering */
}

.mikes-pick-table-container::-webkit-scrollbar-track {
    background: transparent;
    width: 8px;
}
.mikes-pick-table{

    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}
.MPKeyCell {
    padding: 1.314%;
    padding-left:3.14%;
    width: 33.3333333333%;
    border: none;
}
.MPValueCell {
    padding: 1.314%;
    width: 66.6666666667%;
    border: none;
    font-weight: 600;
}
.MPRow:nth-of-type(odd) {
    background-color: rgba(0, 149, 255, 0.1);
}

/* articles */
.pdp-bottom-anchor{
    max-width: 80vw;
      min-height: 65px;
      margin: calc(1% + 10px) auto;
  }
  
%loading-skeleton {
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: #eee;
    border-color: #eee;
  
    &::placeholder {
      color: transparent;
    }
  }
  @keyframes loading-skeleton {
    from {
      opacity: .4;
    }
    to {
      opacity: 1;
    }
  }
  .loading-skeleton {
    pointer-events: none;
    animation: loading-skeleton 1s infinite alternate;
    
    img {
      filter: grayscale(100) contrast(0%) brightness(1.8);
  
    }
    h1, h2, h3, h4, h5, h6,
    p, li,
    .btn,
    label,
    .MentionedTechTalk_article_card_title_container {
      @extend %loading-skeleton;
    }
  }
  
  
  .CTOSelectionContent {
    min-height: 675px;
    max-width: 80vw;
    min-height: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
   /* border: 1px solid #e0e0e0; */
   border-top: 1px solid #e0e0e0;
    border-radius: 5px;
    /*background-color: #f9f9f9;*/
  }
  .CTOContentTitleContainer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1%;
    width: 100%;
  }
  .CTOContentTitleContainer h2{
    text-transform: none !important;
    letter-spacing: normal !important;
    font-size: 2.314em;
  }
  .CTOContentDescription {
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  .CTOContentDescription p{
    font-size: 1.25em;
    text-align: left;
    color:#69727b;
  }
  
  .CTOContentResourcesContainer{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;
    min-height: 444px;
  }
  
  .resourceContainer{
    max-width:25%;
    height: fit-content !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin:1%;
    margin-top: 0 !important;
    box-shadow: 0 1px 4px #0000001a, 0 10px 20px #0000000d;
    padding: 1%;
    transition: all 0.25s ease-in-out;
  
  }
  
  
  .resourceContainer:hover{
    cursor: pointer;
    transform: scale(1.01);
    box-shadow: 0 0 10px #0095ff;
  
  }
  .resourceTitle{
    font-size: 1.2em;
    font-weight: bold;
    margin: 1%;
    min-height: 45px;
    justify-content: center;
      display: flex;
      align-items: center;
  }
  .resourceImageContainer {
    overflow: hidden;
    width: 100%;
    height: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .resourceImage {
    width: 100%;
    height: auto;
    margin: 1%;
    max-width: 300px;
    object-fit: cover;
  }
  
  .techTalkHighlightTitle{
      font-weight: 700;
      font-size: 2em;
      padding-bottom: 1% !important;
      padding-top: 1% !important;
      text-align: left;
  
  }
  
/* table */
.tooltip-custom {
    position: relative;
    cursor: pointer;
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    text-wrap: balance;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 25%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-custom .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.icon-info-sign {
    color: #0095ff;
    margin-left:2.314%;
}


.comboBoxContainer {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ccc;
    padding: 1.314%;
    cursor: pointer;
}

.comboBoxInput {
    width: 92%;
    box-sizing: border-box;
    padding: 5px;
    font-size: 16px;
    border: none;
}
.comboBoxWrapper{
    display: flex;
    align-items: center; 
    width: 100%;
}
.dropSVG{
    border-left: 1px solid #ccc;
    padding-left: 1.314%;
}
.comboBoxList {
    position: absolute;
    z-index: 5;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    display: none;
    margin-left: -1.314%;
    margin-top: 1.314%
}


.comboBoxList div {
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.comboBoxList div:hover {
    background-color: #f1f1f1;
}
.labelCell{
    font-weight: 600;
    font-size: 2em;
    padding-bottom:1% !important;
    padding-top: 1% !important;
    border-bottom: 2px solid #ccc !important;
    transform: translateX(-1.57%); 
}
#compare {
    border-collapse: collapse;
    border-spacing: 0 10px; 
    width: 80%;
    margin-left:auto;
    margin-right:auto;
    min-height: 1600px;

}

#compare td, #compare th {
    border: none;
    padding: 8px;
}

#compare .overview {
    border-bottom: 2px solid #000; 
    font-weight: bold;
}

#compare tr td:first-child {
    font-weight: 600;
    white-space: nowrap;
}
.compTableRow{
    cursor: pointer;
    
    transition: all 0.314s;
}
.selected {
    background-color: rgba(0, 149, 255, 0.1);
    /*border: 2px solid;*/
    border-color: #0095ff;
    border-radius: 8px;
    color: #0095ff;
    transition: all 0.314s;
}
.autoSelected {
    background-color: rgba(0, 149, 255, 0.1);
    /*border: 2px solid;*/
    border-color: #0095ff;
    border-radius: 8px;
    color: #0095ff;
    transition: all 0.314s;
}
.unAutoSelected:not(.selected) {
    background-color: white;
    color: black;
}
.compTableRow td:not(.valueCell) {
    width: 0;
    opacity: 0;
}
.valueCell{
    width:30%;
}
.keyCell:not(.hiddenCell){
    width: 30% !important;
    opacity: 1 !important;
}
.highlight-differences-lbl{
    font-weight: normal;
}

.tableImgContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.titleImgConf{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.chassisPriceConfig{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom:3.14%;
}
.tableTitle{
    font-size:  1.628em;
}
.chassisPrice{
    font-size: 1.686em;
}

.imageComingSoon{
    filter: blur(3.14px) grayscale(20%);

}
.brandFilter {
    margin:1.314% !important
}

/* Responsive */
@media screen and (max-width: 1650px){
    .CTOSelectionContent,
    .MP-container,
    .mp-anchor,
    #product-collection-anchor {
        max-width: 90% !important;
    }
    .mikes-pick-container{
        width: max(320px, 4vw);
    }
}
@media screen and (max-width: 1150px){
    #title-select-images-info{
        flex-direction: column !important;
        align-items:center;
    }
    .title-select-images {
        width: 100% !important;
    }
    .tableImg{
        display: none;
    }
    .faqColumn{
        max-width: calc((80% - 60px) / 2);
    }
    
}
  @media screen and (max-width: 600px){
    .faqColumn{
        max-width: 100%;
    }
    .comboBoxContainer {
        width:200px;
        transform: translateX(-75px);
        margin-bottom: 0;
        margin-top: auto;
    }
    .brandFilter {
        width: 100% !important;
        text-wrap: nowrap;
    }
    .version-title{
        text-align: center;
    }
    .version-info{
        padding:0;
    }
    .version-info-price{
        text-align: center;
    }
    .comp-label-text {
        font-size: 2em;
    }
    .action-configure{
        max-width: 100%;
    }
    .titleImgConf{
        flex-direction: column;
    }
    .labelCell,
    .tableTitle,
    .chassisPrice,
    .faqQ,
    .faqA,
    .action-configure{
        font-size: 1em;
    }
    #product-collection-anchor {
        max-width: 100% !important;
        padding-left: 2.314%;
        padding-right: 2.314%;
    }
    .tableTitle{
        min-height: 100px;
    }
    
    #compare {
        width: 100%;
        table-layout: fixed;
    }
    #compare td, #compare th {
        width: 30vw;
    }
    .valueCell{
        width: 10% !important;
    }

    .compTableRow{
        font-size: x-small;
    }
    .w100{
        max-width: 100% !important;
        overflow: hidden;
    }
    .collection_header_text_contents{
        min-height: 560px;
    }
    .comp-label{
        max-width: 90% !important;
    }
    #version-faqs{
        min-height: 2000px;
        max-height: 2000px;
        overflow-y: auto;
    }
    .product-version-container {
        border-radius: 8px;
        padding: 3.14%;
        margin-top:20px;
    }
    #title-select-images-info{
        flex-direction: column;
        min-height: 1150px;
    }
    .mp-anchor{
        min-height: 1285px;
    }
    .title-select-images{
        width: 100%;
    }
    .thumbnail{
        max-width: 65px;
    }
    .version-info-images{
        min-width: 100%;
    }
    .version-action{
        flex-direction: column;
    }
    .compareTable{
        overflow: auto;
    }
    .version-documentation-link svg{
        min-width: 24px;
        min-height: 24px;
    }
    .pdp-bottom-anchor{
        max-width: 90% !important;
        padding-left: 10%;
        padding-right: 10%;
    }
    .CTOContentResourcesContainer{
        flex-direction: column;
    }
    .resourceContainer{
        max-width: 100%;
        padding: 13.14px;
    }
    .tableCont{
        overflow: auto;
        min-height: 1670px;
        max-width: 100% !important;
        padding-left: 2.314%;
        padding-right: 2.314%;

    }
    .version-documentation-content{
        width: 100%;
    }
    .version-documentation-card{
        border-bottom: 1px solid #e5e5e5;
        margin-top: 2%;
        margin-bottom: 8%;
    }
    .version-documentation-link {
        align-items: flex-end;
    }
  }