﻿.urun-card {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}


    .urun-card:hover {
        filter: drop-shadow(4px 4px 28px rgba(0, 0, 0, 0.24));
        transition: .3s;
    }

.urun-text {
    box-shadow: 0px 0px 1px 0px #928e8e;
    background-color:white;
        height: 109px;
}

.urun-card {
    background-color: #efefef;
    transition: .3s;
    width: 384px;
    height: 484px;
}

    .urun-card img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

/*Ürun Detail*/
.urun-dt-img {
    background-color: #e0e0e0;
    border-radius: 10px;
    width: 100% !important;
}

.urunn-a {
    text-decoration: none;
    color:black;
}

.urunn-a:hover {
    border: grey !important;
    color: black;
}

/*Card Css*/
.phone {
    height: 350px;
    width: auto;
}

.card2 {
    width:384px;
    height:483px;
    position: relative;
    background-color:#FFCE13;
    border-radius: 20px;
    overflow: hidden;
}

    .card2::before {
        content: "";
        position: absolute;
        top: -50%;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgb(207, 214, 230), rgb(231, 239, 249));
        transform: skewY(345deg);
        transition: 0.5s;
    }

    .card2:hover::before {
        top: -70%;
        transform: skewY(390deg);
    }

    .card2::after {
        position: absolute;
        bottom: 0;
        left: 0;
        font-weight: 600;
        font-size: 4em;
        color: rgba(35, 0, 0, 0.491);
    }

    .card2 .img-sınıf {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 20px;
        z-index: 1;
    }

    .card2 .sınıf {
        position: relative;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 2;
    }

        .card2 .sınıf .baslik {
            font-size: 18px;
            color: #f5f5f5;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .card2 .sınıf .price {
            font-size: 24px;
            color: white;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .card2 .sınıf .git {
            position: relative;
            top: 100px;
            opacity: 0;
            padding: 10px 30px;
            margin-top: 4px;
            color: #000000;
            text-decoration: none;
            background: linear-gradient(rgb(207, 214, 230), rgb(231, 239, 249));
            border-radius: 30px;
            text-transform: uppercase;
            letter-spacing: 1px;
            transition: 0.5s;
        }

    .card2:hover .sınıf .git {
        top: 0;
        opacity: 1;
    }

.card.urun-card {
    border-radius: 12px 12px 0px 0px;
}



.itemyasız {
    font-family: 'Inter', sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 22px;
    color: #212121;
}

.banner-text-area {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    top: 0;
    margin-top: 1.7rem;
}

@media only screen and (max-width: 425px)
{
    .urun-card img {
        min-height: 28rem;
        max-height: 28rem;
    }
}

@media only screen and (max-width: 375px)
{
    .urun-card img {
        min-height: 26rem;
        max-height: 26rem;
    }
}

@media only screen and (max-width: 320px)
{
    .urun-card img {
        min-height: 23rem;
        max-height: 23rem;
    }
}