.urunler-alternatif .products-list{
    margin-top: 20px;
}
.urunler-alternatif .wrapper{
    box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 22px 1px rgba(0,0,0,0.1);
    border-radius: 30px;
}
.urunler-alternatif .wrapper .post-image-wrapper{
    height: 280px;
}
.urunler-alternatif .wrapper .post-image-wrapper .post-image{
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.urunler-alternatif .wrapper .post-image-wrapper .post-image::before{
    content: '';
    position: absolute;
    background-color: rgb(35 35 77 / 70%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.urunler-alternatif .wrapper:hover .post-image::before{
    opacity: 1;
}
.urunler-alternatif .wrapper .post-content-wrapper{
    opacity: 0;
    top: 53% !important;
    transition: all .2s;
}
.urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper{
    gap: 20px;
}
.urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper a{
    background-color: #fff;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    transition: all .3s ease;
    font-size: 20px;
}
.urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper a:hover{
    background-color: transparent;
    color: #fff !important;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.urunler-alternatif .wrapper:hover .post-content-wrapper{
    opacity: 1;
    top: 50% !important;
}

.urunler-alternatif .wrapper .post-information{
    padding: 25px 10px 25px 10px;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.urunler-alternatif .wrapper .post-information h3{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    max-height: 60px;
    overflow: hidden;
}
.urunler-alternatif #content .wrapper .post-information p{
    font-size: 12px;
    color: #939393;
    letter-spacing: .5px;
}

@media (max-width: 1399px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 260px;
    }
}
@media (max-width: 1199px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 240px;
    }
    .urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper a{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 768px){
    .urunler-alternatif .wrapper .post-information.py-4{
        padding-block: 1rem !important;
    }
    .urunler-alternatif .mb-4{
        margin-bottom: .75rem !important;
    }
}

@media (max-width: 767px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 200px;
    }
    .urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper{
        gap: 10px;
    }
    .urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper a{
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .urunler-alternatif .wrapper .post-information h3{
        font-size: 13px;
    }
    .urunler-alternatif #content .wrapper .post-information p{
        font-size: 11px;
    }
}
@media (max-width: 575px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 280px;
    }
    .urunler-alternatif .wrapper .post-content-wrapper .post-hover-wrapper a{
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}
@media (max-width: 425px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 220px;
    }
}
@media (max-width: 375px){
    .urunler-alternatif .wrapper .post-image-wrapper{
        height: 200px;
    }
}