/* ApoloCloud v1.9.9 - mobile categories full-width + stronger global search render */
.catalog-searching .tab-content > .tab-pane:not(.search-pane-empty){
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
}
.catalog-searching .tab-content > .tab-pane.search-pane-empty{
  display:none!important;
}
.product-hidden-by-search{display:none!important;}

@media (max-width:991px){
  .shop-sidebar#shopSidebar{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 76px)!important;
    width:100%!important;
    max-width:100%!important;
    border-radius:24px 24px 0 0!important;
    margin:0!important;
    padding:12px 14px 16px!important;
    transform:translateY(112%)!important;
    transition:transform .22s ease!important;
    z-index:9996!important;
  }
  .shop-sidebar#shopSidebar.mobile-open{
    transform:translateY(0)!important;
  }
  .shop-sidebar#shopSidebar.mobile-category-open{
    max-height:62vh!important;
  }
  .shop-sidebar#shopSidebar.mobile-search-open{
    max-height:150px!important;
  }
  .shop-sidebar.mobile-category-open .search-box{display:none!important;}
  .shop-sidebar.mobile-search-open .search-box{display:block!important;}

  .shop-sidebar.mobile-category-open .tabs-scroll,
  .shop-sidebar.mobile-category-open .tabs-scroll.nav{
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
    width:100%!important;
    max-height:calc(62vh - 38px)!important;
    overflow:auto!important;
    padding:0 0 6px!important;
    border:0!important;
    background:transparent!important;
  }
  .shop-sidebar.mobile-category-open .tabs-scroll a{
    width:100%!important;
    min-height:56px!important;
    justify-content:flex-start!important;
    text-align:left!important;
    border-radius:14px!important;
    padding:13px 16px!important;
    font-size:15px!important;
    line-height:1.18!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:anywhere!important;
    background:#0b1220!important;
    border:1px solid rgba(125,211,252,.16)!important;
    color:#e0f2fe!important;
  }
  .shop-sidebar.mobile-category-open .tabs-scroll a::after{
    content:'›'!important;
    display:block!important;
    margin-left:auto!important;
    opacity:.45!important;
    font-size:22px!important;
  }
  .shop-sidebar.mobile-category-open .tabs-scroll a.active,
  .shop-sidebar.mobile-category-open .tabs-scroll a[aria-selected="true"]{
    background:linear-gradient(135deg,#082f49,#111827)!important;
    color:#fff!important;
    border-color:rgba(125,211,252,.65)!important;
    box-shadow:inset 5px 0 0 #7dd3fc,0 0 26px rgba(14,165,233,.20)!important;
  }
  .shop-sidebar.mobile-search-open .search-box input{
    width:100%!important;
    height:58px!important;
    font-size:18px!important;
    text-align:center!important;
  }
  .mobile-shop-actions{
    z-index:9997!important;
  }
}
