/* ==========================================================================
   INDEO KURUMSAL - GELİŞMİŞ CLS (KAYMA SIFIRLAYICI) & AKILLI FİLTRE PANELİ
   ========================================================================== */

/* --- 1. BODY VE GELİŞMİŞ CLS KİLİTLEYİCİ ZIRH --- */

/* Body ve Ana Taşıyıcı Sıçramasını Engelle */
body, #PM_orta, .urun_bilgiler {
    contain: layout style;
}

/* 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;
}

/* Owl Carousel JS Yüklenmeden Önce Galeri Kutusunu Sabitle (Zıplamayı Önler) */
.urun_resmi, 
.urun_resmi.owl-carousel,
#PM_urun_detayi .urun_resmi {
    min-height: 380px !important;
    height: 380px !important;
    max-height: 380px !important;
    overflow: hidden !important;
    contain: layout size style !important;
}

/* Galeri İçi Resim Boyutunun JS Öncesi Taşmasını Engelle */
.urun_resmi img, 
.urun_resmi.owl-carousel .owl-item img {
    max-height: 380px !important;
    width: auto !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

/* Ürün Bilgileri Kolonunun Aşağı Kaymasını Engelle */
.urun_bilgiler {
    min-height: 400px !important;
}


/* --- 2. 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; 
}


/* --- 3. 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;
}