/* Override stacking context của Owl Carousel */
/* .owl-carousel,
.owl-stage,
.owl-item {
  transform: none !important;
  will-change: auto !important;
  z-index: auto !important;
} */

/* Đảm bảo giỏ hàng luôn nổi lên trên */
.cart,
#wp-cart,
.mycart-content {
  position: fixed !important;
  /* z-index: 2147483647 !important; */
  z-index: 100;
}

/* Nếu dropdown giỏ hàng bị che */
/* #mycart-dropdown,
.mycart-content {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
} */
