

/* Start:/bitrix/templates/furniture_red_copy/template_styles.css?17473786461978*/
.news__content-block_item:hover {
    /*background: #964500*/
    background: none !important;
}

.news__content-block_item:hover .news__content-block_title {
    /*color: #fff*/
    font-weight: 600 !important;
    color: #184d53c4 !important;
}

.news__content-block_item:hover .news__content-block_text {
    /*color: #fff*/
    font-weight: 600 !important;
    /*color: #184d53 !important;*/
    color: #184d53c4 !important;
}

.news__content-block_title {
    transition: none !important;
}
.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 20px 0 20px;
}

.product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .product-card {
        flex-direction: row;
    }
}

.product-image {
    padding: 15px;
    text-align: center;
    background: #f9f9f9;
    flex-shrink: 0;
}

@media (min-width: 768px) {
    .product-image {
        width: 250px;
    }
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.product-code {
    font-weight: bold;
    margin-top: 10px;
}

.product-info {
    padding: 15px;
    flex-grow: 1;
}

.quality-status {
    font-weight: bold;
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

.quality-status.green {
    color: #fff;
    background-color: #4CAF50;
}

.quality-status.red {
    color: #fff;
    background-color: #f44336; /* Классический красный */
    /* Альтернативные варианты красного: */
    /* background-color: #d32f2f; - более темный красный */
    /* background-color: #ff5252; - яркий красный */
}

.product-details {
    line-height: 1.6;
}

.product-details p {
    margin: 8px 0;
}
/* End */
/* /bitrix/templates/furniture_red_copy/template_styles.css?17473786461978 */
