#comparison-modal .product-comparison .product-comparison-table tbody tr td:nth-child(n+3), #comparison-modal .product-comparison .product-comparison-table thead tr th:nth-child(n+3) { display: none;}
@media screen and (max-width: 425px) {
  #comparison-modal .product-comparison-table .product-comparison-dd-select {
        width: calc(43vw - 1.75rem) !important;
    }
}
#comparison-modal #product-comparison-dd-1 {
  pointer-events: none;
padding-right: 0.75rem;
  border: 0px !important;
}
.product-comparison-dd-select option:first-child {
  display: none;
}
#comparison-modal th.product-comparison-theader-dd:first-child .product-comparison-dd-select .select-mark { display:none!important }
#comparison-modal #compare-overlay {
    align-items: flex-start;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    font: normal 1.125rem/1.5rem Roboto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
#comparison-modal .popup {
    position: relative;
    width: 90vw;
    max-width: 1200px;
    background: #111;
    overflow: hidden;
    animation: slideIn 0.3s ease-out;
    z-index: 9;
    height: 75%;
    margin-top: 150px;
}
#comparison-modal .product-comparison {
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#comparison-modal .product-comparison-table {
    width: 100%;
}
#comparison-modal .product-comparison .product-comparison-table thead {
    top: -80px;
}
@media screen and (max-width: 767px) {
    #comparison-modal #compare-overlay {
        left: 5vw;
        width: 90vw;
    }
    #comparison-modal .product-comparison .product-comparison-table thead {
        top: -50px;
    }
    #comparison-modal .popup {
        width: 100%;
    }
}
#comparison-modal thead tr th.product-comparison-theader-dd {
    padding-bottom: 1.25em;
}
#comparison-modal .product-comparison-image img{ width: 100%; max-width: 300px;}
#comparison-modal .product-comparison-dd-select select:focus-within,
#comparison-modal .product-comparison-dd-select select {
    border: 1px solid #44d62c;
}
#comparison-modal a.product-link-button {
    display: none !important;
}
@media screen and (max-width: 768px) {
    #comparison-modal .product-comparison {
        &.show-all-products {
            .product-comparison-table tbody tr.product-comparison-facets td {
                min-width: 35vw;
            }
        }
    }
}
.overlay .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #44d62c;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}