/* Header Scroll Fix - Category Bar sabit kalması için */


.top-header {


    position: sticky !important;


    top: 0 !important;


    z-index: 1000 !important;


    height: 40px !important;


}


.main-header {


    position: sticky !important;


    top: 40px !important;


    z-index: 900 !important;


    height: 80px !important;


}


.category-bar {


    position: sticky !important;


    top: 120px !important;


    z-index: 850 !important;


    height: 50px !important;


    transition: none !important;


}


/* Mobil için düzeltmeler */


@media (max-width: 768px) {


    .top-header {


        height: 40px !important;


    }


    .main-header {


        height: auto !important;


        min-height: 70px !important;


        top: 40px !important;


    }


    .category-bar {


        top: 110px !important;


    }


}
