/* ==============================================

         Product Loop Cards

================================================= */









/* ---------------------------------------------------------------- */

/*  CARDS -  PRODUCT PAGE                                          */

/* ---------------------------------------------------------------- */

/* Related Products & Case Studies Cards */
.woocommerce ul.cards.products,
ul.cards {
    margin: 0px !important;
    display: block;
    width: 100%;
    float: left;
}
ul.cards,
ul.cards > li,
ul.cards > article {
    list-style: none !important;
}
ul.cards > li,
ul.cards > article {
    width: 33.3% !important;
    margin: 0px !important;
    display: inline-block;
    float: left;
    /* border: 1px solid #ffffff !important; */
    outline: 8px solid #ffffff !important;
    /* margin-top: 32px !important; */
}



/*
@media only screen and (min-width: 1300px) {
    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"],
    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"],
    body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] {
        width: 107% !important;
    }
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    body.woocommerce:not(.single-product) ul.cards.products[data-n-desktop-small-columns="2"],
    body.woocommerce:not(.single-product) ul.cards.products[data-n-desktop-small-columns="3"] {
        width: 107% !important;
    }
}
*/



/* ---------------------------------------------------------- case-study */
ul.cards-case_studies .post .post-content,
ul.cards-case_studies .case-study .post-content {
    padding: 0px !important;
}
ul.cards-case_studies .post .post-content .content-inner,
ul.cards-case_studies .case-study .post-content .content-inner {
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
ul.cards-case_studies .post .post-content a img,
ul.cards-case_studies .case-study .post-content a img {
    min-width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
}
ul.cards-case_studies .post .post-content .case-meta,
ul.cards-case_studies .case-study .post-content .case-meta {
    margin-bottom: 16px !important;
}
ul.cards-case_studies .post .post-content .article-content-wrap,
ul.cards-case_studies .case-study .post-content .article-content-wrap {
    padding: 24px 20px !important;
}
ul.cards-case_studies .case-study .post-content .article-content-wrap .post-header h4.title {
    font-size: 20px !important;
    line-height: 24px !important;
}
ul.cards-case_studies .post .post-content .article-content-wrap .post-header h4.title a,
ul.cards-case_studies .case-study .post-content .article-content-wrap .post-header h4.title a {
    color: #18171a;
}
ul.cards-case_studies .post .post-content a span.continue-reading i,
ul.cards-case_studies .case-study .post-content a span.continue-reading i {
    font-size: 21px;
    margin-left: 4px;
}


/* --------------------------------------------------------------------- Product & Accessories Cards */
#ajax-content-wrap ul.cards.product-section {
    display: flex;
    flex-flow: wrap;
    /* justify-content: space-around; */
    /* padding-bottom: 160px; */
    width: 100%;
    list-style: none;
}
#ajax-content-wrap ul.cards > li {
    position: relative;
    background: #f5f5f7;
    color: #18171A;

    text-align: center;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    /* border: 1px solid #ffffff !important; */

    border: 0px !important;
    box-shadow: none !important;

    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (min-width: 1000px) {
    body.archive.woocommerce #ajax-content-wrap ul.cards > li {
        min-width: 33.3% !important;
        max-width: 33.3% !important;
        width: 33.3% !important;
    }
    body.search-results #ajax-content-wrap ul.cards > li {}
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
    body.archive.woocommerce #ajax-content-wrap ul.cards > li {
        min-width: 49.9% !important;
        max-width: 49.9% !important;
        width: 49.9% !important;
    }
    body.search-results #ajax-content-wrap ul.cards > li {}
}

@media only screen and (max-width: 690px) {
    html .woocommerce ul.products[data-n-phone-columns="1"] li.product,
    html .woocommerce ul.products[data-n-phone-columns="1"] li.product.material,
    html body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product,
    html body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product.material {
        width: unset !important;
    }
}


/* Form Field - Select - States */
body.archive.woocommerce select.orderby {
    margin-top: 0px !important;
    box-shadow: none !important;
    position: relative;
    height: 32px;
    padding: 4px 8px;
    overflow: hidden;

    color: #18171A;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    border-radius: 3px;

    color: #18171A !important;
    background-color: #ffffff;
    border: 1px solid #B8B7BE !important;
}
body.archive.woocommerce select.orderby:hover {
    color: #18171A !important;
    background-color: #F5F5F7 !important;
    border: 1px solid #B8B7BE !important;
}
body.archive.woocommerce select.orderby:focus {
    color: #18171A !important;
    background-color: #F5F5F7 !important;
    border: 1px solid #0075FB !important;
    outline: 2px solid #0075FB !important;
}
body.archive.woocommerce select.orderby:visited {
    color: #18171A !important;
    background-color: #E8E7E9 !important;
    border: 1px solid #B8B7BE !important;
}
body.archive.woocommerce select.orderby:active {
    color: #18171A !important;
    background-color: #FFFFFF !important;
    border: 1px solid #B8B7BE !important;
}
body.archive.woocommerce select.orderby:disabled {
    color: #767580 !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E8E7E9 !important;
}















/*
body:not(.single-product) #ajax-content-wrap ul.cards > li {
    flex: auto !important;
} */

#ajax-content-wrap ul.cards > li:hover,
#ajax-content-wrap ul.cards > li:active {
    border: 0px !important;
    box-shadow: none !important;
}


#ajax-content-wrap ul.cards-accessories > li {
    padding: 24px 28px !important;
}
#ajax-content-wrap ul.cards-products > li {
    padding: 32px 36px !important;
}
#ajax-content-wrap ul.cards > li {
    padding: 32px 36px !important;
}







#ajax-content-wrap ul.cards > li .clear {
    padding-bottom: 0px !important;
}
#ajax-content-wrap ul.cards > li .clear > hr {
    max-width: 32px !important;
    border-color: #B8B7BE !important;
    border-color: #D5D5D8 !important;
    border-color: #B8B7B3 !important;
    border-style: solid !important;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}




#ajax-content-wrap ul.cards > li.classic.product .onsale {
    position: absolute;
    z-index: 1;

    color: #F5F5F7;
    background-color: #d63e33 !important;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(255, 255, 255, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 2px 3px rgba(255, 255, 255, 0.05);

    text-overflow: ellipsis;
    /* Body/Md/Regular */
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;


    padding: 5px 10px;
    right: 100%;
    min-width: fit-content;
    min-height: auto;
    margin: 0;

    border-radius: 2px;

    top: 28px !important;
    left: 28px !important;
}
#ajax-content-wrap ul.cards > li.classic.product .new_product {
    position: absolute;
    z-index: 0;

    /* right: 5px !important; */

    color: #F5F5F7;
    background-color: #101820;

    -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset, 0 2px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 0 rgb(255 255 255 / 15%) inset, 0 2px 3px rgb(0 0 0 / 5%);
    text-overflow: ellipsis;

    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 10px;

    border-radius: 0px;
    -webkit-border-radius: 0px;

    top: 28px !important;
    left: calc(100% - 78px) !important;
    width: 50px;
}
@media only screen and (max-width: 480px) {
    #ajax-content-wrap ul.cards > li.classic.product .onsale {
        top: 16px !important;
        left: 16px !important;
    }
    #ajax-content-wrap ul.cards > li.classic.product .new_product {
        top: 16px !important;
        left: calc(100% - 66px) !important;
    }
}



#ajax-content-wrap ul.cards li.product .product-images {
    position: relative;
    min-height: 140px;
    padding: 20px 0;
    padding: 0px !important;
    /* max-height: 300px; */
    max-width: 300px;
    margin: 0 auto;
}
#ajax-content-wrap ul.cards li.product .product-images img {
    width: auto;
    max-height: 140px;
    margin-bottom: 0px !important;
}
#ajax-content-wrap ul.cards > li h2.woocommerce-loop-product__title,
#ajax-content-wrap ul.cards > li h3.woocommerce-loop-product__title {
    color: #18171A !important;
    text-align: center !important;
    font-family: "Open Sans" !important;
    font-family: "Exo 2" !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: -0.44px !important;

    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 40px !important;

    min-height: 36px;
    max-height: 36px;
}
#ajax-content-wrap ul.cards li.product span.product-product_cooling {
    max-width: 20px;
    max-height: 20px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 2px;
}
#ajax-content-wrap ul.cards li.product span.product-product_cooling > img {
    margin: 0px !important;
    float: left;
}


#ajax-content-wrap ul.cards li.product div.product-top_info {
    min-height: 48px;
    max-height: 48px;
}
#ajax-content-wrap ul.cards li.product span.product-product_lifespan {
    padding-top: 8px !important;
    clear: both;
    display: block;
}
#ajax-content-wrap ul.cards li.product div.product-chip_type {
    min-height: 20px;
    max-height: 20px;
}
#ajax-content-wrap ul.cards li.product div.product-available_chips {
    margin-top: 6px;
    min-height: 60px;
}
#ajax-content-wrap ul.cards li.product div.product-processor_info {
    margin-top: 10px;
    min-height: 80px;
    max-height: 80px;
}
#ajax-content-wrap ul.cards li.product div.product-available_chassis {
    margin-bottom: 6px;
    min-height: 30px;
    min-height: 60px;
}
#ajax-content-wrap ul.cards li.product div.product-bottom_info {
    min-height: 80px;
    max-height: 80px;
}
#ajax-content-wrap ul.cards li.product span.product-storage {
    min-height: 40px;
    max-height: 40px;
    display: block;
}


#ajax-content-wrap ul.cards li.product div.product-available_chips ul,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul,
#ajax-content-wrap ul.cards li.product div.product-card_family tag,
#ajax-content-wrap ul.cards li.product div.product-card_family a.tag {
    list-style: none !important;
    text-align: center;
    margin: 0px !important;
}
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li,
#ajax-content-wrap ul.cards li.product div.product-card_family ul li,
#ajax-content-wrap ul.cards li.product div.product-card_family tag,
#ajax-content-wrap ul.cards li.product div.product-card_family a.tag {
    list-style: none !important;
    display: inline-block;
}
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li tag,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li tag,
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li a.tag,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li a.tag,
#ajax-content-wrap ul.cards li.product div.product-card_family > tag {
    height: 24px;
    min-width: 40px;
    padding: 0px 8px;
    justify-content: center;
    align-items: center;

    border-radius: 2px;
    border: 1px solid #D5D5D8;

    color: #767580;
    text-align: center;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;

    line-height: 16px;
    display: flex;

    margin: 2px 2px !important;

    line-height: 22px;
    display: inline-block;
}

#ajax-content-wrap ul.cards li.product div.product-available_chips ul li tag.active,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li tag.active,
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li a.tag.active,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li a.tag.active {
    border: 1px solid #5E5E66 !important;
    color: #18171A !important;
}
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li a.tag:hover,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li a.tag:hover,
#ajax-content-wrap ul.cards li.product div.product-available_chips ul li a.tag:focus,
#ajax-content-wrap ul.cards li.product div.product-available_chassis ul li a.tag:focus {
    border: 1px solid #5E5E66 !important;
    color: #18171A !important;
    text-decoration: none !important;
}





#ajax-content-wrap ul.cards li.product .product-card_price {
    display: block;
    margin-top: 48px;
    min-height: 28px;
}
#ajax-content-wrap ul.cards li.product .product-card_price > .price {
    display: inline-block;
    color: #18171A !important;
    font-family: "Open Sans" !important;
    font-family: "Exo 2" !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    letter-spacing: normal !important;
    text-align: inherit !important;
    float: unset !important;
    width: auto !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
    font-style: normal !important;
}
#ajax-content-wrap ul.cards li.product .price * {
    color: #18171A;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
#ajax-content-wrap ul.cards li.product .price del,
#ajax-content-wrap ul.cards li.product .price del * {
    color: #DC5555 !important;
    font-family: "Open Sans" !important;
    font-family: "Exo 2" !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}




#ajax-content-wrap ul.cards li.product div.accessory-top_info {
    margin-top: 10px;
    display: block;
    min-height: 100px;
    max-height: 100px;

    text-align: center;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#ajax-content-wrap ul.cards li.product div.accessory-top_info > span {
    display: block;
}
#ajax-content-wrap ul.cards li.product div.accessory-product_sku {
    display: block;
    min-height: 20px;
    max-height: 20px;
}
#ajax-content-wrap ul.cards li.product div.accessory-learnmore {
    margin-top: 20px;
    min-height: 28px;
    max-height: 28px;
    text-align: center;
}
#ajax-content-wrap ul.cards li.product div.accessory-learnmore > a.clear_btn_arrow {
    margin-bottom: 0px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    font-size: 15px !important;
    line-height: 24px !important;
    padding-right: 32px !important;

    display: block !important;
    width: 146px !important;
    margin: 0px auto !important;
    float: unset !important;
}
#ajax-content-wrap ul.cards li.product div.accessory-learnmore > a.clear_btn_arrow > i {
    right: 12px !important;
}
#ajax-content-wrap ul.cards li.product.accessory .product-card_price {
    margin-top: 10px !important;
}
#ajax-content-wrap ul.cards li.product.accessory a.build-btn {
    margin-top: 28px !important;
}

/* Accessories Cards Learn More Arrow */
#ajax-content-wrap ul.cards li.product div.accessory-learnmore > a.clear_btn_arrow {
    padding-right: 0px !important;
}
#ajax-content-wrap ul.cards li.product div.accessory-learnmore > a.clear_btn_arrow > i.blue-chevron {
    background-color: transparent !important;
    background-image: url(https://www.snuc.media/wp-content/uploads/2025/04/Chevron-right-blue.svg) !important;
    background-size: 9px 24px;
    background-repeat: no-repeat;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: -11px;
    width: 12px;
    height: 24px;
}







#ajax-content-wrap ul.cards li.product span.product-availability {
    display: block;
    min-height: 20px;
    max-height: 20px;
}

#ajax-content-wrap ul.cards li.product a.build-btn {
    text-transform: unset !important;
    text-decoration: unset !important;
    display: inline-flex !important;
    height: 48px !important;
    justify-content: center !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    padding: 16px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    font-family: "Open Sans" !important;
    font-family: "Exo 2" !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    -ms-transform: unset !important;
    transform: unset !important;
    -webkit-transform: unset !important;

    border: 0px !important;
    background: #0075FB !important;
    color: #ffffff !important;

    margin-top: 36px !important;

    min-width: 100%;
}

#ajax-content-wrap ul.cards.product-section li.product a.build-btn:focus {
    border: 2px solid #ffffff !important;
    outline: 3px solid #0075FB !important;
}
#ajax-content-wrap ul.cards.product-section li.product a.build-btn:active {
    border: 2px solid #ffffff !important;
    outline: 3px solid #0075FB !important;
}
#ajax-content-wrap ul.cards.product-section li.product a.build-btn:hover {  background: #005BA6 !important; box-shadow: none !important; opacity: 1 !important;  }
#ajax-content-wrap ul.cards.product-section li.product a.build-btn:active {  background: #00447C; }
#ajax-content-wrap ul.cards.product-section li.product a.build-btn:visited {  background: #00447C; } /* Pressed */
#ajax-content-wrap ul.cards.product-section li.product a.build-btn:disabled {  background: #0075FB; opacity: 0.3; }




#ajax-content-wrap ul.cards li.product .product-images,
#ajax-content-wrap ul.cards li h2.woocommerce-loop-product__title,
#ajax-content-wrap ul.cards li h3.woocommerce-loop-product__title,
#ajax-content-wrap ul.cards li.product div.product-top_info,
#ajax-content-wrap ul.cards li.product div.product-chip_type,
#ajax-content-wrap ul.cards li.product div.product-available_chips,
#ajax-content-wrap ul.cards li.product div.product-processor_info,
#ajax-content-wrap ul.cards li.product div.product-available_chassis,
#ajax-content-wrap ul.cards li.product div.product-bottom_info,
#ajax-content-wrap ul.cards li.product span.product-storage,
#ajax-content-wrap ul.cards li.product span.product-card_price,
#ajax-content-wrap ul.cards li.product span.product-availability,

#ajax-content-wrap ul.cards li.product div.accessory-top_info,
#ajax-content-wrap ul.cards li.product div.accessory-product_sku,
#ajax-content-wrap ul.cards li.product div.accessory-learnmore {
    /* outline: 1px solid #f00; */
}














/* ---------------------------------------------------------------- */

/*  CARDS RESPONSIVNESS                                             */

/* ---------------------------------------------------------------- */

/* HTML - Wrapper for the Cards sections */
.additional-cards {
    display: block;
    position: relative;
    float: left;
    margin-top: 100px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.additional-cards {
    /* margin-top: 40px !important; */
}
.additional-cards.case-studies {
    margin-top: 100px !important;
}
.additional-cards.accessories {
    margin-top: 60px !important;
}

.additional-cards > h3 {
    margin-bottom: 32px !important;
}
@media only screen and (max-width: 1000px) {
    .additional-cards {
        margin-top: 72px !important;
    }
}
@media only screen and (max-width: 590px) {
    .additional-cards {
        margin-top: 64px !important;
    }
    .additional-cards > h3 {
        margin-bottom: 24px !important;
    }
}



@media only screen and (max-width: 1000px) {
    .additional-cards {    overflow: visible;    }
}
.additional-cards-scroll {

    width: calc(100% + 48px);
    padding-right: 48px;

    overflow-x: scroll;
    box-sizing: border-box;

    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;

    /* Hide Scroll Bar */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* Hide the scroll Bar */
.additional-cards-scroll::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
    background: transparent;
    display: none;
}
.additional-cards-scroll:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.additional-cards-inner {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 20px;
}
.additional-cards:last-child {
    margin-bottom: 100px;
}
.additional-cards > h3 {
    font-size: 32px;
    line-height: 36px;
    /* margin-bottom: 32px !important; */
}


/* Responsive additional Cards - Based on number of Cards per scroll box */
.cards-3 ul.cards > li, .cards-3 ul.cards > article {       width: 33.3% !important; min-width: 33.3% !important; max-width: 33.3% !important;          }

.cards-2 ul.cards > li, .cards-2 ul.cards > article {       width: 49.9% !important; min-width: 49.9% !important; max-width: 49.9% !important;          }

.cards-1 ul.cards > li, .cards-1 ul.cards > article {       width: 99.9% !important; min-width: 99.9% !important; max-width: 99.9% !important;          }

/* Responsive additional Cards - Scroll Boxes */
@media only screen and (min-width: 1360px) {
    .cards-3 .additional-cards-inner {                          width: 100% !important;         }
    .cards-3 ul.cards > li, .cards-3 ul.cards > article {       width: 33.3% !important; min-width: 33.3% !important; max-width: 33.3% !important;          }

    .cards-2 .additional-cards-inner {                          width: 100% !important;         }
    .cards-2 ul.cards > li, .cards-2 ul.cards > article {       width: 33.3% !important; min-width: 33.3% !important; max-width: 33.3% !important;          }

    .cards-1 .additional-cards-inner {                          width: 100% !important;         }
    .cards-1 ul.cards > li, .cards-1 ul.cards > article {       width: 33.3% !important; min-width: 33.3% !important; max-width: 33.3% !important;           }
}
@media only screen and (min-width: 360px) {
    .cards-3 .additional-cards-inner {                          width: 900px;                       }

    .cards-2 .additional-cards-inner {                          width: 600px;                       }

    .cards-1 .additional-cards-inner {                          width: 300px;                       }
}
@media only screen and (max-width: 359px) {
    .cards-3 .additional-cards-inner {                          width: 300%;                        }

    .cards-2 .additional-cards-inner {                          width: 200%;                        }

    .cards-1 .additional-cards-inner {                          width: 100%;                        }
}






#ajax-content-wrap ul.cards > li.solution {
    padding: 0px 0px !important;
}
#ajax-content-wrap ul.cards > li.solution > a.add_to_cart_button  {
    display: none !important;
}
#ajax-content-wrap ul.cards > li.solution div.solution-info {
    text-align: left;
    padding: 32px 36px !important;
}
#ajax-content-wrap ul.cards > li.solution div.solution-info hr {
    border-color: #D5D5D8 !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
#ajax-content-wrap ul.cards li.product.solution .product-images {
    max-width: unset !important;
}
#ajax-content-wrap ul.cards li.product.solution .product-images img {
    max-height: unset !important;
}

#ajax-content-wrap ul.cards > li.solution h2.woocommerce-loop-product__title,
#ajax-content-wrap ul.cards > li.solution h3.woocommerce-loop-product__title {
    text-align: left !important;

    letter-spacing: -0.44px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    min-height: unset !important;
    max-height: unset !important;
    margin-top: 0px !important;
    margin-bottom: 12px !important;
}
#ajax-content-wrap ul.cards li.product.solution div.product-card_strapline {
    margin-bottom: 12px !important;
}
#ajax-content-wrap ul.cards li.product.solution div.product-card_description {
    margin-bottom: 12px !important;
}
#ajax-content-wrap ul.cards li.product.solution span.product-availability {
    margin-top: 8px !important;
}
#ajax-content-wrap ul.cards li.product.solution div.product-card_details {
    color: #5E5E66;
    font-family: "Open Sans";
    font-family: "Exo 2";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#ajax-content-wrap ul.cards li.product.solution div.product-card_details ul {
    list-style: none !important;
    margin-left: 0px !important;
    margin-bottom: 24px !important;
}
#ajax-content-wrap ul.cards li.product.solution div.product-card_details li {
    list-style: none !important;
}

#ajax-content-wrap ul.cards li.product.solution div.product-card_family > tag {
    border: 1px solid #5E5E66 !important;
    color: #000 !important;
}
#ajax-content-wrap ul.cards li.product.solution .product-card_price {
    margin-top: 38px !important;
}
#ajax-content-wrap ul.cards li.product.solution .solution-learnmore > a {
    display: inline-block !important;
    width: auto !important;
}







/* Card Padding */
@media only screen and (min-width: 769px) {
    #ajax-content-wrap ul.cards > li {                              margin-bottom: 40px !important;                }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #ajax-content-wrap ul.cards > li {                              margin-bottom: 36px !important;                }
}
@media only screen and (max-width: 480px) {
    #ajax-content-wrap ul.cards > li {                              margin-bottom: 28px !important;                }
}



/* Card Padding */
@media only screen and (min-width: 769px) {
    #ajax-content-wrap ul.cards > li.product.nuc {                              padding: 32px 36px 48px 36px !important;                }
    #ajax-content-wrap ul.cards > li.product.server {                           padding: 32px 36px 40px 36px !important;                }
    #ajax-content-wrap ul.cards > li.product.accessory {                        padding: 24px 28px 36px 28px !important;                }
    #ajax-content-wrap ul.cards > li.product.solution .solution-info  {         padding: 32px 36px 36px 36px !important;                }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #ajax-content-wrap ul.cards > li.product.nuc {                              padding: 32px 28px 40px 28px !important;                }
    #ajax-content-wrap ul.cards > li.product.server {                           padding: 32px 28px 40px 28px !important;                }
    #ajax-content-wrap ul.cards > li.product.accessory {                        padding: 24px 28px 36px 28px !important;                }
    #ajax-content-wrap ul.cards > li.product.solution .solution-info  {         padding: 32px 24px 36px 24px !important;                }
}
@media only screen and (max-width: 480px) {
    #ajax-content-wrap ul.cards > li.product.nuc {                              padding: 20px 16px 20px 16px !important;                }
    #ajax-content-wrap ul.cards > li.product.server {                           padding: 16px 16px 20px 16px !important;                }
    #ajax-content-wrap ul.cards > li.product.accessory {                        padding: 16px 16px 20px 16px !important;                }
    #ajax-content-wrap ul.cards > li.product.solution .solution-info  {         padding: 20px 20px 28px 20px !important;                }
}


/* Card Haedings */
@media only screen and (min-width: 769px) {
    #ajax-content-wrap ul.cards > li.product.nuc h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.nuc h3.woocommerce-loop-product__title {               font-size: 20px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.server h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.server h3.woocommerce-loop-product__title {            font-size: 20px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.accessory h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.accessory h3.woocommerce-loop-product__title {         font-size: 18px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.solution h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.solution h3.woocommerce-loop-product__title {          font-size: 20px !important; line-height: 24px !important;       }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    #ajax-content-wrap ul.cards > li.product.nuc h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.nuc h3.woocommerce-loop-product__title {               font-size: 20px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.server h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.server h3.woocommerce-loop-product__title {            font-size: 20px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.accessory h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.accessory h3.woocommerce-loop-product__title {         font-size: 18px !important; line-height: 24px !important;       }

    #ajax-content-wrap ul.cards > li.product.solution h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.solution h3.woocommerce-loop-product__title {          font-size: 20px !important; line-height: 24px !important;       }
}
@media only screen and (max-width: 480px) {
    #ajax-content-wrap ul.cards > li.product.nuc h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.nuc h3.woocommerce-loop-product__title {               font-size: 13px !important; line-height: 16px !important;       }

    #ajax-content-wrap ul.cards > li.product.server h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.server h3.woocommerce-loop-product__title {            font-size: 13px !important; line-height: 16px !important;       }

    #ajax-content-wrap ul.cards > li.product.accessory h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.accessory h3.woocommerce-loop-product__title {         font-size: 13px !important; line-height: 16px !important;       }

    #ajax-content-wrap ul.cards > li.product.solution h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.solution h3.woocommerce-loop-product__title {          font-size: 20px !important; line-height: 24px !important;       }
}



@media only screen and (max-width: 600px) {
    #ajax-content-wrap ul.cards > li.product.nuc div.product-top_info {
        min-height: 58px !important;
        max-height: 58px !important;
    }
    #ajax-content-wrap ul.cards li.product div.product-processor_info {
        min-height: 100px !important;
        max-height: 100px !important;
    }
}


/* Mobile Adjustments */
@media only screen and (max-width: 480px) {

    /* NUCs */
    #ajax-content-wrap ul.cards > li.product.nuc h2.woocommerce-loop-product__title,
    #ajax-content-wrap ul.cards > li.product.nuc h3.woocommerce-loop-product__title {
        height: 32px !important;
        margin-top: 0px !important;
        margin-bottom: 8px !important;
        padding-top: 0px !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc div.product-top_info {
        margin-bottom: 12px !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc span.product-product_lifespan > span,
    #ajax-content-wrap ul.cards > li.product.nuc div.product-available_chips,
    #ajax-content-wrap ul.cards > li.product.nuc div.product-processor_info,
    #ajax-content-wrap ul.cards > li.product.nuc div.product-available_chassis,
    #ajax-content-wrap ul.cards > li.product.nuc div.clear,
    #ajax-content-wrap ul.cards > li.product.nuc div.product-bottom_info > *,
    #ajax-content-wrap ul.cards > li.product.nuc span.product-availability {
        display: none !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc div.product-chip_type {    /* padding-bottom: 12px; */   }
    #ajax-content-wrap ul.cards > li.product.nuc div.product-chip_type,
    #ajax-content-wrap ul.cards > li.product.nuc span.product-product_lifespan {
        clear: both;
        display: block;
        float: left;
        width: 100%;
        height: 18px !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc div.product-bottom_info {
        min-height: 40px !important;
        max-height: unset !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc div.product-bottom_info > .product-product_size {
        display: block !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc span.product-card_price {
        font-size: 11px !important;
        line-height: 16px !important;
        margin-top: 24px !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc span.product-card_price > .price * {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #ajax-content-wrap ul.cards > li.product.nuc a.build-btn {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }




    /* Accessory */
    #ajax-content-wrap ul.cards > li.product.accessory div.accessory-top_info,
    #ajax-content-wrap ul.cards > li.product.accessory div.accessory-product_sku {
        display: none !important;
    }
    #ajax-content-wrap ul.cards li.product.accessory a.build-btn {
        margin-top: 16px !important;
    }
    #ajax-content-wrap ul.cards li.product div.accessory-learnmore > a.clear_btn_arrow {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #ajax-content-wrap ul.cards li.product .product-card_price {
        font-size: 13px !important;
        line-height: 20px !important;
    }

}






/*
body.page-template-simplyNUC-Filters-template-php .woocommerce ul.cards.products {
    display: flex;
    display: -webkit-flex;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    width: 100%;

    column-count: 3;
    gap: 8px;
}
body.page-template-simplyNUC-Filters-template-php .woocommerce ul.cards.products > li {
    width: unset !important;
    min-width: unset !important;
    max-width: unset !important;
    outline: 0px !important;
    flex-grow: 1;
}

@media only screen and (max-width: 768px) {
    body.page-template-simplyNUC-Filters-template-php .woocommerce ul.cards.products {
        column-count: 2;
    }
    body.page-template-simplyNUC-Filters-template-php #ajax-content-wrap ul.cards > li {
        width: unset !important;
        min-width: unset !important;
        max-width: unset !important;
        outline: 0px !important;
        flex-grow: 1;
    }
}

 */