/* ==========================================================
   COMPARE PAGE
========================================================== */

.compare-page {
    padding: 60px 0 80px;
}

.compare-page .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.compare-notice {
    background: #F6F9F5;
    border: 1px solid #E7ECE4;
    border-radius: 8px;
    padding: 14px 18px;
    margin-top: 16px;
}

/* ==========================================================
   EMPTY / PARTIAL STATES
========================================================== */

.compare-empty-state,
.compare-partial-state {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.compare-single-product {
    margin: 32px 0;
    padding: 24px;
    border: 1px solid #E7ECE4;
    border-radius: 12px;
}

.compare-single-product__image {
    max-width: 200px;
    height: auto;
    margin: 0 auto 16px;
    display: block;
}

/* ==========================================================
   COMPARISON TABLE
========================================================== */

.compare-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 24px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
}

.compare-table th,
.compare-table td {
    min-width: 180px;
    padding: 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #E7ECE4;
}

.compare-table__row-label {
    min-width: 140px;
}

.compare-table thead th {
    background: #F6F9F5;
    vertical-align: bottom;
}

.compare-table__image {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.compare-table__title {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.compare-table__remove {
    margin-top: 6px;
}

.compare-table tbody th {
    font-weight: 700;
    background: #FAFCFA;
}
