

/* Start:/local/components/dfaktor/catalog.item/templates/.default/style.css?1754924040948*/
.b-offer-item__topic {
    height: 48px; 
    overflow: hidden; 
}

.b-offer-item__img img {
    width: 147px;  
    height: 163px; 
    object-fit: cover;
    display: block; 
}

.b-offer-item__price {
    margin-top: 25px;
}

.b-offer-item__ajax-buy a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
}


.b-offer-item__ajax-buy {
    background-color: #2caf3b !important;
    color: #fff !important;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px auto;
    font-size: 15px;
max-width: 300px;
 position: relative;
    z-index: 5;
}


.b-offer-item__link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

@media (max-width: 1199px) {
    .b-offer-item__topic {
        height: 30px;
        overflow: hidden;
    }
}

@media (max-width: 599px) {
    .b-offer-item__topic {
        height: auto;
        overflow: visible;
    }
}

/* End */
/* /local/components/dfaktor/catalog.item/templates/.default/style.css?1754924040948 */
