.image-root-ZSi {
    /*
     * For customization, we provide an empty root.
     * These styles will be applied to the image container.
     */
}

.image-container-dLP {
}

.image-image-f-I {
    /*
     * For customization, we provide an empty image class.
     * These styles will be applied directly to the image itself.
     */
}

.image-loaded-GZ- {

    /* TODO @TW: review (B6) */
    /* composes: visible from global; */
    visibility: visible;
}

.image-notLoaded-thf {

    /* TODO @TW: review (B6) */
    /* composes: invisible from global; */
    visibility: hidden;
}

.image-placeholder-XTV {
}

.image-placeholder_layoutOnly-KCq {
}

.compare-root-4pQ {
    display: flex;
    background: #F6F5F3;
    min-height: calc(100vh - 80px);
    overflow-x: scroll;
    width: 100%;

}

.compare-item-TjY {
    width: 440px;
    margin: 16px 40px 43px 40px;
    box-sizing: border-box;
}

.compare-imageWrap-oI1 {
    position: relative;
    z-index: 0;
    width: 440px;
    height: 280px;
}

.compare-imageWrap-oI1:hover .compare-close-eHr {
    width: 40px;
    height: 40px;
}

.compare-imageWrap-oI1 .compare-close-eHr {
    position: absolute;
    z-index: 10;
    top: 77px;
    left: 50%;
    margin-left: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    width: 0;
    height: 0;
    background: url(/uk/close1.svg) no-repeat 50% / auto 40px;
    cursor: pointer;
    transition: transform 0.3s;

}

.compare-imageWrap-oI1 .compare-close-eHr:hover {
    transform: rotateZ(180deg);
}

.compare-image-W14 {
    width: 440px;
    height: 280px;
}

.compare-imageLoaded-1pg {
}

.compare-imageNotLoaded-cr- {
}

.compare-imagePlaceholder-CBv {
}


.compare-name-Cpm {
    text-align: center;
    font-size: 16px;
    padding-top: 16px;
}

.compare-price-E08 {
    font-size: 14px;
    color: #696969;
    text-align: center;
}

.compare-ctrls-5R8 {
    padding: 24px 0 71px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.compare-ctrls-5R8 .compare-btnTry-OhH {
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background-color: #fff;
    color: #000;
    margin-right: 10px;
    cursor: pointer;
}

.compare-ctrls-5R8 .compare-btnTry-OhH:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background: url(/uk/try1.svg) no-repeat 50% 50% / 16px auto;
}

.compare-ctrls-5R8 .compare-btnConf-vq4 {
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 40px; line-height: 1em;
    background-color: #000;
    color: #fff;
    cursor: pointer;
}

.compare-ctrls-5R8 .compare-btnConf-vq4:before {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    background: url(/uk/circle1.svg) no-repeat 50% 50% / auto 16px;
}

.compare-infos-Fu9 {
    background-color: #fff;
    padding: 32px 42px;
    box-sizing: border-box;
    border-radius: 4px;
    display: none;
}

.compare-infos-Fu9 .compare-btnQues-fQD {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/uk/ques1.svg) no-repeat 50% 50% / 20px;
}

.compare-infos-Fu9 h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    padding-bottom: 15px;
}

.compare-infos-Fu9 ul li {
    font-size: 14px;
    letter-spacing: -0.28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.compare-infos-Fu9 ul li .compare-tab-srd {
    font-weight: 500;
    display: inline-block;
}

.compare-infos-Fu9 ul li .compare-val-3NS {
    color: #999;
    padding: 0 0 0 10px;
}

.compare-infos-Fu9 ul li img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.compare-infos-Fu9 ul li b{ padding-right: 10px; min-width: 64px; }
.compare-title-nH0{display:none;padding:29px 20px 0;justify-content:space-between;font-size: 30px; align-items: center;
    font-weight: 600;color:#000;background: #F6F5F3;
    .compare-num-dOw{font-size: 14px;color: #828282;font-weight: 400;}
}
.compare-imgBox-IDn{width:100%; position: relative; }
@media (max-width: 959px) {
    .compare-item-TjY {
        width: 100vw;
        margin: 0;
        flex-shrink: 0;
        padding: 16px 20px 20px 20px;
        box-sizing: border-box;
    }
    .compare-title-nH0{display:flex}
    .compare-root-4pQ {
        display: flex;
        min-height: calc(100vh - 59px);
    }
    .compare-imageWrap-oI1 {
        width: 100vw;
        height: 240px;
    }
    .compare-image-W14 {
        width: 100%;
        height: 240px;
    }

}
.noProductsFound-root-tVR {
}

.noProductsFound-title-XRc {
}

.noProductsFound-categories-e9i {
}

.noProductsFound-list-Zd6 {
}

.noProductsFound-listItem-ktL {
}

.noProductsFound-imageContainer-AT- {
}

.noProductsFound-image-tB0 {
}

