:root {
    --mobile-header-bg: #fff;  /* Default */
  }
  .mobile-header {
    background: var(--mobile-header-bg) !important;
  }