/*==========---PRODUCTS---==========*/

.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
 
}

.sezon-eski{
    background-color: #b90000;
    color: #ffffff;
    position: absolute;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: cursive;
    font-family: "Noto Serif Ahom", serif;
    line-height: 22px;
    top:0;
    left:0;
}

.sezon-yeni{
    background-color: #036500;
    color: #ffffff;
    position: absolute;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: cursive;
    font-family: "Noto Serif Ahom", serif;
    line-height: 22px;
    top:0;
    left:0;
}

.image .discount {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 4px;
    border-radius: 20px;
    top: 0;
    right: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background: #ef5600;
    color: #ffffff;
    position: absolute;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Noto Serif Ahom", serif;
}

.products {
    padding: 50px;
    position: relative;
}

.products .products-bg-left {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 300px;
    z-index: -1;
}

.products .products-bg-right {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 300px;
    transform: scale(-1, 1);
    z-index: -1;
}

.products .item {
    margin-bottom: 50px;
    position: relative;
    padding: 70px 15px 50px 15px;
    transition: all 0.2s ease 0s;
    border-radius: 6px;
    background: #f5f5f5;
}

.products .item:hover {
    background: #ffffff;
    z-index: 2;
}

.products .item .alt-bosluk {
    display: flex;
    align-items: flex-end;
    position: absolute;
    background: #f5f5f5;
    transition: all 0.2s ease;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    justify-content: center;
    content: "";
    padding: 20px 15px 20px 15px;
}

.products .item:hover .alt-bosluk {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    top: -18px;
    bottom: -30px;
    background: #ffffff;
}

.products .image {
    margin-bottom: 20px;
    height:100px;
}

.products .item .content {
    text-align: center;
}

.products .item .content .item-header {
    color: #151823;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 6px;
}


.products .item .alt-bosluk .product-button {
    padding: 12px;
    border-radius: 50%;
    background-color: #be9200;
    line-height: 16px;
    margin: 0 4px;
    display: inline-block;
}

.products .item .alt-bosluk .product-button i {
    font-size: 16px;
    line-height: 16px;
}

.products .item:hover .alt-bosluk .sol,
.products .item:hover .alt-bosluk .sag {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.products .item .alt-bosluk .sol {
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.products .item .alt-bosluk .sag {
    background-color: #6c8d36;
    color: #ffffff;
    opacity: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    transition-delay: 0.1s;
}

@media only screen and (max-device-width: 600px) {
    
    .sezon-yeni,
    .sezon-eski{
        padding-top: 7px;
        padding-right: 10px;
        padding-left: 6px;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: 0.5px;
    }
    
    
    .image .discount {
        font-size: 14px;
        position: absolute;
        padding-right: 4px;
        padding-left: 4px;
        line-height: 16px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding-top: 6px;
    }
    
    .products {
        padding: 0;
        padding-bottom: 50px;
        background-color: #f5f5f5;
    }

    .products .container-fluid,
    .products .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .products .row2 {
        margin-top: 0;
    }

    .products .products-bg-left {
        top: 15px;
        width: 40%;
        z-index: 2;
    }

    .products .products-bg-right {
        top: 15px;
        width: 40%;
        z-index: 2;
    }

    .products .header {
        padding-top: 80px;
        padding: 30px 20px;
    }

    .products .header .text {
        font-size: 12px;
    }
    .products .item {
        border-radius: 0;
        margin-bottom: 10px;
        padding: 20px 0px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 1px 4px;
    }

    .products .item:hover {
        background: #f5f5f5;
        z-index: unset;
    }

    .products .image {
        margin-bottom: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }


    .products .item .content .item-header {
        color: #151515;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 0;
    }

    .products .item .content {
        padding: 0 10px;
    }

    .products .item .item-amount {
        font-size: 10px;
        line-height: 20px;
    }


    .products .item .alt-bosluk .product-button {
        padding: 4px 12px;
        line-height: 12px;
        border-radius: 4px;
        background-color: #be9200;
        line-height: 12px;
        margin: 0 4px;
        display: inline-block;
    }

    .products .item .alt-bosluk .product-button i {
        font-size: 12px;
        line-height: 12px;
    }

    .products .item .alt-bosluk {
        display: flex;
        align-items: flex-end;
        position: unset;
        justify-content: center;
        background: unset;
        transition: unset;
        width: 100%;
        top: unset;
        right: unset;
        left: unset;
        z-index: unset;
        border-radius: unset;
        content: "";
        padding: 0;
    }

    .products .item:hover .alt-bosluk {
        box-shadow: none;
        top: unset;
        bottom: unset;
        background: unset;
    }

    .products .item:hover .alt-bosluk .sol,
    .products .item:hover .alt-bosluk .sag {
        opacity: 1;
        transform: unset;
        z-index: 2;
    }

    .products .item .alt-bosluk .sol {
        color: #ffffff;
        opacity: 1;
        transform: unset;
        transition: unset;
    }

    .products .item .alt-bosluk .sag {
        background-color: #6c8d36;
        color: #ffffff;
        opacity: 1;
        transform: unset;
        transition: unset;
        transition-delay: unset;
    }
}
