/* Chặn tràn ngang, icon dùng rem */
html { overflow-x: hidden !important; box-sizing: border-box; }
body { overflow-x: hidden !important; max-width: 100%; box-sizing: border-box; }
.main-content-wrapper .amado_product_area,
.main-content-wrapper .cart-table-area { min-width: 0; overflow-x: auto; box-sizing: border-box; }

/* Icon chat luôn trên cùng, không bị che */
.lila-visitor-widget {
  position: fixed !important;
  right: 1rem !important;
  left: auto !important;
  bottom: 5rem !important;
  z-index: 2147483647 !important;
  pointer-events: auto !important;
  isolation: isolate;
}
#scrollUp {
  position: fixed !important;
  right: 1rem !important;
  left: auto !important;
  bottom: 1.5rem !important;
  z-index: 2147483646 !important;
}
@media (min-width: 768px) {
  .lila-visitor-widget { right: 1.5rem; bottom: 5.5rem; }
  #scrollUp { right: 1.5rem; }
}
