/* ApoloCloud v2.0.5 - buscador mobile compacto, categorías intactas */
@media (max-width: 991.98px){
  /* Solo cuando se abre BUSCAR: vuelve a formato compacto tipo bottom sheet */
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-open.mobile-search-open{
    position: fixed !important;
    top: auto !important;
    left: 12px !important;
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom,0px)) !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 225px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 1px solid rgba(125,211,252,.22) !important;
    border-radius: 22px !important;
    background: rgba(8,12,20,.98) !important;
    box-shadow: 0 22px 65px rgba(0,0,0,.62), 0 0 0 1px rgba(255,255,255,.04) inset !important;
    backdrop-filter: blur(18px) !important;
    z-index: 2147483000 !important;
  }

  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .mobile-sheet-head{
    min-height: 58px !important;
    padding: 10px 12px !important;
    border-radius: 22px 22px 0 0 !important;
    background: linear-gradient(135deg,rgba(15,23,42,.98),rgba(8,47,73,.44)) !important;
    border-bottom: 1px solid rgba(148,163,184,.14) !important;
  }
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .mobile-sheet-title span{
    font-size: 10px !important;
  }
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .mobile-sheet-title strong{
    font-size: 16px !important;
  }
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .mobile-sheet-close{
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
    font-size: 24px !important;
  }

  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open #nav-tab,
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .tabs-scroll,
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .mobile-category-toggle,
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .sidebar-title{
    display: none !important;
  }

  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .search-box{
    display: block !important;
    position: relative !important;
    flex: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 12px !important;
    background: transparent !important;
    border: 0 !important;
  }

  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .search-box input#productSearch{
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    padding: 0 46px 0 15px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(125,211,252,.30) !important;
    background: #020617 !important;
    color: #fff !important;
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  }
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .search-box input#productSearch::placeholder{
    color: #93c5fd !important;
    text-align: left !important;
    opacity: .85 !important;
  }
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .search-box input#productSearch:focus{
    border-color: rgba(56,189,248,.72) !important;
    box-shadow: 0 0 0 4px rgba(14,165,233,.12) !important;
  }

  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-search-open .search-clear-btn#clearSearchBtn{
    display: flex !important;
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    width: 38px !important;
    height: 38px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 13px !important;
    background: #0b1220 !important;
    color: #e0f2fe !important;
    font-size: 23px !important;
    line-height: 1 !important;
    z-index: 5 !important;
  }

  /* Cuando se abre CATEGORÍAS, no toca nada: mantiene fullscreen v2.0.4 */
}
@media (max-width: 420px){
  body.apolo-dark-mode aside.shop-sidebar#shopSidebar.mobile-open.mobile-search-open{
    left: 8px !important;
    right: 8px !important;
    bottom: calc(80px + env(safe-area-inset-bottom,0px)) !important;
    border-radius: 20px !important;
  }
}
