/* ==========================================================================
   INDEO KURUMSAL - ORİJİNAL TEMA & SAĞ KOLON TEMİZ CSS
   ========================================================================== */

/* --- 1. LOGO VE TEMEL YAPILAR --- */
.header-logo, a.logo, img[src*="logo.jpg"] {
    min-height: 67px !important;
    aspect-ratio: 260 / 67 !important;
    display: inline-block !important;
}

/* --- 2. SAĞ KOLON AKILLI FİLTRE PANELİ --- */
.techSpecsShort {
    display: block !important;
    width: 100% !important;
    clear: both !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#PM_urun_detayi .techSpecsShort ul,
.techSpecsShort ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding: 8px !important;
    background: #f8fafc !important; 
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    list-style: none !important;
    margin: 0 !important;
}

#PM_urun_detayi .techSpecsShort ul li,
.techSpecsShort ul li {
    font-size: 11px !important;
    line-height: 1.3 !important;
    color: #334155 !important;
    list-style: none !important;
}

#PM_urun_detayi .techSpecsShort ul li a,
.techSpecsShort ul li a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 3px 6px !important;
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    text-decoration: none !important;
    color: #005691 !important;
}

/* --- 3. STICKY FİYAT DÜZENİ --- */
.scroll_sepet_fiyat p,
[id*="fixed_sepet"] p,
[class*="fixed_sepet"] p,
.sticky-header-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
}