/* Specification & Material Block */
.specification-material-list-container {
    max-width: 1360px;
    margin: 0 auto;
}

.specification-material-list-container .material-item-list-wrapper {
    display: flex;
    justify-content: space-around;
    gap: 61px;
    margin-bottom: 16px;
}

.specification-material-list-container .material-item__title {
    color: #1c1c1c;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
    text-transform: uppercase;
}

.specification-material-list-container .material-item__price {
    color: var(--Text-Main, #1C1C1C);
    font-size: 22px;
    line-height: 32px;
}

.specification-material-list-container .material-item__price .before {
    font-size: 20px;
    color: var(--Text-Second);
    text-decoration-line: line-through;
}

.specification-material-list-container p.material-item__pros-cons-item.con {
    opacity: 0.5;
}

.specification-material-list-container .material-item__pros-cons {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #1c1c1c;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specification-material-list-container .material-item__price {
    margin-bottom: 15px;
}

.specification-material-list-container .material-item__desc {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 30px; /* 150% */
}

.specification-material-list-container .material-item__pros-cons-item img {
    height: 14px;
    padding-right: 14px;
}

.specification-material-list-container p {
    margin: 0;
}

.specification-material-list-container .material-item-divider {
    width: 1px;
    background: rgba(28, 28, 28, 0.10);
    margin-left: 30px;
    margin-right: 30px;
}

.specification-material-list-container .material-item:not(:last-child):after {
    content: '';
    width: 1px;
    background: rgba(28, 28, 28, 0.10);
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    left: 100%;
    content: "";
    display: block;
    height: 100%;
}

.specification-material-list-container .material-item {
    display: flex;
    position: relative;
    width: 100%;
}

.specification-material-list-container .material-item-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 416px;
}

@media (max-width: 2559px) {
    .specification-material-list-container .material-item__price {
        font-size: 18px;
        line-height: 27px;
    }

    .specification-material-list-container .material-item__price .before {
        font-size: 16px;
    }

    .specification-material-list-container .material-item__desc {
        font-size: 16px;
        line-height: 24px;
    }

    .specification-material-list-container .material-item__pros-cons {
        font-size: 14px;
        line-height: 21px;
    }

    @media (max-width: 1919px) {

        @media (max-width: 766px) {
            .specification-material-list-container .material-item__title {
                font-size: 22px;
                line-height: 30px;
            }

            .specification-material-list-container .material-item__price {
                font-size: 16px;
                line-height: 24px;
            }

            .specification-material-list-container .material-item__desc {
                font-size: 14px;
                line-height: 21px;
            }

            @media (max-width: 600px) {
                .specification-material-list-container .material-item-list-wrapper {
                    flex-direction: column;
                }

                .specification-material-list-container .material-item:not(:last-child):after {
                    margin: 30px 0;
                    position: absolute;
                    bottom: 100%;
                    display: block;
                    width: 100%;
                    height: 1px;
                    left: auto;
                }
            }
        }
    }
}

/* Specification & Material Block End */
