﻿body {
}


.carousel-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}


@media (min-width: 250px) {
    .carousel-item img {
        height: 200px;
        width: 100%;
    }

    .navbar-brand img {
        height: 30px;
        width: 100%;
    }

    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30px;
        /*background-color: rgba(255,255,255,0.9);*/ /* hafif transparan - isteğe bağlı */
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .back-btn {
        background-color: #FFC300; /* Sarı dolu */
        border: 2px solid #FFC300;
        color: #000; /* < işareti siyah */
        width: 30px;
        height: 30px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .carousel-item img {
        height: 380px;
        width: 100%;
    }

    .navbar-brand img {
        height: 35px;
        width: 100%;
    }

    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        /*background-color: rgba(255,255,255,0.9);*/ /* hafif transparan - isteğe bağlı */
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .back-btn {
        background-color: #FFC300; /* Sarı dolu */
        border: 2px solid #FFC300;
        color: #000; /* < işareti siyah */
        width: 40px;
        height: 40px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .carousel-item img {
        height: 550px;
        width: 100%;
    }

    .navbar-brand img {
        height: 35px;
        width: 100%;
    }

    .bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;        
        display: flex;
        align-items: center;
        z-index: 9999;
    }

    .back-btn {
        background-color: #FFC300; /* Sarı dolu */
        border: 2px solid #FFC300;
        color: #000; /* < işareti siyah */
        width: 60px;
        height: 60px;
        font-size: 26px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


nav .btn img {
    display: block;
}


.custom-nav {
    background-size: cover; /* resim alanı tamamen kaplasın */
    background-position: center; /* ortalansın */
    height: 70px;
}


.body-content {
    margin-top: 80px;
    margin-bottom: 70px;
}




.back-btn:hover {
    background-color: #e6b100;
    border-color: #e6b100;
}


.menu-bar {
    background-color: #ffce08;
    color: #000;
    font-family: Calibri, sans-serif;
    padding: 3px 10px;
}

.menu-title {
    font-size: 18px;
    line-height: 18px;
}

.menu-desc {
    font-size: 12px;
    line-height: 14px;
    margin-top: -2px;
}

.menu-price {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 1px;
}

@media(max-width: 480px) {
    .menu-title {
        font-size: 12px;
    }

    .menu-price {
        font-size: 15px;
    }

    .menu-desc {
        font-size: 12px;
    }
}

.main-img {
    height: 125px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}


.fixed-img {
    
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}


.hand-title {
    font-family: 'Beau Rivage', cursive;
    color: #FFC300;
    text-align: center;
    font-size: 60px;
    margin: 0.6rem 0 0.4rem 0;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.08);
}


@media(max-width: 480px) {
    .hand-title {
        font-size: 40px;
    }
}


.card-img-custom {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.product-badge {
    --image-width: 80px;  
    --image-margin: 10px;
    background-color: #FFC300;
    position: relative;
    left: calc(var(--image-width) + var(--image-margin));
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 4px;
}


    .product-badge:empty {
        visibility: hidden !important;
    }


.product-title {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.product-price {
    color: #ffce08;
    font-size: 15px;
    font-weight: bold;
}

.product-desc {
    color: #cccccc;
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.product-detail-title {
    color: #fff;
    font-size: 24px;
    line-height: 20px;
}

.product-detail-price {
    color: #ffce08;
    font-size: 38px;
    font-weight: bold;
}

.product-detail-desc {
    color: #cccccc;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 768px) {
    .card-img-custom {
        width: 120px;
        height: 120px;
    }

    .main-img {
        height: 225px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }

    .product-badge {
        --image-width: 115px;
        --image-margin: 15px;
        background-color: #FFC300;
        position: relative;
        left: calc(var(--image-width) + var(--image-margin));
        color: #000;
        font-size: 10px;
        font-weight: bold;
        padding: 2px 8px;
        border-radius: 6px;
        display: inline-block;
        margin-bottom: 4px;
    }



    .product-title {
        color: #fff;
        font-size: 18px;
        line-height: 18px;
    }
    .product-price {
        color: #ffce08;
        font-size: 18px;
        font-weight: bold;
    }


    .product-title {
        color: #fff;
        font-size: 20px;
        line-height: 24px;
    }

    .product-price {
        color: #ffce08;
        font-size: 20px;
        font-weight: bold;
    }

    .product-desc {
        color: #cccccc;
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


@media (min-width: 1200px) {
    .card-img-custom {
        width: 150px;
        height: 150px;
    }
    .main-img {
        height: 200px;
        width: 100%;
        object-fit: cover;
        object-position: top;
        display: block;
    }
    .product-title {
        color: #fff;
        font-size: 20px;
        line-height: 20px;
    }
    .product-price {
        color: #ffce08;
        font-size: 20px;
        font-weight: bold;
    }

}