/* Türkiye Alışveriş - Mobil Panelim ve Çıkış Menüsü v1.0.0 */
.tii-mobile-account-block{display:none}

@media (max-width:1000px){
  .main-nav.mobile-open{
    max-height:calc(100dvh - 82px);
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .main-nav.mobile-open .tii-mobile-account-block{
    display:block;
    width:100%;
    margin-top:5px;
    padding-top:14px;
    border-top:1px solid #dce7e2;
  }

  .tii-mobile-account-summary{
    display:flex;
    align-items:center;
    gap:11px;
    padding:11px 12px;
    margin-bottom:10px;
    border:1px solid #dfe9e4;
    border-radius:13px;
    background:linear-gradient(135deg,#f1f8f5,#ffffff);
  }

  .tii-mobile-account-avatar{
    flex:0 0 42px;
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:12px;
    background:linear-gradient(135deg,#0f3d2e,#176849);
    color:#fff;
  }

  .tii-mobile-account-identity{
    min-width:0;
    flex:1;
  }

  .tii-mobile-account-identity small{
    display:block;
    margin-bottom:2px;
    color:#72847c;
    font-size:11px;
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
  }

  .tii-mobile-account-identity strong{
    display:block;
    overflow:hidden;
    color:#17372e;
    font-size:14px;
    line-height:1.25;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  .tii-mobile-account-badge{
    min-width:25px;
    height:25px;
    display:grid;
    place-items:center;
    padding:0 7px;
    border-radius:999px;
    background:#d98a00;
    color:#fff;
    font-size:11px;
    font-weight:900;
  }

  .tii-mobile-panel-button,
  .tii-mobile-logout-button,
  .tii-mobile-admin-button{
    box-sizing:border-box;
    width:100%;
    display:flex!important;
    align-items:center;
    gap:11px;
    min-height:54px;
    margin:0 0 9px;
    padding:11px 13px!important;
    border-radius:12px;
    font-size:14px!important;
    text-decoration:none!important;
  }

  .tii-mobile-panel-button{
    border:1px solid #0f513b;
    background:linear-gradient(135deg,#0f513b,#16704f);
    color:#fff!important;
    box-shadow:0 7px 18px rgba(15,81,59,.18);
  }

  .tii-mobile-panel-button:hover,
  .tii-mobile-panel-button:focus-visible{
    background:linear-gradient(135deg,#0c4431,#125d42);
    color:#fff!important;
  }

  .tii-mobile-panel-button>span:nth-child(2),
  .tii-mobile-logout-button>span:nth-child(2){
    min-width:0;
    flex:1;
  }

  .tii-mobile-panel-button strong,
  .tii-mobile-logout-button strong{
    display:block;
    line-height:1.2;
    font-size:15px;
  }

  .tii-mobile-panel-button small,
  .tii-mobile-logout-button small{
    display:block;
    margin-top:3px;
    font-size:11px;
    font-weight:500;
    opacity:.83;
  }

  .tii-mobile-action-icon{
    flex:0 0 36px;
    width:36px;
    height:36px;
    display:grid;
    place-items:center;
    border-radius:10px;
    background:rgba(255,255,255,.14);
  }

  .tii-mobile-action-arrow{
    font-size:25px;
    line-height:1;
  }

  .tii-mobile-admin-button{
    justify-content:space-between;
    border:1px solid #b8cdc3;
    background:#f4f8f6;
    color:#174b39!important;
    font-weight:800!important;
  }

  .tii-mobile-logout-button{
    border:1px solid #e6b8b4;
    background:#fff6f5;
    color:#9d2f26!important;
  }

  .tii-mobile-logout-button .tii-mobile-action-icon{
    background:#fde8e5;
  }

  .tii-mobile-logout-button:hover,
  .tii-mobile-logout-button:focus-visible{
    border-color:#cf6b62;
    background:#fdecea;
    color:#82231c!important;
  }
}

@media (max-width:650px){
  .main-nav.mobile-open{
    top:66px;
    left:10px;
    right:10px;
    padding-bottom:12px;
    max-height:calc(100dvh - 78px);
  }
}
