.product-overview-section {
    padding: 70px 0;
    background: #f5f6f3;
}

.product-overview-section .mini-title {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #31566a;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 28px;
}

.product-overview-section .mini-title span {
    width: 30px;
    height: 1px;
    background: #31566a;
    display: inline-block;
}

.product-overview-section .biox-title {
    max-width: 950px;
    margin: 0 0 50px 0;
    color: #071b2b;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 500;
}

.product-overview-section .row {
    align-items: flex-start;
}

.overview-text {
    color: #536779;
    font-size: 17px !important;
    line-height: 1.7;
    margin-bottom: 28px;
    font-weight: 400;
}

.overview-text strong {
    color: #071b2b;
    font-weight: 700;
}

.overview-highlight {
    border-left: 4px solid #16b89a;
    padding-left: 24px;
    margin-bottom: 28px;
}

.overview-highlight .overview-text {
    margin-bottom: 0;
}


/* Mobile */
@media (max-width: 991px) {

    .product-overview-section {
        padding: 50px 0;
    }

    .product-overview-section .biox-title {
        font-size: 30px;
        line-height: 1.35;
        margin-bottom: 35px;
    }

    .overview-text {
        font-size: 16px !important;
        line-height: 1.65;
    }

}

@media (max-width: 575px) {

    .product-overview-section .biox-title {
        font-size: 27px;
    }

    .product-overview-section .mini-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

}

/* =========================================
   WHAT SETS IT APART
========================================= */

.sets-apart-section {
    padding: 40px 0;
    background: #f5f6f3;
}


/* -----------------------------------------
   SECTION HEADING
----------------------------------------- */

.sets-apart-heading {
    margin-bottom: 50px;
}

.sets-apart-heading .mini-title {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #31566a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;

    margin-bottom: 28px;
}

.sets-apart-heading .mini-title span {
    width: 30px;
    height: 1px;
    background: #31566a;
    display: inline-block;
}

.sets-apart-heading h2 {
    margin: 0;

    color: #071b2b;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
}


/* -----------------------------------------
   FOUR COLUMN BOX
----------------------------------------- */

.sets-apart-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    width: 100%;

    border: 1px solid #d5dad7;
    background: #ffffff;
}


/* -----------------------------------------
   INDIVIDUAL ITEM
----------------------------------------- */

.sets-apart-item {
    min-height: 325px;

    padding: 42px 30px 35px;

    border-right: 1px solid #d5dad7;

    display: flex;
    flex-direction: column;
}

.sets-apart-item:last-child {
    border-right: none;
}


/* -----------------------------------------
   ICON
----------------------------------------- */

.sets-apart-icon {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: flex-start;

    font-size: 28px;

    margin-bottom: 25px;
}


/* -----------------------------------------
   CONTENT
----------------------------------------- */

.sets-apart-content {
    width: 100%;
}

.sets-apart-content h4 {
    margin: 0 0 16px;

    color: #071b2b;

    font-size: 20px;
    line-height: 1.45;

    font-weight: 600;
}

.sets-apart-content p {
    margin: 0;

    color: #536779;

    font-size: 16px;
    line-height: 1.7;

    font-weight: 400;
}


/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1199px) {

    .sets-apart-item {
        padding: 35px 24px 30px;
    }

    .sets-apart-content h4 {
        font-size: 18px;
    }

    .sets-apart-content p {
        font-size: 15px;
    }

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .sets-apart-section {
        padding: 60px 0;
    }

    .sets-apart-heading h2 {
        font-size: 32px;
    }

    .sets-apart-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sets-apart-item {
        min-height: 280px;
    }

    .sets-apart-item:nth-child(2) {
        border-right: none;
    }

    .sets-apart-item:nth-child(1),
    .sets-apart-item:nth-child(2) {
        border-bottom: 1px solid #d5dad7;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sets-apart-section {
        padding: 50px 0;
    }

    .sets-apart-heading {
        margin-bottom: 35px;
    }

    .sets-apart-heading .mini-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .sets-apart-heading h2 {
        font-size: 28px;
    }

    .sets-apart-grid {
        grid-template-columns: 1fr;
    }

    .sets-apart-item {
        min-height: auto;

        padding: 30px 25px;

        border-right: none;
        border-bottom: 1px solid #d5dad7;
    }

    .sets-apart-item:last-child {
        border-bottom: none;
    }

    .sets-apart-item:nth-child(1),
    .sets-apart-item:nth-child(2) {
        border-bottom: 1px solid #d5dad7;
    }

    .sets-apart-icon {
        margin-bottom: 18px;
    }

    .sets-apart-content h4 {
        font-size: 19px;
    }

}

/* =========================================
   IDENTIFIERS
========================================= */

.identifiers-section {
    padding: 70px 0;
    background: #f5f6f3;
}


/* -----------------------------------------
   HEADING
----------------------------------------- */

.identifiers-heading {
    margin-bottom: 40px;
}

.identifiers-heading .mini-title {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #31566a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
}

.identifiers-heading .mini-title span {
    width: 30px;
    height: 1px;
    background: #31566a;
    display: inline-block;
}


/* -----------------------------------------
   MAIN BOX
----------------------------------------- */

.identifiers-box {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d5dad7;
}


/* -----------------------------------------
   ROW
----------------------------------------- */

.identifier-row {
    display: grid;
    grid-template-columns: 30% 70%;

    min-height: 82px;

    border-bottom: 1px solid #d5dad7;
}

.identifier-row:last-child {
    border-bottom: none;
}


/* -----------------------------------------
   LABEL
----------------------------------------- */

.identifier-label {
    display: flex;
    align-items: center;

    padding: 22px 30px;

    color: #536779;

    font-size: 16px;
    line-height: 1.5;

    border-right: 1px solid #d5dad7;
}


/* -----------------------------------------
   VALUE
----------------------------------------- */

.identifier-value {
    display: flex;
    align-items: center;

    padding: 22px 30px;

    color: #071b2b;

    font-size: 16px;
    line-height: 1.6;
}

.identifier-value strong {
    color: #071b2b;
    font-weight: 600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .identifiers-section {
        padding: 60px 0;
    }

    .identifier-row {
        grid-template-columns: 35% 65%;
    }

    .identifier-label,
    .identifier-value {
        padding: 20px 22px;
        font-size: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .identifiers-section {
        padding: 50px 0;
    }

    .identifier-row {
        grid-template-columns: 1fr;
    }

    .identifier-label {
        border-right: none;
        border-bottom: 1px solid #d5dad7;
        padding: 14px 20px 8px;
        min-height: auto;
    }

    .identifier-value {
        padding: 8px 20px 18px;
        min-height: auto;
    }

}
.table-note {
    margin: 18px 0 0;
    color: #536779;
    font-size: 14px;
    line-height: 1.7;
    font-style: italic;
}

/* =========================================
   ANTIMICROBIAL PERFORMANCE
========================================= */

.antimicrobial-section {
    padding: 80px 0;
    background: #f5f6f3;
}


/* -----------------------------------------
   HEADING
----------------------------------------- */

.antimicrobial-heading {
    margin-bottom: 22px;
}

.antimicrobial-heading .mini-title {
    display: flex;
    align-items: center;
    gap: 14px;

    color: #31566a;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;

    margin-bottom: 25px;
}

.antimicrobial-heading .mini-title span {
    width: 30px;
    height: 1px;

    background: #31566a;

    display: inline-block;
}

.antimicrobial-heading h2 {
    margin: 0;

    color: #071b2b;

    font-size: 38px;
    line-height: 1.3;
    font-weight: 500;
}


/* -----------------------------------------
   DESCRIPTION
----------------------------------------- */

.antimicrobial-desc {
    max-width: 950px;

    margin: 0 0 38px;

    color: #536779;

    font-size: 16px;
    line-height: 1.7;
}


/* -----------------------------------------
   TABLE WRAPPER
----------------------------------------- */

.performance-table-wrap {
    width: 100%;

    overflow-x: auto;

    background: #ffffff;

    border: 1px solid #d5dad7;
}


/* -----------------------------------------
   TABLE
----------------------------------------- */

.performance-table {
    width: 100%;

    border-collapse: collapse;

    margin: 0;

    background: #ffffff;
}


/* -----------------------------------------
   HEADER
----------------------------------------- */

.performance-table thead th {
    padding: 20px 24px;

    background: #eef2f0;

    color: #071b2b;

    font-size: 15px;
    font-weight: 600;

    line-height: 1.5;

    text-align: left;

    border-bottom: 1px solid #d5dad7;
    border-right: 1px solid #d5dad7;
}

.performance-table thead th:last-child {
    border-right: none;
}


/* -----------------------------------------
   BODY
----------------------------------------- */

.performance-table tbody td {
    padding: 20px 24px;

    color: #536779;

    font-size: 16px;

    line-height: 1.6;

    vertical-align: middle;

    border-bottom: 1px solid #d5dad7;
    border-right: 1px solid #d5dad7;
}

.performance-table tbody tr:last-child td {
    border-bottom: none;
}

.performance-table tbody td:last-child {
    border-right: none;
}


/* -----------------------------------------
   BACTERIA
----------------------------------------- */

.performance-table tbody td:first-child {
    color: #071b2b;
    font-weight: 500;
}


/* -----------------------------------------
   TREATED SAMPLE
----------------------------------------- */

.performance-table .treated-sample {
    color: #31566a;
    font-weight: 600;
}


/* -----------------------------------------
   NOT DETECTED
----------------------------------------- */

.performance-table .not-detected {
    color: #168b72;
    font-weight: 700;
}


/* -----------------------------------------
   NOTE
----------------------------------------- */

.performance-note {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    margin-top: 22px;
    padding: 20px 24px;

    background: #ffffff;

    border-left: 3px solid #31566a;
    border-top: 1px solid #d5dad7;
    border-right: 1px solid #d5dad7;
    border-bottom: 1px solid #d5dad7;
}

.performance-note-icon {
    flex: 0 0 auto;

    font-size: 18px;

    line-height: 1.5;
}

.performance-note p {
    margin: 0;

    color: #536779;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .antimicrobial-section {
        padding: 60px 0;
    }

    .antimicrobial-heading h2 {
        font-size: 32px;
    }

    .performance-table {
        min-width: 750px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .antimicrobial-section {
        padding: 50px 0;
    }

    .antimicrobial-heading h2 {
        font-size: 28px;
    }

    .antimicrobial-heading .mini-title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .antimicrobial-desc {
        font-size: 15px;
    }

    .performance-table {
        min-width: 700px;
    }

    .performance-table thead th,
    .performance-table tbody td {
        padding: 16px 18px;
        font-size: 14px;
    }

    .performance-note {
        padding: 17px 18px;
    }

}