.urun-dis-div{
    border-bottom: 1px solid #eee !important;
    padding: 12px 0px!important;
}

.urun-resmi-div{
    max-height: 75px !important;
    min-height: 74.98px !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 6px !important;
}

.urun-resmi{
    min-height: 74.98px !important;
    width: 100% !important;
    border-radius: 6px !important;
}

.menu-basligi-div{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-top: 50px !important;
    background: rgb(245,185,51);
    background: linear-gradient(180deg, rgba(245,185,51,1) 0%, rgba(221,221,221,0) 100%);
}

.urun-ismi{
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding-bottom: 5px !important;
    color: #151515 !important;
    font-size: 18px !important;
}

.aciklama-kisa{
    font-weight: 200 !important;
    font-size: 11px !important;
    line-height: 17px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.fiyat{
    margin-top: 4px !important;
    color: #f5b933 !important;
    word-break: break-word !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* Fiyat container için responsive düzenleme */
.col-4 .fiyat {
    font-size: 13px !important;
}

@media (max-width: 576px) {
    .fiyat {
        font-size: 11px !important;
    }
    
    .col-4 {
        padding-right: 4px !important;
    }
    
    .col-8 {
        padding-left: 4px !important;
    }
}

.collapse{
    font-size: 13px !important;
    font-weight: 200 !important;
}

.collapse .sari-yazi{
    font-weight: 400 !important;
}

.urun-detay-collapse {
    font-size: 13px !important;
    font-weight: 200 !important;
}

.urun-detay-collapse .sari-yazi {
    font-weight: 400 !important;
}

.zoom-icon {
    position: absolute;
    bottom: 4px;
    right: 12px;
    background-color: rgb(255,255,255,0.7) !important;
    padding: 0px 6px !important;
    border-radius: 6px 0px 0px 0px !important;
}

.zoom-icon .bi {
    font-size: 11px !important;
    color: #000000 !important;
}

.close .bi{
    font-size: 28px !important;
    color: #151515 !important;
}


/* FLOATING BUTTONS */

.yorum-buton{
    position: fixed !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 2000 !important;
}

.yorum-buton .google{
    width: 70px !important;
    background-color: #f5f5f5 !important;
    padding: 12px !important;
    border-radius: 100px !important;
    box-shadow: 0px 0px 10px rgb(0,0,0,.5) !important;
}

/* FOOTER */

.footer{
    /*background-color: #151515 !important;*/
    height: 100px !important;
}

.footer-logo{
    width: 100px !important;
    padding-top: 2px !important;
}

.footer .font-signika{
    font-size: 20px !important;
}

.footer .font-chakra{
    font-size: 20px !important;
}

/* VİDEO MODAL */

.vmodal {
    display: none; /* Başlangıçta görünmez */
    position: fixed; /* Sabit pozisyon */
    z-index: 1; /* Üstte olması için */
    left: 0;
    top: 0;
    width: 100%; /* Tam genişlik */
    height: 100%; /* Tam yükseklik */
    overflow: auto; /* Gerekirse kaydırma */
    background-color: rgb(0,0,0); /* Siyah arkaplan */
    background-color: rgba(0,0,0,0.4); /* Opaklık ile siyah arkaplan */
}

.vmodal-content {
    background-color: #fefefe;
    margin: 15% auto; /* Ortalama */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Çoğu cihaz için */
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.vclose:hover, .vclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.video-btn-div{
    position: absolute !important;
    left: -10px !important;
    bottom: -3px !important;
    z-index: 10 !important;
}

.bi-cart3{
    background-color: #f5b934 !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    color: #ffffff !important;
    padding: 4px 8px !important;
    border: 2px solid #f8f9fc !important;
}

.allergen-icon{
    width: 20px !important;
}

.modal-butonlari{
    font-size: 14px !important;
}

.gap-2 .modal-youtube-icon{
    color: #ff0000 !important;
    font-size: 20px !important;
}

.gap-2 .modal-x-icon{
    color: #151515 !important;
    font-size: 20px !important;
}

/* ACCORDION MENU */

.alt-kategori-baslik{
    background-color: #d20000;
    border-radius: 5px;
    margin-top: 25px;
}
