/* ==========================================================================
   INDEO KURUMSAL - PERFORMANS, DÜZEN & AKILLI FİLTRE PANELİ (STABIL)
   ========================================================================== */

/* --- 1. MASAÜSTÜ & MOBİL GÖRSEL YAPISINI DÜZELTME --- */

/* Logo Alanı Yükseklik Sabitleme */
.header-logo, a.logo, img[src*="logo.jpg"] {
    min-height: 67px !important;
    aspect-ratio: 260 / 67 !important;
    display: inline-block !important;
}

/* Sol Resim Kolonunu Normal Grid Yapısına Döndürme (Float İptal) */
#PM_urun_detayi .urun_detay_sol,
.urun_detay_sol {
    float: none !important;
    height: auto !important;
    max-height: none !important;
}

/* Resim Kutusunun Taşmasını Ve Aşırı Büyümesini Engelleme */
#PM_urun_detayi .urun_resmi,
.urun_resmi.owl-carousel,
.urun_resmi {
    width: 100% !important;
    max-width: 450px !important; /* Masaüstünde resim kutusunu en fazla 450px genişletir */
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

/* Resim Boyutunu %100 Olarak Kapsayıcıya Sığdırma */
#PM_urun_detayi .urun_resmi img,
.urun_resmi .owl-stage-outer img,
.urun_resmi .owl-item img {
    width: 100% !important;
    height: auto !important;
    max-height: 400px !important;
    object-fit: contain !important;
}

/* Küçük Önizleme Resimlerini (Thumbnail) İdeal Mesafeye Getirme */
.urun_resmi_thum, 
.owl-thumbs,
#PM_urun_detayi .owl-thumbs {
    margin-top: 10px !important;
    padding-top: 0 !important;
    clear: both !important;
}

/* Alt Liste Kategori Kartlarındaki Düzeltme */
.proBox .proImg, 
.urun_kutusu .resim_alani,
[class*="proBox"] img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.proBox, .urun_kutusu {
    padding-bottom: 10px !important;
}


/* --- 2. BİZİM EKLENTİLERİMİZİ (PANELLERİ) DİKEYDE SIKILAŞTIRMA --- */

.indeo-puan-bilgi-paneli {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px 12px !important;
}

.indeo-puan-bilgi-paneli p {
    font-size: 11.5px !important;
    line-height: 1.35 !important;
}

.indeo-kurumsal-odeme-paneli {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    gap: 8px !important;
}

.indeo-taksit-blok, 
.indeo-havale-blok {
    padding: 8px 10px !important;
}

.indeo-havale-blok strong {
    font-size: 18px !important;
}


/* --- 3. AKILLI FİLTRE PANELİ DÜZENİ --- */

.techSpecsShort {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 25px !important;
}

.techSpecsShort p {
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding-bottom: 8px !important;
}

#PM_urun_detayi .techSpecsShort ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; 
    gap: 12px 20px !important;
    padding: 15px !important;
    background: #fafafa !important; 
    border: 1px solid #eaeaea !important;
    border-radius: 10px !important;
    list-style: none !important;
    list-style-type: none !important;
}

#PM_urun_detayi .techSpecsShort ul li {
    list-style: none !important;
    list-style-type: none !important;
    background: none !important;
    padding-left: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

#PM_urun_detayi .techSpecsShort ul li::before { 
    content: none !important; 
}


/* --- 4. YAPIŞKAN BAŞLIK ÜRÜN ADI BİÇİMLENDİRMESİ --- */

.scroll_sepet_fiyat p,
[id*="fixed_sepet"] p,
[class*="fixed_sepet"] p,
.sticky-header-title,
[class*="sticky"] [class*="title"] {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    line-height: 1.4 !important;
}