/* ApoloCloud v2.6.9 - ocultar categorías/títulos flotantes cuando el carrito está abierto */
@media (max-width: 991.98px){
  body.cart-open .mobile-category-carousel,
  body.apolo-cart-visible .mobile-category-carousel,
  body.apolo-cart-active .mobile-category-carousel,
  body.cart-open #mobileCategoryCarousel,
  body.apolo-cart-visible #mobileCategoryCarousel,
  body.apolo-cart-active #mobileCategoryCarousel,
  body.cart-open .section-head,
  body.apolo-cart-visible .section-head,
  body.apolo-cart-active .section-head,
  body.cart-open #currentCategoryTitle,
  body.apolo-cart-visible #currentCategoryTitle,
  body.apolo-cart-active #currentCategoryTitle,
  body.cart-open .mobile-category-section-title,
  body.apolo-cart-visible .mobile-category-section-title,
  body.apolo-cart-active .mobile-category-section-title,
  body.cart-open .mobile-current-category,
  body.apolo-cart-visible .mobile-current-category,
  body.apolo-cart-active .mobile-current-category,
  body.cart-open .tabs-scroll,
  body.apolo-cart-visible .tabs-scroll,
  body.apolo-cart-active .tabs-scroll{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  body.cart-open,
  body.apolo-cart-visible,
  body.apolo-cart-active{
    overflow:hidden!important;
  }
}
