
.urun_liste .urun_resmi,
.urun .urun_resmi{
    overflow: hidden;
}

.urun_liste .urun_resmi img,
.urun .urun_resmi img{
    width: 100%;
    margin: 0 auto;
    transition: all 200ms ease-in-out;
}

.urun-dis{
    margin-top: 1rem; 
    margin-bottom: 1rem;   
}

.urun{
    height: 100%!important;
    background-color: #fff;
}

.urun_liste .card,
.urun .card{
    overflow: hidden;
    transition: all 150ms ease-in-out;
}

.urun_liste:hover .card,
.urun:hover .card{
    border-color: transparent !important;
}
@media (min-width:900px) {
    .urun_liste:hover .card,
    .urun:hover .card{
        box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
        border-color: transparent !important;
    }
    .urun_liste:hover .card .urun_resmi img,
    .urun:hover .card .urun_resmi img{
        transform: scale(1.125);
    }
}

.urun_ic{
    height: 100%!important;
}

.urun_liste .discount,
.urun .discount{
    left: 1rem;
    top: 1rem;
    line-height: 1.25;
    font-weight: 600;
    z-index: 1;
    background-color: #000 !important;
    border: 1px solid #000;
}
.urun .discount .rate{
    font-size: 14px;
    font-weight: 600;
    padding: 0 4px;
}
.urun_liste .discount span:last-of-type,
.urun .discount span:last-of-type{
    left: 1rem;
    font-size: 9px;
    font-weight: 500;
    display: none;
}

.urun .urun_ismi{
    display: block;
}

.urun_fiyatlar{
    line-height: 1.25;
    min-height: 40px;
}

.urun_liste .urun_kdvdahil_fiyati,
.urun .urun_kdvdahil_fiyati{
    font-size: 18px;
    font-weight: 600;
}

/* ikonlar */

/* .urun .yeni_urun_ikon, */
.urun .indirimli_urun_ikon,
.urun .kitik_stok_urun_ikon{
    display: none;
}

.urun_liste .prodIcons,
.urun .prodIcons{
    position: absolute;
    right: 0;
    margin-right: 1rem;
    margin-top: 1rem;
    z-index: 1;
    font-weight: 500;
}    

.urun_liste .prodIcons{
    margin-right: 2rem;
    display: none;
}

.urun_liste .ayni_gun_kargo_urun_ikon,
.urun_liste .kargo_bedavali_urun_ikon,
.urun .ayni_gun_kargo_urun_ikon,
.urun .kargo_bedavali_urun_ikon,
.urun_liste .yeni_urun_ikon,
.urun .yeni_urun_ikon{
    padding: 0.25rem 0.5em;
    color: #fff;
    border-radius: 4px;
    max-width: fit-content;
    text-align: center;
}

.urun_liste .ayni_gun_kargo_urun_ikon,
.urun .ayni_gun_kargo_urun_ikon{
    background-color: #e29ebd;
    border-color: #e29ebd;
}

.urun_liste .kargo_bedavali_urun_ikon,
.urun .kargo_bedavali_urun_ikon{
    background-color: #6abdee;
    border-color: #6abdee;
    margin:0 5px;
}

.urun_liste .yeni_urun_ikon,
.urun .yeni_urun_ikon{
    background-color: #ffaf7b;
    border-color: #ffaf7b;
}


.urun_liste .kargo_bedavali_urun_ikon:before,
.urun .kargo_bedavali_urun_ikon:before{
    content: 'Ücretsiz Kargo';
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1.25;
}

.urun_liste .ayni_gun_kargo_urun_ikon:before,
.urun .ayni_gun_kargo_urun_ikon:before{
    content: 'Aynı Gün Kargo';
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1.25;
}

.urun_liste .yeni_urun_ikon:before,
.urun .yeni_urun_ikon:before{
    content: 'YENİ';
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1.25;
}

.urun_liste .ikonlar,
.urun .ikonlar{
    z-index: 1;
    font-weight: 500;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 0.5rem;
    overflow-x: auto;
    min-height: 32px;
}

.urun .extra-info{
    color: var(--danger);
    font-weight: 600;
    margin-bottom: 1rem;
}