/* Ürün kartlarında sabit yükseklik ve object-fit: cover */
.product-default figure img,
.product-default figure > a > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Owl carousel ürün slider'larında */
.products-slider .product-default figure img {
    height: 250px;
    object-fit: cover;
}

/* Ürün detay sayfasında orijinal ratio koru */
.product-single-gallery .product-single-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Quick view modal'da orijinal ratio koru */
.product-quick-view .product-single-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Thumbnail küçük görseller */
.prod-thumbnail .owl-dot img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

/* Sepet mini görselleri */
.dropdown-cart-products .product-image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* Banka bilgileri kutusu */
/* Havale/EFT bilgi kutusu */
.havale-bilgi-kutusu {
    background: #d1ecf1;
    border: 1px solid #bee5eb;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
}
.havale-bilgi-baslik {
    font-size: 16px;
    font-weight: 700;
    color: #0c5460;
    margin-bottom: 8px;
}
.havale-bilgi-not {
    font-size: 13px;
    color: #0c5460;
    margin-bottom: 12px;
}
.havale-banka-satir {
    background: #fff;
    border: 1px solid #bee5eb;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 8px;
}
.havale-banka-satir:last-child {
    margin-bottom: 0;
}
.havale-banka-adi {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}
.havale-banka-sahip {
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
}
.havale-banka-iban {
    font-family: monospace;
    font-size: 13px;
    color: #0c5460;
    word-break: break-all;
}

/* Eski bank-info-box (geriye uyumluluk) */
.bank-info-box {
    background: #fff;
    border: 1px solid #d1ecf1;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}
.bank-info-box code {
    word-break: break-all;
    white-space: normal;
    display: block;
    font-size: 13px;
    color: #0c5460;
    margin-top: 2px;
}
.bank-info-box strong {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
}
.bank-info-box small {
    display: block;
    margin-bottom: 2px;
    color: #666;
}

/* Quick view popup boyut */
.mfp-ajax-product .mfp-content {
    max-width: 900px;
    width: 90%;
}
.product-quick-view.custom-scrollbar {
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
}

/* Responsive */
@media (max-width: 576px) {
    .product-default figure img,
    .product-default figure > a > img {
        height: 180px;
    }
}
