.product-properties {}

.product-properties__wrap {
    gap: 1.5rem;
    flex-shrink: 1;
}

.product-properties__item {
    width: 100%;
}

.product-properties__dashed-line {
    flex-grow: 2;
    flex-shrink: 0;
    height: 0.0625rem;
    border-top: 0.125rem dashed #13132a3d;
    opacity: .24;
}

.product-properties__main {
    gap: 4.5rem;
    flex-wrap: nowrap;
}

.product-properties__info {
    background-color: #d1c2d166;
    color: var(--color__fill-2);
    width: 100%;
    border-radius: 4.5rem;
    gap: 1rem;
}

.product-properties__icon {
    width: 1.5rem;
    height: 1.5rem;
}

.product-properties__count a {
    color: var(--color__fill-2);
    text-decoration: none;
    transition: all ease .24s;
}

.product-properties__count:hover a {
    color: var(--color__fill-1);
}

@media screen and (max-width: 1680px) {
    .product-properties__main {
        gap: 3.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .product-properties__main {
        gap: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .product-properties.--inform {
        margin-top: 2.15rem !important;
    }

    .product-properties.--tab {
        margin-top: 2.46rem !important;
        margin-bottom: 3rem !important;
    }

    .product-properties__main {
        gap: 1.23rem;
        flex-direction: column;
    }

    .product-properties__wrap {
        gap: 1.23rem;
        max-width: 100% !important;
    }

    .product-properties__item {
        align-items: flex-end;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        border-bottom: .125rem dashed #13132a3d;
    }

    .product-properties__key.--p,
    .product-properties__count.--p {
        font-size: 1.07rem;
        line-height: 1.84rem;
        flex: 2;
        float: left;
        height: fit-content;
    }

    .product-properties__count.--p {
        text-align: end;
        float: left;
    }

    .product-properties__dashed-line {
        margin: 0 .615rem !important;
        padding-bottom: .6rem;
        flex: 2;
        min-width: 4rem;
        display: none;
    }

    .product-properties__info {
        border-radius: .92rem;
        padding: 1.38rem 1.23rem !important;
        padding-right: 1.84rem !important;
        margin-top: 2.15rem !important;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 1.07rem;
    }

    .product-properties__info-text {
        flex-shrink: 2;
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .product-properties__icon {
        width: 1.84rem;
        height: 1.84rem;
        flex-shrink: 0;
    }

    .product-properties__massages {
        margin-top: 3rem !important;
    }

    .product-properties__massages-title.h3 {
        font-size: 1.84rem;
        line-height: 2.46rem;
        margin-bottom: 1.23rem;
    }
}