.yb-section-common+.yb-compare-specs-header {
    margin: 32px auto 0;
}
.dropdown-options.active {
    box-shadow: 1px 1px 19px 4px #00000021;
}
.dropdown-option {
    color: #02060B;
    opacity: 0.5;
    font-weight: 400;
}
.yb-compare-specs-header .dropdown-options.active::-webkit-scrollbar {
    width: 4px;
}

.yb-compare-specs-header .dropdown-options.active::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 2px;
}
.dropdown-option:hover {
    opacity: 1;
    font-weight: 700;
}
.yb-compare-specs-header,
.yb-compare-specs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 17px;
    flex-wrap: wrap;
}

.yb-compare-specs-sticky-selects {
    padding: 12px 0;
    position: sticky;
    z-index: 100;
    top: 42px;
    background-color: #fff;
}

.yb-compare-specs-select {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 40px;
}

.yb-compare-specs-selec,
.yb-compare-specs-column {
    text-align: center;
    max-width: calc(50vw - 33px);
    flex-basis: calc(50vw - 33px);
}

.yb-compare-specs-header .select-selection-item {
    padding-inline: 18px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yb-compare-specs-header .select-arrow {
    display: flex;
    position: absolute;
    inset-inline-end: 13px;
    margin-top: 15px;
}

.yb-compare-specs-header svg {
    display: inline-block;
    width: 10.5px;
    height: 10.5px;
    z-index: 11;
}

.yb-compare-specs-header .select-selector {
    border: 1px solid #E6E6E7;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    height: 40px;
    padding: 0 13px;
    position: relative;
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.88);
    display: flex;
    text-align: center;
}

.yb-compare-specs-header .dropdown-options {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    top: 44px;
    border: 1px solid #E6E6E7;
    z-index: 10;
    margin-top: 1px;
    border-radius: 12px;
    text-align: center;
    overflow-y: scroll;
    max-height: 210px;
}

.yb-compare-specs-header .dropdown-options.active {
    display: block;
}

.yb-compare-specs-header .dropdown-option {
    cursor: pointer;
}

.yb-compare-specs-header .dropdown-option {
    text-align: left;
    font-size: 400;
    line-height: 54px;
}

.yb-compare-specs-header .dropdown-option:hover {
    font-size: 700;
    background-color: #FAFAFA;
}
.yb-compare-specs-header .dropdown-option:active {
    background-color: white;
}
.compare-specs-product-section {
    padding: 24px 0;
    border-bottom: 1px solid #E6E6E7;
}

.compare-spec-image img {
    width: calc(50vw - 38.5px);
    height: auto;
}

.compare-spec-price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.compare-spec-title,
.compare-spec-image {
    margin-top: 24px;
}

.compare-spec-title,
.compare-spec-value {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
}

.compare-spec-title {
    font-weight: 700;
}

.compare-spec-value {
    font-weight: 400;
}

.compare-spec-value {
    margin-top: 4px;
}

.compare-spec-title:empty,
.compare-spec-value:empty {
    display: none;
}
.selectedoption{
    opacity: 1;
    font-weight: 700;
}
@media screen and (max-width: 959px) {
    .yb-compare-specs-select[data-id="3"],
    .compare-specs-column3 {
        display: none;
    }

}

@media screen and (max-width: 679px) {
    .yb-compare-specs-header .dropdown-options {
        max-height: 199px;
    }
    .dropdown-options {
        padding: 24px 8px;
        top: 50px !important;
    }
    
    .dropdown-option {
        font-size: 12px;
        padding-left: 12px;
    }
}

@media screen and (min-width: 680px) {
    .yb-section-common+.yb-compare-specs-header {
        margin: 48px auto 0;
    }

    .yb-compare-specs-header,
    .yb-compare-specs-container {
        gap: 0 36px;
    }

    .yb-compare-specs-select,
    .yb-compare-specs-column {
        text-align: center;
        max-width: calc(50vw - 50px);
        flex-basis: calc(50vw - 50px);
    }

    .yb-compare-specs-select {
        font-size: 14px;
        line-height: 45px;
    }

    .yb-compare-specs-header .select-selector {
        height: 45px;
        padding: 0 15px;
    }

    .yb-compare-specs-header .select-arrow {
        inset-inline-end: 15px;
        margin-top: 16.75px;
    }

    .yb-compare-specs-header svg {
        width: 11.5px;
        height: 11.5px;
    }

    .compare-spec-title {
        margin-top: 32px;
    }

    .compare-spec-image {
        margin-top: 30px;
    }

    .compare-spec-image img {
        width: calc(50vw - 164px);
        height: auto;
    }

    .compare-specs-product-section {
        padding: 32px 0;
    }
    .dropdown-options {
        top: 54px !important;
        padding: 24px 16px;
    }
        
    .dropdown-option {
        font-size: 14px;
        padding-left: 12px;
    }
}

@media screen and (min-width: 960px) {
    .yb-compare-specs-sticky-selects {
        top: 36px;
        padding: 12px 0 20px;
    }

    .yb-compare-specs-header,
    .yb-compare-specs-container {
        gap: 0 48px;
    }

    .yb-compare-specs-select,
    .yb-compare-specs-column {
        text-align: center;
        max-width: 268px;
        flex-basis: 268px;
    }

    .yb-compare-specs-select {
        font-size: 14px;
        line-height: 45px;
    }

    .yb-compare-specs-header .select-selector {
        height: 45px;
        padding: 0 15px;
    }

    .yb-compare-specs-header .select-arrow {
        inset-inline-end: 15px;
        margin-top: 16px;
    }

    .yb-compare-specs-header svg {
        width: 12px;
        height: 12px;
    }

    .compare-spec-image,
    .compare-spec-title {
        margin-top: 32px;
    }

    .compare-spec-image img {
        width: 176px;
        height: auto;
    }

    .compare-specs-product-section {
        padding: 32px 0;
    }
    .dropdown-options {
        top: 54px !important;
        padding: 24px 16px;
    }
        
    .dropdown-option {
        font-size: 14px;
        padding-left: 12px;
    }
}

@media screen and (min-width: 1440px) {
    .yb-section-common+.yb-compare-specs-header {
        margin: 56px auto 0;
    }

    .yb-compare-specs-sticky-selects {
        padding: 7px 0;
    }

    .yb-compare-specs-header,
    .yb-compare-specs-container {
        gap: 0 93px;
    }

    .yb-compare-specs-select,
    .yb-compare-specs-column {
        text-align: center;
        max-width: 338px;
        flex-basis: 338px;
    }

    .yb-compare-specs-select {
        font-size: 16px;
        line-height: 60px;
    }

    .yb-compare-specs-header .select-selector {
        height: 60px;
    }

    .yb-compare-specs-header .select-arrow {
        inset-inline-end: 15px;
        margin-top: 22.5px;
    }

    .yb-compare-specs-header svg {
        width: 15px;
        height: 15px;
    }

    .compare-spec-image,
    .compare-spec-title {
        margin-top: 40px;
    }

    .compare-spec-image img {
        width: 240px;
        height: auto;
    }

    .compare-spec-price {
        font-size: 20px;
        line-height: 28px;
    }

    .compare-spec-title{
        font-size: 18px;
        line-height: 25px;
    }

    .compare-spec-value {
        font-size: 16px;
        line-height: 22px;
    }

    .compare-specs-product-section {
        padding: 40px 0;
    }
    .dropdown-options {
        top: 72px !important;
        padding: 24px;
    }
    .dropdown-option {
        font-size: 16px;
        padding-left: 9px;
    }
}

@media screen and (min-width: 1920px) {
    .yb-compare-specs-sticky-selects {
        top: 56px;
    }

    .yb-section-common+.yb-compare-specs-header {
        margin: 64px auto 0;
    }

    .yb-compare-specs-header,
    .yb-compare-specs-container {
        gap: 0 193px;
    }

    .yb-compare-specs-header .select-selector {
        height: 60px;
    }

    .yb-compare-specs-header .select-arrow {
        inset-inline-end: 15px;
        margin-top: 22.5px;
    }

    .yb-compare-specs-header svg {
        width: 15px;
        height: 15px;
    }

    .yb-compare-specs-header .dropdown-options {
        top: 72px !important;
        padding: 24px;
    }

    .yb-compare-specs-header .dropdown-option {
        font-size: 16px;
        padding-left: 9px;
    }

    .compare-spec-image,
    .compare-spec-title {
        margin-top: 48px;
    }

    .compare-spec-image img {
        width: 288px;
    }

    .compare-spec-price {
        font-size: 24px;
        line-height: 29px;
    }

    .compare-spec-title{
        font-size: 20px;
        line-height: 28px;
    }

    .compare-specs-product-section {
        padding: 48px 0 56px;
    }
    
}

.select-arrow-hidden {
    display: none !important;
}