/**
 * MiTrade24 home catalog carousel viewport fix.
 * The outer carousel clips the strip; the moving track must expose its items.
 * Rollback: remove this file's Asset::addCss() registration.
 */
[data-mi-catalog-carousel] [data-mi-catalog-track] {
  overflow: visible;
}
