.product-compare-header {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.105);
    gap: 10px 20px;
}
.product-compare-select-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1 1 100%;
    gap: 10px 15px;
}
@media (min-width: 768px) {
    .product-compare-select-wrap {
        flex-wrap: nowrap;
        flex: 0 1 auto;
    }
}
.product-compare-select-wrap .title {
    flex: 0 0 auto;
    margin-bottom: 0;
    text-transform: uppercase;
}

.product-compare-select {
    padding: 0 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: rgb(255,255,255);
    box-shadow: none;
    color: #000000;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 200px;
    outline: none;
}
.product-compare-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    padding-right: 30px;
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
.product-compare-actions {
    display: flex;
    flex: 1 1 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
@media (min-width: 768px) {
    .product-compare-actions {
        flex: 1 1 auto;
    }
}
.product-compare-actions .btn {
    width: 100%;
    border-radius: 5px;
}
@media(min-width: 768px) {
    .product-compare-actions .btn {
        width: auto;
    }
}
.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    border: 1px solid #E9E9E9;
    padding: 5px 20px;
    min-height: 42px;
    font-family: 'Jost', sans-serif;
    font-size:13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    transition: all .25s ease;
}
.btn.btn-accent {
    border-radius: 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(28,97,231);
    text-transform: capitalize;
}
.btn-accent svg {
    width: 20px;
}
.product-compare-actions .product-compare-remove-cat {
    margin-inline-start: auto;
    background-color: #E01020;
    color: #fff;
}
.product-compare-content {
    position: relative;
}
.product-compare-table {
    --comp-td-col: 2;
    --comp-th-w: 33.33333%;
    overflow-x: auto;
    margin-bottom: 0;
    line-height: inherit;
    word-break: break-word;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    transition: all .3s ease;
    display: none;
}
@media (min-width: 1024px) {
    .product-compare-table {
        --comp-td-col: 5;
        --comp-th-w: 20%;
    }
}
.product-compare-table::-webkit-scrollbar {
  height: 2px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-compare-table::-webkit-scrollbar-track {
  background-color: rgb(255 255 255 / 0%);
}

.product-compare-table::-webkit-scrollbar-thumb {
  background-color: rgb(0 0 0 / 98%);
  border-radius: 2px;
}

.product-compare-table:hover::-webkit-scrollbar {
  opacity: 1;
}

.product-compare-table {
  scrollbar-width: thin;
  scrollbar-color: rgb(0 0 0 / 21%) transparent;
}

.product-compare-table {
  scrollbar-width: none;
}
.product-compare-table:hover {
  scrollbar-width: thin;
}
.product-compare-table.product-active {
    display: block;
}

.product-compare-table tbody {
    display: block;
}
.product-compare-table tr {
    display: flex;
}
.compare-basic th.compare-field {
    font-weight: 500;
    color: #242424;
    text-align: left;
    display: none;
}

@media (min-width: 768px) {
    .compare-basic th.compare-field {
        display: initial;
    }
}
.compare-basic td.compare-value {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #393939;
}
.compare-basic td.compare-value::before {
    content: attr(data-title);
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    letter-spacing: 0;
}
@media (min-width: 768px) {
    .compare-basic td.compare-value::before {
        content: '';
        display: none;
    }   
}
.product-compare-table :is(th, td):not(:last-child) {
  border-inline-end: 1px solid rgba(0,0,0,0.105);
}
.product-compare-table th {
  flex: 0 0 20%;
  text-transform: uppercase;
}
.product-compare-table :is(th, td) {
  padding: 15px;
  border-bottom: 1px solid rgba(0,0,0,0.105);
  border-inline-start: 0;
  border-block-start: 0;
  background-color: transparent !important;
}
.product-compare-table tr td:last-child {
    border-inline-end: 0;
}
.product-compare-table .compare-basic td {
  padding-top: 15px;
}
.product-compare-table td {
  flex: 1 0 calc((100% - var(--comp-th-w)) / var(--comp-td-col));
  max-width: calc((100% - var(--comp-th-w)) / (var(--comp-td-col) - 2));
}
@media (max-width: 767.98px) {
    .product-compare-table td {
        flex-basis: 75%;
    }
}
.product-compare-table :is(th, td) {
  padding: 15px;
    padding-top: 15px;
}
.product-action-btn {
    display: inline-flex;
    vertical-align: middle;
    margin-bottom: 10px;
}
.product-action-btn > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: none;
    font-weight: 600;
    color: #333;
}
.product-action-btn .product-action-text {
    color: #333;
    transition: color .25s ease;
}
.product-compare-table .product-image {
    display: block;
    margin-bottom: 10px;
}
.product-compare-table .product-image img {
    border-radius: 10px;
}
.product-entities-title {
    display: block;
    color: #333333;
    word-wrap: break-word;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    line-height: 1.4;
    overflow: visible;
    margin-bottom: 58px;
}
.product-compare-table .price {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    color: rgb(28,97,231);
    font-weight: 600;
    margin-bottom: 10px;
}
.product-compare-table .price del {
    color: red;
    font-weight: 400;
    font-size: 90%;
}
.product-compare-table .price ins {
    text-decoration: none;
    opacity: 1;
}
.product-compare-table .button.add_to_cart_button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    min-height: 36px;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    box-shadow: none;
    background-color: rgb(28,97,231);
    font-weight: 600;
}
.product-compare-table .button.add_to_cart_button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(28,97,231);
}

/** Empty state **/
.empty-compare-list h1 {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #242424;
    margin-block-start: 0;
    margin-block-end: 20px;
}
.paragraph p {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #393939;
    margin-block-end: 20px;
}
.empty-compare-list ul,
.empty-compare-list ol {
    margin-bottom: 20px;
    padding-left: 17px;
}

.empty-compare-list li {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #393939;
    margin-block-end: 20px;
}
.empty-compare-list li:last-child {
    margin-block-end: 0;
}