/* Ürün kategori listesi — CVT referans satır düzeni */

.text-blm .urun-liste {
    margin-top: 8px;
}

.text-blm .urun-liste-item {
    border-bottom: 2px solid #999;
    padding-bottom: 25px;
    margin-bottom: 20px;
    display: block;
}

.text-blm .urun-liste-item:last-child {
    margin-bottom: 0;
}

.text-blm .urun-liste-item img.fl {
    width: 177px;
    height: 155px;
    object-fit: contain;
    border: 1px solid #d8d8d8;
    background: #fff;
    margin-right: 10px;
}

.text-blm .urun-liste-kod,
.text-blm .urun-liste-ad {
    color: #191919;
    font-size: 17px;
    line-height: 25px;
    float: left;
    text-align: center;
}

.text-blm .urun-liste-kod {
    font-weight: 700;
    width: 120px;
    padding: 55px 0 0 10px;
}

.text-blm .urun-liste-ad {
    width: 270px;
    padding: 52px 10px 0 5px;
}

.text-blm .urun-liste-kod a,
.text-blm .urun-liste-ad a {
    color: #191919;
    text-decoration: none;
}

.text-blm .urun-liste-kod a:hover,
.text-blm .urun-liste-ad a:hover {
    color: #083e9e;
}

@media (max-width: 767px) {
    .text-blm .urun-liste-item img.fl {
        float: none;
        display: block;
        margin: 0 auto 12px;
    }

    .text-blm .urun-liste-kod,
    .text-blm .urun-liste-ad {
        float: none;
        width: 100%;
        padding: 8px 0;
    }
}
