/* Ana site header: logo ile arama arasındaki kategori alanı */
.site-logo-search-row { display:flex; align-items:center; }
.site-logo-column, .site-search-column, .header-category-column { display:flex; align-items:center; }
.site-logo-column { justify-content:center; }
.site-logo-link { display:flex; align-items:center; justify-content:center; width:100%; }
.site-logo-image { max-width:100%; object-fit:contain; }
.header-category-column { justify-content:center; }
.header-category-slot { width:100%; background:transparent; border:0; }
.header-category-slot .dis { width:100%; }
.header-category-slot .category-mega-menu { max-width:none; }
.header-category-slot .category-mega-menu__trigger { width:100%; justify-content:center; min-height:42px; padding:0 8px; border:1px solid #e7ebef; border-radius:8px; background:#fff; white-space:nowrap; font-size:12px; }
.header-category-slot .category-mega-menu__panel { top:47px; left:-220px; right:auto; width:min(820px,65vw); }
.site-search-column { justify-content:center; }
.site-search-form { display:flex; align-items:stretch; width:100%; max-width:470px; margin-left:auto; margin-right:auto; }
.site-search-form input { flex:1 1 auto; min-width:0; height:42px; padding:0 14px; border-radius:8px 0 0 8px; outline:none; }
.site-search-form button { flex:0 0 68px; height:42px; border-radius:0 8px 8px 0; cursor:pointer; }
@media (max-width:991px) and (min-width:768px) {
  .header-category-slot .category-mega-menu__panel { left:-160px; width:620px; }
}
@media (max-width:767px) {
  .site-logo-search-row { display:block; }
  .site-logo-column, .site-search-column, .header-category-column { display:block; width:100%; }
  .site-logo-link { justify-content:center; padding:4px 0 8px; }
  .site-logo-image { margin:0 auto; }
  .header-category-column { padding:0 10px 4px; }
  .header-category-slot { display:block; }
  .header-category-slot .category-mega-menu__trigger { min-height:40px; }
  .header-category-slot .category-mega-menu__panel { display:none; }
  .site-search-form { max-width:none; margin:8px 0 2px; }
}

/* Kalıcı masaüstü hizalama: eski 62vw + 220px kaydırmasını geçersiz kılar. */
@media (min-width: 768px) {
  .site-logo-search-row { width:100%; margin-left:0; margin-right:0; display:flex; flex-wrap:nowrap; align-items:center; }
  .site-logo-column, .header-category-column, .site-search-column, .site-account-column { float:none; }
  .site-logo-column, .header-category-column, .site-search-column, .site-account-column { min-width:0; }
  .site-account-column { display:flex; align-items:center; justify-content:space-between; }
}
