/* Naturköy Stabil V2.9 - Mobil rezervasyon butonu + header hizalama
   Amaç: mobilde sadece ikon değil, anlaşılır '📅 Rezervasyon' butonu göstermek. */
.reserve:before,
.reserve:after{content:none!important;display:none!important;}
.reserve .reserve-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;flex:0 0 auto!important;}
.reserve .reserve-text{display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important;}

@media (max-width:900px){
  body header.topbar,
  body .topbar,
  html[dir="rtl"] body header.topbar,
  html[dir="rtl"] body .topbar{
    direction:ltr!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-wrap:nowrap!important;
    height:76px!important;
    min-height:76px!important;
    padding:9px 10px!important;
    gap:7px!important;
    overflow:visible!important;
  }

  body header.topbar .brand,
  body .topbar .brand,
  html[dir="rtl"] body header.topbar .brand,
  html[dir="rtl"] body .topbar .brand{
    order:1!important;
    flex:0 0 106px!important;
    width:106px!important;
    min-width:106px!important;
    max-width:106px!important;
    margin:0!important;
  }
  body header.topbar .logo-bg,
  body .topbar .logo-bg,
  html[dir="rtl"] body header.topbar .logo-bg,
  html[dir="rtl"] body .topbar .logo-bg{
    width:106px!important;
    height:52px!important;
    padding:5px 7px!important;
    border-radius:16px!important;
  }
  body header.topbar .logo-bg img,
  body .topbar .logo-bg img,
  html[dir="rtl"] body header.topbar .logo-bg img,
  html[dir="rtl"] body .topbar .logo-bg img{
    max-width:96px!important;
    max-height:42px!important;
    width:auto!important;
    height:auto!important;
    object-fit:contain!important;
  }

  body header.topbar > .lang-switcher,
  body .topbar > .lang-switcher,
  html[dir="rtl"] body header.topbar > .lang-switcher,
  html[dir="rtl"] body .topbar > .lang-switcher{
    order:2!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    flex:0 0 auto!important;
    width:auto!important;
    height:32px!important;
    min-height:32px!important;
    margin:0!important;
    padding:3px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    direction:ltr!important;
    z-index:2147483400!important;
  }
  body header.topbar > .lang-switcher a,
  body .topbar > .lang-switcher a,
  html[dir="rtl"] body header.topbar > .lang-switcher a,
  html[dir="rtl"] body .topbar > .lang-switcher a{
    min-width:24px!important;
    height:26px!important;
    padding:0 5px!important;
    font-size:9px!important;
    line-height:26px!important;
  }

  body header.topbar > .reserve,
  body .topbar > .reserve,
  html[dir="rtl"] body header.topbar > .reserve,
  html[dir="rtl"] body .topbar > .reserve{
    order:3!important;
    flex:0 0 auto!important;
    width:auto!important;
    min-width:106px!important;
    max-width:124px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0 0 0 auto!important;
    padding:0 9px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    border-radius:16px!important;
    background:linear-gradient(135deg,#9bb83b,#5b741e)!important;
    color:#fff!important;
    box-shadow:0 10px 26px rgba(26,70,25,.30)!important;
    text-transform:none!important;
    letter-spacing:0!important;
    overflow:hidden!important;
    direction:ltr!important;
    z-index:2147483400!important;
    pointer-events:auto!important;
  }
  body header.topbar > .reserve .reserve-icon,
  body .topbar > .reserve .reserve-icon,
  html[dir="rtl"] body header.topbar > .reserve .reserve-icon,
  html[dir="rtl"] body .topbar > .reserve .reserve-icon{
    font-size:15px!important;
    width:16px!important;
    min-width:16px!important;
    height:16px!important;
  }
  body header.topbar > .reserve .reserve-text,
  body .topbar > .reserve .reserve-text,
  html[dir="rtl"] body header.topbar > .reserve .reserve-text,
  html[dir="rtl"] body .topbar > .reserve .reserve-text{
    display:inline-flex!important;
    font-size:11px!important;
    font-weight:900!important;
    color:#fff!important;
    max-width:92px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    direction:auto!important;
  }

  body header.topbar > .hamb,
  body .topbar > .hamb,
  html[dir="rtl"] body header.topbar > .hamb,
  html[dir="rtl"] body .topbar > .hamb{
    order:4!important;
    flex:0 0 46px!important;
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    margin:0!important;
    padding:0!important;
    border-radius:16px!important;
    z-index:2147483500!important;
  }
  body header.topbar > .hamb:before,
  body .topbar > .hamb:before,
  html[dir="rtl"] body header.topbar > .hamb:before,
  html[dir="rtl"] body .topbar > .hamb:before{
    font-size:28px!important;
  }
}

@media (max-width:390px){
  body header.topbar,
  body .topbar,
  html[dir="rtl"] body header.topbar,
  html[dir="rtl"] body .topbar{padding:8px 8px!important;gap:5px!important;height:72px!important;min-height:72px!important;}
  body header.topbar .brand,
  body .topbar .brand,
  html[dir="rtl"] body header.topbar .brand,
  html[dir="rtl"] body .topbar .brand{flex-basis:92px!important;width:92px!important;min-width:92px!important;max-width:92px!important;}
  body header.topbar .logo-bg,
  body .topbar .logo-bg,
  html[dir="rtl"] body header.topbar .logo-bg,
  html[dir="rtl"] body .topbar .logo-bg{width:92px!important;height:48px!important;padding:4px 6px!important;}
  body header.topbar .logo-bg img,
  body .topbar .logo-bg img,
  html[dir="rtl"] body header.topbar .logo-bg img,
  html[dir="rtl"] body .topbar .logo-bg img{max-width:82px!important;max-height:38px!important;}
  body header.topbar > .lang-switcher a,
  body .topbar > .lang-switcher a,
  html[dir="rtl"] body header.topbar > .lang-switcher a,
  html[dir="rtl"] body .topbar > .lang-switcher a{min-width:22px!important;height:24px!important;padding:0 4px!important;font-size:8.5px!important;line-height:24px!important;}
  body header.topbar > .reserve,
  body .topbar > .reserve,
  html[dir="rtl"] body header.topbar > .reserve,
  html[dir="rtl"] body .topbar > .reserve{min-width:98px!important;max-width:108px!important;height:44px!important;padding:0 7px!important;gap:4px!important;border-radius:15px!important;}
  body header.topbar > .reserve .reserve-icon,
  body .topbar > .reserve .reserve-icon{font-size:14px!important;width:15px!important;min-width:15px!important;}
  body header.topbar > .reserve .reserve-text,
  body .topbar > .reserve .reserve-text{font-size:10px!important;max-width:80px!important;}
  body header.topbar > .hamb,
  body .topbar > .hamb,
  html[dir="rtl"] body header.topbar > .hamb,
  html[dir="rtl"] body .topbar > .hamb{flex-basis:42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;height:42px!important;}
}
