/* ==========================================================================
   INDEO KURUMSAL - PERFORMANS & AKILLI FİLTRE PANELİ
   ========================================================================== */

/* Akıllı Filtre Buton Alanı */
.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; 
}
/* --- YAPIŞKAN BAŞLIK ÜRÜN ADI BOYUTUNU ESKİ ORİJİNAL HALİNE GETİRME --- */
.scroll_sepet_fiyat p,
[id*="fixed_sepet"] p,
[class*="fixed_sepet"] p,
.sticky-header-title,
[class*="sticky"] [class*="title"] {
    font-size: 15px !important; /* Kurcalamadan önceki o büyük, okunaklı orijinal boyut */
    font-weight: 700 !important; /* Başlığın dolgun ve belirgin durması için kalınlık */
    color: #1e293b !important; /* Net kurumsal koyu gri/siyah tonu */
    line-height: 1.4 !important;
}