.product_list_comparison {
    width: 100%;
}

.product_list_comparison.empty {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.product_list_comparison_wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    align-items: center;
    padding: 30px;
}

.product_list_comparison_wrapper_text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.product_list_comparison_wrapper img {
    max-width: 156px;
}

.product_list_comparison_wrapper_text h6 {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 24px;
    color: #FAFAFA;
    margin: 0;
}

.product_list_comparison_wrapper_text span {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    color: #FAFAFA;
    opacity: 0.8;
}

.product_list_comparison_wrapper_text a {
    padding: 13px 27.5px;
    background-color: #FECA14;
    border-radius: 67px;
    font-weight: 600;
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: #1E1E1E;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.comparison-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-behavior: smooth;
}

.comparison-products-header {
    display: flex;
    gap: 20px;
    width: 100%;
    margin-top: 19px;
    padding-bottom: 10px;
}

.comparison-product-name-header-delete {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16.5px;
    padding: 0;
    z-index: 10;
}

.comparison-product-name-header-delete img {
    width: 24px;
    height: 24px;
}

.comparison-product-name-header {
    width: calc(50vw - 30px);
    min-width: 160px;
    flex-shrink: 0;

    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 18px;
    color: #FECA14;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-radius: 37px;
    background-color: #050505;
    padding: 50px 16.5px 30px 16.5px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.attribute-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: max-content;
    min-width: 100%;
}

.attribute-title {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FAFAFA;
    text-align: left;
    margin-bottom: 5px;
    position: sticky;
    left: 0;
    z-index: 5;
}

.attribute-values-container {
    display: flex;
    gap: 20px;
    width: max-content;
}

.attribute-value-cell {
    width: calc(50vw - 36px);
    min-width: 140px;
    flex-shrink: 0;

    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    color: #FAFAFA;
    text-align: center;
    padding: 16px;
    background-color: #050505;
    border: 2px solid rgba(255, 255, 255, 0.36);
    border-radius: 18px;
    white-space: normal;
}

@media (min-width: 576px) {
    .comparison-product-name-header,
    .attribute-value-cell {
        width: calc(33.33vw - 30px);
        min-width: 160px;
    }

    .attribute-title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .comparison-product-name-header,
    .attribute-value-cell {
        width: calc(33.33vw - 42px);
    }
}

@media (min-width: 992px) {
    .comparison-product-name-header,
    .attribute-value-cell {
        width: calc(33.33vw - 39px);
    }

    .comparison-product-name-header {
        padding: 40px 27px;
    }

    .comparison-product-name-header-delete {
        top: 10px;
        right: 27px;
    }

    .comparison-product-name-header-delete img {
        width: 21px;
        height: 21px;
    }

    .categories_comparison {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .comparison_name_page {
        font-size: 64px;
    }

    .attribute-title {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {
    .comparison-product-name-header,
    .attribute-value-cell {
        width: calc(25vw - 45px);
        min-width: 200px;
    }

    .category_comparison button {
        font-size: 24px;
    }
}

@media (min-width: 1730px) {
    .comparison-product-name-header,
    .attribute-value-cell {
        width: calc(25vw - 70px);
    }

    .categories_comparison {
        grid-template-columns: repeat(3, 1fr);
    }
}
