/* ApoloCloud v1.9.6 - carrito fijo real + búsqueda global */
html, body{min-height:100%!important;}
body{padding-bottom:0!important;}
.floating-cart-btn{
  position:fixed!important;
  z-index:10050!important;
  transform:translate3d(0,0,0)!important;
  will-change:transform!important;
  -webkit-transform:translate3d(0,0,0)!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}
@supports (bottom: constant(safe-area-inset-bottom)){
  .floating-cart-btn{bottom:calc(constant(safe-area-inset-bottom) + 10px)!important;}
}
@media (max-width:991px){
  body{padding-bottom:96px!important;}
  .floating-cart-btn{
    position:fixed!important;
    left:12px!important;
    right:12px!important;
    bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important;
    top:auto!important;
    width:calc(100vw - 24px)!important;
    max-width:none!important;
    height:60px!important;
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.cart-open .floating-cart-btn{opacity:0!important;pointer-events:none!important;}
  main.product_area{padding-bottom:110px!important;}
  .footer_bottom{padding-bottom:110px!important;}
  .mini_cart{position:fixed!important;top:0!important;bottom:auto!important;height:100svh!important;max-height:100svh!important;z-index:10060!important;}
  .cart-backdrop{z-index:10055!important;}
}
@media (max-width:575px){
  .floating-cart-btn{height:58px!important;bottom:calc(env(safe-area-inset-bottom,0px) + 10px)!important;}
}
body.catalog-searching .tabs-scroll a.active,
body.catalog-searching .tabs-scroll a[aria-selected="true"]{
  box-shadow:inset 5px 0 0 #38bdf8,0 0 18px rgba(14,165,233,.14)!important;
}
body.catalog-searching .catalog-toolbar span:first-child{color:#bae6fd!important;}
body.catalog-searching .tab-content .tab-pane{display:block!important;}
