/* SADECE MOBİL */
@media (max-width: 991px) {

  .top-menu{
    display:none !important;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: flex !important;
  }

  .header-main {
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 1045;
    background: #fff;
  }

  .mobile-icons .nav-icon {
    font-size: 18px;
  }

  .logo-img{
    height: 56px;
  }

  .mobile-search-row{
    display:block !important;
    position: sticky;
    top: 88px;
    z-index: 1040;
    background:#fff;
    padding: 0 0 12px;
    border-bottom:1px solid #e5e7eb;
  }

  .mobile-search-row .container{
    padding-left: 12px;
    padding-right: 12px;
  }

  /* OFFCANVAS */
  .offcanvas {
    width: 85%;
    top: 0;
    height: 100dvh;
    z-index: 1060;
  }

  .offcanvas-backdrop{
    z-index: 1055 !important;
  }

  .offcanvas-header{
    padding-top: calc(env(safe-area-inset-top, 0px) + 16px);
  }

  .offcanvas-body a {
    font-size: 15px;
  }

  .accordion-button {
    font-size: 15px;
  }
}
