/* BHS Header Bant Aralıkları 3px Hotfix v1.0.0 */

/*
 * Üst kampanya, bildirim, destek, logo/arama ve ana menü bantlarının
 * birbirleriyle olan dikey mesafesini 3px'e indirir.
 *
 * Aynı zamanda bantların içinde birikmiş gereksiz üst/alt paddingleri azaltır.
 * Yatay yerleşim, logo genişliği ve menü bağlantıları korunur.
 */

body .bhs-layout-header{
  display:flex !important;
  flex-direction:column !important;
  row-gap:3px !important;
  margin:0 !important;
  padding:0 !important;
}

body .bhs-layout-header > *{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* En üst kampanya bandı */
body .bhs-layout-header .hf-campaign{
  min-height:auto !important;
  height:auto !important;
  padding-top:3px !important;
  padding-bottom:3px !important;
}

/* Pembe bildirim bandı */
body .bhs-layout-header .hf-notice{
  min-height:auto !important;
  height:auto !important;
  padding-top:3px !important;
  padding-bottom:3px !important;
}

/* Telefon, sosyal medya ve yardım satırı */
body .bhs-layout-header .hf-support{
  padding-top:3px !important;
  padding-bottom:3px !important;
}

/* Logo, arama ve kullanıcı işlemleri satırı */
body .bhs-layout-header .hf-main{
  padding-top:3px !important;
  padding-bottom:3px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* Ana menü bandı */
body .bhs-layout-header .hf-menu{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* Tarayıcıların satır içi görsel altında bıraktığı boşluğu engeller */
body .bhs-layout-header img{
  display:block;
  vertical-align:middle;
}

@media(max-width:900px){
  body .bhs-layout-header{
    row-gap:3px !important;
  }

  body .bhs-layout-header .hf-main{
    padding-top:3px !important;
    padding-bottom:3px !important;
  }
}
