

/* Start:/local/templates/itone/components/bitrix/news.list/devs/styles.css?17699761822334*/
.impprod-buy {
    display: flex;
    height: 150px;
    align-items: center;
}
.impprod-price {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
}
.impprod-add2basket {

}
.impprod-add2basket button {

}

/* Стили для списка торговых предложений */
.impprod-offers-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.impprod-offer-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

.impprod-offer-item:hover {
    background: #fff;
    border-color: #1485CE;
    box-shadow: 0 2px 8px rgba(20, 133, 206, 0.1);
}

.impprod-offer-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    flex: 1;
}

.impprod-offer-price {
    font-size: 18px;
    font-weight: 700;
    color: #1485CE;
    margin: 0 15px;
    white-space: nowrap;
}

.impprod-offer-item button {
    width: 140px;
    height: 40px;
    border-radius: 8px;
    background-color: #1485CE;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
}

.impprod-offer-item button:hover {
    background-color: #0d6eaa;
}

.impprod-offer-item button:active {
    background-color: #0a5a8a;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .impprod-offers-list {
        gap: 8px;
    }
    
    .impprod-offer-item {
        padding: 8px 12px;
    }
    
    .impprod-offer-name {
        font-size: 14px;
    }
    
    .impprod-offer-price {
        font-size: 16px;
        margin: 0 10px;
    }
    
    .impprod-offer-item button {
        width: 120px;
        height: 36px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .impprod-offer-item {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .impprod-offer-name {
        flex: 0 0 100%;
        font-size: 13px;
    }
    
    .impprod-offer-price {
        flex: 1;
        margin: 0;
        font-size: 15px;
    }
    
    .impprod-offer-item button {
        width: auto;
        flex: 1;
        min-width: 100px;
    }
}

/* End */
/* /local/templates/itone/components/bitrix/news.list/devs/styles.css?17699761822334 */
