.product-message__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-message {
        /*background: #fdfacf;*/
        background: #e4e4e4;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    line-height: 1.3;
    margin: 10px 0;
    display: inherit;
}

.product-message__img-ca {
    max-width: 79px;
    margin-right: 20px;
        display: none;
}

.product-message__img-ca img {
    max-width: 63px;
}

.product-message__title {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.product-message__text_small {
    font-size: 12px;
    line-height: 15px;
}

.product-message__link {
    cursor: pointer;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    color: #0c85ec;
}

.product-message__text_small {
    font-size: 14px;
    line-height: 15px;
    word-break: break-word;
}

.product-message__img-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-message-button {
        background: #7ccc63;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    line-height: 1.3;
    justify-content: center;
        height: 34px;
        margin-top: auto;
}

.product-message__img-ca-button {
    max-width: 79px;
    margin-right: 20px;
}

.product-message__img-ca-button img {
    max-width: 63px;
}

.product-message__title-button {
    color: #666;
    font-size: 14px;
    font-weight: 500;
        display: block !important;
            margin: 0 0 0px !important;
                width: max-content;
}

.product-message__text_small-button {
    font-size: 12px;
    line-height: 15px;
}

.product-message__link-button {
    cursor: pointer;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    color: #e95d2a;
}

.product-message__text_small-button {
    font-size: 12px;
    line-height: 15px;

}

.product-message-installation {
        background: #e4e438;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    line-height: 1.3;
    justify-content: center;
        height: 34px;
        margin-top: auto;
            align-items: center;
}

.product-message-preorder {
        background: #e4e438;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    line-height: 1.3;
    justify-content: center;
        height: 34px;
        margin-top: auto;
            align-items: center;
}

.product-message-outofstock {
        background: #b0b0b0;
    width: 100%;
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    border-radius: 4px;
    line-height: 1.3;
    justify-content: center;
        height: 34px;
        margin-top: auto;
            align-items: center;
}

.product-message-installation-icon {
    display: inline-block; /* Робить елемент інлайн-блоком */
    width: 20px; /* Ширина іконки */
    height: 20px; /* Висота іконки */
    background-image: url('https://carauto.com.ua/image/catalog/payment/installation.svg'); /* Шлях до вашої іконки */
    background-size: cover; /* Підганяє іконку під розмір контейнера */
    margin-right: 8px; /* Відступ справа для відокремлення від тексту */
    vertical-align: middle; /* Вирівнювання по вертикалі з текстом */
}

.product-message-preorder-icon {
    display: inline-block; /* Робить елемент інлайн-блоком */
    width: 20px; /* Ширина іконки */
    height: 20px; /* Висота іконки */
    background-image: url(https://carauto.com.ua/image/catalog/payment/preorder.svg);
    background-size: cover; /* Підганяє іконку під розмір контейнера */
    margin-right: 8px; /* Відступ справа для відокремлення від тексту */
    vertical-align: middle; /* Вирівнювання по вертикалі з текстом */
}

.product-message-outofstock-icon {
    display: inline-block; /* Робить елемент інлайн-блоком */
    width: 20px; /* Ширина іконки */
    height: 20px; /* Висота іконки */
    background-image: url(https://carauto.com.ua/image/catalog/payment/outofstock.svg);
    background-size: cover; /* Підганяє іконку під розмір контейнера */
    margin-right: 8px; /* Відступ справа для відокремлення від тексту */
    vertical-align: middle; /* Вирівнювання по вертикалі з текстом */
}

.product-message__title-button-installation {
    color: #666;
    font-size: 14px;
    font-weight: 500;
        display: block !important;
            margin: 0 0 0px !important;
                width: max-content;
}

.product-message__title-button-preorder {
    color: #666;
    font-size: 14px;
    font-weight: 500;
        display: block !important;
            margin: 0 0 0px !important;
                width: max-content;
}

.product-message__title-button-outofstock {
    color: #666;
    font-size: 14px;
    font-weight: 500;
        display: block !important;
            margin: 0 0 0px !important;
                width: max-content;
}

.product-installation-content {
    height: 4.8rem;
    background: #43b02a;
    border-radius: 4px;
    /*margin: 5px 0px 5px 0px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.product-preorder-content {
    height: 4.8rem;
    background: #43b02a;
    border-radius: 4px;
    margin: 5px 0px 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.product-no-content {
    height: 4.8rem;
    background: #cccccc;
    border-radius: 4px;
    /* margin: 5px 0px 5px 0px; */
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #000000;
    margin-top: 10px;
}

.dp-hide {
    display: none !important;
}
.dp-disable {
    pointer-events: none !important;
    opacity: .45 !important;
}

.stock-out {
    display: none !important;
}